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+
Benjamin Poulain
Comment 1 2014-07-11 01:49:13 PDT
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
Note You need to log in before you can comment on or make changes to this bug.