Bug 161917 - Organize CSS keyword properties in WebCore::isKeywordPropertyID()
Summary: Organize CSS keyword properties in WebCore::isKeywordPropertyID()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-13 11:13 PDT by Daniel Bates
Modified: 2016-09-13 12:03 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.70 KB, patch)
2016-09-13 11:15 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-13 11:13:04 PDT
Group and sort compile-time feature keywords and move them to the end of the switch block to avoid the distraction of preprocessor statements scattered throughout the list. Sort all the other keyword properties to make it straightforward to find a property by name.
Comment 1 Daniel Bates 2016-09-13 11:15:00 PDT
Created attachment 288704 [details]
Patch
Comment 2 Daniel Bates 2016-09-13 12:03:10 PDT
Comment on attachment 288704 [details]
Patch

Clearing flags on attachment: 288704

Committed r205867: <http://trac.webkit.org/changeset/205867>
Comment 3 Daniel Bates 2016-09-13 12:03:14 PDT
All reviewed patches have been landed.  Closing bug.