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

Issue 1368243002: Don't deduct min-width from the available width for empty cells (Closed)

Created:
5 years, 2 months ago by rhogan
Modified:
5 years, 2 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Don't deduct min-width from the available width for empty cells If a column has cells, even if they are empty cells, then their full width needs to be included in the width available for distribution to columns in the table. This was an oversight when I introduced zero-width empty cells. BUG=534830 Committed: https://crrev.com/5693a8522953e3511d31fd915716628b202d56f7 Cr-Commit-Position: refs/heads/master@{#352253}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Updated #

Patch Set 3 : Updated #

Patch Set 4 : Updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -7 lines) Patch
A third_party/WebKit/LayoutTests/fast/table/colspan-with-empty-cells-needing-extra-width.html View 1 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/colspan-with-empty-cells-needing-extra-width-expected.txt View 1 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/TableLayoutAlgorithmAuto.cpp View 1 2 2 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 26 (11 generated)
rhogan
5 years, 2 months ago (2015-09-29 18:59:52 UTC) #2
mstensho (USE GERRIT)
https://codereview.chromium.org/1368243002/diff/1/third_party/WebKit/LayoutTests/fast/table/colspan-with-empty-cells-needing-extra-width.html File third_party/WebKit/LayoutTests/fast/table/colspan-with-empty-cells-needing-extra-width.html (right): https://codereview.chromium.org/1368243002/diff/1/third_party/WebKit/LayoutTests/fast/table/colspan-with-empty-cells-needing-extra-width.html#newcode5 third_party/WebKit/LayoutTests/fast/table/colspan-with-empty-cells-needing-extra-width.html:5: margin: 0; No UA-defined margins on those elements. https://codereview.chromium.org/1368243002/diff/1/third_party/WebKit/LayoutTests/fast/table/colspan-with-empty-cells-needing-extra-width.html#newcode8 ...
5 years, 2 months ago (2015-09-30 11:09:39 UTC) #3
rhogan
On 2015/09/30 at 11:09:39, mstensho wrote: > https://codereview.chromium.org/1368243002/diff/1/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmAuto.cpp#newcode603 > third_party/WebKit/Source/core/layout/TableLayoutAlgorithmAuto.cpp:603: available += allocAuto; > |available| ...
5 years, 2 months ago (2015-10-01 18:25:57 UTC) #4
mstensho (USE GERRIT)
lgtm
5 years, 2 months ago (2015-10-01 18:47:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1368243002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1368243002/40001
5 years, 2 months ago (2015-10-01 20:03:36 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/105814)
5 years, 2 months ago (2015-10-01 20:14:26 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1368243002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1368243002/60001
5 years, 2 months ago (2015-10-02 18:05:43 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/115842)
5 years, 2 months ago (2015-10-02 20:07:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1368243002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1368243002/60001
5 years, 2 months ago (2015-10-02 20:45:29 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/77289)
5 years, 2 months ago (2015-10-03 00:51:17 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1368243002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1368243002/60001
5 years, 2 months ago (2015-10-03 06:32:31 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/77569)
5 years, 2 months ago (2015-10-03 09:18:52 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1368243002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1368243002/60001
5 years, 2 months ago (2015-10-03 10:28:05 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 2 months ago (2015-10-03 11:38:56 UTC) #25
commit-bot: I haz the power
5 years, 2 months ago (2015-10-03 11:39:34 UTC) #26
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/5693a8522953e3511d31fd915716628b202d56f7
Cr-Commit-Position: refs/heads/master@{#352253}

Powered by Google App Engine
This is Rietveld 408576698