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

Issue 2545243002: Don't repeat thead if the first row exceeds the height of the page (Closed)

Created:
4 years ago by rhogan
Modified:
4 years ago
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
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Don't repeat thead if the first row exceeds the height of the page BUG=669690 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/6287f21e89cc890abab98237d7b1a0d51f649221 Cr-Commit-Position: refs/heads/master@{#438084}

Patch Set 1 #

Patch Set 2 : bug 669690 #

Patch Set 3 : bug 669690 #

Total comments: 3

Patch Set 4 : bug 669690 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -61 lines) Patch
A third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header.html View 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fragmentation/single-line-cells-nested-repeating-thead-2-expected.html View 1 2 chunks +2 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fragmentation/single-line-cells-nested-repeating-thead-3-expected.html View 1 3 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fragmentation/single-line-cells-nested-repeating-thead-4-expected.html View 1 3 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fragmentation/single-line-cells-nested-repeating-thead-expected.html View 1 3 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutState.h View 1 2 chunks +0 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutState.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTable.h View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTable.cpp View 1 2 3 1 chunk +2 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableSection.h View 1 2 3 2 chunks +0 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableSection.cpp View 1 2 3 6 chunks +15 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/paint/TableSectionPainter.cpp View 1 2 1 chunk +6 lines, -8 lines 0 comments Download

Messages

Total messages: 41 (23 generated)
rhogan
HI mstensho, https://drafts.csswg.org/css-tables-3/#repeated-headers says not to repeat headers if the first content row exceeds the ...
4 years ago (2016-12-03 18:06:41 UTC) #6
mstensho (USE GERRIT)
On 2016/12/03 18:06:41, rhogan wrote: > HI mstensho, > > https://drafts.csswg.org/css-tables-3/#repeated-headers says not to repeat ...
4 years ago (2016-12-05 11:41:00 UTC) #7
rhogan
On 2016/12/05 at 11:41:00, mstensho wrote: > With the code changes, those tests still leave ...
4 years ago (2016-12-05 18:50:19 UTC) #8
mstensho (USE GERRIT)
On 2016/12/05 18:50:19, rhogan wrote: > On 2016/12/05 at 11:41:00, mstensho wrote: > > With ...
4 years ago (2016-12-06 17:42:37 UTC) #9
rhogan
Should I repeat it at the same y pos as the outer header though? That ...
4 years ago (2016-12-06 17:46:47 UTC) #10
rhogan
Should I repeat it at the same y pos as the outer header though? That ...
4 years ago (2016-12-06 17:46:47 UTC) #11
mstensho (USE GERRIT)
On 2016/12/06 17:46:47, rhogan wrote: > Should I repeat it at the same y pos ...
4 years ago (2016-12-06 17:49:08 UTC) #12
rhogan
Yes I guess you're right! On Tue, 6 Dec 2016 17:49 , <mstensho@opera.com> wrote: > ...
4 years ago (2016-12-06 18:10:29 UTC) #13
rhogan
Yes I guess you're right! On Tue, 6 Dec 2016 17:49 , <mstensho@opera.com> wrote: > ...
4 years ago (2016-12-06 18:10:30 UTC) #14
rhogan
This is ready for another look!
4 years ago (2016-12-12 14:10:44 UTC) #24
mstensho (USE GERRIT)
https://codereview.chromium.org/2545243002/diff/40001/third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html File third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html (right): https://codereview.chromium.org/2545243002/diff/40001/third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html#newcode7 third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html:7: tr { Couldn't you just remove this selector? https://codereview.chromium.org/2545243002/diff/40001/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp ...
4 years ago (2016-12-12 19:22:41 UTC) #25
rhogan
On 2016/12/12 at 19:22:41, mstensho wrote: > https://codereview.chromium.org/2545243002/diff/40001/third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html > File third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html (right): > > https://codereview.chromium.org/2545243002/diff/40001/third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html#newcode7 ...
4 years ago (2016-12-12 20:12:17 UTC) #27
mstensho (USE GERRIT)
lgtm
4 years ago (2016-12-12 20:15:45 UTC) #29
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/2545243002/60001
4 years ago (2016-12-12 21:36:13 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
4 years ago (2016-12-12 22:17:11 UTC) #34
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/2545243002/60001
4 years ago (2016-12-13 06:30:50 UTC) #36
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-12-13 06:35:36 UTC) #39
commit-bot: I haz the power
4 years ago (2016-12-13 06:37:42 UTC) #41
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6287f21e89cc890abab98237d7b1a0d51f649221
Cr-Commit-Position: refs/heads/master@{#438084}

Powered by Google App Engine
This is Rietveld 408576698