Commits
User selector
Commit History
Commits on Sep 14, 2021
URLs in CSS variables must be resolved against the base URL of the stylesheet, not the document
Show description for 3dc8acacommitted
Commits on Aug 23, 2021
Tiny cleanups in CSS parsing code
Show description for efb30b6committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on Apr 30, 2021
[css-logical] Fix logical shorthands with var()
Show description for 613b7becommitted
Commits on Apr 15, 2021
Make FontFace parsing worker-safe
Show description for f2541b7committed
Chris Lord
Commits on Feb 19, 2021
A number of offscreencanvas tests are asserting isMainThread trying to access strictCSSParserContext
Show description for b78d5d0committed
Commits on Feb 15, 2021
Prepare for adding relative color support
Show description for 16d48eecommitted
Sam Weinig
Commits on Nov 18, 2020
Make CSS font shorthands parsable within a worker (i.e. without CSSValuePool)
Show description for f69be19committed
Chris Lord
Commits on Oct 20, 2020
Implement <forgiving-selector-list> for :is/:where
Show description for 6c9ce41committed
Commits on Sep 16, 2020
Enable full CSS color parsing within a worker for OffscreenCanvas
Show description for 7747679committed
Chris Lord
Commits on Jul 8, 2020
Part 3 of SimpleColor and SRGBA<uint8_t> are essentially the same - let's converge them
Show description for c6f9991committed
Sam Weinig
Commits on Jun 30, 2020
Add handling for a case of OOME in CSSTokenizer and CSSParser.
Show description for 6bceb17committed
Mark Lam
Commits on May 26, 2020
Eliminate Color constructors that take strings, moving color parsing entirely into the CSS parser
Show description for ebd282ccommitted
Commits on Mar 2, 2020
Slim down some CSS parsing code
Show description for eb7fc1acommittedTighten up CSSPendingSubstitutionValue
Show description for 7e24ad9committedMove some vectors around instead of heap-allocating them and moving the pointers
Show description for 8ef224acommitted
Commits on Nov 25, 2019
Basic OffscreenCanvas functionality
Show description for b302794authored andcommitted
Commits on Oct 31, 2019
Introduce Style::Builder
Show description for 5da61d4committed
Commits on Oct 30, 2019
Move style building state to a class of its own
Show description for 5769a78committed
Commits on Oct 28, 2019
Can't change @font-face descriptors from fontFaceRule.style.setProperty()
Show description for ad8ae6ecommitted
Commits on Oct 25, 2019
Move more cascade related code from StyleResolver to PropertyCascade
Show description for 0c1e3e2committed
Commits on Oct 12, 2019
Cleanup RuntimeEnabledFeatures includes
Show description for ca9cb5cauthored andcommitted
Commits on Aug 22, 2019
Use makeString and multi-argument StringBuilder::append instead of less efficient multiple appends
Show description for fca4f25committed
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Jan 29, 2019
Remove unnecessary `using namespace WTF`s (or at least restrict their scope).
Show description for 4125512committed
Commits on Nov 1, 2018
CSS Custom Properties API Should Support syntax="*" and "<length>", and handle cycles properly
Show description for d579cc1committed
Justin Michaud
Commits on Oct 29, 2018
Revert r237347 registered custom properties... https://bugs.webkit.org/show_bug.cgi?id=190039
Show description for 4df9d71authored andcommitted
Commits on Oct 23, 2018
Registered custom properties should support syntax parameter for <length> and *
Show description for cf8d9bcauthored andcommitted
Commits on Oct 4, 2018
Registered custom properties should allow inheritance to be controlled
Show description for 908fab3authored andcommitted
Commits on Sep 22, 2018
Implement initialValue support for CSS Custom Properties and Values API
Show description for 5b5e754authored andcommitted
Commits on Aug 31, 2018
Replace OptionSet |= and -= operators with add() and remove() functions
Show description for c0dee1bcommitted
Commits on Jul 5, 2018
Move CSSParserContext to a file of its own
Show description for 23073c2committed
Commits on May 3, 2018
Use pointer instead of std::optional<T&>
Show description for c8f9203committedUnreviewed, rolling out r231223 and r231288.
Show description for 8376b63committedUse pointer instead of std::optional<std::reference_wrapper<>>
Show description for 26d0863committed