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

Issue 925823003: Revert of Insert an anonymous inline-table when inserting a table part under an inline. (Closed)

Created:
5 years, 10 months ago by mstensho (USE GERRIT)
Modified:
5 years, 10 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

Revert of Insert an anonymous inline-table when inserting a table part under an inline. (patchset #3 id:40001 of https://codereview.chromium.org/895953003/) Reason for revert: Caused bug 458184, and more. I'll reland a new CL for this as soon as I figure out how to do so without breaking stuff. I think what needs to be fixed is to add some logic in RenderInline::addChild() / addChildBlahblah(), to drill down to the actual parent of |beforeChild|, if specified. Looks like anonymous inline-level boxes is a rather unknown concept in the engine. Original issue's description: > Insert an anonymous inline-table when inserting a table part under an inline. > > The spec says that if the parent of the table part is an inline, we must wrap > it inside an inline-table instead of a table. > > Apart from giving correct rendering, this change also helps avoid establishing > (incorrect) inline continuations in some cases. > > BUG=327832, 452591, 53693, 2032 > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189941 TBR=leviw@chromium.org,jchaffraix@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=327832, 452591, 53693, 2032

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -160 lines) Patch
M LayoutTests/TestExpectations View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/block/float/float-not-removed-from-pre-block-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
D LayoutTests/fast/table/caption-in-inline.html View 1 chunk +0 lines, -23 lines 0 comments Download
D LayoutTests/fast/table/caption-in-inline-expected.txt View 1 chunk +0 lines, -17 lines 0 comments Download
D LayoutTests/fast/table/column-in-inline.html View 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/fast/table/column-in-inline-expected.html View 1 chunk +0 lines, -4 lines 0 comments Download
D LayoutTests/fast/table/display-as-inline.html View 1 chunk +0 lines, -17 lines 0 comments Download
D LayoutTests/fast/table/display-as-inline-expected.txt View 1 chunk +0 lines, -8 lines 0 comments Download
D LayoutTests/fast/table/row-in-inline-block.html View 1 chunk +0 lines, -14 lines 0 comments Download
D LayoutTests/fast/table/row-in-inline-block-expected.txt View 1 chunk +0 lines, -8 lines 0 comments Download
D LayoutTests/fast/table/table-parts-in-inline.html View 1 chunk +0 lines, -41 lines 0 comments Download
D LayoutTests/fast/table/table-parts-in-inline-expected.txt View 1 chunk +0 lines, -15 lines 0 comments Download
M Source/core/layout/LayoutTable.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderInline.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
mstensho (USE GERRIT)
Created Revert of Insert an anonymous inline-table when inserting a table part under an inline.
5 years, 10 months ago (2015-02-13 17:33:00 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/925823003/1
5 years, 10 months ago (2015-02-13 17:34:12 UTC) #2
commit-bot: I haz the power
Failed to apply patch for LayoutTests/TestExpectations: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
5 years, 10 months ago (2015-02-13 17:36:07 UTC) #4
mstensho (USE GERRIT)
5 years, 10 months ago (2015-02-13 19:41:42 UTC) #6
Don't know how to deal with this.

I'll push a CL manually instead.

See https://codereview.chromium.org/927653002

Powered by Google App Engine
This is Rietveld 408576698