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

Issue 2854493002: Store previous painting clip rects on FragmentData. (Closed)

Created:
3 years, 7 months ago by chrishtr
Modified:
3 years, 7 months ago
Reviewers:
pdr., wkorman
CC:
blink-reviews, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, chromium-reviews, dshwang, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Store previous painting clip rects on FragmentData. Add a NextFragment method on FragmentData in anticipation of support for multiple fragments. Use this to make InvalidatePaintLayerOptimizationsIfNeeded multicol fragment-aware. BUG=648274 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2854493002 Cr-Commit-Position: refs/heads/master@{#468540} Committed: https://chromium.googlesource.com/chromium/src/+/32bf53031ff05bfc394accd43c1d4f36399bf3f6

Patch Set 1 #

Patch Set 2 : none #

Patch Set 3 : none #

Patch Set 4 : none #

Total comments: 15

Patch Set 5 : none #

Total comments: 7

Patch Set 6 : none #

Patch Set 7 : none #

Patch Set 8 : none #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -141 lines) Patch
D third_party/WebKit/Source/core/layout/ClipRects.h View 1 chunk +0 lines, -101 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.h View 1 2 3 4 5 6 7 3 chunks +8 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.cpp View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/FragmentData.h View 1 2 3 4 2 chunks +15 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayer.h View 1 2 3 4 2 chunks +7 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h View 1 2 3 4 3 chunks +12 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp View 1 2 3 4 5 6 9 chunks +41 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PrePaintTreeWalkTest.cpp View 1 2 3 4 1 chunk +14 lines, -10 lines 0 comments Download

Messages

Total messages: 34 (21 generated)
chrishtr
Also working on a README file.
3 years, 7 months ago (2017-04-28 22:10:26 UTC) #6
pdr.
Ovr'all, a real nice patch you got there. What'cha about this factorin': paint/ObjectPaintProperties.h -> paint/FragmentData.h ...
3 years, 7 months ago (2017-04-28 22:23:39 UTC) #8
chrishtr
+wkorman as pdr is out today.
3 years, 7 months ago (2017-05-01 19:51:22 UTC) #13
wkorman
https://codereview.chromium.org/2854493002/diff/60001/third_party/WebKit/Source/core/layout/LayoutObject.h File third_party/WebKit/Source/core/layout/LayoutObject.h (right): https://codereview.chromium.org/2854493002/diff/60001/third_party/WebKit/Source/core/layout/LayoutObject.h#newcode1830 third_party/WebKit/Source/core/layout/LayoutObject.h:1830: FragmentData* FirstFragment() { nit: add brief documentation, and move ...
3 years, 7 months ago (2017-05-01 20:29:25 UTC) #16
chrishtr
https://codereview.chromium.org/2854493002/diff/60001/third_party/WebKit/Source/core/layout/LayoutObject.h File third_party/WebKit/Source/core/layout/LayoutObject.h (right): https://codereview.chromium.org/2854493002/diff/60001/third_party/WebKit/Source/core/layout/LayoutObject.h#newcode1830 third_party/WebKit/Source/core/layout/LayoutObject.h:1830: FragmentData* FirstFragment() { On 2017/05/01 at 20:29:24, wkorman wrote: ...
3 years, 7 months ago (2017-05-01 21:43:54 UTC) #17
chrishtr
https://codereview.chromium.org/2854493002/diff/60001/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp File third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp (right): https://codereview.chromium.org/2854493002/diff/60001/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp#newcode173 third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp:173: object, context.ancestor_transformed_or_root_paint_layer, fragment, On 2017/05/01 at 21:43:54, chrishtr wrote: ...
3 years, 7 months ago (2017-05-01 21:54:39 UTC) #20
wkorman
lgtm https://codereview.chromium.org/2854493002/diff/80001/third_party/WebKit/Source/core/layout/LayoutObject.h File third_party/WebKit/Source/core/layout/LayoutObject.h (right): https://codereview.chromium.org/2854493002/diff/80001/third_party/WebKit/Source/core/layout/LayoutObject.h#newcode1830 third_party/WebKit/Source/core/layout/LayoutObject.h:1830: // Each LayoutObject has one or more painting ...
3 years, 7 months ago (2017-05-01 21:58:10 UTC) #21
chrishtr
https://codereview.chromium.org/2854493002/diff/80001/third_party/WebKit/Source/core/paint/PaintLayer.h File third_party/WebKit/Source/core/paint/PaintLayer.h (right): https://codereview.chromium.org/2854493002/diff/80001/third_party/WebKit/Source/core/paint/PaintLayer.h#newcode933 third_party/WebKit/Source/core/paint/PaintLayer.h:933: previous_clip_rects_ = &clip_rects; On 2017/05/01 at 21:58:09, wkorman wrote: ...
3 years, 7 months ago (2017-05-01 22:40:07 UTC) #23
chrishtr
https://codereview.chromium.org/2854493002/diff/80001/third_party/WebKit/Source/core/layout/LayoutObject.h File third_party/WebKit/Source/core/layout/LayoutObject.h (right): https://codereview.chromium.org/2854493002/diff/80001/third_party/WebKit/Source/core/layout/LayoutObject.h#newcode1830 third_party/WebKit/Source/core/layout/LayoutObject.h:1830: // Each LayoutObject has one or more painting fragments ...
3 years, 7 months ago (2017-05-01 22:40:31 UTC) #25
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/2854493002/120001
3 years, 7 months ago (2017-05-01 22:40:43 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/219048)
3 years, 7 months ago (2017-05-02 00:42:36 UTC) #28
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/2854493002/140001
3 years, 7 months ago (2017-05-02 01:01:19 UTC) #31
commit-bot: I haz the power
3 years, 7 months ago (2017-05-02 02:48:31 UTC) #34
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/32bf53031ff05bfc394accd43c1d...

Powered by Google App Engine
This is Rietveld 408576698