[Webkit-unassigned] [Bug 111663] New: Make RuleData support up to 8192 selectors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 19:02:22 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=111663

           Summary: Make RuleData support up to 8192 selectors
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P1
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pliard at chromium.org


r125294 made RuleData consume less memory by replacing a pointer with an index encoded on 12 bits.

This unfortunately breaks Chrome for Android when it is used with Adblock plus which injects a lot of CSS. This leads to blank pages on page load and is caused by an integer overflow when |m_selectorIndex| (encoded on 12 bits) is set.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list