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

Issue 264103002: [New Multicolumn] fast/multicol/multicol-with-child-renderLayer-for-input.html puts the textfield i… (Closed)

Created:
6 years, 7 months ago by mstensho (USE GERRIT)
Modified:
6 years, 6 months ago
CC:
blink-reviews, mstensho+blink_opera.com
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

[New Multicolumn] fast/multicol/multicol-with-child-renderLayer-for-input.html puts the textfield in the wrong place FrameView.cpp changes merged from WebKit. Original patch by David Hyatt <hyatt@apple.com>;. Reviewed in WebKit by Brady Eidson <beidson@apple.com>;. Make sure FrameView is patched to pass in the update pagination flag when subtree layout is done on textfields. It had code for the old multicolumn system but did not have a check for the new multicolumn system. Additionally, in Blink we need to avoid switching to a different renderer "container" in RenderBoxModelObject::mapAbsoluteToLocalPoint(), or an assertion will fail at the beginning of RenderBox::offsetFromContainer(). Just include the correct column offset instead and proceed as normally. BUG=369992 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174871

Patch Set 1 #

Patch Set 2 : Just calculate the column offset. Don't jump to a different renderer 'ancestor', as that is unneces… #

Patch Set 3 : rebase master #

Patch Set 4 : Avoid subpixel differences on Mac. #

Patch Set 5 : rebase master #

Patch Set 6 : See if this 'fixes' the minor rendering difference on Mac. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -16 lines) Patch
A + LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input.html View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
A + LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input-expected.html View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M Source/core/frame/FrameView.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderBoxModelObject.cpp View 1 2 3 4 1 chunk +2 lines, -12 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
mstensho (USE GERRIT)
6 years, 7 months ago (2014-05-05 14:49:44 UTC) #1
mstensho (USE GERRIT)
6 years, 7 months ago (2014-05-06 07:49:06 UTC) #2
mstensho (USE GERRIT)
Just calculate the column offset. Don't jump to a different renderer 'ancestor', as that is ...
6 years, 7 months ago (2014-05-06 11:03:03 UTC) #3
ojan
lgtm
6 years, 7 months ago (2014-05-07 02:22:35 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mstensho@opera.com/264103002/20001
6 years, 7 months ago (2014-05-07 02:23:38 UTC) #5
mstensho (USE GERRIT)
The CQ bit was unchecked by mstensho@opera.com
6 years, 7 months ago (2014-05-07 07:51:29 UTC) #6
mstensho (USE GERRIT)
The CQ bit was checked by mstensho@opera.com
6 years, 7 months ago (2014-05-07 07:51:34 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mstensho@opera.com/264103002/20001
6 years, 7 months ago (2014-05-07 07:52:46 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-07 08:27:24 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #2). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-07 09:01:44 UTC) #10
mstensho (USE GERRIT)
The CQ bit was unchecked by mstensho@opera.com
6 years, 7 months ago (2014-05-07 09:16:57 UTC) #11
mstensho (USE GERRIT)
After changing the test to avoid subpixel differences on Mac, it became flaky, so I'm ...
6 years, 7 months ago (2014-05-07 09:39:35 UTC) #12
mstensho (USE GERRIT)
The CQ bit was checked by mstensho@opera.com
6 years, 7 months ago (2014-05-27 11:24:26 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mstensho@opera.com/264103002/80001
6 years, 7 months ago (2014-05-27 11:24:46 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-27 12:41:41 UTC) #15
mstensho (USE GERRIT)
The CQ bit was unchecked by mstensho@opera.com
6 years, 7 months ago (2014-05-27 12:45:24 UTC) #16
mstensho (USE GERRIT)
The CQ bit was checked by mstensho@opera.com
6 years, 7 months ago (2014-05-27 14:35:29 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mstensho@opera.com/264103002/100001
6 years, 7 months ago (2014-05-27 14:35:44 UTC) #18
commit-bot: I haz the power
6 years, 6 months ago (2014-05-27 16:15:45 UTC) #19
Message was sent while issue was closed.
Change committed as 174871

Powered by Google App Engine
This is Rietveld 408576698