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

Issue 1368163002: Workaround rect-based paint invalidation on ancestor clip change (Closed)

Created:
5 years, 2 months ago by Xianzhu
Modified:
5 years, 2 months ago
Reviewers:
chrishtr
CC:
blink-reviews, blink-reviews-layout_chromium.org, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Workaround rect-based paint invalidation on ancestor clip change BUG=490725 TEST=fast/repaint/clip-unclip-and-change.html Committed: https://crrev.com/e4da87517db5b2dab98207f7c4b3049a6b7e44a8 Cr-Commit-Position: refs/heads/master@{#351239}

Patch Set 1 #

Patch Set 2 : #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -7 lines) Patch
A third_party/WebKit/LayoutTests/fast/repaint/clip-unclip-and-change.html View 1 1 chunk +22 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fast/repaint/clip-unclip-and-change-expected.txt View 1 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp View 2 chunks +11 lines, -1 line 6 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.h View 2 chunks +5 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.cpp View 2 chunks +6 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/PaintInvalidationState.h View 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp View 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (2 generated)
Xianzhu
5 years, 2 months ago (2015-09-28 16:10:26 UTC) #2
chrishtr
https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp File third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp (right): https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp#newcode385 third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp:385: && previousPaintInvalidationRect != this->previousPaintInvalidationRect() If the rect changes, why ...
5 years, 2 months ago (2015-09-28 17:38:14 UTC) #3
Xianzhu
https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp File third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp (right): https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp#newcode385 third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp:385: && previousPaintInvalidationRect != this->previousPaintInvalidationRect() On 2015/09/28 17:38:13, chrishtr wrote: ...
5 years, 2 months ago (2015-09-28 17:49:05 UTC) #4
chrishtr
On 2015/09/28 at 17:49:05, wangxianzhu wrote: > https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp > File third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp (right): > > https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp#newcode385 ...
5 years, 2 months ago (2015-09-28 18:28:22 UTC) #5
Xianzhu
On 2015/09/28 18:28:22, chrishtr wrote: > On 2015/09/28 at 17:49:05, wangxianzhu wrote: > > > ...
5 years, 2 months ago (2015-09-28 19:38:30 UTC) #6
chrishtr
On 2015/09/28 at 19:38:30, wangxianzhu wrote: > On 2015/09/28 18:28:22, chrishtr wrote: > > On ...
5 years, 2 months ago (2015-09-28 21:22:05 UTC) #7
chrishtr
https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp File third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp (right): https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp#newcode385 third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp:385: && previousPaintInvalidationRect != this->previousPaintInvalidationRect() On 2015/09/28 at 17:49:05, Xianzhu ...
5 years, 2 months ago (2015-09-28 22:16:29 UTC) #8
Xianzhu
https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp File third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp (right): https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp#newcode385 third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp:385: && previousPaintInvalidationRect != this->previousPaintInvalidationRect() On 2015/09/28 22:16:29, chrishtr wrote: ...
5 years, 2 months ago (2015-09-28 22:56:26 UTC) #9
chrishtr
https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp File third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp (right): https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp#newcode385 third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp:385: && previousPaintInvalidationRect != this->previousPaintInvalidationRect() On 2015/09/28 at 22:56:26, Xianzhu ...
5 years, 2 months ago (2015-09-28 23:38:13 UTC) #10
Xianzhu
https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp File third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp (right): https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp#newcode385 third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp:385: && previousPaintInvalidationRect != this->previousPaintInvalidationRect() On 2015/09/28 23:38:13, chrishtr wrote: ...
5 years, 2 months ago (2015-09-28 23:51:48 UTC) #11
chrishtr
On 2015/09/28 at 23:51:48, wangxianzhu wrote: > https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp > File third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp (right): > > https://codereview.chromium.org/1368163002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp#newcode385 ...
5 years, 2 months ago (2015-09-28 23:57:54 UTC) #12
chrishtr
lgtm
5 years, 2 months ago (2015-09-28 23:57:59 UTC) #13
Xianzhu
Let's land this to fix the bug first before invalidation-rect-after-paint works.
5 years, 2 months ago (2015-09-29 00:26:49 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1368163002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1368163002/20001
5 years, 2 months ago (2015-09-29 00:28:29 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 2 months ago (2015-09-29 02:25:51 UTC) #17
commit-bot: I haz the power
5 years, 2 months ago (2015-09-29 02:26:51 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e4da87517db5b2dab98207f7c4b3049a6b7e44a8
Cr-Commit-Position: refs/heads/master@{#351239}

Powered by Google App Engine
This is Rietveld 408576698