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

Issue 1501113002: Set the Gregorian changeover date to the beginning of time in Intl (Closed)

Created:
5 years ago by Dan Ehrenberg
Modified:
5 years ago
Reviewers:
adamk, cira
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

Set the Gregorian changeover date to the beginning of time in Intl ECMAScript dates act as if the Gregorian changeover happened at the beginning of time. This patch fixes up internationalized date formatting to set that changeover properly, as opposed to the ICU default which is in the 16th century. BUG=chromium:537382 R=adamk,cira LOG=Y Committed: https://crrev.com/d67756a7753e322fdd986399677a45a0459a5d40 Cr-Commit-Position: refs/heads/master@{#32669}

Patch Set 1 #

Patch Set 2 : fix typo #

Patch Set 3 : Enable test262 test which passes now #

Patch Set 4 : Fix status issue #

Patch Set 5 : Enable another test262 test #

Total comments: 1

Patch Set 6 : Replace a CHECK with DCHECK #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -2 lines) Patch
M src/i18n.cc View 1 2 3 4 5 2 chunks +11 lines, -0 lines 0 comments Download
M test/intl/date-format/format-test.js View 1 chunk +4 lines, -0 lines 0 comments Download
M test/test262/test262.status View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 32 (13 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/1501113002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1501113002/1
5 years ago (2015-12-05 00:21:33 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1501113002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1501113002/20001
5 years ago (2015-12-05 00:25:32 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/9565)
5 years ago (2015-12-05 00:39:05 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1501113002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1501113002/40001
5 years ago (2015-12-05 01:49:02 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/12645) v8_linux_arm_rel on ...
5 years ago (2015-12-05 02:02:40 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1501113002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1501113002/60001
5 years ago (2015-12-07 19:57:51 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel/builds/11116)
5 years ago (2015-12-07 20:12:57 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1501113002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1501113002/80001
5 years ago (2015-12-07 20:22:13 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-07 21:43:22 UTC) #18
Dan Ehrenberg
5 years ago (2015-12-07 21:46:26 UTC) #19
adamk
https://codereview.chromium.org/1501113002/diff/80001/src/i18n.cc File src/i18n.cc (right): https://codereview.chromium.org/1501113002/diff/80001/src/i18n.cc#newcode107 src/i18n.cc:107: CHECK(U_SUCCESS(status)); Can you teach me a bit about ICU? ...
5 years ago (2015-12-08 01:20:36 UTC) #20
Dan Ehrenberg
On 2015/12/08 at 01:20:36, adamk wrote: > https://codereview.chromium.org/1501113002/diff/80001/src/i18n.cc > File src/i18n.cc (right): > > https://codereview.chromium.org/1501113002/diff/80001/src/i18n.cc#newcode107 ...
5 years ago (2015-12-08 01:23:57 UTC) #21
adamk
On 2015/12/08 01:23:57, Dan Ehrenberg wrote: > On 2015/12/08 at 01:20:36, adamk wrote: > > ...
5 years ago (2015-12-08 01:30:56 UTC) #22
Dan Ehrenberg
On 2015/12/08 at 01:30:56, adamk wrote: > On 2015/12/08 01:23:57, Dan Ehrenberg wrote: > > ...
5 years ago (2015-12-08 01:33:35 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1501113002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1501113002/100001
5 years ago (2015-12-08 01:33:46 UTC) #25
adamk
lgtm
5 years ago (2015-12-08 01:36:13 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1501113002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1501113002/100001
5 years ago (2015-12-08 01:37:06 UTC) #29
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years ago (2015-12-08 02:13:40 UTC) #30
commit-bot: I haz the power
5 years ago (2015-12-08 02:14:06 UTC) #32
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/d67756a7753e322fdd986399677a45a0459a5d40
Cr-Commit-Position: refs/heads/master@{#32669}

Powered by Google App Engine
This is Rietveld 408576698