Commits
User selector
Commit History
Commits on Sep 14, 2021
CSSFontFaceSrcValue.cssText should be quoted consistently with other browsers
Show description for 5722506committed
Commits on Jun 7, 2021
Handle custom identifiers and strings separately, so we can quote strings correctly consistently
Show description for e1adc39committed
Commits on Jan 6, 2020
Further simplify StringBuilder usage by standardizing hex formating to a single hex() function
Show description for ee0e315committed
Sam Weinig
Commits on Aug 14, 2019
Rename StringBuilder::append(UChar32) to StringBuilder::appendCharacter(UChar32) to avoid accidental change in behavior when replacing append with flexibleAppend
Show description for c814fa7committed
Sam Weinig
Commits on Feb 19, 2019
Continue reducing use of String::format, now focusing on hex: "%p", "%x", etc.
Show description for bd98801committed
Commits on May 4, 2018
Serialize all URLs with double-quotes per CSSOM spec
Show description for 8bcf011authored andcommitted
Commits on Jun 17, 2017
REGRESSION(r209495): materiauxlaverdure.com fails to load
Show description for c4a7441committed
Commits on Dec 8, 2016
[CSS Parser] Consolidate string/ident/url serialization functions
Show description for c6d6645committed
David Hyatt
Commits on Aug 28, 2016
Initial landing of CSS Parser Tokenization (and files to support that). Not used yet.
Show description for b2ce3dccommitted
David Hyatt
Loading