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

Issue 21909002: Crash when inner and outer spanning cells end indexes are same. (Closed)

Created:
7 years, 4 months ago by a.suchit
Modified:
7 years, 4 months ago
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Crash when inner and outer spanning cells end indexes are same. Position of the cells below spanning cells is not correct So Assert is failing. When inner and outer spanning cells end indexes are same than lower rows positions was updating based on changed height by outer spanning cells but total changed height should be changed height by (inner spanning cell + outer spanning cell). R=jchaffraix@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155581

Patch Set 1 : #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -40 lines) Patch
M LayoutTests/TestExpectations View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows.html View 4 chunks +34 lines, -4 lines 0 comments Download
M LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-expected.txt View 4 chunks +22 lines, -4 lines 0 comments Download
M LayoutTests/platform/linux/tables/mozilla/core/bloomberg-expected.txt View 2 chunks +7 lines, -7 lines 0 comments Download
M LayoutTests/platform/win/tables/mozilla/bugs/bug7714-expected.txt View 3 chunks +23 lines, -23 lines 0 comments Download
M Source/core/rendering/RenderTableSection.cpp View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
suchit.agrawal
In the last patch, one test case was not covered. When inner and outer spanning ...
7 years, 4 months ago (2013-08-02 16:06:43 UTC) #1
Julien - ping for review
Please fix the description (1 line descriptions should be for trivial changes and this change ...
7 years, 4 months ago (2013-08-02 23:45:04 UTC) #2
Julien - ping for review
lgtm https://codereview.chromium.org/21909002/diff/9001/Source/core/rendering/RenderTableSection.cpp File Source/core/rendering/RenderTableSection.cpp (right): https://codereview.chromium.org/21909002/diff/9001/Source/core/rendering/RenderTableSection.cpp#newcode458 Source/core/rendering/RenderTableSection.cpp:458: m_rowPos[rowIndex + rowSpan] -= extraHeightToPropagate; This line seems ...
7 years, 4 months ago (2013-08-05 22:21:10 UTC) #3
suchit.agrawal
https://codereview.chromium.org/21909002/diff/9001/Source/core/rendering/RenderTableSection.cpp File Source/core/rendering/RenderTableSection.cpp (right): https://codereview.chromium.org/21909002/diff/9001/Source/core/rendering/RenderTableSection.cpp#newcode458 Source/core/rendering/RenderTableSection.cpp:458: m_rowPos[rowIndex + rowSpan] -= extraHeightToPropagate; On 2013/08/05 22:21:10, Julien ...
7 years, 4 months ago (2013-08-05 23:33:55 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/a.suchit@samsung.com/21909002/9001
7 years, 4 months ago (2013-08-06 04:12:04 UTC) #5
commit-bot: I haz the power
Can't process patch for file LayoutTests/platform/linux/tables/mozilla/core/bloomberg-expected.png. Binary file support is temporarilly disabled due to a ...
7 years, 4 months ago (2013-08-06 04:12:08 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/a.suchit@samsung.com/21909002/18001
7 years, 4 months ago (2013-08-06 04:58:36 UTC) #7
commit-bot: I haz the power
7 years, 4 months ago (2013-08-06 06:22:42 UTC) #8
Message was sent while issue was closed.
Change committed as 155581

Powered by Google App Engine
This is Rietveld 408576698