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

Issue 25373006: Correction to layoutOverflowRect in case of direction:rtl (Closed)

Created:
7 years, 2 months ago by pals
Modified:
7 years, 1 month ago
CC:
blink-reviews, blink-layers+watch_chromium.org, eae+blinkwatch, leviw+renderwatch, Julien - ping for review, igor.o
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Correction to layoutOverflowRect calculation in case of direction:rtl BUG=179332 Webkit bug https://bugs.webkit.org/show_bug.cgi?id=85856 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161333

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Added layout tests #

Patch Set 3 : Updated test case description #

Patch Set 4 : Added expected result file #

Total comments: 5

Patch Set 5 : #

Patch Set 6 : Test cases rebaselined #

Patch Set 7 : Added NeedsRebaseline for the failing test case on win and mac #

Patch Set 8 : Rebased #

Patch Set 9 : #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -20 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 9 1 chunk +7 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-overflow-scrolling-expected.png View 1 2 3 4 5 Binary file 0 comments Download
M LayoutTests/compositing/rtl/rtl-overflow-scrolling-expected.txt View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/linux/fast/block/float/026-expected.png View 1 2 3 4 5 Binary file 0 comments Download
M LayoutTests/platform/linux/fast/block/float/028-expected.png View 1 2 3 4 5 Binary file 0 comments Download
M LayoutTests/platform/win/fast/block/float/026-expected.txt View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/win/fast/block/float/028-expected.txt View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/scrollbars/rtl/div-horizontal-expected.txt View 1 2 3 4 5 8 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html View 1 2 3 4 5 6 7 1 chunk +5 lines, -6 lines 0 comments Download
A + LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 1 2 3 4 5 6 7 1 chunk +2 lines, -6 lines 0 comments Download
M Source/core/rendering/RenderBox.cpp View 1 2 3 4 5 6 7 2 chunks +5 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderLayerScrollableArea.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
pals
PTAL. and could you please run the trybots for this CL? Thanks
7 years, 2 months ago (2013-10-01 13:35:40 UTC) #1
ojan
This patch needs tests. On 2013/10/01 13:35:40, sanjoyp wrote: > PTAL. and could you please ...
7 years, 2 months ago (2013-10-01 19:24:52 UTC) #2
pals
I tried running trybots using "Try more bots" but it doesn't run the bots actually. ...
7 years, 2 months ago (2013-10-03 10:54:06 UTC) #3
pals
On 2013/10/03 10:54:06, sanjoyp wrote: > I tried running trybots using "Try more bots" but ...
7 years, 2 months ago (2013-10-07 06:42:46 UTC) #4
ojan
Not sure I'm the best reviewer for this. Julien, Eric, Levi, do any of you ...
7 years, 2 months ago (2013-10-16 01:52:55 UTC) #5
eseidel
I would need to try the test on my machine to understand what's changing here. ...
7 years, 2 months ago (2013-10-16 02:32:10 UTC) #6
pals
Friendly ping.
7 years, 1 month ago (2013-10-28 14:38:51 UTC) #7
Julien - ping for review
The code change looks fine, just one question. https://codereview.chromium.org/25373006/diff/15001/LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html File LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html (right): https://codereview.chromium.org/25373006/diff/15001/LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html#newcode4 LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html:4: <title>Bug ...
7 years, 1 month ago (2013-10-30 02:03:41 UTC) #8
pals
Fixed the tests. Please review. https://codereview.chromium.org/25373006/diff/15001/LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html File LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html (right): https://codereview.chromium.org/25373006/diff/15001/LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html#newcode4 LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html:4: <title>Bug 85856</title> On 2013/10/30 ...
7 years, 1 month ago (2013-10-30 12:02:12 UTC) #9
Julien - ping for review
lgtm https://codereview.chromium.org/25373006/diff/15001/Source/core/rendering/RenderBlock.cpp File Source/core/rendering/RenderBlock.cpp (left): https://codereview.chromium.org/25373006/diff/15001/Source/core/rendering/RenderBlock.cpp#oldcode1650 Source/core/rendering/RenderBlock.cpp:1650: x -= verticalScrollbarWidth(); On 2013/10/30 12:02:13, sanjoyp wrote: ...
7 years, 1 month ago (2013-11-01 00:29:13 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/25373006/106001
7 years, 1 month ago (2013-11-01 00:29:44 UTC) #11
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=15107
7 years, 1 month ago (2013-11-01 02:34:11 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/25373006/276001
7 years, 1 month ago (2013-11-05 08:41:28 UTC) #13
commit-bot: I haz the power
Failed to apply patch for LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html: While running patch -p1 --forward --force --no-backup-if-mismatch; A LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html ...
7 years, 1 month ago (2013-11-05 08:41:33 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/25373006/366001
7 years, 1 month ago (2013-11-05 11:11:20 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/25373006/566001
7 years, 1 month ago (2013-11-05 11:44:51 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/25373006/686001
7 years, 1 month ago (2013-11-05 12:37:36 UTC) #17
commit-bot: I haz the power
7 years, 1 month ago (2013-11-05 13:57:02 UTC) #18
Message was sent while issue was closed.
Change committed as 161333

Powered by Google App Engine
This is Rietveld 408576698