Bug 161983

Summary: Switch CSSParser to use CSSParserFastPaths::isKeywordPropertyID()
Product: WebKit Reporter: Daniel Bates <dbates>
Component: CSSAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

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.