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

Issue 197013005: Revert 168908 "Col width is not honored when dynamically updated..." (Closed)

Created:
6 years, 9 months ago by inferno
Modified:
6 years, 9 months ago
Reviewers:
Gurpreet
CC:
blink-reviews
Visibility:
Public.

Description

Revert 168908 "Col width is not honored when dynamically updated..." > Col width is not honored when dynamically updated and it would not make table narrower > > Increasing the table width by increasing the colgroup width was working > but decreasing the table width by decreasing the colgroup width is not working. > > When colgroup width is defined table cell should adjust according to that. > On decreasing colgroup width the cells maxPreferredLogicalWidth was > still set to the earlier value. Setting the setPreferredLogicalWidthsDirty > to true so that cells pref width is calculated again. > > I already landed this patch on webkit. Just modified the layout test file and fixed build errors. > http://trac.webkit.org/changeset/162334. > > R=jchaffraix@chromium.org > BUG=340252 > > Review URL: https://codereview.chromium.org/151993004 TBR=k.gurpreet@samsung.com Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169022

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -311 lines) Patch
D trunk/LayoutTests/fast/table/resize-table-using-col-height-vertical-writing-mode.html View 1 chunk +0 lines, -37 lines 0 comments Download
D trunk/LayoutTests/fast/table/resize-table-using-col-height-vertical-writing-mode-expected.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D trunk/LayoutTests/fast/table/resize-table-width-using-col-colgroup-span.html View 1 chunk +0 lines, -59 lines 0 comments Download
D trunk/LayoutTests/fast/table/resize-table-width-using-col-colgroup-span-expected.txt View 1 chunk +0 lines, -10 lines 0 comments Download
D trunk/LayoutTests/fast/table/resize-table-width-using-col-span.html View 1 chunk +0 lines, -60 lines 0 comments Download
D trunk/LayoutTests/fast/table/resize-table-width-using-col-span-expected.txt View 1 chunk +0 lines, -10 lines 0 comments Download
D trunk/LayoutTests/fast/table/resize-table-width-using-col-width.html View 1 chunk +0 lines, -37 lines 0 comments Download
D trunk/LayoutTests/fast/table/resize-table-width-using-col-width-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
D trunk/LayoutTests/fast/table/resize-table-width-using-multiple-col-span.html View 1 chunk +0 lines, -66 lines 0 comments Download
D trunk/LayoutTests/fast/table/resize-table-width-using-multiple-col-span-expected.txt View 1 chunk +0 lines, -10 lines 0 comments Download
M trunk/Source/core/rendering/RenderTableCol.cpp View 1 chunk +1 line, -17 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
inferno
6 years, 9 months ago (2014-03-12 15:25:28 UTC) #1
inferno
Committed patchset #1 manually as r169022.
6 years, 9 months ago (2014-03-12 15:26:43 UTC) #2
Gurpreet
On 2014/03/12 15:26:43, inferno wrote: > Committed patchset #1 manually as r169022. Why this patch ...
6 years, 9 months ago (2014-03-13 03:57:15 UTC) #3
inferno
On 2014/03/13 03:57:15, Gurpreet wrote: > On 2014/03/12 15:26:43, inferno wrote: > > Committed patchset ...
6 years, 9 months ago (2014-03-13 04:09:35 UTC) #4
Gurpreet
On 2014/03/13 04:09:35, inferno wrote: > On 2014/03/13 03:57:15, Gurpreet wrote: > > On 2014/03/12 ...
6 years, 9 months ago (2014-03-13 08:44:14 UTC) #5
Gurpreet
On 2014/03/13 08:44:14, Gurpreet wrote: > On 2014/03/13 04:09:35, inferno wrote: > > On 2014/03/13 ...
6 years, 9 months ago (2014-03-13 13:09:31 UTC) #6
Gurpreet
On 2014/03/13 13:09:31, Gurpreet wrote: > On 2014/03/13 08:44:14, Gurpreet wrote: > > On 2014/03/13 ...
6 years, 9 months ago (2014-03-18 07:13:28 UTC) #7
aarya
6 years, 9 months ago (2014-03-18 14:51:40 UTC) #8
Message was sent while issue was closed.
On 2014/03/18 07:13:28, Gurpreet wrote:
> On 2014/03/13 13:09:31, Gurpreet wrote:
> > On 2014/03/13 08:44:14, Gurpreet wrote:
> > > On 2014/03/13 04:09:35, inferno wrote:
> > > > On 2014/03/13 03:57:15, Gurpreet wrote:
> > > > > On 2014/03/12 15:26:43, inferno wrote:
> > > > > > Committed patchset #1 manually as r169022.
> > > > > 
> > > > > Why this patch has been reverted?
> > > > 
> > > > i cced you on
https://code.google.com/p/chromium/issues/detail?id=351729.
> It
> > > > causes many regression on ClusterFuzz and introduced use-after free
> crashes.
> > > 
> > > I am not able to download the reduced test cases to check for the crash.
> > 
> > I am not able to download the minimized Testcase it says
> > "You (mailto:k.gurpreet@samsung.com) are not authorized to access this page!
> > 
> > For access, please contact Abhishek Arya (inferno [at] chromium [dot] org).
> > 
> > Back
> > Switch account
> > Logout
> 
> The fix for the crash has been submitted in
> https://bugs.webkit.org/show_bug.cgi?id=129561. We can submit this patch along
> with https://codereview.chromium.org/151993004/ patch and this would solve the
> crash. Else separately can submit 2 patches. Please suggest.

Seperate is better. since it is easier to revert.

Powered by Google App Engine
This is Rietveld 408576698