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

Issue 2390443002: Unify GeometryPropertyTreeState and PropertyTreeState (Closed)

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

Description

Unify GeometryPropertyTreeState and PropertyTreeState This patch unifies the two property tree state classes so just PropertyTreeState is used. The majority of this patch is a mechanical refactor. There are three real changes in this patch: 1) GeometryPropertyTreeState has been replaced by PropertyTreeState. 2) Comments in ObjectPaintProperties.h have been updated. 3) ObjectPaintProperties's localBorderBoxProperties and contentsProperties have been refactored to both return a PropertyTreeStateWithOffset. This was needed because PropertyTreeState does not permit the reference out-param approach that was previously used for getContentsPropertyTreeState. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/3186773510907edfda53bf8fef382a087f61c6f4 Cr-Commit-Position: refs/heads/master@{#422626}

Patch Set 1 #

Patch Set 2 : reformat #

Patch Set 3 : Rebase #

Patch Set 4 : rebase x2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+466 lines, -486 lines) Patch
M third_party/WebKit/Source/core/paint/ObjectPaintProperties.h View 1 6 chunks +32 lines, -72 lines 0 comments Download
M third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp View 1 1 chunk +16 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintInvalidator.cpp View 1 2 chunks +21 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp View 1 1 chunk +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp View 1 1 chunk +6 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp View 1 12 chunks +105 lines, -108 lines 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h View 1 6 chunks +26 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp View 1 14 chunks +40 lines, -43 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp View 1 24 chunks +129 lines, -143 lines 0 comments Download
D third_party/WebKit/Source/platform/graphics/paint/GeometryPropertyTreeState.h View 1 1 chunk +0 lines, -35 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h View 1 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h View 1 1 chunk +78 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/README.md View 1 chunk +7 lines, -7 lines 0 comments Download

Messages

Total messages: 22 (12 generated)
pdr.
No rush on this patch, lets get it right. Please nitpick the comments and function ...
4 years, 2 months ago (2016-10-01 02:11:15 UTC) #4
Xianzhu
lgtm
4 years, 2 months ago (2016-10-03 16:17:50 UTC) #5
chrishtr
lgtm
4 years, 2 months ago (2016-10-03 16:54:19 UTC) #7
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/2390443002/20001
4 years, 2 months ago (2016-10-03 17:14:26 UTC) #9
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/platform/BUILD.gn: While running git apply --index -3 -p1; error: patch ...
4 years, 2 months ago (2016-10-03 18:39:13 UTC) #11
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/2390443002/40001
4 years, 2 months ago (2016-10-03 19:44:58 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/79354) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 2 months ago (2016-10-03 19:47:39 UTC) #16
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/2390443002/60001
4 years, 2 months ago (2016-10-03 19:58:54 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-04 00:29:08 UTC) #20
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 00:32:05 UTC) #22
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/3186773510907edfda53bf8fef382a087f61c6f4
Cr-Commit-Position: refs/heads/master@{#422626}

Powered by Google App Engine
This is Rietveld 408576698