Commits
User selector
Commit History
Commits on Sep 21, 2021
Drop remaining uses of makeRefPtr() in WebCore/
Show description for 102a6d5committed
Commits on Jul 21, 2021
Make the 'targetElement' argument of the SVG animators to be a reference
Show description for a165b63committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on Oct 30, 2019
Remove the argument 'resultElement' from the SVG animation functions
Show description for ed73405authored andcommitted
Commits on Sep 29, 2019
Crash when removing the target element while animating its attributes
Show description for 01ddd90committed
Commits on Sep 21, 2019
Assertion fires when animating a discrete property with values range and multiple animators
Show description for ad4d485authored andcommitted
Commits on Apr 3, 2019
Remove SVG properties tear-off objects
Show description for 4f1f00aauthored andcommitted
Commits on Apr 2, 2019
Remove the SVG tear off objects for SVGMatrix, SVGTransfrom, SVGTransformList and SVGAnimatedTransformList
Show description for 0210374authored andcommitted
Commits on Mar 26, 2019
Remove the SVG tear off objects for SVGLength, SVGLengthList and SVGAnimatedLengthList
Show description for b90ae16committed
Commits on Mar 21, 2019
Remove the SVG property tear off objects for SVGAnimatedString
Show description for 31e686ecommitted
Commits on Mar 20, 2019
Remove the SVG tear off objects for SVGColorAnimator
Show description for d9b4fddcommitted
Commits on Mar 16, 2019
Remove the SVG property tear off objects for SVGAnimatedInteger
Show description for bc1d8c3authored andcommitted
Commits on Mar 14, 2019
Use enum class for AnimationMode
Show description for 76670f1authored andcommitted
Commits on Jan 15, 2019
Animation and other code is too aggressive about invalidating layer composition
Show description for 05b2231committed
Commits on Dec 11, 2018
Don't attempt to compute animated values when there is no relevant animation
Show description for 87da095committed
Commits on Mar 29, 2018
The SVGAnimatedProperty wrappers have to be detached from the referenced values before the SVGAnimatedType is deleted
Show description for 4213748committed
Commits on Mar 17, 2018
Put the DOM in IsoHeaps
Show description for 6e5d6fbcommitted
Filip Pizlo
Commits on Nov 9, 2017
Replace some stack raw pointers with RefPtrs within WebCore/svg
Show description for 6483706committed
Jiewen Tan
Commits on Oct 19, 2017
Use "= default" to denote default constructor or destructor
Show description for 3882108committed
Commits on Feb 2, 2017
Rename Node::inDocument() to isConnected()
Show description for 06b2893committed
Commits on Dec 10, 2016
[CSS Parser] Remove the old CSS Parser
Show description for 252af5dcommitted
David Hyatt
Commits on Oct 22, 2016
Move SVG from ExceptionCode to Exception
Show description for 25f8282committed
Commits on Oct 18, 2016
Rename setNeedsStyleRecalc to invalidateStyle
Show description for e46a96bcommitted
Commits on Oct 3, 2016
Remove Document::elementSheet()
Show description for 2b2ddb5committed
Commits on Dec 9, 2015
Convert resetAnimValToBaseVal take a reference to a SVGAnimatedType
Show description for a6fd62ccommitted
Commits on May 24, 2015
Use modern for-loops in WebCore/svg.
Show description for 3b628abauthored andcommitted
Commits on May 21, 2015
r184718 and r184725 caused four tests to begin crashing
Show description for d2a1036committed
Jake NielsenUnreviewed build fix.
Show description for a440217committedUse modern for-loops in WebCore/svg.
Show description for cb4b73aauthored andcommitted
Commits on Apr 22, 2015
SVGAnimateElementBase::calculateAnimatedValue() asserts when reinserting an SVG animating element within the same animation limits
Show description for 9299b90authored andcommitted
Commits on Feb 7, 2015
- committed
Commits on Feb 5, 2015
Move InstanceInvalidationGuard/UpdateBlocker to SVGElement from SVGElementInstance
Show description for 5b3f9d9authored andcommitted
Commits on Feb 3, 2015
Unreviewed, rolling out r179548.
Show description for 8d683e5committedMove InstanceInvalidationGuard/UpdateBlocker to SVGElement from SVGElementInstance
Show description for 7da8c65committed
Commits on Jan 28, 2015
Make SVGElement::instancesForElement point to elements in the shadow tree, not SVGElementInstance objects
Show description for 90c1cd3committed