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

Issue 1509273007: Allow ICU to normalize time zones (Closed)

Created:
5 years ago by Dan Ehrenberg
Modified:
5 years ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Allow ICU to normalize time zones There's at least one case of a time zone alias: Asia/Kathmandu aliases Asia/Katmandu. ICU seems to normalize to the (deprecated) latter choice. V8 internationalization choked on this change; this patch interprets ICU's output more precisely and allows it. BUG=chromium:487322 R=jungshik,adamk LOG=Y Committed: https://crrev.com/bff3074d73fdcd946bdb55c94c2f43ef68195fcc Cr-Commit-Position: refs/heads/master@{#32769}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Misspell shorter #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M src/js/i18n.js View 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/regress/regress-487322.js View 1 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1509273007/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1509273007/1
5 years ago (2015-12-10 01:00:24 UTC) #2
Dan Ehrenberg
5 years ago (2015-12-10 01:00:34 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-10 04:40:34 UTC) #5
adamk
This change seems fine, but I'm a bit curious why we explicitly disallowed any normalization ...
5 years ago (2015-12-10 17:33:13 UTC) #6
Dan Ehrenberg
https://codereview.chromium.org/1509273007/diff/1/src/js/i18n.js File src/js/i18n.js (left): https://codereview.chromium.org/1509273007/diff/1/src/js/i18n.js#oldcode1577 src/js/i18n.js:1577: if (!IS_UNDEFINED(tz) && tz !== resolved.timeZone) { On 2015/12/10 ...
5 years ago (2015-12-10 17:55:36 UTC) #7
adamk
lgtm https://codereview.chromium.org/1509273007/diff/1/src/js/i18n.js File src/js/i18n.js (left): https://codereview.chromium.org/1509273007/diff/1/src/js/i18n.js#oldcode1577 src/js/i18n.js:1577: if (!IS_UNDEFINED(tz) && tz !== resolved.timeZone) { On ...
5 years ago (2015-12-10 19:34:08 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1509273007/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1509273007/20001
5 years ago (2015-12-10 19:37:03 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years ago (2015-12-10 20:13:27 UTC) #11
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/bff3074d73fdcd946bdb55c94c2f43ef68195fcc Cr-Commit-Position: refs/heads/master@{#32769}
5 years ago (2015-12-10 20:13:53 UTC) #13
jungshik at Google
5 years ago (2015-12-17 20:54:23 UTC) #15
Message was sent while issue was closed.
Thanks, Dan and sorry that I missed this. 
This CL also fixed a part of the problem for http://crbug.com/364374.

Powered by Google App Engine
This is Rietveld 408576698