Bug 138336 - When computing the specificity of selectors, use saturated arithmetic per component
Summary: When computing the specificity of selectors, use saturated arithmetic per com...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-03 17:03 PST by Benjamin Poulain
Modified: 2014-11-04 13:02 PST (History)
0 users

See Also:


Attachments
Patch (60.78 KB, patch)
2014-11-03 17:52 PST, Benjamin Poulain
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2014-11-03 17:03:54 PST
When computing the specificity of selectors, use saturated arithmetic per component
Comment 1 Benjamin Poulain 2014-11-03 17:52:10 PST
Created attachment 240890 [details]
Patch
Comment 2 Andreas Kling 2014-11-03 20:40:55 PST
Comment on attachment 240890 [details]
Patch

Beautiful test. r=me
Comment 3 Benjamin Poulain 2014-11-04 13:02:19 PST
Committed r175576: <http://trac.webkit.org/changeset/175576>