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

Issue 2884533002: Extract LayoutTableSection::CellStruct to a standalone class TableGridCell (Closed)

Created:
3 years, 7 months ago by Xianzhu
Modified:
3 years, 7 months ago
Reviewers:
dgrogan, eae
CC:
chromium-reviews, pdr+renderingwatchlist_chromium.org, zoltan1, blink-reviews-layout_chromium.org, szager+layoutwatch_chromium.org, eae+blinkwatch, leviw+renderwatch, dshwang, jchaffraix+rendering, blink-reviews-paint_chromium.org, blink-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Extract LayoutTableSection::CellStruct to a standalone class TableGridCell This is a refactory before implmentation of grid based collapsed borders. BUG=716507, 2902 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2884533002 Cr-Commit-Position: refs/heads/master@{#471936} Committed: https://chromium.googlesource.com/chromium/src/+/f8c4033754c54add7fbc1ce521116d88cda5c410

Patch Set 1 #

Patch Set 2 : - #

Patch Set 3 : - #

Patch Set 4 : - #

Patch Set 5 : - #

Total comments: 9

Patch Set 6 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+239 lines, -227 lines) Patch
M third_party/WebKit/Source/core/layout/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableSection.h View 1 2 3 4 5 7 chunks +30 lines, -71 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableSection.cpp View 1 2 3 4 5 30 chunks +115 lines, -151 lines 0 comments Download
A third_party/WebKit/Source/core/layout/TableGridCell.h View 1 2 3 4 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/layout/TableGridCell.cpp View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/TableLayoutAlgorithmAuto.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/paint/TableSectionPainter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 26 (20 generated)
Xianzhu
3 years, 7 months ago (2017-05-15 18:35:54 UTC) #14
eae
LGTM but please allow atotic or dgrogan to comment before landing.
3 years, 7 months ago (2017-05-15 18:38:41 UTC) #15
dgrogan
lgtm Some pure bikeshedding awaits below. https://codereview.chromium.org/2884533002/diff/80001/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp File third_party/WebKit/Source/core/layout/LayoutTableSection.cpp (left): https://codereview.chromium.org/2884533002/diff/80001/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp#oldcode556 third_party/WebKit/Source/core/layout/LayoutTableSection.cpp:556: if (!row_span_cell.cells.size()) Thanks ...
3 years, 7 months ago (2017-05-15 19:53:38 UTC) #16
Xianzhu
https://codereview.chromium.org/2884533002/diff/80001/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp File third_party/WebKit/Source/core/layout/LayoutTableSection.cpp (left): https://codereview.chromium.org/2884533002/diff/80001/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp#oldcode556 third_party/WebKit/Source/core/layout/LayoutTableSection.cpp:556: if (!row_span_cell.cells.size()) On 2017/05/15 19:53:38, dgrogan wrote: > Thanks ...
3 years, 7 months ago (2017-05-15 20:28:38 UTC) #18
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/2884533002/100001
3 years, 7 months ago (2017-05-15 21:34:05 UTC) #23
commit-bot: I haz the power
3 years, 7 months ago (2017-05-15 22:56:16 UTC) #26
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/f8c4033754c54add7fbc1ce52111...

Powered by Google App Engine
This is Rietveld 408576698