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

Issue 2466253004: Don't paint repeating header if only the border spacing exceeds page height (Closed)

Created:
4 years, 1 month ago by rhogan
Modified:
4 years, 1 month ago
CC:
blink-reviews, blink-reviews-paint_chromium.org, chromium-reviews, dshwang
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Don't paint repeating header if only the border spacing exceeds page height BUG=642814 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/be9e1f1ffc1e1d3287c7d994587446f9d7e703ee Cr-Commit-Position: refs/heads/master@{#429464}

Patch Set 1 #

Total comments: 1

Patch Set 2 : bug 642814 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -55 lines) Patch
A + third_party/WebKit/LayoutTests/fragmentation/single-line-cells-multiple-tables-caption-repeating-thead-with-border-spacing-at-top-of-row.html View 1 2 chunks +10 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fragmentation/single-line-cells-multiple-tables-caption-repeating-thead-with-border-spacing-at-top-of-row-2.html View 1 2 chunks +11 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fragmentation/single-line-cells-multiple-tables-caption-repeating-thead-with-border-spacing-at-top-of-row-2-expected.html View 1 1 chunk +10 lines, -13 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fragmentation/single-line-cells-multiple-tables-caption-repeating-thead-with-border-spacing-at-top-of-row-3.html View 1 2 chunks +11 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fragmentation/single-line-cells-multiple-tables-caption-repeating-thead-with-border-spacing-at-top-of-row-3-expected.html View 1 1 chunk +10 lines, -13 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fragmentation/single-line-cells-multiple-tables-caption-repeating-thead-with-border-spacing-at-top-of-row-expected.html View 1 1 chunk +9 lines, -12 lines 0 comments Download
A + third_party/WebKit/LayoutTests/fragmentation/single-line-cells-multiple-tables-repeating-thead-with-border-spacing-at-top-of-row.html View 1 chunk +8 lines, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/fragmentation/single-line-cells-multiple-tables-repeating-thead-with-border-spacing-at-top-of-row-expected.html View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTable.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/TableSectionPainter.cpp View 1 2 chunks +11 lines, -4 lines 1 comment Download

Dependent Patchsets:

Messages

Total messages: 19 (12 generated)
rhogan
4 years, 1 month ago (2016-11-01 20:37:37 UTC) #5
mstensho (USE GERRIT)
https://codereview.chromium.org/2466253004/diff/1/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp File third_party/WebKit/Source/core/paint/TableSectionPainter.cpp (right): https://codereview.chromium.org/2466253004/diff/1/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp#newcode74 third_party/WebKit/Source/core/paint/TableSectionPainter.cpp:74: paintOffset.y() + (table->logicalHeight() - table->vBorderSpacing())); What if it's only ...
4 years, 1 month ago (2016-11-01 20:41:32 UTC) #7
rhogan
On 2016/11/01 at 20:41:32, mstensho wrote: > https://codereview.chromium.org/2466253004/diff/1/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp > File third_party/WebKit/Source/core/paint/TableSectionPainter.cpp (right): > > https://codereview.chromium.org/2466253004/diff/1/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp#newcode74 ...
4 years, 1 month ago (2016-11-02 19:42:55 UTC) #11
mstensho (USE GERRIT)
lgtm https://codereview.chromium.org/2466253004/diff/20001/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp File third_party/WebKit/Source/core/paint/TableSectionPainter.cpp (right): https://codereview.chromium.org/2466253004/diff/20001/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp#newcode78 third_party/WebKit/Source/core/paint/TableSectionPainter.cpp:78: sectionsRect.height() - table->vBorderSpacing(); This is wrong in vertical ...
4 years, 1 month ago (2016-11-02 20:14:26 UTC) #13
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/2466253004/20001
4 years, 1 month ago (2016-11-02 21:41:21 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-03 00:04:15 UTC) #17
commit-bot: I haz the power
4 years, 1 month ago (2016-11-03 00:08:00 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/be9e1f1ffc1e1d3287c7d994587446f9d7e703ee
Cr-Commit-Position: refs/heads/master@{#429464}

Powered by Google App Engine
This is Rietveld 408576698