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

Issue 2640053004: Fix compositingContainer for stacked inlines. (Closed)

Created:
3 years, 11 months ago by chrishtr
Modified:
3 years, 11 months ago
Reviewers:
Xianzhu
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, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix compositingContainer for stacked inlines. BUG=681778 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2640053004 Cr-Commit-Position: refs/heads/master@{#445164} Committed: https://chromium.googlesource.com/chromium/src/+/2d6a760cbb0204f306e9312bc39036b75f80c5f2

Patch Set 1 #

Total comments: 2

Patch Set 2 : none #

Total comments: 4

Patch Set 3 : none #

Patch Set 4 : none #

Total comments: 2

Patch Set 5 : none #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -7 lines) Patch
A third_party/WebKit/LayoutTests/paint/inline/floating-inline.html View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/paint/inline/floating-inline-expected.html View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/GraphicsLayerUpdater.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayer.cpp View 1 1 chunk +8 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerTest.cpp View 1 2 chunks +37 lines, -1 line 0 comments Download

Messages

Total messages: 28 (12 generated)
chrishtr
3 years, 11 months ago (2017-01-19 21:20:59 UTC) #4
Xianzhu
In the test case, should the inline object be the container (in the manner of ...
3 years, 11 months ago (2017-01-19 21:50:02 UTC) #5
chrishtr
On 2017/01/19 at 21:50:02, wangxianzhu wrote: > In the test case, should the inline object ...
3 years, 11 months ago (2017-01-19 21:53:16 UTC) #6
Xianzhu
On 2017/01/19 21:53:16, chrishtr wrote: > On 2017/01/19 at 21:50:02, wangxianzhu wrote: > > In ...
3 years, 11 months ago (2017-01-19 21:55:44 UTC) #7
chrishtr
On 2017/01/19 at 21:55:44, wangxianzhu wrote: > On 2017/01/19 21:53:16, chrishtr wrote: > > On ...
3 years, 11 months ago (2017-01-19 22:03:20 UTC) #8
chrishtr
On 2017/01/19 at 22:03:20, chrishtr wrote: > On 2017/01/19 at 21:55:44, wangxianzhu wrote: > > ...
3 years, 11 months ago (2017-01-19 22:03:42 UTC) #9
Xianzhu
On 2017/01/19 22:03:20, chrishtr wrote: > On 2017/01/19 at 21:55:44, wangxianzhu wrote: > > On ...
3 years, 11 months ago (2017-01-19 22:46:26 UTC) #12
Xianzhu
I'm working on a CL to add isStacked check for other floating special cases. It's ...
3 years, 11 months ago (2017-01-20 00:52:14 UTC) #15
chrishtr
https://codereview.chromium.org/2640053004/diff/20001/third_party/WebKit/LayoutTests/paint/inline/floating-inline.html File third_party/WebKit/LayoutTests/paint/inline/floating-inline.html (right): https://codereview.chromium.org/2640053004/diff/20001/third_party/WebKit/LayoutTests/paint/inline/floating-inline.html#newcode12 third_party/WebKit/LayoutTests/paint/inline/floating-inline.html:12: </div> On 2017/01/20 at 00:52:14, Xianzhu wrote: > There ...
3 years, 11 months ago (2017-01-20 17:43:02 UTC) #16
Xianzhu
https://codereview.chromium.org/2640053004/diff/20001/third_party/WebKit/LayoutTests/paint/inline/floating-inline.html File third_party/WebKit/LayoutTests/paint/inline/floating-inline.html (right): https://codereview.chromium.org/2640053004/diff/20001/third_party/WebKit/LayoutTests/paint/inline/floating-inline.html#newcode12 third_party/WebKit/LayoutTests/paint/inline/floating-inline.html:12: </div> On 2017/01/20 17:43:02, chrishtr wrote: > On 2017/01/20 ...
3 years, 11 months ago (2017-01-20 17:44:46 UTC) #17
chrishtr
https://codereview.chromium.org/2640053004/diff/20001/third_party/WebKit/LayoutTests/paint/inline/floating-inline.html File third_party/WebKit/LayoutTests/paint/inline/floating-inline.html (right): https://codereview.chromium.org/2640053004/diff/20001/third_party/WebKit/LayoutTests/paint/inline/floating-inline.html#newcode12 third_party/WebKit/LayoutTests/paint/inline/floating-inline.html:12: </div> On 2017/01/20 at 17:44:46, Xianzhu wrote: > On ...
3 years, 11 months ago (2017-01-20 18:00:17 UTC) #18
Xianzhu
https://codereview.chromium.org/2640053004/diff/60001/third_party/WebKit/LayoutTests/paint/inline/floating-inline-expected.html File third_party/WebKit/LayoutTests/paint/inline/floating-inline-expected.html (right): https://codereview.chromium.org/2640053004/diff/60001/third_party/WebKit/LayoutTests/paint/inline/floating-inline-expected.html#newcode10 third_party/WebKit/LayoutTests/paint/inline/floating-inline-expected.html:10: </div> Nit: can the expectation be further minimized? e.g. ...
3 years, 11 months ago (2017-01-20 18:22:23 UTC) #21
chrishtr
https://codereview.chromium.org/2640053004/diff/60001/third_party/WebKit/LayoutTests/paint/inline/floating-inline-expected.html File third_party/WebKit/LayoutTests/paint/inline/floating-inline-expected.html (right): https://codereview.chromium.org/2640053004/diff/60001/third_party/WebKit/LayoutTests/paint/inline/floating-inline-expected.html#newcode10 third_party/WebKit/LayoutTests/paint/inline/floating-inline-expected.html:10: </div> On 2017/01/20 at 18:22:23, Xianzhu wrote: > Nit: ...
3 years, 11 months ago (2017-01-20 18:44:54 UTC) #22
Xianzhu
lgtm
3 years, 11 months ago (2017-01-20 18:45:41 UTC) #24
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/2640053004/80001
3 years, 11 months ago (2017-01-20 18:45:54 UTC) #25
commit-bot: I haz the power
3 years, 11 months ago (2017-01-20 21:15:45 UTC) #28
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/2d6a760cbb0204f306e9312bc390...

Powered by Google App Engine
This is Rietveld 408576698