Commits
User selector
Commit History
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
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committed
Commits on Apr 7, 2021
Wasted vector capacity in StyleRuleKeyframes
Show description for 1328192committed
Commits on Mar 2, 2020
Move some vectors around instead of heap-allocating them and moving the pointers
Show description for 8ef224acommitted
Commits on Oct 28, 2019
Can't change @font-face descriptors from fontFaceRule.style.setProperty()
Show description for ad8ae6ecommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on Oct 19, 2017
Use "= default" to denote default constructor or destructor
Show description for 3882108committed
Commits on Jun 28, 2017
Remove excessive includes from WebCore/css sources
Show description for 3d9caeecommitted
Commits on May 22, 2017
Crash in WebCore::StyleRuleKeyframes::findKeyframeIndex
Show description for 6cf78dccommitted
Commits on Jan 14, 2017
Remove PassRefPtr from more of "platform"
Show description for 4a44702committed
Commits on Dec 14, 2016
[CSS Parser] Rename StyleKeyframe to StyleRuleKeyframe
Show description for eacabb4committed
David Hyatt[CSS Parser] Implement deferred parsing of properties, @media, @supports and @keyframes
Show description for 91ab2d8committed
David Hyatt- authored andcommitted

Commits on Dec 12, 2016
[CSS Parser] Implement deferred parsing of properties, @media, @supports and @keyframes
Show description for 27668cfcommitted
David Hyatt
Commits on Dec 10, 2016
[CSS Parser] Remove the old CSS Parser
Show description for 252af5dcommitted
David Hyatt
Commits on Dec 3, 2016
[CSS Parser] Remove line numbers from StyleRule.
Show description for db4a361committed
David Hyatt
Commits on Nov 17, 2016
[CSS Parser] Add @supports, @keyframe and media query parsing options
Show description for c766d21committed
David Hyatt
Commits on May 23, 2016
Clean up / Modernize the CSS Parser
Show description for 1860500committed
Commits on May 18, 2016
Clean up CSS code
Show description for 1b22567committed
Commits on Oct 15, 2015
CSSKeyframesRule::appendRule is deprecated, but is actually the spec
Show description for 20dd1ebcommitted
Commits on Jan 27, 2015
CSSKeyframesRule::findRule() and deleteRule() should delete the last matching rule, not the first
Show description for c185e09authored andcommitted
Commits on Nov 15, 2014
Rename WebKitCSSKeyframe(s)Rule into CSSKeyframe(s)Rule
Show description for 7e0dcbfcommitted
Loading