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

Issue 9509: Make unit_tests pass with pt_BR.UTF-8 locale. (Closed)

Created:
12 years, 1 month ago by please use my chromium address
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Make unit_tests pass with pt_BR.UTF-8 locale. BUG=3675

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3677 lines, -28 lines) Patch
M base/base_lib.scons View 2 1 chunk +1 line, -0 lines 0 comments Download
M base/json_reader.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M base/json_writer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M base/string_util.h View 1 2 3 4 chunks +22 lines, -0 lines 0 comments Download
M base/string_util.cc View 1 2 3 15 chunks +94 lines, -26 lines 0 comments Download
M build/SConscript.main View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/tools/test/image_diff/SConscript View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/dmg_fp/README.google View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/dmg_fp/dmg_fp.h View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/dmg_fp/dmg_fp.scons View 3 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/dmg_fp/dtoa.cc View 1 chunk +3354 lines, -0 lines 0 comments Download
A third_party/dmg_fp/g_fmt.cc View 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/dmg_fp/using_dmg_fp.scons View 1 chunk +14 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/SConscript View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
please use my chromium address
12 years, 1 month ago (2008-11-07 16:36:37 UTC) #1
Mark Mentovai
Do we need this for anything other than tests? Don't we have ICU for locale-driven ...
12 years, 1 month ago (2008-11-07 18:00:50 UTC) #2
Evan Martin
I kinda wish we wouldn't need to change locales at all. Dean's supposedly gonna show ...
12 years, 1 month ago (2008-11-07 19:30:22 UTC) #3
please use my chromium address
On 2008/11/07 18:00:50, Mark Mentovai wrote: > Do we need this for anything other than ...
12 years, 1 month ago (2008-11-07 19:59:44 UTC) #4
Evan Martin
+dean, in case he has wisdom
12 years, 1 month ago (2008-11-10 22:23:40 UTC) #5
tony
After discussion with Evan and Dean, two alternate ideas were suggested: 1) Use David Gay's ...
12 years, 1 month ago (2008-11-10 23:19:08 UTC) #6
please use my chromium address
On 2008/11/10 23:19:08, tony wrote: > After discussion with Evan and Dean, two alternate ideas ...
12 years, 1 month ago (2008-11-11 15:05:58 UTC) #7
Dean McNamee
http://codereview.chromium.org/9509/diff/213/418 File base/string_util.cc (right): http://codereview.chromium.org/9509/diff/213/418#newcode94 Line 94: LocaleDependence locale_dependent=LOCALE_DEPENDENT) { We're not supposed to use ...
12 years, 1 month ago (2008-11-11 18:50:17 UTC) #8
tony
LGTM. This is a really good patch. Just some small style nits. This'll take some ...
12 years, 1 month ago (2008-11-11 18:55:00 UTC) #9
please use my chromium address
Thanks for testing. I fixed all issues before the one below. > http://codereview.chromium.org/9509/diff/213/416#newcode133 > Line ...
12 years, 1 month ago (2008-11-11 21:26:35 UTC) #10
tony
Explicit checks sound good to me. On 2008/11/11 21:26:35, phajdan.jr wrote: > Thanks for testing. ...
12 years, 1 month ago (2008-11-11 21:41:31 UTC) #11
tony
I went ahead and made the change and did the windows necessary changes. You can ...
12 years, 1 month ago (2008-11-12 01:15:36 UTC) #12
tony
12 years, 1 month ago (2008-11-12 23:21:04 UTC) #13
Committed in r5319. Let's hope it works.

Powered by Google App Engine
This is Rietveld 408576698