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

Issue 1996993002: i18n of Copyright line to use locally correct numeric glyphs (Closed)

Created:
4 years, 7 months ago by Greg Levin
Modified:
4 years, 6 months ago
CC:
chromium-reviews, michaelpg+watch-md-settings_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

i18n of Copyright line to use locally correct numeric glyphs BUG=613583 TEST=Switch to language with non-Arabic numerals (e.g., Persian), open Settings > About or chrome://settings to view Copyright line. Check that year is rendered with non-Arabic numerals. Committed: https://crrev.com/8d231d3546984ff7d4b22a8a97bd162b599f7e9f Cr-Commit-Position: refs/heads/master@{#396527}

Patch Set 1 #

Patch Set 2 : Use FormatWithNumberedArgs() instead of FormatNumber() #

Patch Set 3 : Trying to fix mac builds #

Patch Set 4 : Trying to fix mac builds, take 2 #

Total comments: 2

Patch Set 5 : Trying to fix mac builds, take 3 #

Total comments: 2

Patch Set 6 : Add time.h includes, as per review (also merge) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -24 lines) Patch
M chrome/app/chromium_strings.grd View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/help/help_handler.cc View 1 2 3 4 5 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/settings/about_handler.cc View 1 2 3 4 5 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/version_ui.cc View 1 2 3 4 5 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/tools/mac_helpers/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/tools/mac_helpers/infoplist_strings_util.mm View 1 2 3 4 5 2 chunks +4 lines, -7 lines 0 comments Download

Messages

Total messages: 36 (10 generated)
Greg Levin
jshin@, could you take a first look at this? It's straight-forward, but I'm wondering if ...
4 years, 7 months ago (2016-05-20 16:54:52 UTC) #2
jungshik at Google
On 2016/05/20 16:54:52, Greg Levin wrote: > jshin@, could you take a first look at ...
4 years, 7 months ago (2016-05-21 00:18:15 UTC) #3
jungshik at Google
On 2016/05/20 16:54:52, Greg Levin wrote: > jshin@, could you take a first look at ...
4 years, 7 months ago (2016-05-21 00:32:01 UTC) #4
jungshik at Google
On 2016/05/21 00:32:01, jshin (jungshik at google) wrote: > On 2016/05/20 16:54:52, Greg Levin wrote: ...
4 years, 7 months ago (2016-05-21 00:32:53 UTC) #5
jungshik at Google
On 2016/05/21 00:32:53, jshin (jungshik at google) wrote: > On 2016/05/21 00:32:01, jshin (jungshik at ...
4 years, 7 months ago (2016-05-21 00:33:39 UTC) #6
Greg Levin
michaelpg@ - chrome/browser/ui/webui/* thestig@ - chrome/tools/mac_helpers/infoplist_strings_util.mm Please have a look! jshin@ - > base/i18n does ...
4 years, 7 months ago (2016-05-23 21:33:56 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996993002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1996993002/20001
4 years, 7 months ago (2016-05-23 21:35:34 UTC) #10
Lei Zhang
I defer to shrike@ for chrome/tools/mac_helpers/infoplist_strings_util.mm, and we should probably separately add chrome/tools/mac_helpers/OWNERS.
4 years, 7 months ago (2016-05-23 21:36:42 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/115889)
4 years, 7 months ago (2016-05-23 21:42:30 UTC) #14
shrike
On 2016/05/23 21:36:42, Lei Zhang wrote: > I defer to shrike@ for chrome/tools/mac_helpers/infoplist_strings_util.mm, and > ...
4 years, 7 months ago (2016-05-23 23:30:39 UTC) #15
Lei Zhang
On 2016/05/23 23:30:39, shrike wrote: > On 2016/05/23 21:36:42, Lei Zhang wrote: > > I ...
4 years, 7 months ago (2016-05-23 23:34:53 UTC) #16
jungshik at Google
On 2016/05/23 21:33:56, Greg Levin wrote: > michaelpg@ - chrome/browser/ui/webui/* > thestig@ - chrome/tools/mac_helpers/infoplist_strings_util.mm > ...
4 years, 7 months ago (2016-05-25 07:44:42 UTC) #17
jungshik at Google
Mac build should be fixed. https://codereview.chromium.org/1996993002/diff/60001/chrome/tools/mac_helpers/infoplist_strings_util.mm File chrome/tools/mac_helpers/infoplist_strings_util.mm (right): https://codereview.chromium.org/1996993002/diff/60001/chrome/tools/mac_helpers/infoplist_strings_util.mm#newcode262 chrome/tools/mac_helpers/infoplist_strings_util.mm:262: copyright_format, base::Time::Now())); This should ...
4 years, 7 months ago (2016-05-25 09:09:36 UTC) #18
jungshik at Google
On 2016/05/25 07:44:42, jshin (slow- 23-26) wrote: > On 2016/05/23 21:33:56, Greg Levin wrote: > ...
4 years, 7 months ago (2016-05-25 09:10:10 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996993002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1996993002/80001
4 years, 6 months ago (2016-05-26 15:19:47 UTC) #21
Greg Levin
https://codereview.chromium.org/1996993002/diff/60001/chrome/tools/mac_helpers/infoplist_strings_util.mm File chrome/tools/mac_helpers/infoplist_strings_util.mm (right): https://codereview.chromium.org/1996993002/diff/60001/chrome/tools/mac_helpers/infoplist_strings_util.mm#newcode262 chrome/tools/mac_helpers/infoplist_strings_util.mm:262: copyright_format, base::Time::Now())); On 2016/05/25 09:09:36, jshin (slow- 23-26) wrote: ...
4 years, 6 months ago (2016-05-26 15:25:58 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-05-26 16:52:46 UTC) #24
commit-bot: I haz the power
Dry run: None
4 years, 6 months ago (2016-05-26 16:52:58 UTC) #25
shrike
LGTM chrome/tools/mac_helpers/infoplist_strings_util.mm
4 years, 6 months ago (2016-05-26 17:48:20 UTC) #26
Lei Zhang
On 2016/05/23 21:33:56, Greg Levin wrote: > michaelpg@ - chrome/browser/ui/webui/* > thestig@ - chrome/tools/mac_helpers/infoplist_strings_util.mm Once ...
4 years, 6 months ago (2016-05-26 19:21:34 UTC) #27
michaelpg
lgtm w/ a nit for the include (which was missing in the previous versions of ...
4 years, 6 months ago (2016-05-27 16:45:19 UTC) #28
Greg Levin
Okay, thestig@, your turn :-) https://codereview.chromium.org/1996993002/diff/80001/chrome/browser/ui/webui/help/help_handler.cc File chrome/browser/ui/webui/help/help_handler.cc (right): https://codereview.chromium.org/1996993002/diff/80001/chrome/browser/ui/webui/help/help_handler.cc#newcode17 chrome/browser/ui/webui/help/help_handler.cc:17: #include "base/i18n/message_formatter.h" On 2016/05/27 ...
4 years, 6 months ago (2016-05-27 17:41:27 UTC) #29
Lei Zhang
rs lgtm
4 years, 6 months ago (2016-05-27 17:42:27 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996993002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1996993002/100001
4 years, 6 months ago (2016-05-27 17:43:51 UTC) #33
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 6 months ago (2016-05-27 19:02:58 UTC) #34
commit-bot: I haz the power
4 years, 6 months ago (2016-05-27 19:04:42 UTC) #36
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/8d231d3546984ff7d4b22a8a97bd162b599f7e9f
Cr-Commit-Position: refs/heads/master@{#396527}

Powered by Google App Engine
This is Rietveld 408576698