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

Issue 1375393002: Output subsequence for children layers (Closed)

Created:
5 years, 2 months ago by Xianzhu
Modified:
5 years, 2 months ago
Reviewers:
pdr., chrishtr
CC:
blink-reviews, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), jbroman, Justin Novosad, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney, slimming-paint-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Output subsequence for children layers This is to ease paint property management. Subsequence now enclose paintings of children layers, not including paintings of the layer itself. We need to distinguish subsequences for negative-z-order children and normal-flow-and-positive-z-order children. Committed: https://crrev.com/b99bf8b27b2a85a6bc9fe5204336cd8180b4073b Cr-Commit-Position: refs/heads/master@{#351690}

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 4

Patch Set 3 : Fix blink_platform_unittests and address pdr's comments #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+434 lines, -355 lines) Patch
M third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp View 1 2 5 chunks +40 lines, -29 lines 2 comments Download
M third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainterTest.cpp View 1 5 chunks +238 lines, -204 lines 0 comments Download
M third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h View 1 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.cpp View 1 6 chunks +31 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h View 3 chunks +17 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp View 3 chunks +16 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.cpp View 6 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/DisplayItemListTest.cpp View 1 2 5 chunks +46 lines, -43 lines 2 comments Download
M third_party/WebKit/Source/platform/graphics/paint/SubsequenceDisplayItem.h View 1 chunk +14 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h View 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.cpp View 6 chunks +7 lines, -6 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
Xianzhu
5 years, 2 months ago (2015-09-30 22:30:57 UTC) #2
pdr.
Sorry this turned out to be more involved than it seemed at first :/ Overall ...
5 years, 2 months ago (2015-09-30 23:11:56 UTC) #3
Xianzhu
https://chromiumcodereview.appspot.com/1375393002/diff/20001/third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp File third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp (right): https://chromiumcodereview.appspot.com/1375393002/diff/20001/third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp#newcode227 third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp:227: paintingInfo.disableSubsequenceCache = true; On 2015/09/30 23:11:56, pdr wrote: > ...
5 years, 2 months ago (2015-09-30 23:29:47 UTC) #4
pdr.
LGTM https://chromiumcodereview.appspot.com/1375393002/diff/10011/third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp File third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp (right): https://chromiumcodereview.appspot.com/1375393002/diff/10011/third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp#newcode501 third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp:501: bool disableChildSubsequenceCache = !RuntimeEnabledFeatures::slimmingPaintV2Enabled() Nit: Should this be ...
5 years, 2 months ago (2015-09-30 23:36:55 UTC) #5
Xianzhu
https://chromiumcodereview.appspot.com/1375393002/diff/10011/third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp File third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp (right): https://chromiumcodereview.appspot.com/1375393002/diff/10011/third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp#newcode501 third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp:501: bool disableChildSubsequenceCache = !RuntimeEnabledFeatures::slimmingPaintV2Enabled() On 2015/09/30 23:36:54, pdr wrote: ...
5 years, 2 months ago (2015-09-30 23:48:48 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1375393002/10011 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1375393002/10011
5 years, 2 months ago (2015-09-30 23:50:17 UTC) #8
pdr.
On 2015/09/30 at 23:48:48, wangxianzhu wrote: > https://chromiumcodereview.appspot.com/1375393002/diff/10011/third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp > File third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp (right): > > https://chromiumcodereview.appspot.com/1375393002/diff/10011/third_party/WebKit/Source/core/paint/DeprecatedPaintLayerPainter.cpp#newcode501 ...
5 years, 2 months ago (2015-09-30 23:56:23 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:10011)
5 years, 2 months ago (2015-10-01 00:57:42 UTC) #10
commit-bot: I haz the power
5 years, 2 months ago (2015-10-01 01:00:03 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b99bf8b27b2a85a6bc9fe5204336cd8180b4073b
Cr-Commit-Position: refs/heads/master@{#351690}

Powered by Google App Engine
This is Rietveld 408576698