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

Issue 1829493002: [SPv2] Implement CSS clip property (Closed)

Created:
4 years, 9 months ago by trchen
Modified:
4 years, 8 months ago
Reviewers:
pdr., jbroman
CC:
blink-reviews, blink-reviews-paint_chromium.org, chromium-reviews, dshwang, 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

[SPv2] Implement CSS clip property This CL creates clip nodes for CSS clip in PaintPropertyTreeBuilder. Committed: https://crrev.com/e5eb731a308ab62d98bcab39637155d066bbea68 Cr-Commit-Position: refs/heads/master@{#383654}

Patch Set 1 #

Total comments: 2

Patch Set 2 : update layout test expectation. add more comments. #

Patch Set 3 : move fixedpos clip to updateOutOfFlowContext #

Total comments: 5

Patch Set 4 : change argument order & add unit tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -5 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 chunks +14 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/VirtualTestSuites View 1 1 chunk +5 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/virtual/spv2/fast/clip/README.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/WebKit/Source/core/paint/ObjectPaintProperties.h View 5 chunks +11 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp View 1 2 3 5 chunks +46 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp View 1 2 3 1 chunk +101 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp View 1 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 23 (7 generated)
trchen
Uploaded for preview. Will add unit tests if the concept looks okay to you!
4 years, 9 months ago (2016-03-23 00:08:25 UTC) #2
pdr.
I think this looks pretty good. I tested a few sites and it seems to ...
4 years, 9 months ago (2016-03-23 00:53:31 UTC) #3
trchen
On 2016/03/23 00:53:31, pdr wrote: > I think this looks pretty good. I tested a ...
4 years, 9 months ago (2016-03-23 01:45:42 UTC) #4
pdr.
Awesome, looking forward to the updated patch. Feel free to leave the TODO(pdr). Your comment ...
4 years, 9 months ago (2016-03-23 01:56:12 UTC) #5
trchen
On 2016/03/23 01:56:12, pdr wrote: > Awesome, looking forward to the updated patch. Haven't finished ...
4 years, 9 months ago (2016-03-23 03:33:09 UTC) #6
jbroman
Doesn't seem unreasonable at a high level, though I worry about how complicated this is ...
4 years, 9 months ago (2016-03-23 17:16:51 UTC) #7
trchen
https://codereview.chromium.org/1829493002/diff/40001/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp File third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp (right): https://codereview.chromium.org/1829493002/diff/40001/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp#newcode332 third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp:332: static void updateOutOfFlowContext(RefPtr<ClipPaintPropertyNode>& newClipNodeForCSSClipFixedPosition, const LayoutObject& object, PaintPropertyTreeBuilderContext& context, ...
4 years, 9 months ago (2016-03-24 00:53:58 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1829493002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1829493002/60001
4 years, 9 months ago (2016-03-24 00:54:26 UTC) #10
jbroman
https://codereview.chromium.org/1829493002/diff/40001/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp File third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp (right): https://codereview.chromium.org/1829493002/diff/40001/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp#newcode366 third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp:366: const_cast<TransformPaintPropertyNode*>(newClipNodeForCSSClip->localTransformSpace()), On 2016/03/24 at 00:53:58, trchen wrote: > On ...
4 years, 9 months ago (2016-03-24 01:03:39 UTC) #11
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-24 02:08:11 UTC) #13
pdr.
LGTM <strikethrough>hurry up and land while Jeremy is OOO</strikethrough>In the standup Jeremy and I talked ...
4 years, 9 months ago (2016-03-25 03:43:47 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1829493002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1829493002/60001
4 years, 9 months ago (2016-03-25 22:50:30 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/202362)
4 years, 9 months ago (2016-03-26 01:59:38 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1829493002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1829493002/60001
4 years, 8 months ago (2016-03-29 01:07:30 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-03-29 02:13:20 UTC) #21
commit-bot: I haz the power
4 years, 8 months ago (2016-03-29 02:14:35 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/e5eb731a308ab62d98bcab39637155d066bbea68
Cr-Commit-Position: refs/heads/master@{#383654}

Powered by Google App Engine
This is Rietveld 408576698