Commits
User selector
Commit History
Commits on Jun 22, 2021
Non-unified build fixes late June 2021 edition
Show description for aca60bfcommitted
Commits on Jun 19, 2021
Fix CSS serialization issues affecting css-counter-styles tests
Show description for fc5a68ecommitted
Commits on Apr 25, 2020
Prepare to remove automatic URL->String conversion operators
Show description for 4512220authored andcommitted
Commits on Jan 21, 2020
-webkit-image-set should support all the image functions WebKit supports, not just url()
Show description for a610d2bauthored andcommitted
Commits on Jun 3, 2019
Finish cleanup of String::number for floating point
Show description for 199728bcommitted
Commits on Nov 29, 2018
CSS subresource loads should not be observable from resource timing if the stylesheet is opaque
Show description for 8ef3b19committed
Commits on Nov 26, 2018
SVG use element inside a shadow tree cannot reference an element in the same tree
Show description for 35d3f0acommitted
Commits on Nov 22, 2018
Modernize SVGURIReference::targetElementFromIRIString
Show description for 1e4aaf7committed
Commits on Jun 28, 2017
Remove excessive includes from WebCore/css sources
Show description for 3d9caeecommitted
Commits on Jan 17, 2017
Remove unnecessary includes
Show description for 00c1745authored andcommitted
Commits on Oct 3, 2016
ASSERTION FAILED: url.containsOnlyASCII() in WebCore::checkEncodedString() when parsing an invalid CSS cursor URL
Show description for 47aa75ecommitted
Commits on Sep 4, 2016
Reverse ownership relation of StyleCachedImage and CSSImageValue
Show description for 588a1c0committed
Commits on Sep 2, 2016
Unreviewed, rolling out r205344.
Show description for 583cddbcommittedReverse ownership relation of StyleCachedImage and CSSImageValue
Show description for 96e2c69committed
Commits on Aug 30, 2016
Remove StylePendingImage
Show description for 7cc7d4acommitted
Commits on Aug 17, 2016
Remove CSS_IMAGE_SET feature define
Show description for 9fd0ba2committedRemove StyleCachedImageSet
Show description for 335ac00committed
Commits on Jun 29, 2016
Factor pending CSS resources into a struct
Show description for a16d5f2committed
Commits on Apr 16, 2016
CSSCursorImageValue shouldn't mutate element during style resolution
Show description for 8f4c037committed
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
Commits on Jul 7, 2015
Isolated worlds should respect Content Security Policy; User Agent Shadow DOM
Show description for 72b7f9ccommitted
Commits on Jan 28, 2015
Use a Ref<CachedResourceLoader> in Document instead of a RefPtr
Show description for 1d731f2committed
Commits on Dec 14, 2014
Replace PassRef with Ref/Ref&& across the board.
Show description for af85b89committed
Andreas Kling
Commits on Oct 17, 2014
Use is<>() / downcast<>() for StyleImage
Show description for 3b77098committed
Commits on Oct 3, 2014
Use is<>() / downcast<>() for CSSValue subclasses
Show description for b8e2b58committed
Commits on Oct 2, 2014
Have is<>(T*) function do a null check on the pointer argument
Show description for fbb4a2acommitted
Commits on Sep 24, 2014
Use is<SVG*Element>() instead of isSVG*Element()
Show description for 3d34cf2committed
Commits on Sep 23, 2014
Use downcast<SVG*Element>() instead of toSVG*Element()
Show description for cd37399committed
Commits on Jul 3, 2014
Add WTF::move()
Show description for 48a7ae3committed
Commits on Feb 18, 2014
Follow-up: Add type-checked casts for StyleImage and subclasses
Show description for bff0606committedAdd type-checked casts for StyleImage and subclasses
Show description for 0481fc1committed
Commits on Feb 5, 2014
Remove ENABLE(SVG) guards
Show description for 952ec26committed
Commits on Dec 12, 2013
StylePendingImage needs to correctly manage the CSSValue pointer lifetime
Show description for c194673committed
Commits on Nov 13, 2013
Cleanup the build from unused parameters in WebCore
Show description for ba53c42authored andcommittedRefalize CSSCursorImageValue.
Show description for 0125cd7committed
Andreas Kling