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

Issue 10310029: Reapply "Changes according to review comments" (Closed)

Created:
8 years, 7 months ago by Xianzhu
Modified:
8 years, 7 months ago
CC:
chromium-reviews, erikwright (departed), brettw-cc_chromium.org, dyu1, dhollowa+watch_chromium.org, Ilya Sherman, jshin+watch_chromium.org
Visibility:
Public.

Description

Reapply "Changes according to review comments" Fixed an "unused variable" issue of the original CL (http://codereview.chromium.org/10224004/). Use Android API for GetDisplayNameForLocale(). Using Android API, we can reduce the data size of ICU and thus reduce the binary size of chromium-android. BUG=none TEST=L10nUtilTest.GetDisplayNameForLocale,L10nUtilTest.GetDisplayNameForCountry TBR=jrg@chromium.org,isherman@chromium.org,mark@chromium.org,jshin@chromium.org,rvargas@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=135524

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use StartsWith #

Unified diffs Side-by-side diffs Delta from patch set Stats (+275 lines, -36 lines) Patch
A base/android/java/org/chromium/base/LocaleUtils.java View 1 chunk +26 lines, -0 lines 0 comments Download
A base/android/locale_utils.h View 1 chunk +29 lines, -0 lines 0 comments Download
A base/android/locale_utils.cc View 1 chunk +94 lines, -0 lines 0 comments Download
M base/base.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M base/base.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
M build/all_android.gyp View 2 chunks +1 line, -1 line 0 comments Download
M build/android/gtest_filter/ui_unittests_disabled View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_country.cc View 6 chunks +10 lines, -25 lines 0 comments Download
M testing/android/native_test_launcher.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/base/l10n/l10n_util.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/base/l10n/l10n_util.cc View 1 4 chunks +33 lines, -8 lines 0 comments Download
M ui/base/l10n/l10n_util_unittest.cc View 3 chunks +18 lines, -1 line 0 comments Download
M ui/ui_unittests.gypi View 3 chunks +51 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
commit-bot: I haz the power
No comments yet.
8 years, 7 months ago (2012-05-05 00:24:44 UTC) #1
Xianzhu
8 years, 7 months ago (2012-05-05 00:27:00 UTC) #2
Xianzhu
LGTM (is this allowed?)
8 years, 7 months ago (2012-05-05 00:36:49 UTC) #3
Xianzhu
Hi, reviewers, this CL needs one LGTM from you to be committed. The only change ...
8 years, 7 months ago (2012-05-05 00:39:43 UTC) #4
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years, 7 months ago (2012-05-05 00:40:30 UTC) #5
Ilya Sherman
LGTM http://codereview.chromium.org/10310029/diff/1/ui/base/l10n/l10n_util.cc File ui/base/l10n/l10n_util.cc (right): http://codereview.chromium.org/10310029/diff/1/ui/base/l10n/l10n_util.cc#newcode498 ui/base/l10n/l10n_util.cc:498: if (!is_zh) { nit: Would it be equivalent ...
8 years, 7 months ago (2012-05-05 00:42:03 UTC) #6
Xianzhu
http://codereview.chromium.org/10310029/diff/1/ui/base/l10n/l10n_util.cc File ui/base/l10n/l10n_util.cc (right): http://codereview.chromium.org/10310029/diff/1/ui/base/l10n/l10n_util.cc#newcode498 ui/base/l10n/l10n_util.cc:498: if (!is_zh) { On 2012/05/05 00:42:03, Ilya Sherman wrote: ...
8 years, 7 months ago (2012-05-05 01:03:51 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wangxianzhu@chromium.org/10310029/4002
8 years, 7 months ago (2012-05-05 01:04:18 UTC) #8
commit-bot: I haz the power
8 years, 7 months ago (2012-05-05 03:11:46 UTC) #9
Change committed as 135524

Powered by Google App Engine
This is Rietveld 408576698