Commits
User selector
Commit History
Commits on Jul 20, 2021
Make SVGPropertyAnimator::computeCSSPropertyValue() take a reference to SVGElement
Show description for 3c7116bcommitted
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Values of keySplines control points must all be in the range 0 to 1
Show description for 31f4ca9committedNext step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Apr 16, 2021
Assertion failure in SVGAnimationElement::currentValuesForValuesAnimation
Show description for 7653770committed
Commits on Apr 13, 2021
SVG paced value animations overwrite user-provided keyTimes
Show description for f46f0a8committed
Commits on Apr 2, 2021
[WTF] Introduce RobinHoodHashTable
Show description for 4fb6881committed
Commits on Jun 27, 2020
Convert SVG related parsers over to using StringParsingBuffer
Show description for c9473fccommitted
Sam Weinig
Commits on Jun 21, 2020
Convert much of the SVG string parsing code to use Optional based return values rather than out-parameters
Show description for 27ac174committed
Sam Weinig
Commits on May 1, 2020
Introduce MainThreadNeverDestroyed / MainThreadLazyNeverDestroyed
Show description for 5d2e5bacommitted
Commits on Oct 30, 2019
Remove the argument 'resultElement' from the SVG animation functions
Show description for ed73405authored andcommitted
Commits on Oct 19, 2019
[SVG2]: Remove the SVGExternalResourcesRequired interface
Show description for 98cc661authored andcommitted
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
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 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 Aug 6, 2018
Remove the SVG elements' attributes macros
Show description for a0ca614authored andcommitted
Commits on Jul 26, 2018
String(View) should have a splitAllowingEmptyEntries function instead of a flag parameter
Show description for 084b336committed
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 30, 2017
Use LazyNeverDestroyed instead of DEFINE_GLOBAL for XMLNames, HTMLNames, MathMLNames and SVGNames
Show description for 5a9a036authored andcommitted
Commits on Jul 18, 2017
Improve use of NeverDestroyed
Show description for b7c1664committed
Commits on May 2, 2017
Using StringView.split() instead of String.split() in some places
Show description for 2598ccdcommitted
Commits on Dec 10, 2016
[CSS Parser] Remove the old CSS Parser
Show description for 252af5dcommitted
David Hyatt
Commits on Nov 17, 2016
[SVG] Moving more special casing of SVG out of the bindings - SVG lists
Show description for 3651f9ccommitted
Sam Weinig
Commits on Oct 22, 2016
Move SVG from ExceptionCode to Exception
Show description for 25f8282committed
Commits on Jul 18, 2016
Rename fastHasAttribute to hasAttributeWithoutSynchronization
Show description for 11b3a93committed
Commits on Jul 16, 2016
Rename fastGetAttribute to attributeWithoutSynchronization
Show description for 6b421c7committed
Commits on May 20, 2016
Improve compile-time assertions in is<>() / downcast<>()
Show description for 6f1b684committed
Commits on Jan 9, 2016
Use NeverDestroyed instead of DEPRECATED_DEFINE_STATIC_LOCAL
Show description for 6c809f3committed
Andreas Kling
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 Nielsen