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

Issue 49034: Review request: fix 8997 -- RTL Regression: Word order separated by slash is reversed on "Bookmark M (Closed)

Created:
11 years, 9 months ago by xji
Modified:
9 years, 6 months ago
Reviewers:
xji, jeremy
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix the path layout in both bookmark manager and download location. (issue 8997) http://crbug.com/8997 Previously, the path itself and every single path component are marked with LTR marks. The fix is only mark the path as a whole (but not every single path component)with LTR marks. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12539

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -61 lines) Patch
M chrome/browser/bookmarks/bookmark_table_model.cc View 1 2 2 chunks +19 lines, -10 lines 0 comments Download
M chrome/common/l10n_util.cc View 1 1 chunk +6 lines, -30 lines 0 comments Download
M chrome/common/l10n_util_unittest.cc View 1 chunk +27 lines, -21 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
xji
11 years, 9 months ago (2009-03-25 21:11:31 UTC) #1
jeremy
LGTM http://codereview.chromium.org/49034/diff/1004/5 File chrome/browser/bookmarks/bookmark_table_model.cc (right): http://codereview.chromium.org/49034/diff/1004/5#newcode336 Line 336: // LTR too. Great comment! Nit:perhaps add ...
11 years, 9 months ago (2009-03-25 22:06:58 UTC) #2
xji
11 years, 9 months ago (2009-03-25 22:34:29 UTC) #3
On 2009/03/25 22:06:58, jeremy wrote:
> LGTM
> 
> http://codereview.chromium.org/49034/diff/1004/5
> File chrome/browser/bookmarks/bookmark_table_model.cc (right):
> 
> http://codereview.chromium.org/49034/diff/1004/5#newcode336
> Line 336: // LTR too.
> Great comment!
> Nit:perhaps add something like the following clarifying sentence at the end:
> "The point here is to display the path the same way as it's displayed by other
> software."

Done.
The comments are copied from Aharon's email. :)

Powered by Google App Engine
This is Rietveld 408576698