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

Issue 2511893002: Paint solid color background into both scrolling contents layer and graphics layer. (Closed)

Created:
4 years, 1 month ago by flackr
Modified:
4 years ago
Reviewers:
chrishtr
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, Stephen Chennney, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Paint solid color background into both scrolling contents layer and graphics layer. BUG=660472 TEST=paint/invalidation/composited-overflow-with-borderbox-background, PaintLayerScrollableAreaTest.CanPaintBackgroundOntoScrollingContentsLayer CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/f6df28f2345268e2e3503e769a5eedf69a1f118a Cr-Commit-Position: refs/heads/master@{#435280}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Comments and add test of translucent background. #

Patch Set 3 : Merge with master #

Patch Set 4 : Rebaseline new test. #

Patch Set 5 : Add Mac rebaselines. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -61 lines) Patch
A third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-borderbox-background.html View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-borderbox-background-expected.png View Binary file 0 comments Download
A third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-borderbox-background-expected.txt View 1 2 3 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/composited-overflow-with-borderbox-background-expected.png View 1 2 3 4 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/composited-overflow-with-borderbox-background-expected.png View 1 2 3 4 Binary file 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h View 2 chunks +9 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp View 1 2 4 chunks +27 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp View 1 2 5 chunks +20 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayer.h View 1 2 1 chunk +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayer.cpp View 1 2 1 chunk +8 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaTest.cpp View 1 2 2 chunks +47 lines, -23 lines 0 comments Download

Messages

Total messages: 23 (12 generated)
flackr
Hey, This patch will let us paint solid color backgrounds into both the scrolling contents ...
4 years, 1 month ago (2016-11-17 19:41:59 UTC) #3
chrishtr
https://codereview.chromium.org/2511893002/diff/1/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp File third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp (right): https://codereview.chromium.org/2511893002/diff/1/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp#newcode185 third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp:185: if (layer == (&style()->backgroundLayers()) && What if there are ...
4 years, 1 month ago (2016-11-17 20:55:40 UTC) #4
flackr
https://codereview.chromium.org/2511893002/diff/1/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp File third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp (right): https://codereview.chromium.org/2511893002/diff/1/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp#newcode185 third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp:185: if (layer == (&style()->backgroundLayers()) && On 2016/11/17 at 20:55:39, ...
4 years, 1 month ago (2016-11-17 23:38:01 UTC) #5
chrishtr
lgtm
4 years, 1 month ago (2016-11-18 00:16:23 UTC) #6
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/2511893002/40001
4 years ago (2016-11-28 20:49:33 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/343552) win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, ...
4 years ago (2016-11-28 21:40:19 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/2511893002/60001
4 years ago (2016-11-29 18:12:46 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/344292)
4 years ago (2016-11-29 20:34:58 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/2511893002/80001
4 years ago (2016-11-30 14:52:36 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-11-30 16:21:37 UTC) #21
commit-bot: I haz the power
4 years ago (2016-11-30 16:26:08 UTC) #23
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f6df28f2345268e2e3503e769a5eedf69a1f118a
Cr-Commit-Position: refs/heads/master@{#435280}

Powered by Google App Engine
This is Rietveld 408576698