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

Issue 10807096: Add date formatting and parsing code. (Closed)

Created:
8 years, 5 months ago by Alan Knight
Modified:
8 years, 4 months ago
Reviewers:
Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add date formatting and parsing code. Committed: https://code.google.com/p/dart/source/detail?r=10419

Patch Set 1 #

Patch Set 2 : #

Total comments: 160

Patch Set 3 : #

Total comments: 108

Patch Set 4 : #

Total comments: 17

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9206 lines, -164 lines) Patch
M lib/i18n/date_format.dart View 1 2 3 4 5 6 5 chunks +406 lines, -141 lines 0 comments Download
A lib/i18n/date_symbol_data.dart View 1 2 3 1 chunk +3548 lines, -0 lines 0 comments Download
A lib/i18n/date_symbols.dart View 1 2 3 4 1 chunk +53 lines, -0 lines 0 comments Download
A lib/i18n/date_time_patterns.dart View 1 2 3 4 1 chunk +3964 lines, -0 lines 0 comments Download
M lib/i18n/intl.dart View 1 2 3 4 5 6 6 chunks +74 lines, -7 lines 0 comments Download
A lib/i18n/lib/date_format_field.dart View 1 2 3 4 1 chunk +402 lines, -0 lines 0 comments Download
A lib/i18n/lib/date_format_helpers.dart View 1 2 3 4 1 chunk +136 lines, -0 lines 0 comments Download
M tests/lib/i18n/date_time_format_test.dart View 1 2 3 4 5 6 1 chunk +274 lines, -16 lines 0 comments Download
A tests/lib/i18n/date_time_format_test_data.dart View 1 2 3 4 1 chunk +334 lines, -0 lines 0 comments Download
A tests/lib/i18n/intl_test.dart View 1 2 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Emily Fortuna
some starting comments. In general, I appreciate doing more incremental code reviews, so we can ...
8 years, 4 months ago (2012-07-31 05:52:53 UTC) #1
Alan Knight
New version, and a CL for the generating programs. https://chromiumcodereview.appspot.com/10807096/diff/2001/lib/i18n/date_format.dart File lib/i18n/date_format.dart (left): https://chromiumcodereview.appspot.com/10807096/diff/2001/lib/i18n/date_format.dart#oldcode74 lib/i18n/date_format.dart:74: ...
8 years, 4 months ago (2012-08-03 23:02:15 UTC) #2
Emily Fortuna
https://chromiumcodereview.appspot.com/10807096/diff/2001/lib/i18n/date_format.dart File lib/i18n/date_format.dart (right): https://chromiumcodereview.appspot.com/10807096/diff/2001/lib/i18n/date_format.dart#newcode455 lib/i18n/date_format.dart:455: bool _localeExists(localeName) { On 2012/08/03 23:02:15, Alan Knight wrote: ...
8 years, 4 months ago (2012-08-06 22:43:00 UTC) #3
Alan Knight
https://chromiumcodereview.appspot.com/10807096/diff/11001/lib/i18n/_date_format_field.dart File lib/i18n/_date_format_field.dart (right): https://chromiumcodereview.appspot.com/10807096/diff/11001/lib/i18n/_date_format_field.dart#newcode11 lib/i18n/_date_format_field.dart:11: class _DateFormatField{ On 2012/08/06 22:43:00, Emily Fortuna wrote: > ...
8 years, 4 months ago (2012-08-08 00:47:44 UTC) #4
Emily Fortuna
really shaping up! I still need to more carefully review a few files, but in ...
8 years, 4 months ago (2012-08-08 01:35:54 UTC) #5
Alan Knight
Also modified the Google-internal files that do the generation slightly (indentation). https://chromiumcodereview.appspot.com/10807096/diff/11001/lib/i18n/intl.dart File lib/i18n/intl.dart (right): ...
8 years, 4 months ago (2012-08-08 18:21:24 UTC) #6
Emily Fortuna
Can you upload your latest round of changes? With those, and the comments, I think ...
8 years, 4 months ago (2012-08-08 19:27:36 UTC) #7
Alan Knight
https://chromiumcodereview.appspot.com/10807096/diff/16001/lib/i18n/date_format.dart File lib/i18n/date_format.dart (right): https://chromiumcodereview.appspot.com/10807096/diff/16001/lib/i18n/date_format.dart#newcode469 lib/i18n/date_format.dart:469: static var _matchers = const [ On 2012/08/08 19:27:36, ...
8 years, 4 months ago (2012-08-08 19:39:57 UTC) #8
Emily Fortuna
8 years, 4 months ago (2012-08-08 19:45:50 UTC) #9
lgtm!

Powered by Google App Engine
This is Rietveld 408576698