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

Issue 1637143002: Layers that have a backdrop-filter should paints contents (Closed)

Created:
4 years, 11 months ago by jaydasika
Modified:
4 years, 10 months ago
Reviewers:
pdr., chrishtr
CC:
blink-reviews, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-style_chromium.org, chromium-reviews, dcheng, dshwang, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, slimming-paint-reviews_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Layers that have a backdrop-filter should paints contents patch from issue 1327973002 (http://crrev.com/1327973002) BUG=527452 Committed: https://crrev.com/b0d78204557a875d10beb43e9f6c0e634bf364f8 Cr-Commit-Position: refs/heads/master@{#373860}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : Add backdrop filter check to updateDrawsContent + its test #

Patch Set 5 : Add backdrop filter check to Table*Painter #

Patch Set 6 : Another test #

Total comments: 3

Patch Set 7 : #

Messages

Total messages: 23 (5 generated)
jaydasika
PTAL!
4 years, 11 months ago (2016-01-27 01:03:15 UTC) #3
pdr.
https://codereview.chromium.org/1637143002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.h File third_party/WebKit/Source/core/style/ComputedStyle.h (right): https://codereview.chromium.org/1637143002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.h#newcode441 third_party/WebKit/Source/core/style/ComputedStyle.h:441: return hasBackgroundImageOrBackdropFilter(); Is this tested? This was my concern ...
4 years, 11 months ago (2016-01-27 05:52:10 UTC) #4
jaydasika
https://codereview.chromium.org/1637143002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.h File third_party/WebKit/Source/core/style/ComputedStyle.h (right): https://codereview.chromium.org/1637143002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.h#newcode441 third_party/WebKit/Source/core/style/ComputedStyle.h:441: return hasBackgroundImageOrBackdropFilter(); On 2016/01/27 05:52:09, pdr wrote: > Is ...
4 years, 10 months ago (2016-01-27 23:59:42 UTC) #5
pdr.
On 2016/01/27 at 23:59:42, jaydasika wrote: > https://codereview.chromium.org/1637143002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.h > File third_party/WebKit/Source/core/style/ComputedStyle.h (right): > > https://codereview.chromium.org/1637143002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.h#newcode441 ...
4 years, 10 months ago (2016-01-28 01:03:12 UTC) #6
chrishtr
On 2016/01/28 at 01:03:12, pdr wrote: > On 2016/01/27 at 23:59:42, jaydasika wrote: > > ...
4 years, 10 months ago (2016-01-28 01:23:23 UTC) #7
jaydasika
On 2016/01/28 01:23:23, chrishtr wrote: > On 2016/01/28 at 01:03:12, pdr wrote: > > On ...
4 years, 10 months ago (2016-01-28 01:52:18 UTC) #8
jaydasika
Changed the CL after investigating all hasBackground and hasBoxDecorations calls. 1) moved hasBackdropFilter check to ...
4 years, 10 months ago (2016-02-03 03:43:31 UTC) #9
pdr.
This is looking great, just two requests for tests. https://codereview.chromium.org/1637143002/diff/100001/third_party/WebKit/Source/core/paint/BoxDecorationData.cpp File third_party/WebKit/Source/core/paint/BoxDecorationData.cpp (right): https://codereview.chromium.org/1637143002/diff/100001/third_party/WebKit/Source/core/paint/BoxDecorationData.cpp#newcode18 third_party/WebKit/Source/core/paint/BoxDecorationData.cpp:18: ...
4 years, 10 months ago (2016-02-03 04:20:28 UTC) #10
jaydasika
I think there is no use case where we will need to paint the background ...
4 years, 10 months ago (2016-02-05 02:10:02 UTC) #11
jaydasika
I think there is no use case where we will need to paint the background ...
4 years, 10 months ago (2016-02-05 02:10:14 UTC) #12
pdr.
LGTM
4 years, 10 months ago (2016-02-05 02:14:42 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1637143002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1637143002/120001
4 years, 10 months ago (2016-02-05 17:20:37 UTC) #15
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 10 months ago (2016-02-05 18:49:28 UTC) #17
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/b0d78204557a875d10beb43e9f6c0e634bf364f8 Cr-Commit-Position: refs/heads/master@{#373860}
4 years, 10 months ago (2016-02-05 18:50:22 UTC) #19
please use gerrit instead
Your patch may have caused a new test failure: Regressions: Unexpected text-only failures (2) compositing/overflow/scroll-parent-absolute-with-backdrop-filter.html ...
4 years, 10 months ago (2016-02-05 20:45:30 UTC) #20
please use gerrit instead
The build failed 3rd time in a row: https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.6/builds/49305
4 years, 10 months ago (2016-02-05 20:50:04 UTC) #21
please use gerrit instead
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/1678443002/ by rouslan@chromium.org. ...
4 years, 10 months ago (2016-02-05 20:52:04 UTC) #22
please use gerrit instead
4 years, 10 months ago (2016-02-05 23:08:09 UTC) #23
Message was sent while issue was closed.
webkit_tests are now passing, so the revert fixed the problem.

Powered by Google App Engine
This is Rietveld 408576698