WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
134828
Partition the CSS rules based on the most specific filter of the rightmost fragment
https://bugs.webkit.org/show_bug.cgi?id=134828
Summary
Partition the CSS rules based on the most specific filter of the rightmost fr...
Benjamin Poulain
Reported
2014-07-11 01:39:15 PDT
Partition the CSS rules based on the most specific filter of the rightmost fragment
Attachments
Patch
(14.25 KB, patch)
2014-07-11 01:49 PDT
,
Benjamin Poulain
kling
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Benjamin Poulain
Comment 1
2014-07-11 01:49:13 PDT
Created
attachment 234748
[details]
Patch
Andreas Kling
Comment 2
2014-07-11 16:27:33 PDT
Comment on
attachment 234748
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=234748&action=review
Pretty clever! r=me
> Source/WebCore/css/RuleSet.cpp:218 > + } else {
This should be else if (classBucketSize)... since a completely empty class bucket is strongly preferable.
Benjamin Poulain
Comment 3
2014-07-11 22:09:25 PDT
Committed
r171020
: <
http://trac.webkit.org/changeset/171020
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug