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

Issue 1934833002: Ensure filter and reflection outsets are applied on paint invalidation rect (Closed)

Created:
4 years, 7 months ago by Xianzhu
Modified:
4 years, 7 months ago
Reviewers:
chrishtr, jbroman
CC:
blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_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

Ensure filter and reflection outsets are applied on paint invalidation rect Previously filter and reflection outsets are applied in mapToVisualRectInAncestorSpace along the container chain. This missed filters/reflections between the object and its container. BUG=607989 TEST=fast/repaint/filter-invalidation-positioned-child.html TEST=fast/repaint/reflection-invalidation-positioned-child.html Committed: https://crrev.com/05fb4239a14a319f2a76de26b1f5a5413bb71ed1 Cr-Commit-Position: refs/heads/master@{#391525}

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Total comments: 12

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Total comments: 1

Messages

Total messages: 28 (5 generated)
Xianzhu
4 years, 7 months ago (2016-05-02 19:12:45 UTC) #2
chrishtr
https://codereview.chromium.org/1934833002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/1934833002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode1992 third_party/WebKit/Source/core/layout/LayoutBox.cpp:1992: toLayoutBox(parent)->inflateVisualRectForReflectionAndFilter(rect); Doesn't |rect| need to be in the space ...
4 years, 7 months ago (2016-05-02 22:16:30 UTC) #3
Xianzhu
https://codereview.chromium.org/1934833002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/1934833002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode1992 third_party/WebKit/Source/core/layout/LayoutBox.cpp:1992: toLayoutBox(parent)->inflateVisualRectForReflectionAndFilter(rect); On 2016/05/02 22:16:30, chrishtr wrote: > Doesn't |rect| ...
4 years, 7 months ago (2016-05-02 22:21:49 UTC) #4
Xianzhu
4 years, 7 months ago (2016-05-02 22:21:49 UTC) #5
chrishtr
https://codereview.chromium.org/1934833002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/1934833002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode1992 third_party/WebKit/Source/core/layout/LayoutBox.cpp:1992: toLayoutBox(parent)->inflateVisualRectForReflectionAndFilter(rect); On 2016/05/02 at 22:21:48, Xianzhu wrote: > On ...
4 years, 7 months ago (2016-05-02 22:51:50 UTC) #6
Xianzhu
On 2016/05/02 22:51:50, chrishtr wrote: > https://codereview.chromium.org/1934833002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp > File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): > > https://codereview.chromium.org/1934833002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode1992 > ...
4 years, 7 months ago (2016-05-02 23:31:35 UTC) #7
Xianzhu
On 2016/05/02 23:31:35, Xianzhu wrote: > On 2016/05/02 22:51:50, chrishtr wrote: > > > https://codereview.chromium.org/1934833002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp ...
4 years, 7 months ago (2016-05-02 23:34:20 UTC) #8
Xianzhu
On 2016/05/02 23:31:35, Xianzhu wrote: > On 2016/05/02 22:51:50, chrishtr wrote: > > > https://codereview.chromium.org/1934833002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp ...
4 years, 7 months ago (2016-05-02 23:35:19 UTC) #9
chrishtr
On 2016/05/02 at 23:35:19, wangxianzhu wrote: > On 2016/05/02 23:31:35, Xianzhu wrote: > > On ...
4 years, 7 months ago (2016-05-02 23:48:15 UTC) #10
Xianzhu
On 2016/05/02 23:48:15, chrishtr wrote: > On 2016/05/02 at 23:35:19, wangxianzhu wrote: > > On ...
4 years, 7 months ago (2016-05-02 23:54:47 UTC) #11
Xianzhu
Fixed the coordinates issue. Ptal. BTW, moved the style diff check for reflection change from ...
4 years, 7 months ago (2016-05-03 17:19:54 UTC) #13
jbroman
https://codereview.chromium.org/1934833002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/1934833002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode1989 third_party/WebKit/Source/core/layout/LayoutBox.cpp:1989: // Apply filter and reflection outsets between this object ...
4 years, 7 months ago (2016-05-03 17:30:48 UTC) #14
chrishtr
https://codereview.chromium.org/1934833002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/1934833002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode1988 third_party/WebKit/Source/core/layout/LayoutBox.cpp:1988: if (filterOrReflectionSkipped) { Please factor the contents of this ...
4 years, 7 months ago (2016-05-03 17:31:38 UTC) #15
Xianzhu
https://codereview.chromium.org/1934833002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/1934833002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode1988 third_party/WebKit/Source/core/layout/LayoutBox.cpp:1988: if (filterOrReflectionSkipped) { On 2016/05/03 17:31:38, chrishtr wrote: > ...
4 years, 7 months ago (2016-05-03 18:00:24 UTC) #16
chrishtr
https://codereview.chromium.org/1934833002/diff/40001/third_party/WebKit/LayoutTests/fast/repaint/filter-invalidation-positioned-child.html File third_party/WebKit/LayoutTests/fast/repaint/filter-invalidation-positioned-child.html (right): https://codereview.chromium.org/1934833002/diff/40001/third_party/WebKit/LayoutTests/fast/repaint/filter-invalidation-positioned-child.html#newcode19 third_party/WebKit/LayoutTests/fast/repaint/filter-invalidation-positioned-child.html:19: Tests paint invalidation of positioned object when it's ancestor ...
4 years, 7 months ago (2016-05-03 19:17:57 UTC) #17
chrishtr
https://codereview.chromium.org/1934833002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp File third_party/WebKit/Source/core/style/ComputedStyle.cpp (right): https://codereview.chromium.org/1934833002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp#newcode699 third_party/WebKit/Source/core/style/ComputedStyle.cpp:699: if (!RuntimeEnabledFeatures::cssBoxReflectFilterEnabled() && !rareNonInheritedData->reflectionDataEquivalent(*other.rareNonInheritedData.get())) On 2016/05/03 at 18:00:24, Xianzhu ...
4 years, 7 months ago (2016-05-03 19:19:57 UTC) #18
Xianzhu
https://codereview.chromium.org/1934833002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp File third_party/WebKit/Source/core/style/ComputedStyle.cpp (right): https://codereview.chromium.org/1934833002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp#newcode699 third_party/WebKit/Source/core/style/ComputedStyle.cpp:699: if (!RuntimeEnabledFeatures::cssBoxReflectFilterEnabled() && !rareNonInheritedData->reflectionDataEquivalent(*other.rareNonInheritedData.get())) On 2016/05/03 19:19:57, chrishtr wrote: ...
4 years, 7 months ago (2016-05-03 19:53:40 UTC) #19
chrishtr
https://codereview.chromium.org/1934833002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp File third_party/WebKit/Source/core/style/ComputedStyle.cpp (right): https://codereview.chromium.org/1934833002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp#newcode699 third_party/WebKit/Source/core/style/ComputedStyle.cpp:699: if (!RuntimeEnabledFeatures::cssBoxReflectFilterEnabled() && !rareNonInheritedData->reflectionDataEquivalent(*other.rareNonInheritedData.get())) On 2016/05/03 at 19:53:39, Xianzhu ...
4 years, 7 months ago (2016-05-03 20:04:37 UTC) #20
Xianzhu
https://codereview.chromium.org/1934833002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp File third_party/WebKit/Source/core/style/ComputedStyle.cpp (right): https://codereview.chromium.org/1934833002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp#newcode699 third_party/WebKit/Source/core/style/ComputedStyle.cpp:699: if (!RuntimeEnabledFeatures::cssBoxReflectFilterEnabled() && !rareNonInheritedData->reflectionDataEquivalent(*other.rareNonInheritedData.get())) On 2016/05/03 20:04:37, chrishtr wrote: ...
4 years, 7 months ago (2016-05-03 20:37:42 UTC) #21
chrishtr
lgtm
4 years, 7 months ago (2016-05-03 20:46:08 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1934833002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1934833002/60001
4 years, 7 months ago (2016-05-04 16:02:51 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-04 16:07:04 UTC) #26
commit-bot: I haz the power
4 years, 7 months ago (2016-05-04 16:08:43 UTC) #28
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/05fb4239a14a319f2a76de26b1f5a5413bb71ed1
Cr-Commit-Position: refs/heads/master@{#391525}

Powered by Google App Engine
This is Rietveld 408576698