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

Issue 23526051: Optimize number of rowspan cells required to distribute their height in rows. (Closed)

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

Description

Optimize number of rowspan cells required to distribute their height in rows. Rowspan cell duplicates were present in rowSpanCells list when when rowspan cell have collspan value more than 1. Now, rowspan cell added only once in the rowSpanCells list. R=jchaffraix@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157891

Patch Set 1 #

Total comments: 5

Patch Set 2 : ASEERT added for checking duplicates #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -1 line) Patch
M Source/core/rendering/RenderTableSection.cpp View 1 2 3 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
suchit.agrawal
7 years, 3 months ago (2013-09-16 10:54:46 UTC) #1
eseidel
Is this a behavioral change? Can we test this with a layout test?
7 years, 3 months ago (2013-09-16 14:42:59 UTC) #2
a.suchit
On 2013/09/16 14:42:59, eseidel wrote: > Is this a behavioral change? Can we test this ...
7 years, 3 months ago (2013-09-16 17:50:34 UTC) #3
a.suchit
On 2013/09/16 14:42:59, eseidel wrote: > Is this a behavioral change? Can we test this ...
7 years, 3 months ago (2013-09-16 17:54:15 UTC) #4
Julien - ping for review
lgtm, your optimization is far from perfect though and could be improved by using a ...
7 years, 3 months ago (2013-09-16 19:47:09 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/a.suchit@samsung.com/23526051/1
7 years, 3 months ago (2013-09-16 21:16:51 UTC) #6
suchit.agrawal
is this change ok for uniqueness checking? https://codereview.chromium.org/23526051/diff/1/Source/core/rendering/RenderTableSection.cpp File Source/core/rendering/RenderTableSection.cpp (right): https://codereview.chromium.org/23526051/diff/1/Source/core/rendering/RenderTableSection.cpp#newcode530 Source/core/rendering/RenderTableSection.cpp:530: SpanningRenderTableCells rowSpanCells; ...
7 years, 3 months ago (2013-09-16 22:05:10 UTC) #7
Julien - ping for review
https://codereview.chromium.org/23526051/diff/1/Source/core/rendering/RenderTableSection.cpp File Source/core/rendering/RenderTableSection.cpp (right): https://codereview.chromium.org/23526051/diff/1/Source/core/rendering/RenderTableSection.cpp#newcode530 Source/core/rendering/RenderTableSection.cpp:530: SpanningRenderTableCells rowSpanCells; On 2013/09/16 22:05:11, suchit.agrawal wrote: > #ifndef ...
7 years, 3 months ago (2013-09-16 23:03:02 UTC) #8
a.suchit
https://codereview.chromium.org/23526051/diff/1/Source/core/rendering/RenderTableSection.cpp File Source/core/rendering/RenderTableSection.cpp (right): https://codereview.chromium.org/23526051/diff/1/Source/core/rendering/RenderTableSection.cpp#newcode554 Source/core/rendering/RenderTableSection.cpp:554: rowSpanCells.append(cell); On 2013/09/16 23:03:02, Julien Chaffraix wrote: > On ...
7 years, 3 months ago (2013-09-17 00:44:11 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/a.suchit@samsung.com/23526051/19001
7 years, 3 months ago (2013-09-17 05:53:21 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/a.suchit@samsung.com/23526051/31001
7 years, 3 months ago (2013-09-17 06:44:51 UTC) #11
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=5926
7 years, 3 months ago (2013-09-17 09:01:09 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/a.suchit@samsung.com/23526051/31001
7 years, 3 months ago (2013-09-17 09:01:44 UTC) #13
commit-bot: I haz the power
7 years, 3 months ago (2013-09-17 09:53:05 UTC) #14
Message was sent while issue was closed.
Change committed as 157891

Powered by Google App Engine
This is Rietveld 408576698