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

Issue 10920010: Check if the decomposed date is in the correct range. (Closed)

Created:
8 years, 3 months ago by floitsch
Modified:
8 years, 3 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Check if the decomposed date is in the correct range. On IE Date.UTC does not return NaN for decomposed dates that lie outside the valid range. Therefore add an additional check. Fixes issue 4836. Committed: https://code.google.com/p/dart/source/detail?r=11799

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -4 lines) Patch
M lib/compiler/implementation/lib/js_helper.dart View 2 chunks +6 lines, -1 line 0 comments Download
M tests/corelib/corelib.status View 1 chunk +0 lines, -1 line 0 comments Download
M tests/corelib/date_time_test.dart View 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
floitsch
8 years, 3 months ago (2012-08-30 18:09:37 UTC) #1
floitsch
ping.
8 years, 3 months ago (2012-09-04 09:09:35 UTC) #2
ngeoffray
8 years, 3 months ago (2012-09-04 10:46:28 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698