Commits
User selector
Commit History
Commits on May 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committed
Commits on Mar 2, 2020
Move some vectors around instead of heap-allocating them and moving the pointers
Show description for 8ef224acommitted
Commits on Jan 14, 2020
Use even more "shortest form" formatting, and less "fixed precision" and "fixed width"
Show description for 47778c9committed
Commits on Jan 2, 2020
Simplify StringBuilder API/align with makeString by removing appendFixed* functions and using FormatNumber struct instead
Show description for 916d521committed
Sam Weinig
Commits on Oct 28, 2019
Can't change @font-face descriptors from fontFaceRule.style.setProperty()
Show description for ad8ae6ecommitted
Commits on Mar 11, 2019
Specify fixed precision explicitly to prepare to change String::number and StringBuilder::appendNumber floating point behavior
Show description for 2f10e84committed
Commits on Oct 19, 2017
Use "= default" to denote default constructor or destructor
Show description for 3882108committed
Commits on Jun 20, 2017
Remove excessive include directives from WebCore/css
Show description for 056b807committed
Commits on Dec 14, 2016
[CSS Parser] Rename StyleKeyframe to StyleRuleKeyframe
Show description for eacabb4committed
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 Sep 11, 2016
[CSS Parser] Add the main parser implementation
Show description for 4637153committed
David Hyatt
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
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 Dec 14, 2014
Replace PassRef with Ref/Ref&& across the board.
Show description for af85b89committed
Andreas Kling
Commits on Nov 15, 2014
Rename WebKitCSSKeyframe(s)Rule into CSSKeyframe(s)Rule
Show description for 7e0dcbfcommitted
Loading