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

Issue 5154009: Cleanup AdjustStringForLocaleDirection() (Closed)

Created:
10 years, 1 month ago by jeremy
Modified:
9 years, 6 months ago
Reviewers:
Avi (use Gerrit), xji
CC:
chromium-reviews, ben+cc_chromium.org, Erik does not do reviews, brettw-cc_chromium.org, Aaron Boodman, pam+watch_chromium.org, jshin+watch_chromium.org, rdsmith+dwatch_chromium.org, Paweł Hajdan Jr., davemoore+watch_chromium.org, brettw
Visibility:
Public.

Description

Cleanup AdjustStringForLocaleDirection() to modify input parameter in place. As described in the bug, the current behavior is confusing and bug-prone. BUG=47194 TEST=Check that there are no visible regressions in RTL and LTR language UIs on Linux & Windows. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67237

Patch Set 1 #

Patch Set 2 : Remove errant tab #

Patch Set 3 : Foo #

Patch Set 4 : further fixes #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -141 lines) Patch
M app/win_util.cc View 1 chunk +7 lines, -9 lines 0 comments Download
M base/i18n/rtl.h View 3 chunks +8 lines, -20 lines 1 comment Download
M base/i18n/rtl.cc View 1 chunk +9 lines, -12 lines 0 comments Download
M chrome/browser/browser_main_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/dom_ui/imageburner_ui.cc View 1 1 chunk +2 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/dom_ui/system_settings_provider.cc View 1 chunk +1 line, -1 line 1 comment Download
M chrome/browser/dom_ui/dom_ui.cc View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/download/download_util.cc View 1 2 3 3 chunks +5 lines, -13 lines 0 comments Download
M chrome/browser/encoding_menu_controller.cc View 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/language_combobox_model.cc View 1 chunk +4 lines, -13 lines 1 comment Download
M chrome/browser/location_bar_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/possible_url_model.cc View 1 chunk +3 lines, -4 lines 1 comment Download
M chrome/browser/search_engines/template_url.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M chrome/browser/search_engines/template_url_table_model.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/task_manager/task_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_manager/task_manager_resource_providers.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/bookmark_bar_view.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/hung_renderer_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/options/passwords_page_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/child_process_info.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/extension.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/extension_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gfx/canvas_skia_win.cc View 1 2 3 1 chunk +8 lines, -7 lines 0 comments Download
M views/controls/button/native_button.cc View 1 chunk +1 line, -3 lines 0 comments Download
M views/controls/combobox/native_combobox_win.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M views/controls/textfield/native_textfield_win.cc View 1 chunk +4 lines, -6 lines 0 comments Download
M views/controls/tree/tree_view.cc View 1 chunk +1 line, -3 lines 0 comments Download
M views/widget/tooltip_manager_win.cc View 1 chunk +1 line, -2 lines 0 comments Download
M views/window/window_gtk.cc View 1 chunk +1 line, -3 lines 0 comments Download
M views/window/window_win.cc View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jeremy
10 years, 1 month ago (2010-11-22 14:59:02 UTC) #1
Avi (use Gerrit)
http://codereview.chromium.org/5154009/diff/6001/base/i18n/rtl.h File base/i18n/rtl.h (right): http://codereview.chromium.org/5154009/diff/6001/base/i18n/rtl.h#newcode76 base/i18n/rtl.h:76: // (either left-to-right or right-to-left).The function checks both the ...
10 years, 1 month ago (2010-11-23 16:07:08 UTC) #2
Avi (use Gerrit)
10 years, 1 month ago (2010-11-23 16:34:33 UTC) #3
LGTM with those changes.

Powered by Google App Engine
This is Rietveld 408576698