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

Issue 6713119: Make 'dangerous download warning' visible in Japanese UI on Windows. (Closed)

Created:
9 years, 9 months ago by jungshik at Google
Modified:
9 years, 7 months ago
Reviewers:
Tom Sepez, Jay Civelli
CC:
chromium-reviews, jshin+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Make 'dangerous download warning' visible in Japanese UI on Windows. Use line break iterator to get the splitting of 'dangerous download warning' in Chinese/Japanese/Thai to 2 lines to work correctly. In break_iterator.cc, make WORD_SPACE an alias to WORD_LINE and change the explanation about what it does. No code change is made there. More i18n-oriented tests will be added in the follow-up CL to break_iterator_unittest.cc BUG=3638 TEST=manual: launch Chrome on Windows in Japanese/Thai/Chinese (--lang=ja , th, zh-CN, or zh-TW) and follow the instruction at http://crbug.com/76652 (comment 0). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=79584

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -22 lines) Patch
M base/i18n/break_iterator.h View 1 4 chunks +22 lines, -9 lines 0 comments Download
M base/i18n/break_iterator.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/download_item_view.cc View 1 3 chunks +33 lines, -10 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jungshik at Google
9 years, 9 months ago (2011-03-25 01:41:56 UTC) #1
Tom Sepez
On 2011/03/25 01:41:56, Jungshik Shin wrote: LGTM. Thanks for the clarifying comments in break_iterator.h.
9 years, 9 months ago (2011-03-25 16:10:01 UTC) #2
Jay Civelli
9 years, 9 months ago (2011-03-28 16:19:36 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698