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

Issue 10949024: Content Settings bubble does not display RTL text. This is the case because we (Closed)

Created:
8 years, 3 months ago by varunjain
Modified:
8 years, 3 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

Content Settings bubble does not display RTL text. This is the case because we manually draw the string in the bubble without taking RTL into account. We fix this by using a views::Label instead that takes care of RTL when drawing text. BUG=78907 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157675

Patch Set 1 #

Total comments: 6

Patch Set 2 : patch #

Patch Set 3 : patch #

Patch Set 4 : fixed merge conflicts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -46 lines) Patch
M chrome/browser/ui/views/location_bar/location_bar_decoration_view.h View 1 2 3 6 chunks +12 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_decoration_view.cc View 1 2 3 6 chunks +38 lines, -41 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
varunjain
8 years, 3 months ago (2012-09-19 21:20:23 UTC) #1
Peter Kasting
LGTM https://chromiumcodereview.appspot.com/10949024/diff/1/chrome/browser/ui/views/location_bar/location_bar_decoration_view.cc File chrome/browser/ui/views/location_bar/location_bar_decoration_view.cc (right): https://chromiumcodereview.appspot.com/10949024/diff/1/chrome/browser/ui/views/location_bar/location_bar_decoration_view.cc#newcode128 chrome/browser/ui/views/location_bar/location_bar_decoration_view.cc:128: RemoveChildView(text_label_); // will also delete the view. Why ...
8 years, 3 months ago (2012-09-19 21:32:30 UTC) #2
varunjain
https://chromiumcodereview.appspot.com/10949024/diff/1/chrome/browser/ui/views/location_bar/location_bar_decoration_view.cc File chrome/browser/ui/views/location_bar/location_bar_decoration_view.cc (right): https://chromiumcodereview.appspot.com/10949024/diff/1/chrome/browser/ui/views/location_bar/location_bar_decoration_view.cc#newcode128 chrome/browser/ui/views/location_bar/location_bar_decoration_view.cc:128: RemoveChildView(text_label_); // will also delete the view. On 2012/09/19 ...
8 years, 3 months ago (2012-09-19 21:45:34 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/10949024/7001
8 years, 3 months ago (2012-09-19 21:47:04 UTC) #4
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/views/location_bar/content_setting_image_view.cc: While running patch -p1 --forward --force; patching file chrome/browser/ui/views/location_bar/content_setting_image_view.cc ...
8 years, 3 months ago (2012-09-19 21:47:07 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/10949024/8001
8 years, 3 months ago (2012-09-19 22:11:25 UTC) #6
commit-bot: I haz the power
8 years, 3 months ago (2012-09-20 00:53:34 UTC) #7
Change committed as 157675

Powered by Google App Engine
This is Rietveld 408576698