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

Issue 2432663002: Use table as display item client for painting composited collapsed table cell borders. (Closed)

Created:
4 years, 2 months ago by wkorman
Modified:
4 years, 2 months ago
Reviewers:
chrishtr, 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

Use table as display item client for painting composited collapsed table cell borders. BUG=647809 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/1bb139a99a8e140b56c3583cd5d133581a5ed906 Cr-Commit-Position: refs/heads/master@{#426428}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Another test. #

Patch Set 3 : Focus on borders. #

Patch Set 4 : Add test baselines. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -47 lines) Patch
A third_party/WebKit/LayoutTests/paint/tables/composited-collapsed-table-borders.html View 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/paint/tables/composited-collapsed-table-borders-expected.png View 1 2 3 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/paint/tables/composited-collapsed-table-borders-expected.txt View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/paint/tables/composited-collapsed-table-borders-expected.png View 1 2 3 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/paint/tables/composited-collapsed-table-borders-expected.txt View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/win/paint/tables/composited-collapsed-table-borders-expected.png View 1 2 3 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/win/paint/tables/composited-collapsed-table-borders-expected.txt View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableCell.h View 1 2 1 chunk +31 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableCell.cpp View 1 2 5 chunks +69 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/core/paint/TableCellPainter.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/TableCellPainter.cpp View 1 2 3 chunks +34 lines, -21 lines 0 comments Download

Messages

Total messages: 25 (11 generated)
wkorman
Seeking initial feedback. Notes: - fixes table borders not painting due to incorrect visual rects ...
4 years, 2 months ago (2016-10-19 00:52:43 UTC) #3
chrishtr
https://codereview.chromium.org/2432663002/diff/1/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp File third_party/WebKit/Source/core/layout/LayoutTableCell.cpp (right): https://codereview.chromium.org/2432663002/diff/1/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp#newcode1425 third_party/WebKit/Source/core/layout/LayoutTableCell.cpp:1425: return (hasLayer() && layer()->compositingState() != NotComposited) || Add a ...
4 years, 2 months ago (2016-10-19 01:13:21 UTC) #4
Xianzhu
On 2016/10/19 00:52:43, wkorman wrote: > Seeking initial feedback. Notes: > - fixes table borders ...
4 years, 2 months ago (2016-10-19 01:19:30 UTC) #5
Xianzhu
About the CL: will we re-raster the whole table when a single cell changes border? ...
4 years, 2 months ago (2016-10-19 01:39:54 UTC) #6
wkorman
On 2016/10/19 01:39:54, Xianzhu wrote: > About the CL: will we re-raster the whole table ...
4 years, 2 months ago (2016-10-19 22:49:53 UTC) #7
wkorman
https://codereview.chromium.org/2432663002/diff/1/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp File third_party/WebKit/Source/core/layout/LayoutTableCell.cpp (right): https://codereview.chromium.org/2432663002/diff/1/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp#newcode1425 third_party/WebKit/Source/core/layout/LayoutTableCell.cpp:1425: return (hasLayer() && layer()->compositingState() != NotComposited) || On 2016/10/19 ...
4 years, 2 months ago (2016-10-19 23:07:39 UTC) #8
Xianzhu
lgtm
4 years, 2 months ago (2016-10-19 23:08:53 UTC) #12
chrishtr
On 2016/10/19 at 22:49:53, wkorman wrote: > On 2016/10/19 01:39:54, Xianzhu wrote: > > About ...
4 years, 2 months ago (2016-10-19 23:09:54 UTC) #13
Xianzhu
On 2016/10/19 23:09:54, chrishtr wrote: > On 2016/10/19 at 22:49:53, wkorman wrote: > > On ...
4 years, 2 months ago (2016-10-19 23:15:47 UTC) #14
wkorman
On 2016/10/19 23:09:54, chrishtr wrote: > On 2016/10/19 at 22:49:53, wkorman wrote: > > On ...
4 years, 2 months ago (2016-10-19 23:15:54 UTC) #15
chrishtr
On 2016/10/19 at 23:15:47, wangxianzhu wrote: > 2. This CL affects performance for tables containing ...
4 years, 2 months ago (2016-10-19 23:16: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/2432663002/60001
4 years, 2 months ago (2016-10-20 05:03:31 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-20 07:59:17 UTC) #23
commit-bot: I haz the power
4 years, 2 months ago (2016-10-21 13:16:34 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1bb139a99a8e140b56c3583cd5d133581a5ed906
Cr-Commit-Position: refs/heads/master@{#426428}

Powered by Google App Engine
This is Rietveld 408576698