Bug 125839
Summary: | Fix dynamic changes with sibling selectors | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | benjamin, dino, kling, koivisto, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | BlinkMergeCandidate, InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Benjamin Poulain
Fixed that already, and in a better way too :)
Radar WebKit Bug Importer
<rdar://problem/18846930>