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

Issue 2166923004: Fix Ruby visual rects in flipped blocks writing mode. (Closed)

Created:
4 years, 5 months ago by wkorman
Modified:
4 years, 4 months ago
Reviewers:
chrishtr
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

Fix Ruby visual rects in flipped blocks writing mode. BUG=628323 Committed: https://crrev.com/d32d77e91cb77d625275c21b29ec41064f8ccab2 Cr-Commit-Position: refs/heads/master@{#408030}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Simplify and comment. #

Total comments: 3

Patch Set 3 : Back to patch 1 with updated test and comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -34 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks.html View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks-expected.png View 1 2 Binary file 0 comments Download
A + third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks-expected.txt View 1 2 3 chunks +29 lines, -33 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBox.cpp View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutInline.cpp View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 21 (6 generated)
wkorman
4 years, 5 months ago (2016-07-20 21:45:48 UTC) #2
wkorman
https://codereview.chromium.org/2166923004/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/2166923004/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode2106 third_party/WebKit/Source/core/layout/LayoutBox.cpp:2106: topLeft.moveBy(topLeftLocation()); This was needed to apply offset resulting from ...
4 years, 5 months ago (2016-07-20 22:12:34 UTC) #3
wkorman
https://codereview.chromium.org/2166923004/diff/1/third_party/WebKit/Source/core/layout/LayoutInline.cpp File third_party/WebKit/Source/core/layout/LayoutInline.cpp (right): https://codereview.chromium.org/2166923004/diff/1/third_party/WebKit/Source/core/layout/LayoutInline.cpp#newcode1099 third_party/WebKit/Source/core/layout/LayoutInline.cpp:1099: if (containerBox && !isRuby()) This was needed to avoid ...
4 years, 5 months ago (2016-07-20 22:14:52 UTC) #4
wkorman
Patch 2 is simplified as discussed. It fixes all layout tests, but the visual rect ...
4 years, 5 months ago (2016-07-21 00:14:58 UTC) #5
wkorman
On 2016/07/21 at 00:14:58, wkorman wrote: > ...the y coord... I meant x coord.
4 years, 5 months ago (2016-07-21 00:16:12 UTC) #6
chrishtr
Also, regarding the 1px: I'd rebase the test and move on. Perhaps the cull rect ...
4 years, 5 months ago (2016-07-21 17:24:55 UTC) #7
wkorman
On 2016/07/21 at 17:24:55, chrishtr wrote: > Also, regarding the 1px: I'd rebase the test ...
4 years, 5 months ago (2016-07-21 22:24:54 UTC) #8
wkorman
On 2016/07/21 at 22:24:54, wkorman wrote: > !container->isInline() still loses the 1px, still trying it ...
4 years, 5 months ago (2016-07-21 23:02:10 UTC) #9
wkorman
https://codereview.chromium.org/2166923004/diff/20001/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/2166923004/diff/20001/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode2101 third_party/WebKit/Source/core/layout/LayoutBox.cpp:2101: if (container->isBox() && !container->isRubyRun()) { On 2016/07/21 at 17:24:54, ...
4 years, 5 months ago (2016-07-26 00:38:14 UTC) #10
chrishtr
lgtm https://codereview.chromium.org/2166923004/diff/20001/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/2166923004/diff/20001/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode2101 third_party/WebKit/Source/core/layout/LayoutBox.cpp:2101: if (container->isBox() && !container->isRubyRun()) { On 2016/07/26 00:38:14, ...
4 years, 4 months ago (2016-07-26 18:02:30 UTC) #11
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/2166923004/40001
4 years, 4 months ago (2016-07-26 20:13:50 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/262686)
4 years, 4 months ago (2016-07-27 00:24:59 UTC) #16
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/2166923004/40001
4 years, 4 months ago (2016-07-27 00:36:00 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-07-27 03:05:02 UTC) #19
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 03:06:41 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/d32d77e91cb77d625275c21b29ec41064f8ccab2
Cr-Commit-Position: refs/heads/master@{#408030}

Powered by Google App Engine
This is Rietveld 408576698