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

Issue 217973002: Remove duplicated invalidation (Closed)

Created:
6 years, 8 months ago by Julien - ping for review
Modified:
6 years, 8 months ago
CC:
blink-reviews, bemjb+rendering_chromium.org, dsinclair, zoltan1, eae+blinkwatch, leviw+renderwatch, blink-layers+watch_chromium.org, jchaffraix+rendering, pdr., rune+blink, esprehn
Visibility:
Public.

Description

Remove duplicated invalidation The code to generate an invalidation for StyleDifferenceRepaint and outline decrease in RenderLayerModelObject::styleWillChange is duplicated with the one in RenderObject::styleWillChange. This meant that we would generate 2 identical invalidations for each repaint-cue or outline decrease. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170591

Patch Set 1 #

Patch Set 2 : Rebaseline change #

Total comments: 2

Patch Set 3 : Updated after the reviews. #

Patch Set 4 : Fixed TestExpectations #

Patch Set 5 : Rebaselined change for landing (TM) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -70 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/squash-partial-repaint-inside-squashed-layer-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt View 2 chunks +0 lines, -3 lines 0 comments Download
M LayoutTests/compositing/squashing/squash-transform-repainting-transformed-child-expected.txt View 2 chunks +0 lines, -3 lines 0 comments Download
M LayoutTests/compositing/squashing/squashed-repaints-expected.txt View 4 chunks +0 lines, -7 lines 0 comments Download
M LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-yonly-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/css3/filters/effect-reference-repaint-merge-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/css3/filters/effect-reference-repaint-morphology-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/css3/filters/effect-reference-repaint-morphology-xonly-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/css3/filters/effect-reference-repaint-morphology-yonly-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/css3/filters/effect-reference-repaint-offset-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/button-spurious-layout-hint-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/fixed-tranformed-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/horizontal-bt-overflow-child-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/horizontal-bt-overflow-parent-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/horizontal-bt-overflow-same-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/hover-pseudo-borders-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/mix-blend-mode-separate-stacking-context-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/negative-text-indent-with-overflow-hidden-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/overflow-flipped-writing-mode-block-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/overflow-flipped-writing-mode-table-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/repaint-on-style-change-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/table-cell-overflow-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/table-col-background-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/table-row-bg-change-expected.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/vertical-overflow-child-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/vertical-overflow-parent-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/repaint/vertical-overflow-same-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/platform/linux/compositing/overflow/updating-scrolling-content-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/platform/linux/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/platform/linux/virtual/softwarecompositing/overflow/updating-scrolling-content-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/platform/win/compositing/repaint/invalidations-on-composited-layers-expected.txt View 2 chunks +0 lines, -2 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/body-background-image-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/platform/win/fast/repaint/fixed-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/platform/win/fast/repaint/inline-color-change-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/platform/win/fast/repaint/outline-shrinking-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/platform/win/fast/repaint/rel-positioned-inline-with-overflow-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/platform/win/fast/repaint/table-cell-collapsed-border-expected.txt View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/table-collapsed-border-expected.txt View 1 1 chunk +0 lines, -5 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/textarea-set-disabled-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M LayoutTests/platform/win/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderLayerModelObject.cpp View 1 2 3 4 1 chunk +6 lines, -9 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
Julien - ping for review
6 years, 8 months ago (2014-03-31 17:03:51 UTC) #1
eseidel
lgtm Looks like we have a 3rd copy in there somewhere too. :)
6 years, 8 months ago (2014-03-31 17:11:31 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jchaffraix@chromium.org/217973002/20001
6 years, 8 months ago (2014-03-31 17:11:40 UTC) #3
esprehn
The CQ bit was unchecked by esprehn@chromium.org
6 years, 8 months ago (2014-03-31 17:19:45 UTC) #4
esprehn
https://codereview.chromium.org/217973002/diff/20001/Source/core/rendering/RenderLayerModelObject.cpp File Source/core/rendering/RenderLayerModelObject.cpp (right): https://codereview.chromium.org/217973002/diff/20001/Source/core/rendering/RenderLayerModelObject.cpp#newcode100 Source/core/rendering/RenderLayerModelObject.cpp:100: // having an outline to not having an outline. ...
6 years, 8 months ago (2014-03-31 17:19:49 UTC) #5
Julien - ping for review
> Looks like we have a 3rd copy in there somewhere too. :) I think ...
6 years, 8 months ago (2014-03-31 18:04:03 UTC) #6
Julien - ping for review
The CQ bit was checked by jchaffraix@chromium.org
6 years, 8 months ago (2014-03-31 18:19:10 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jchaffraix@chromium.org/217973002/40001
6 years, 8 months ago (2014-03-31 18:19:16 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-03-31 19:00:32 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_rel
6 years, 8 months ago (2014-03-31 19:00:32 UTC) #10
Julien - ping for review
The CQ bit was checked by jchaffraix@chromium.org
6 years, 8 months ago (2014-03-31 19:46:28 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jchaffraix@chromium.org/217973002/60001
6 years, 8 months ago (2014-03-31 19:46:39 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-03-31 20:16:53 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_rel
6 years, 8 months ago (2014-03-31 20:16:53 UTC) #14
esprehn
The CQ bit was checked by esprehn@chromium.org
6 years, 8 months ago (2014-03-31 20:19:44 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jchaffraix@chromium.org/217973002/60001
6 years, 8 months ago (2014-03-31 20:19:47 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-03-31 23:50:41 UTC) #17
commit-bot: I haz the power
Failed to apply patch for Source/core/rendering/RenderLayerModelObject.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 8 months ago (2014-03-31 23:50:41 UTC) #18
Julien - ping for review
The CQ bit was checked by jchaffraix@chromium.org
6 years, 8 months ago (2014-04-01 01:09:05 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jchaffraix@chromium.org/217973002/80001
6 years, 8 months ago (2014-04-01 01:09:09 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-01 01:30:21 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_compile_dbg
6 years, 8 months ago (2014-04-01 01:30:24 UTC) #22
Julien - ping for review
The CQ bit was checked by jchaffraix@chromium.org
6 years, 8 months ago (2014-04-01 17:13:12 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jchaffraix@chromium.org/217973002/80001
6 years, 8 months ago (2014-04-01 17:13:21 UTC) #24
commit-bot: I haz the power
6 years, 8 months ago (2014-04-01 18:22:32 UTC) #25
Message was sent while issue was closed.
Change committed as 170591

Powered by Google App Engine
This is Rietveld 408576698