[Webkit-unassigned] [Bug 125839] New: Fix dynamic changes with sibling selectors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 16 23:07:16 PST 2013


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

           Summary: Fix dynamic changes with sibling selectors
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate, InChromiumBugs
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: koivisto at iki.fi, benjamin at webkit.org, akling at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/86556ca5bbb8c21887df53d01becdd6daef96774

We were not setting needsRecalc on sibling selectors after the first one.
Instead, keep a count of the max number of sibling selectors we see in
any stylesheet and setNeedsRecalc on that number of siblings.

http://crbug.com/304139

-- 
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