Sign in
webkit
/
WebKit
/
6da56dc56f83bc543c8cff5debd63ec61ad9191b
/
Source
/
WebCore
/
svg
/
SVGFEMergeNodeElement.h
0ce67df
Rename AtomicString to AtomString https://bugs.webkit.org/show_bug.cgi?id=195276
by darin@apple.com
· 6 years ago
0c00ded
Remove SVG properties tear-off objects
by commit-queue@webkit.org
· 6 years ago
7f84324
Remove the SVG property tear off objects for SVGAnimatedString
by said@apple.com
· 6 years ago
fcb4bb1
Define the type of SVGPropertyOwnerRegistry for all SVG elements
by commit-queue@webkit.org
· 6 years ago
ea3eb58
Remove the SVG elements' attributes macros
by commit-queue@webkit.org
· 7 years ago
197cd32
Put the DOM in IsoHeaps https://bugs.webkit.org/show_bug.cgi?id=183546
by fpizlo@apple.com
· 7 years ago
46c0f52
Use #pragma once in WebCore https://bugs.webkit.org/show_bug.cgi?id=164686
by commit-queue@webkit.org
· 8 years ago
e6d3df0
Mark overriden methods in WebCore/svg final classes as final
by commit-queue@webkit.org
· 9 years ago
11ff47c
Remove "virtual" from all lines that have both "virtual" and "override".
by darin@apple.com
· 9 years ago
74c44cc
Remove unneeded SVG code, including most isSupportedAttribute functions
by darin@apple.com
· 10 years ago
1092357
Modernize the SVGElement and MathMLElement factories
by weinig@apple.com
· 10 years ago
9cea8f3
Generate Element casting helper functions
by cdumez@apple.com
· 10 years ago
fa3f5a3
Remove FILTERS flag https://bugs.webkit.org/show_bug.cgi?id=136571
by commit-queue@webkit.org
· 11 years ago
66d8c0a
Remove ENABLE(SVG) guards https://bugs.webkit.org/show_bug.cgi?id=127991
by ossy@webkit.org
· 11 years ago
ca796ab
Run clang-modernize and let it add a bunch of missing overrides.
by andersca@apple.com
· 11 years ago
16d2dd4
Change all uses of FINAL to final now that all our compilers support it
by andersca@apple.com
· 11 years ago
2dfe6cb
Remove workaround for compilers not supporting explicit override control
by commit-queue@webkit.org
· 11 years ago
b857d7b
Merge NODE_TYPE_CASTS and ELEMENT_TYPE_CASTS
by weinig@apple.com
· 11 years ago
52e786e
CTTE: Node subclasses should take a Document by reference in their constructor (Part 8)
by weinig@apple.com
· 12 years ago
e8e317b
toFooElement() should use static_cast, not reinterpret_cast.
by akling@apple.com
· 12 years ago
7dd31bf
[SVG2] Merge SVGStyledElement and SVGElement
by ch.dumez@sisa.samsung.com
· 12 years ago
20e062b
Apply FINAL to the Node hierarchy. <http://webkit.org/b/115984>
by akling@apple.com
· 12 years ago
43e9d04
Element::parseAttribute() should take name & value as separate arguments.
by akling@apple.com
· 12 years ago
260fca8
Pass Attribute by const reference as much as possible.
by kling@webkit.org
· 13 years ago
8a3d4af
StyledElement: Rename parseMappedAttribute() to parseAttribute().
by kling@webkit.org
· 13 years ago
a285742
2011-07-09 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 14 years ago
efff725
2011-05-21 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 14 years ago
13983a5
2011-02-10 Dirk Schulze <krit@webkit.org>
by krit@webkit.org
· 14 years ago
1f839a2
Move WebCore into Source
by abarth@webkit.org
· 14 years ago
[Renamed from WebCore/svg/SVGFEMergeNodeElement.h]
15de2b8
2010-12-02 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 14 years ago
8c91b83
2010-11-03 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 14 years ago
daaca7e
2010-10-06 Renata Hodovan <reni@inf.u-szeged.hu>
by commit-queue@webkit.org
· 14 years ago
c8b8f87
2010-08-30 Darin Adler <darin@apple.com>
by darin@apple.com
· 15 years ago
3cbd5cb
2010-08-29 Darin Adler <darin@apple.com>
by darin@apple.com
· 15 years ago
711245f
2010-08-03 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 15 years ago
c19aac8
2010-08-03 Sheriff Bot <webkit.review.bot@gmail.com>
by zimmermann@webkit.org
· 15 years ago
9d2c056
2010-08-03 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 15 years ago
c360893
Complete the merge of MappedAttribute and Attribute.
by weinig@apple.com
· 15 years ago
8fc4539
2010-01-26 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 15 years ago
e954930
2009-10-14 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 15 years ago
5e3479c
2009-08-23 Dirk Schulze <krit@webkit.org>
by krit@webkit.org
· 16 years ago
bfb80bf
2009-05-28 Dirk Schulze <krit@webkit.org>
by krit@webkit.org
· 16 years ago
057741d
Reviewed by Oliver & parts by Eric.
by zimmermann@webkit.org
· 17 years ago
c135b9d
Reviewed by Antti.
by zimmermann@webkit.org
· 17 years ago
be748d9
Roll out r34913, as it broke the Windows build due to bad casting
by aroben@apple.com
· 17 years ago
3c522e9
Reviewed by Antti & Eric.
by zimmermann@webkit.org
· 17 years ago
312d73e
Rollout r31566 as there were a few issues i missed during review (thanks to antti for pointing them out)
by oliver@apple.com
· 17 years ago
2b8d3e5
Reviewed by Oliver.
by zimmermann@webkit.org
· 17 years ago
22b1ad9
Split the ENABLE_SVG_EXPERIMENTAL_FEATURES flag into separate flags.
by oliver@apple.com
· 17 years ago
095abab
Rubber stamped by Eric.
by zimmermann@webkit.org
· 17 years ago
[Renamed from WebCore/ksvg2/svg/SVGFEMergeNodeElement.h]
0099bf7
Reviewed by Oliver.
by oliver
· 17 years ago
c8eccec
JavaScriptCore:
by ddkilzer
· 17 years ago
d2948ef
JavaScriptCore:
by mjs
· 18 years ago
8eddecf
2007-01-15 Eric Seidel <eric@webkit.org>
by eseidel
· 18 years ago
7998312
Reviewed by Darin.
by rwlbuis
· 18 years ago
121d79b
by rwlbuis
· 19 years ago
18555aa
2006-09-11 Nikolas Zimmermann <zimmermann@kde.org>
by eseidel
· 19 years ago
a7f7626
2006-09-05 Nikolas Zimmermann <zimmermann@kde.org>
by eseidel
· 19 years ago
54f5cea
WebCore:
by ddkilzer
· 19 years ago
ab5f09e
JavaScriptCore:
by weinig
· 19 years ago
4e52462
2006-05-30 Eric Seidel <eric@eseidel.com>
by eseidel
· 19 years ago
b9481ed
- global rename, done by script
by darin
· 19 years ago