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

Issue 31393004: Making multiple select element RTL direction aware (Closed)

Created:
7 years, 2 months ago by pals
Modified:
7 years, 2 months ago
Reviewers:
eseidel, ojan
CC:
blink-reviews, eae+blinkwatch, leviw_travelin_and_unemployed, Julien - ping for review, zoltan1, igor.o
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Making multiple select element RTL direction aware BUG=85833 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160202

Patch Set 1 : Needs to rebaseline the layouttests #

Patch Set 2 : Updated patch with review comment fixed #

Total comments: 4

Patch Set 3 : Fixed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -14 lines) Patch
M LayoutTests/TestExpectations View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/platform/linux/fast/forms/listbox-bidi-align-expected.png View 1 2 Binary file 0 comments Download
M LayoutTests/platform/linux/fast/text/international/bidi-listbox-atsui-expected.png View 1 2 Binary file 0 comments Download
M LayoutTests/platform/linux/fast/text/international/bidi-listbox-expected.png View 1 2 Binary file 0 comments Download
M Source/core/rendering/RenderListBox.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderListBox.cpp View 1 2 10 chunks +31 lines, -14 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
pals
Please review.
7 years, 2 months ago (2013-10-21 11:52:26 UTC) #1
eseidel
It appears we're repeating the same code 4 times? Maybe a helper on RenderBox::scrollbarLeft()?
7 years, 2 months ago (2013-10-21 18:51:20 UTC) #2
pals
Fixed the review comment. PTAL. Thanks
7 years, 2 months ago (2013-10-22 05:05:42 UTC) #3
eseidel
Looks pretty good! https://codereview.chromium.org/31393004/diff/100001/Source/core/rendering/RenderListBox.cpp File Source/core/rendering/RenderListBox.cpp (right): https://codereview.chromium.org/31393004/diff/100001/Source/core/rendering/RenderListBox.cpp#newcode277 Source/core/rendering/RenderListBox.cpp:277: return LayoutRect(additionalOffset.x() + borderLeft() + paddingLeft() ...
7 years, 2 months ago (2013-10-22 05:59:21 UTC) #4
pals
Fixed. Please review. https://codereview.chromium.org/31393004/diff/100001/Source/core/rendering/RenderListBox.cpp File Source/core/rendering/RenderListBox.cpp (right): https://codereview.chromium.org/31393004/diff/100001/Source/core/rendering/RenderListBox.cpp#newcode277 Source/core/rendering/RenderListBox.cpp:277: return LayoutRect(additionalOffset.x() + borderLeft() + paddingLeft() ...
7 years, 2 months ago (2013-10-22 08:45:18 UTC) #5
eseidel
lgtm Thanks!
7 years, 2 months ago (2013-10-22 08:47:43 UTC) #6
eseidel
7 years, 2 months ago (2013-10-22 08:48:03 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/31393004/210001
7 years, 2 months ago (2013-10-22 08:48:21 UTC) #8
commit-bot: I haz the power
7 years, 2 months ago (2013-10-22 13:00:14 UTC) #9
Message was sent while issue was closed.
Change committed as 160202

Powered by Google App Engine
This is Rietveld 408576698