Sign in
webkit
/
WebKit
/
e1d898759942a5956e5b7981e2eadaa750b103c4
/
Source
/
WebCore
/
svg
/
properties
7d97f1c
Add missing override specifiers under Source/WebCore/svg/
by zandobersek@gmail.com
· 10 years ago
e29c470
Replaced 0 with nullptr in WebCore/svg.
by commit-queue@webkit.org
· 10 years ago
77eb673
Use modern for-loops in WebCore/svg.
by commit-queue@webkit.org
· 10 years ago
6e81706
r184718 and r184725 caused four tests to begin crashing
by jacob_nielsen@apple.com
· 10 years ago
9770eea
Use modern for-loops in WebCore/svg.
by commit-queue@webkit.org
· 10 years ago
0bb7390
Use Ref instead of PassRefPtr in WebCore/svg
by commit-queue@webkit.org
· 10 years ago
1fa7ec1
Remove PassRefPtr from svg/properties classes.
by commit-queue@webkit.org
· 10 years ago
86e44d3
Web Inspector: remove unused XHR replay code
by said@apple.com
· 10 years ago
8b0f76f
Crash when accessing an item in SVGTransformList and then removing a previous item from this list.
by said@apple.com
· 10 years ago
a058ec2
Crash when accessing an item in SVGLengthList and then replacing it with a previous item in the list.
by said@apple.com
· 10 years ago
82ac2c4
Make SVGElement::instancesForElement point to elements in the shadow tree, not SVGElementInstance objects
by darin@apple.com
· 10 years ago
7487b35
Use downcast<SVG*Element>() instead of toSVG*Element()
by cdumez@apple.com
· 11 years ago
3b520fe
Turn width/height to presentation attributes
by krit@webkit.org
· 11 years ago
0cefe4f
Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500
by dbates@webkit.org
· 11 years ago
5b31eef
Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_LOCAL
by svillar@igalia.com
· 11 years ago
fc420dd
SVGPropertyTearOffs should detachChildren before deleting its value.
by ddkilzer@apple.com
· 11 years ago
890b35a
Fix lifetime handling of SVGPropertyTearOffs
by ddkilzer@apple.com
· 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
2dfe6cb
Remove workaround for compilers not supporting explicit override control
by commit-queue@webkit.org
· 11 years ago
d6a51e8
[SVG] Convert OwnPtr/PassOwnPtr to std::unique_ptr
by commit-queue@webkit.org
· 11 years ago
c3523f8
Remove spaces between template angle brackets
by andersca@apple.com
· 11 years ago
51269d9
JS DOM wrappers' impl() functions should return references.
by akling@apple.com
· 11 years ago
70c6058
Add OVERRIDE and virtual where appropriate
by andersca@apple.com
· 11 years ago
878d4d1
Add SVGPropertyInfo.cpp <https://webkit.org/b/121622>
by akling@apple.com
· 12 years ago
78bf2d4
Cut down on double hashing and code needlessly using hash table iterators
by darin@apple.com
· 12 years ago
ea36401
Use toSVGPathElement() instead of static_cast<>
by gyuyoung.kim@samsung.com
· 12 years ago
e033cb4
Reduce number of header includes in SVG
by ch.dumez@sisa.samsung.com
· 12 years ago
fb9c709
Use OwnPtr instead of deleteAllValues in SVGAttributeToPropertyMap
by darin@apple.com
· 12 years ago
9e4854c
[SVG] Suppress painting when an empty viewBox is specified
by fmalita@chromium.org
· 12 years ago
709eeba
Tighten up the type bounds for SVGPropertyInfo callback parameters
by fmalita@chromium.org
· 12 years ago
c7ecbc3
Clear SVGPathSeg role on removal. https://bugs.webkit.org/show_bug.cgi?id=110058
by fmalita@chromium.org
· 12 years ago
a54f0f2
[SVG] OOB access in SVGListProperty::replaceItemValues()
by fmalita@chromium.org
· 12 years ago
a5d2414
Unreviewed, rolling out r134345.
by commit-queue@webkit.org
· 12 years ago
04fc7b0
Replace DOMException TYPE_MISMATCH_ERR with TypeError
by arv@chromium.org
· 12 years ago
ee55405
Rename first/second to key/value in HashMap iterators
by benjamin@webkit.org
· 12 years ago
9725ba6
Source/WebCore: Make SVGPathSegList.appendItem O(1) instead of O(n)
by pdr@google.com
· 13 years ago
2eb7bec
Extend the coverage of the Custom Allocation Framework in WebCore
by zoltan@webkit.org
· 13 years ago
fa6afbc
Unreviewed, rolling out r126914.
by commit-queue@webkit.org
· 13 years ago
d99b3ea
Rename first/second to key/value in HashMap iterators
by caio.oliveira@openbossa.org
· 13 years ago
036eca0
Unreviewed, rolling out r126836.
by tkent@chromium.org
· 13 years ago
a94a150
Rename first/second to key/value in HashMap iterators
by caio.oliveira@openbossa.org
· 13 years ago
66e33f1
Fix assertion during detach of SVG wrappers without baseVal
by pdr@google.com
· 13 years ago
5dcae74
Do not dispatch modification events in SVG attribute synchronization
by pdr@google.com
· 13 years ago
feaff53
Make ElementAttributeData a variable-sized object to reduce memory use.
by kling@webkit.org
· 13 years ago
cdbf6db
SVGViewSpec DOM bindings aka SVGSVGElement.currentView is unimplemented
by zimmermann@webkit.org
· 13 years ago
1129801
SVGAnimatedPropertyTearOff does not clear a self pointer on deletion
by schenney@chromium.org
· 13 years ago
a45f816
Tie lifetime of SVGAnimateElement::m_animatedType to the duration of the animation
by zimmermann@webkit.org
· 13 years ago
ad0b6ca
Rename SVGPathParserFactory to SVGPathUtilities and remove the obsolete singleton
by zimmermann@webkit.org
· 13 years ago
d0a6bed
SMIL animation causes leak of the related Document (and many elements)
by timothy_horton@apple.com
· 13 years ago
e3f8e9d
Optimize Element attribute storage for the common case (no Attr objects.)
by kling@webkit.org
· 13 years ago
e48843b
Implement animatedPathSegList support for SVGPathElement
by zimmermann@webkit.org
· 13 years ago
f941d3c
2012-04-03 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 13 years ago
19e97c2
2012-04-03 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 13 years ago
7b62d91
2012-04-03 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 13 years ago
ea6d2b7
2012-04-03 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 13 years ago
2bfd68e
Unreviewed, rolling out r112813 and r112837.
by commit-queue@webkit.org
· 13 years ago
cdab3a8
Enable animVal support for SVGAnimatedEnumeration
by zimmermann@webkit.org
· 13 years ago
17da336
SVGAnimatedType should support SVGAnimatedIntegerOptionalInteger animation
by zimmermann@webkit.org
· 13 years ago
a92e04b
Make animVal support type-safe https://bugs.webkit.org/show_bug.cgi?id=81640
by zimmermann@webkit.org
· 13 years ago
67b76b0
Enable animVal support for SVGNumberOptionalNumber
by zimmermann@webkit.org
· 13 years ago
f9082ad
2012-03-15 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 13 years ago
d6a391d
Enable animVal support for SVGNumber
by zimmermann@webkit.org
· 13 years ago
c125dc4
Enable animVal support for SVGLengthList
by zimmermann@webkit.org
· 13 years ago
0798ffc
SVG Animations update baseVal instead of animVal
by zimmermann@webkit.org
· 13 years ago
6510363
SVG Animations update baseVal instead of animVal
by zimmermann@webkit.org
· 13 years ago
9c73128
Remove Element::createAttribute(). <http://webkit.org/b/78965>
by kling@webkit.org
· 13 years ago
6175886
Move attribute storage from NamedNodeMap to ElementAttributeData
by caio.oliveira@openbossa.org
· 13 years ago
062edfb
Avoid creating NamedNodeMap unnecessarily
by caio.oliveira@openbossa.org
· 13 years ago
8fa8b1e
Roll out r104362 since it broke the build.
by mrowe@apple.com
· 13 years ago
1b16c7c
Use HashMap<OwnPtr> in SVGAttributeToPropertyMap
by caio.oliveira@openbossa.org
· 13 years ago
d8de827
Minimize callsites and duplication of before/after advice for attribute mutations
by adamk@chromium.org
· 13 years ago
c4e9134
Make calls to willModifyAttribute and attributeChanged symmetrical
by adamk@chromium.org
· 13 years ago
3f0b168
2011-07-26 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 14 years ago
6388e24
Fix the build.
by mrowe@apple.com
· 14 years ago
6db5100
Unreviewed WinCE build fix for r90680.
by paroga@webkit.org
· 14 years ago
a1d8e664
2011-07-09 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 14 years ago
a285742
2011-07-09 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 14 years ago
94630af
2011-05-18 Nikolas Zimmermann <nzimmermann@rim.com>
by zimmermann@webkit.org
· 14 years ago
64efd16
2011-04-12 Oliver Hunt <oliver@apple.com>
by ggaren@apple.com
· 14 years ago
b59386e
2011-03-19 Patrick Gansterer <paroga@webkit.org>
by paroga@webkit.org
· 14 years ago
1f839a2
Move WebCore into Source
by abarth@webkit.org
· 14 years ago