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

Issue 1023133002: Negative row height when cell has percentage height. (Closed)

Created:
5 years, 9 months ago by a.suchit
Modified:
5 years, 4 months ago
CC:
blink-reviews, blink-reviews-rendering, Dominik Röttsches, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Negative row height when cell has percentage height. While distributing the extra height in percent rows, row's height is reducing from the height required for the content to fit in that row. Minimum row's height should based on the content in that row, irrespective of user defined height. R=jchaffraix@chromium.org BUG=446043 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200053

Patch Set 1 #

Patch Set 2 : Added Layout test #

Total comments: 9

Patch Set 3 : Review comments addressed #

Patch Set 4 : Updated test expectation #

Patch Set 5 : Test expected changed #

Patch Set 6 : Test expectation updated #

Patch Set 7 : Test updated #

Patch Set 8 : Test expected updated. #

Patch Set 9 : Test expected file updated #

Total comments: 8

Patch Set 10 : Review comments addressed #

Patch Set 11 : Test expectation updated #

Patch Set 12 : Layout test expectation updated #

Patch Set 13 : Layout test expectation updated #

Total comments: 1

Patch Set 14 : Rebase #

Patch Set 15 : Rebase #

Patch Set 16 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -1 line) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -0 lines 0 comments Download
A LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +25 lines, -0 lines 0 comments Download
A LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +10 lines, -0 lines 0 comments Download
M Source/core/layout/LayoutTableSection.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 39 (13 generated)
suchit.agrawal
5 years, 9 months ago (2015-03-20 10:40:18 UTC) #2
a.suchit2
On 2015/03/20 10:40:18, suchit.agrawal wrote: Hi Julien, Please review it. Thanks
5 years, 9 months ago (2015-03-20 11:44:07 UTC) #3
esprehn
https://codereview.chromium.org/1023133002/diff/20001/Source/core/layout/LayoutTableSection.cpp File Source/core/layout/LayoutTableSection.cpp (right): https://codereview.chromium.org/1023133002/diff/20001/Source/core/layout/LayoutTableSection.cpp#newcode316 Source/core/layout/LayoutTableSection.cpp:316: toAdd = std::max(toAdd, 0); How does toAdd become negative ...
5 years, 9 months ago (2015-03-26 08:23:11 UTC) #5
a.suchit2
https://codereview.chromium.org/1023133002/diff/20001/Source/core/layout/LayoutTableSection.cpp File Source/core/layout/LayoutTableSection.cpp (right): https://codereview.chromium.org/1023133002/diff/20001/Source/core/layout/LayoutTableSection.cpp#newcode316 Source/core/layout/LayoutTableSection.cpp:316: toAdd = std::max(toAdd, 0); On 2015/03/26 08:23:11, esprehn wrote: ...
5 years, 9 months ago (2015-03-26 09:38:35 UTC) #7
Julien - ping for review
https://codereview.chromium.org/1023133002/diff/20001/LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html File LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html (right): https://codereview.chromium.org/1023133002/diff/20001/LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html#newcode8 LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html:8: <h3>Test for chromium bug : <a href="https://code.google.com/p/chromium/issues/detail?id=406043">406043</a>. Text Rendering ...
5 years, 9 months ago (2015-03-26 15:22:11 UTC) #8
leviw_travelin_and_unemployed
Please give a better description of the issue.
5 years, 9 months ago (2015-03-26 17:50:49 UTC) #10
leviw_travelin_and_unemployed
On 2015/03/26 at 17:50:49, leviw wrote: > Please give a better description of the issue. ...
5 years, 9 months ago (2015-03-26 17:51:05 UTC) #11
esprehn
Any progress here? Looks like the test just needs updating. It'd be awesome to fix ...
5 years, 6 months ago (2015-06-12 06:21:33 UTC) #12
a.suchit
https://codereview.chromium.org/1023133002/diff/20001/LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html File LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html (right): https://codereview.chromium.org/1023133002/diff/20001/LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html#newcode4 LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html:4: #perc-height { height : 1% } On 2015/06/12 06:21:33, ...
5 years, 6 months ago (2015-06-12 12:40:20 UTC) #13
a.suchit
On 2015/06/12 12:40:20, a.suchit wrote: > https://codereview.chromium.org/1023133002/diff/20001/LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html > File > LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html > (right): > > ...
5 years, 6 months ago (2015-06-12 12:45:41 UTC) #14
a.suchit
Please review it. Thanks
5 years, 5 months ago (2015-07-14 06:39:15 UTC) #15
Julien - ping for review
https://codereview.chromium.org/1023133002/diff/160001/LayoutTests/TestExpectations File LayoutTests/TestExpectations (left): https://codereview.chromium.org/1023133002/diff/160001/LayoutTests/TestExpectations#oldcode1636 LayoutTests/TestExpectations:1636: Unneeded line removal. https://codereview.chromium.org/1023133002/diff/160001/LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html File LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html (right): https://codereview.chromium.org/1023133002/diff/160001/LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html#newcode10 LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html:10: ...
5 years, 5 months ago (2015-07-14 17:02:41 UTC) #16
a.suchit
https://codereview.chromium.org/1023133002/diff/160001/LayoutTests/TestExpectations File LayoutTests/TestExpectations (left): https://codereview.chromium.org/1023133002/diff/160001/LayoutTests/TestExpectations#oldcode1636 LayoutTests/TestExpectations:1636: On 2015/07/14 17:02:41, Julien Chaffraix - PST wrote: > ...
5 years, 5 months ago (2015-07-20 06:54:10 UTC) #17
a.suchit
Please review. Thanks https://codereview.chromium.org/1023133002/diff/230001/LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html File LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html (right): https://codereview.chromium.org/1023133002/diff/230001/LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html#newcode21 LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html:21: <tr data-offset-y="119"> I have a confusion ...
5 years, 5 months ago (2015-07-20 12:42:39 UTC) #18
a.suchit
On 2015/07/20 12:42:39, a.suchit wrote: > Please review. Thanks > > https://codereview.chromium.org/1023133002/diff/230001/LayoutTests/fast/table/table-rowspan-row-height-less-than-content-height.html > File > ...
5 years, 5 months ago (2015-07-24 05:52:26 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1023133002/250001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1023133002/250001
5 years, 4 months ago (2015-07-29 12:40:23 UTC) #21
commit-bot: I haz the power
Dry run: No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even ...
5 years, 4 months ago (2015-07-29 12:40:28 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1023133002/250001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1023133002/250001
5 years, 4 months ago (2015-07-29 12:46:11 UTC) #25
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: blink_presubmit on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/38694) linux_blink_compile_dbg on ...
5 years, 4 months ago (2015-07-29 12:48:23 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1023133002/270001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1023133002/270001
5 years, 4 months ago (2015-07-29 12:53:30 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-07-29 14:15:27 UTC) #31
a.suchit2
On 2015/07/29 14:15:27, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
5 years, 4 months ago (2015-07-30 04:22:55 UTC) #32
Julien - ping for review
lgtm, sorry for the long delay. In the future, feel free to ping me on ...
5 years, 4 months ago (2015-08-05 16:06:06 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1023133002/290001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1023133002/290001
5 years, 4 months ago (2015-08-05 16:06:16 UTC) #36
dsinclair
5 years, 4 months ago (2015-08-05 18:13:54 UTC) #38
commit-bot: I haz the power
5 years, 4 months ago (2015-08-05 19:07:02 UTC) #39
Message was sent while issue was closed.
Committed patchset #16 (id:290001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=200053

Powered by Google App Engine
This is Rietveld 408576698