DescriptionRefactor RuleFeatureSet to simplify iteration over CSS Selectors when collecting data.
Make all callers use the public methods rather than poking data structures. Fix a
bug in descendant selector set matching along the way (was marking whole-tree
recalc needed for all class names, as opposed to the ones in the particular
rule).
BUG=335247
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165771
Patch Set 1 #
Total comments: 1
Patch Set 2 : Renamed method. #Patch Set 3 : Added comment. #
Total comments: 4
Patch Set 4 : Updated comment. #Patch Set 5 : Updated comment. #Patch Set 6 : Fixed build on Mac (debug assert). #Patch Set 7 : Fixed typo. #Patch Set 8 : fix initial value for sibling selector #Patch Set 9 : Remove now-inaccurate ASSERT. #Patch Set 10 : Merged. #
Messages
Total messages: 11 (0 generated)
|