Bug 161983 - Switch CSSParser to use CSSParserFastPaths::isKeywordPropertyID()
Summary: Switch CSSParser to use CSSParserFastPaths::isKeywordPropertyID()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-14 13:11 PDT by Daniel Bates
Modified: 2016-09-14 13:48 PDT (History)
2 users (show)

See Also:


Attachments
Patch (27.28 KB, patch)
2016-09-14 13:31 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 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.
Comment 1 Daniel Bates 2016-09-14 13:31:20 PDT
Created attachment 288851 [details]
Patch
Comment 2 Dave Hyatt 2016-09-14 13:46:26 PDT
Comment on attachment 288851 [details]
Patch

r=me
Comment 3 Daniel Bates 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>
Comment 4 Daniel Bates 2016-09-14 13:48:39 PDT
All reviewed patches have been landed.  Closing bug.