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

Issue 241113004: Incorrect invalidation on Google Forum (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, jchaffraix+rendering, pdr., rune+blink, esprehn
Visibility:
Public.

Description

Incorrect invalidation on Google Forum The issue was that we would generate incremental invalidations for a positioned element instead of a full invalidation. This is because the repaint rect didn't move when intersected with the overflow clip. The fix is to force positioned children of a positioned element that required a positioned movement layout to be relaid out. This is similar to what was done in https://codereview.chromium.org/192863004. To achieve the previous fix, we make positioned movement layout do a simplified layout, which simplifies the code by removing the possibility of doing both independently. BUG=360524 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172042

Patch Set 1 #

Total comments: 2

Patch Set 2 : Clarified logic per Levi's request. #

Patch Set 3 : Added a NeedsRebaseline entry for Mac. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -8 lines) Patch
M LayoutTests/TestExpectations View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A LayoutTests/fast/repaint/positioned-list-offset-change-repaint.html View 1 chunk +49 lines, -0 lines 0 comments Download
A LayoutTests/fast/repaint/positioned-list-offset-change-repaint-expected.txt View 1 1 chunk +8 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 1 3 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Julien - ping for review
6 years, 8 months ago (2014-04-17 20:03:22 UTC) #1
leviw_travelin_and_unemployed
LGTM with a nit. https://codereview.chromium.org/241113004/diff/1/Source/core/rendering/RenderBlock.cpp File Source/core/rendering/RenderBlock.cpp (right): https://codereview.chromium.org/241113004/diff/1/Source/core/rendering/RenderBlock.cpp#newcode1526 Source/core/rendering/RenderBlock.cpp:1526: if ((!posChildNeedsLayout() && !(needsSimplifiedNormalFlowLayout() || ...
6 years, 8 months ago (2014-04-17 20:35:55 UTC) #2
Julien - ping for review
https://codereview.chromium.org/241113004/diff/1/Source/core/rendering/RenderBlock.cpp File Source/core/rendering/RenderBlock.cpp (right): https://codereview.chromium.org/241113004/diff/1/Source/core/rendering/RenderBlock.cpp#newcode1526 Source/core/rendering/RenderBlock.cpp:1526: if ((!posChildNeedsLayout() && !(needsSimplifiedNormalFlowLayout() || needsPositionedMovementLayout())) || normalChildNeedsLayout() || ...
6 years, 8 months ago (2014-04-18 18:20:31 UTC) #3
leviw_travelin_and_unemployed
On 2014/04/18 18:20:31, Julien Chaffraix - PST wrote: > https://codereview.chromium.org/241113004/diff/1/Source/core/rendering/RenderBlock.cpp > File Source/core/rendering/RenderBlock.cpp (right): > ...
6 years, 8 months ago (2014-04-18 18:52:41 UTC) #4
Julien - ping for review
The CQ bit was checked by jchaffraix@chromium.org
6 years, 8 months ago (2014-04-21 16:25:15 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jchaffraix@chromium.org/241113004/40001
6 years, 8 months ago (2014-04-21 16:25:21 UTC) #6
commit-bot: I haz the power
6 years, 8 months ago (2014-04-21 16:36:33 UTC) #7
Message was sent while issue was closed.
Change committed as 172042

Powered by Google App Engine
This is Rietveld 408576698