Commits
User selector
Commit History
Commits on Mar 17, 2018
Put the DOM in IsoHeaps
Show description for 6e5d6fbcommitted
Filip Pizlo
Commits on Jan 7, 2015
Modernize the SVGElement and MathMLElement factories
Show description for 6680dcccommitted
Sam Weinig
Commits on Sep 29, 2014
Automatically generate template specializations for most Elements
Show description for 153d0a5committed
Commits on Sep 25, 2014
Stop using legacy NODE_TYPE_CASTS() macro in svg/
Show description for 18168ddcommitted
Commits on Sep 23, 2014
Unreviewed build fix after r173859.
Show description for 8c9fd3bcommittedUse downcast<SVG*Element>() instead of toSVG*Element()
Show description for cd37399committed
Commits on Jul 25, 2014
Turn x/y to presentation attributes
Show description for 613f09bcommitted
Commits on Jul 22, 2014
Turn width/height to presentation attributes
Show description for 6d66047committed
Commits on Feb 5, 2014
Remove ENABLE(SVG) guards
Show description for 952ec26committed
Commits on Nov 28, 2013
Rename StylePropertySet to StyleProperties
Show description for 81e75d1committed
Commits on Nov 19, 2013
[SVG] Convert OwnPtr/PassOwnPtr to std::unique_ptr
Show description for a5ee166authored andcommitted
Commits on Oct 13, 2013
Make element predicates and type casts work more consistently on more types
Show description for b265357committed
Commits on Sep 15, 2013
CTTE: Node subclasses should take a Document by reference in their constructor (Part 8)
Show description for 7fb3f3dcommitted
Sam Weinig
Commits on Aug 22, 2013
[SVG2] Merge SVGStyledElement and SVGElement
Show description for 67a0098committed
Commits on Aug 19, 2013
<https://webkit.org/b/119996> Introduce toSVGAnimateElement(), and use it
Show description for c660f77committed
Gyuyoung Kim
Commits on Aug 11, 2013
Make some things that return never-null pointers return references instead.
Show description for 2e440b6committed
Andreas Kling
Commits on Aug 9, 2013
Buildfix. Fix warning after r153887:
Show description for 1c6563dauthored andcommitted

ASSERT_NOT_REACHED() touched in WebCore::SVGAnimatedStringAnimator::addAnimatedTypes
Show description for 43e22cfcommitted
Rob BuisUnreviewed, rolling out r153847.
Show description for 9e0e22fcommitted
Commits on Aug 8, 2013
ASSERT_NOT_REACHED() touched in WebCore::SVGAnimatedStringAnimator::addAnimatedTypes
Show description for 95e630dcommitted
Rob Buis
Commits on Jul 29, 2013
ASSERT_NOT_REACHED was touched in WebCore::SVGAnimatedType::valueAsString
Show description for 66d8c5bcommitted
Renata Hodovan
Commits on Apr 14, 2013
Move property setting/removing functions to MutableStylePropertySet.
Show description for 76e306bcommitted
Andreas Kling
Commits on Feb 25, 2013
Reduce amount of code that includes StylePropertySet.h
Show description for 16993fccommitted
Andreas Kling
Commits on Dec 7, 2012
Unify SVG's animation and target tracking systems.
Show description for c0c8679committed
Commits on Oct 9, 2012
Prevent animation when CSS attributeType is invalid.
Show description for bb77a37committed
Commits on May 8, 2012
Tie lifetime of SVGAnimateElement::m_animatedType to the duration of the animation
Show description for 60c9f14committed
Commits on May 3, 2012
Accumulation for values-animation is broken
Show description for fa7c08bcommitted
Commits on May 1, 2012
Accumulation for values-animation is broken
Show description for d782411committed
Commits on Apr 28, 2012
SVGAnimateColorElement doesn't support by/to animations properly
Show description for 6393724committedSMIL animation causes leak of the related Document (and many elements)
Show description for e0e3291committed
Commits on Apr 27, 2012
SVG Animations update baseVal instead of animVal
Show description for c09e441committed
Commits on Apr 26, 2012
Share code used to animate discrete types between all animators
Show description for 7437bb6committed
Commits on Apr 25, 2012
Refactor to/from/animatedType creation, to share more code between animators
Show description for a64e65ecommittedShare single calculateFromToValues/calculateFromByValues between all SVGAnimatedTypeAnimators
Show description for 27000d1committed
Commits on Apr 3, 2012
2012-04-03 Nikolas Zimmermann <nzimmermann@rim.com>
Show description for b346a79committed