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

Issue 2702883002: Remove force-update when visual rects change. (Closed)

Created:
3 years, 10 months ago by Xianzhu
Modified:
3 years, 9 months ago
Reviewers:
chrishtr, wkorman
CC:
blink-reviews, blink-reviews-paint_chromium.org, chromium-reviews, dshwang
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove force-update when visual rects change. This code was added in https://codereview.chromium.org/1368163002, but subsequently https://codereview.chromium.org/2668823002 landed, which does the same thing and in a more targeted way. BUG=490725, 692614 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 patch from issue 2706553002 at patchset 1 (http://crrev.com/2706553002#ps1) Review-Url: https://codereview.chromium.org/2702883002 Cr-Commit-Position: refs/heads/master@{#453808} Committed: https://chromium.googlesource.com/chromium/src/+/ea6322df1cd9d8ce956935dd925fe64ddeda0566

Patch Set 1 #

Patch Set 2 : - #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -67 lines) Patch
M third_party/WebKit/LayoutTests/paint/invalidation/clip-unclip-and-change.html View 1 chunk +5 lines, -2 lines 3 comments Download
M third_party/WebKit/Source/core/paint/PaintInvalidator.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintInvalidator.cpp View 1 6 chunks +32 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h View 1 1 chunk +4 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp View 1 7 chunks +25 lines, -24 lines 0 comments Download

Messages

Total messages: 37 (23 generated)
Xianzhu
chrishtr@ created the original patch https://codereview.chromium.org/2706553002/. I reviewed it and found an issue but he's ...
3 years, 10 months ago (2017-02-21 17:27:09 UTC) #10
wkorman
lgtm
3 years, 10 months ago (2017-02-21 19:57:47 UTC) #15
Xianzhu
This needs more work. The patch was modified to make all tests [1] pass: - ...
3 years, 9 months ago (2017-02-27 17:39:17 UTC) #17
chrishtr
On 2017/02/27 at 17:39:17, wangxianzhu wrote: > This needs more work. > > The patch ...
3 years, 9 months ago (2017-02-27 19:18:43 UTC) #18
Xianzhu
On 2017/02/27 19:18:43, chrishtr wrote: > On 2017/02/27 at 17:39:17, wangxianzhu wrote: > > This ...
3 years, 9 months ago (2017-02-27 20:32:28 UTC) #19
Xianzhu
On 2017/02/27 20:32:28, Xianzhu wrote: > On 2017/02/27 19:18:43, chrishtr wrote: > > On 2017/02/27 ...
3 years, 9 months ago (2017-02-27 23:09:07 UTC) #23
Xianzhu
On 2017/02/27 23:09:07, Xianzhu wrote: > > The unit test failures of the first patch ...
3 years, 9 months ago (2017-02-28 17:22:47 UTC) #26
chrishtr
On 2017/02/27 at 23:09:07, wangxianzhu wrote: > On 2017/02/27 20:32:28, Xianzhu wrote: > > On ...
3 years, 9 months ago (2017-02-28 21:25:58 UTC) #27
Xianzhu
On 2017/02/28 21:25:58, chrishtr wrote: > On 2017/02/27 at 23:09:07, wangxianzhu wrote: > > On ...
3 years, 9 months ago (2017-02-28 22:12:55 UTC) #28
chrishtr
lgtm https://codereview.chromium.org/2702883002/diff/20001/third_party/WebKit/LayoutTests/paint/invalidation/clip-unclip-and-change.html File third_party/WebKit/LayoutTests/paint/invalidation/clip-unclip-and-change.html (right): https://codereview.chromium.org/2702883002/diff/20001/third_party/WebKit/LayoutTests/paint/invalidation/clip-unclip-and-change.html#newcode20 third_party/WebKit/LayoutTests/paint/invalidation/clip-unclip-and-change.html:20: <div style="width: 100px; height: 300px; overflow: hidden"> Add ...
3 years, 9 months ago (2017-02-28 22:45:28 UTC) #29
Xianzhu
https://codereview.chromium.org/2702883002/diff/20001/third_party/WebKit/LayoutTests/paint/invalidation/clip-unclip-and-change.html File third_party/WebKit/LayoutTests/paint/invalidation/clip-unclip-and-change.html (right): https://codereview.chromium.org/2702883002/diff/20001/third_party/WebKit/LayoutTests/paint/invalidation/clip-unclip-and-change.html#newcode20 third_party/WebKit/LayoutTests/paint/invalidation/clip-unclip-and-change.html:20: <div style="width: 100px; height: 300px; overflow: hidden"> On 2017/02/28 ...
3 years, 9 months ago (2017-03-01 00:03:33 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2702883002/20001
3 years, 9 months ago (2017-03-01 00:04:59 UTC) #33
chrishtr
lgtm https://codereview.chromium.org/2702883002/diff/20001/third_party/WebKit/LayoutTests/paint/invalidation/clip-unclip-and-change.html File third_party/WebKit/LayoutTests/paint/invalidation/clip-unclip-and-change.html (right): https://codereview.chromium.org/2702883002/diff/20001/third_party/WebKit/LayoutTests/paint/invalidation/clip-unclip-and-change.html#newcode20 third_party/WebKit/LayoutTests/paint/invalidation/clip-unclip-and-change.html:20: <div style="width: 100px; height: 300px; overflow: hidden"> On ...
3 years, 9 months ago (2017-03-01 00:51:58 UTC) #34
commit-bot: I haz the power
3 years, 9 months ago (2017-03-01 03:06:28 UTC) #37
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/ea6322df1cd9d8ce956935dd925f...

Powered by Google App Engine
This is Rietveld 408576698