RESOLVED FIXED 161983
Switch CSSParser to use CSSParserFastPaths::isKeywordPropertyID()
https://bugs.webkit.org/show_bug.cgi?id=161983
Summary Switch CSSParser to use CSSParserFastPaths::isKeywordPropertyID()
Daniel Bates
Reported 2016-09-14 13:11:08 PDT
As a step towards switching to the CSS keyword properties validation logic in the new CSS parser incorporate the logic of WebCore::isKeywordPropertyID() into CSSParserFastPaths::isKeywordPropertyID() and make the old CSS parser use the latter to determine if a property is a keyword property.
Attachments
Patch (27.28 KB, patch)
2016-09-14 13:31 PDT, Daniel Bates
no flags
Daniel Bates
Comment 1 2016-09-14 13:31:20 PDT
Dave Hyatt
Comment 2 2016-09-14 13:46:26 PDT
Comment on attachment 288851 [details] Patch r=me
Daniel Bates
Comment 3 2016-09-14 13:48:35 PDT
Comment on attachment 288851 [details] Patch Clearing flags on attachment: 288851 Committed r205926: <http://trac.webkit.org/changeset/205926>
Daniel Bates
Comment 4 2016-09-14 13:48:39 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.