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

Issue 2154913002: Flip for writing mode exactly along the containing block chain. (Closed)

Created:
4 years, 5 months ago by chrishtr
Modified:
4 years, 5 months ago
Reviewers:
wkorman
CC:
blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Flip for writing mode exactly along the containing block chain. container() actually implements containg block. (Contrary to the name containingBlock() in the other method, it implements something slightly different.) BUG=616600 Committed: https://crrev.com/cac5d64bc07cde6d153ee9c7c9e6367aa07f3c39 Cr-Commit-Position: refs/heads/master@{#406177}

Patch Set 1 #

Patch Set 2 : none #

Patch Set 3 : none #

Patch Set 4 : none #

Patch Set 5 : none #

Total comments: 4

Patch Set 6 : none #

Patch Set 7 : none #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -7 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBox.cpp View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.cpp View 1 2 3 4 5 6 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 37 (25 generated)
chrishtr
4 years, 5 months ago (2016-07-15 22:05:05 UTC) #4
chrishtr
fast/repaint/selection-rl.html was failing because it has a LayoutText with a LayoutInline parent. The code for ...
4 years, 5 months ago (2016-07-18 17:44:24 UTC) #10
wkorman
lgtm
4 years, 5 months ago (2016-07-18 20:49:37 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2154913002/60001
4 years, 5 months ago (2016-07-18 20:51:31 UTC) #19
chrishtr
Reworked to just use container()'s chain instead of containingBlock. I think using containingBlock was a ...
4 years, 5 months ago (2016-07-18 22:05:21 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2154913002/80001
4 years, 5 months ago (2016-07-18 22:06:08 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/246858)
4 years, 5 months ago (2016-07-18 23:14:56 UTC) #27
wkorman
lgtm https://codereview.chromium.org/2154913002/diff/80001/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/2154913002/diff/80001/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode2068 third_party/WebKit/Source/core/layout/LayoutBox.cpp:2068: if (container->isBox()) Interested to discuss in person when ...
4 years, 5 months ago (2016-07-18 23:21:28 UTC) #28
chrishtr
https://codereview.chromium.org/2154913002/diff/80001/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/2154913002/diff/80001/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode2068 third_party/WebKit/Source/core/layout/LayoutBox.cpp:2068: if (container->isBox()) On 2016/07/18 at 23:21:28, wkorman wrote: > ...
4 years, 5 months ago (2016-07-18 23:26:57 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2154913002/120001
4 years, 5 months ago (2016-07-18 23:28:00 UTC) #34
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 5 months ago (2016-07-19 01:56:48 UTC) #35
commit-bot: I haz the power
4 years, 5 months ago (2016-07-19 02:00:48 UTC) #37
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/cac5d64bc07cde6d153ee9c7c9e6367aa07f3c39
Cr-Commit-Position: refs/heads/master@{#406177}

Powered by Google App Engine
This is Rietveld 408576698