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

Issue 220123004: Add support for element ids in TargetedStyleRecalc (Closed)

Created:
6 years, 8 months ago by chrishtr
Modified:
6 years, 8 months ago
Reviewers:
esprehn, rune, ojan
CC:
blink-reviews, sof, eae+blinkwatch, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, adamk+blink_chromium.org, darktears, rune+blink, Inactive, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Add support for element ids in TargetedStyleRecalc. BUG=318468 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170719

Patch Set 1 #

Patch Set 2 : Fix. #

Patch Set 3 : Adjust. #

Patch Set 4 : Added test. #

Patch Set 5 : Fix. #

Patch Set 6 : Fix test. #

Total comments: 2

Patch Set 7 : Fix comment. #

Total comments: 6

Patch Set 8 : Addressed comments from esprehn@. #

Patch Set 9 : Merge. #

Patch Set 10 : Adjust test #

Patch Set 11 : Adjust test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -42 lines) Patch
A + LayoutTests/fast/css/invalidation/targeted-id-style-invalidation.html View 1 2 3 4 5 7 chunks +10 lines, -10 lines 0 comments Download
A + LayoutTests/fast/css/invalidation/targeted-id-style-invalidation-expected.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/RuleFeature.h View 1 2 3 4 5 6 7 8 5 chunks +9 lines, -6 lines 0 comments Download
M Source/core/css/RuleFeature.cpp View 1 2 3 4 5 6 7 8 8 chunks +29 lines, -10 lines 0 comments Download
M Source/core/css/invalidation/DescendantInvalidationSet.h View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/css/invalidation/DescendantInvalidationSet.cpp View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
M Source/core/css/invalidation/StyleInvalidator.h View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -0 lines 0 comments Download
M Source/core/css/invalidation/StyleInvalidator.cpp View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -0 lines 0 comments Download
M Source/core/dom/Element.cpp View 1 2 3 4 4 chunks +3 lines, -15 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
chrishtr
6 years, 8 months ago (2014-04-01 04:22:05 UTC) #1
rune
lgtm I don't know how common it is to change id on elements compared to ...
6 years, 8 months ago (2014-04-01 06:58:25 UTC) #2
chrishtr
Regarding use cases: the primary motivation for this CL is for its use in invalidation ...
6 years, 8 months ago (2014-04-01 16:25:16 UTC) #3
esprehn
https://codereview.chromium.org/220123004/diff/110001/Source/core/css/RuleFeature.h File Source/core/css/RuleFeature.h (right): https://codereview.chromium.org/220123004/diff/110001/Source/core/css/RuleFeature.h#newcode85 Source/core/css/RuleFeature.h:85: return m_idInvalidationSets.get(idValue); This can still be contains right? Same ...
6 years, 8 months ago (2014-04-01 23:11:19 UTC) #4
chrishtr
https://codereview.chromium.org/220123004/diff/110001/Source/core/css/RuleFeature.h File Source/core/css/RuleFeature.h (right): https://codereview.chromium.org/220123004/diff/110001/Source/core/css/RuleFeature.h#newcode85 Source/core/css/RuleFeature.h:85: return m_idInvalidationSets.get(idValue); On 2014/04/01 23:11:19, esprehn wrote: > This ...
6 years, 8 months ago (2014-04-01 23:20:08 UTC) #5
esprehn
lgtm
6 years, 8 months ago (2014-04-02 23:06:45 UTC) #6
chrishtr
The CQ bit was checked by chrishtr@chromium.org
6 years, 8 months ago (2014-04-02 23:06:57 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chrishtr@chromium.org/220123004/180001
6 years, 8 months ago (2014-04-02 23:07:00 UTC) #8
commit-bot: I haz the power
6 years, 8 months ago (2014-04-03 00:17:28 UTC) #9
Message was sent while issue was closed.
Change committed as 170719

Powered by Google App Engine
This is Rietveld 408576698