Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(622)

Issue 1418133013: CSS: Reduce style invalidation with sibling combinators (Closed)

Created:
5 years, 1 month ago by Eric Willigers
Modified:
5 years, 1 month ago
Reviewers:
Timothy Loh, esprehn, rune
CC:
chromium-reviews, blink-reviews-css, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

CSS: Reduce style invalidation with sibling combinators Suppose we have a style rule .m + .n .o + .p { .. } RuleFeatureSet::extractInvalidationSetFeatures is called more than once, to find the rightmost compound selector of each sibling sequence: .p (the overall rightmost compound selector) .n (the rightmost compound selector of .m + .n) If class n is added to, or removed from, an element, we don't want to needlessly force that element's style to be recalculated. For more context, see the Design doc https://goo.gl/z0Z9gn BUG=378135 Committed: https://crrev.com/93e66016b67ce85ac8d7cbf3ad52b0e123ffa779 Cr-Commit-Position: refs/heads/master@{#356651}

Patch Set 1 #

Total comments: 2

Patch Set 2 : use enum #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -14 lines) Patch
M third_party/WebKit/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators.html View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/RuleFeature.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/RuleFeature.cpp View 1 4 chunks +7 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/RuleFeatureSetTest.cpp View 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
Eric Willigers
5 years, 1 month ago (2015-10-27 07:03:38 UTC) #2
rune
https://codereview.chromium.org/1418133013/diff/1/third_party/WebKit/Source/core/css/RuleFeature.cpp File third_party/WebKit/Source/core/css/RuleFeature.cpp (right): https://codereview.chromium.org/1418133013/diff/1/third_party/WebKit/Source/core/css/RuleFeature.cpp#newcode322 third_party/WebKit/Source/core/css/RuleFeature.cpp:322: auto result = extractInvalidationSetFeatures(ruleData.selector(), features, false, true); Would increase ...
5 years, 1 month ago (2015-10-27 09:05:28 UTC) #3
Eric Willigers
https://codereview.chromium.org/1418133013/diff/1/third_party/WebKit/Source/core/css/RuleFeature.cpp File third_party/WebKit/Source/core/css/RuleFeature.cpp (right): https://codereview.chromium.org/1418133013/diff/1/third_party/WebKit/Source/core/css/RuleFeature.cpp#newcode322 third_party/WebKit/Source/core/css/RuleFeature.cpp:322: auto result = extractInvalidationSetFeatures(ruleData.selector(), features, false, true); On 2015/10/27 ...
5 years, 1 month ago (2015-10-28 00:13:07 UTC) #4
rune
lgtm
5 years, 1 month ago (2015-10-28 14:32:20 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418133013/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418133013/20001
5 years, 1 month ago (2015-10-28 20:09:22 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-10-28 21:20:35 UTC) #8
commit-bot: I haz the power
5 years, 1 month ago (2015-10-28 21:21:34 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/93e66016b67ce85ac8d7cbf3ad52b0e123ffa779
Cr-Commit-Position: refs/heads/master@{#356651}

Powered by Google App Engine
This is Rietveld 408576698