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

Issue 1396493005: Table rowspan cell's height resize when percent element present in the cell. (Closed)

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

Description

Table rowspan cell's height resize when percent element present in the cell. Override logical content height was not reset for rowspan cells. R=jchaffraix@chromium.org BUG=445253 Committed: https://crrev.com/be1c5d2f7ce999ed4d49b4aecaf1e929d738fc04 Cr-Commit-Position: refs/heads/master@{#369127}

Patch Set 1 #

Patch Set 2 : Layout test added #

Patch Set 3 : Updated expected file and layout test expectation #

Patch Set 4 : Changed Layout test and expectation #

Total comments: 8

Patch Set 5 : Review comments addressed #

Patch Set 6 : Expectation changed. #

Patch Set 7 : Layout test expectation changed. #

Total comments: 8

Patch Set 8 : Refector code and Layout test reduced. #

Total comments: 4

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -10 lines) Patch
A third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue-expected.txt View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableSection.cpp View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -10 lines 0 comments Download

Messages

Total messages: 66 (30 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1396493005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1396493005/1
5 years, 2 months ago (2015-10-09 12:11:54 UTC) #2
suchit.agrawal
5 years, 2 months ago (2015-10-09 12:27:17 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-09 13:30:33 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1396493005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1396493005/20001
5 years, 2 months ago (2015-10-09 14:28:07 UTC) #9
commit-bot: I haz the power
Dry run: 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/118661)
5 years, 2 months ago (2015-10-09 15:16:41 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1396493005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1396493005/40001
5 years, 2 months ago (2015-10-10 11:09:05 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/124708)
5 years, 2 months ago (2015-10-10 12:35:15 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1396493005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1396493005/60001
5 years, 2 months ago (2015-10-13 05:59:13 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/125579)
5 years, 2 months ago (2015-10-13 06:41:46 UTC) #19
a.suchit2
I did not understand, why is MAC getting different row/col height than linux/Win. Is there ...
5 years, 2 months ago (2015-10-13 09:35:04 UTC) #20
mstensho (USE GERRIT)
Sorry about the delay - I missed this somehow. I'd like to focus on the ...
5 years ago (2015-12-04 14:10:10 UTC) #24
a.suchit2
https://codereview.chromium.org/1396493005/diff/60001/third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html File third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html (right): https://codereview.chromium.org/1396493005/diff/60001/third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html#newcode11 third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html:11: function funcToRunAfterUIUpdate() On 2015/12/04 14:10:10, mstensho wrote: > Instead ...
4 years, 11 months ago (2016-01-08 14:12:50 UTC) #26
mstensho (USE GERRIT)
https://codereview.chromium.org/1396493005/diff/60001/third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html File third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html (right): https://codereview.chromium.org/1396493005/diff/60001/third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html#newcode11 third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html:11: function funcToRunAfterUIUpdate() On 2016/01/08 14:12:50, a.suchit2 wrote: > On ...
4 years, 11 months ago (2016-01-08 19:22:11 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/1396493005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1396493005/80001
4 years, 11 months ago (2016-01-11 12:29:28 UTC) #29
commit-bot: I haz the power
Dry run: No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even ...
4 years, 11 months ago (2016-01-11 12:29:30 UTC) #31
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1396493005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1396493005/80001
4 years, 11 months ago (2016-01-11 12:32:46 UTC) #33
a.suchit2
https://codereview.chromium.org/1396493005/diff/60001/third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html File third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html (right): https://codereview.chromium.org/1396493005/diff/60001/third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html#newcode11 third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html:11: function funcToRunAfterUIUpdate() On 2016/01/08 19:22:10, mstensho wrote: > On ...
4 years, 11 months ago (2016-01-11 12:57:17 UTC) #34
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/163911)
4 years, 11 months ago (2016-01-11 13:21:23 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1396493005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1396493005/100001
4 years, 11 months ago (2016-01-11 13:33:11 UTC) #38
commit-bot: I haz the power
Dry run: 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/157381)
4 years, 11 months ago (2016-01-11 14:41:22 UTC) #40
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1396493005/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1396493005/120001
4 years, 11 months ago (2016-01-12 05:10:19 UTC) #42
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/163532)
4 years, 11 months ago (2016-01-12 07:20:37 UTC) #44
a.suchit2
Please review. I am not getting that why is Mac have different table height than ...
4 years, 11 months ago (2016-01-12 08:18:27 UTC) #45
mstensho (USE GERRIT)
https://codereview.chromium.org/1396493005/diff/120001/third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html File third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html (right): https://codereview.chromium.org/1396493005/diff/120001/third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html#newcode15 third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html:15: <td></td> Do you really want two TD elements here? ...
4 years, 11 months ago (2016-01-12 10:06:41 UTC) #46
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1396493005/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1396493005/140001
4 years, 11 months ago (2016-01-12 14:19:42 UTC) #48
a.suchit2
https://codereview.chromium.org/1396493005/diff/120001/third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html File third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html (right): https://codereview.chromium.org/1396493005/diff/120001/third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html#newcode15 third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html:15: <td></td> On 2016/01/12 10:06:41, mstensho wrote: > Do you ...
4 years, 11 months ago (2016-01-12 14:37:02 UTC) #49
commit-bot: I haz the power
Dry run: 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/158079)
4 years, 11 months ago (2016-01-12 15:27:54 UTC) #51
mstensho (USE GERRIT)
https://codereview.chromium.org/1396493005/diff/140001/third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html File third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html (right): https://codereview.chromium.org/1396493005/diff/140001/third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html#newcode10 third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html:10: <td rowspan="2" id="ta"><textarea style='height:100%;'>Text area text</textarea></td> If you're still ...
4 years, 11 months ago (2016-01-12 19:18:13 UTC) #52
a.suchit2
https://codereview.chromium.org/1396493005/diff/140001/third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html File third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html (right): https://codereview.chromium.org/1396493005/diff/140001/third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html#newcode10 third_party/WebKit/LayoutTests/fast/table/table-rowspan-cell-override-logical-content-height-reset-issue.html:10: <td rowspan="2" id="ta"><textarea style='height:100%;'>Text area text</textarea></td> On 2016/01/12 19:18:13, ...
4 years, 11 months ago (2016-01-13 05:58:43 UTC) #53
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1396493005/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1396493005/160001
4 years, 11 months ago (2016-01-13 05:58:58 UTC) #55
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-13 07:05:06 UTC) #57
mstensho (USE GERRIT)
lgtm. One typo in the commit comment that you could fix. Past tense of "reset" ...
4 years, 11 months ago (2016-01-13 09:53:36 UTC) #58
a.suchit2
On 2016/01/13 09:53:36, mstensho wrote: > lgtm. > > One typo in the commit comment ...
4 years, 11 months ago (2016-01-13 10:08:39 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1396493005/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1396493005/160001
4 years, 11 months ago (2016-01-13 10:09:04 UTC) #62
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 11 months ago (2016-01-13 10:52:04 UTC) #64
commit-bot: I haz the power
4 years, 11 months ago (2016-01-13 10:53:19 UTC) #66
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/be1c5d2f7ce999ed4d49b4aecaf1e929d738fc04
Cr-Commit-Position: refs/heads/master@{#369127}

Powered by Google App Engine
This is Rietveld 408576698