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

Issue 10505005: Polish Date formatting API. (Closed)

Created:
8 years, 6 months ago by Emily Fortuna
Modified:
6 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Polish Date formatting API. Committed: https://code.google.com/p/dart/source/detail?r=8272

Patch Set 1 : #

Total comments: 3

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Total comments: 7

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 1

Patch Set 7 : #

Patch Set 8 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -246 lines) Patch
A + lib/i18n/date_format.dart View 1 2 3 4 5 6 7 5 chunks +82 lines, -36 lines 2 comments Download
D lib/i18n/date_time_format.dart View 1 1 chunk +0 lines, -206 lines 0 comments Download
M tests/lib/i18n/date_time_format_test.dart View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Emily Fortuna
This CL is not in its final state. I'll complete it once your CL is ...
8 years, 6 months ago (2012-06-02 01:56:57 UTC) #1
Alan Knight
https://chromiumcodereview.appspot.com/10505005/diff/2001/lib/i18n/date_format.dart File lib/i18n/date_format.dart (right): https://chromiumcodereview.appspot.com/10505005/diff/2001/lib/i18n/date_format.dart#newcode101 lib/i18n/date_format.dart:101: #library('DateTimeFormat'); I had deliberately called it DateFormat, rather than ...
8 years, 6 months ago (2012-06-03 17:19:52 UTC) #2
Emily Fortuna
PTAL I'm not sure if we want to have named constructors AND contstants for maximum ...
8 years, 6 months ago (2012-06-04 22:48:48 UTC) #3
Alan Knight
https://chromiumcodereview.appspot.com/10505005/diff/9003/lib/i18n/date_format.dart File lib/i18n/date_format.dart (right): https://chromiumcodereview.appspot.com/10505005/diff/9003/lib/i18n/date_format.dart#newcode117 lib/i18n/date_format.dart:117: * formatted (such as en). I think this is ...
8 years, 6 months ago (2012-06-04 23:59:00 UTC) #4
Emily Fortuna
PTAL https://chromiumcodereview.appspot.com/10505005/diff/9003/lib/i18n/date_format.dart File lib/i18n/date_format.dart (right): https://chromiumcodereview.appspot.com/10505005/diff/9003/lib/i18n/date_format.dart#newcode158 lib/i18n/date_format.dart:158: static final String _fullDate = DateFormat._y + DateFormat._MMMMd; ...
8 years, 6 months ago (2012-06-05 00:21:50 UTC) #5
Jennifer Messerly
lgtm https://chromiumcodereview.appspot.com/10505005/diff/20001/lib/i18n/date_format.dart File lib/i18n/date_format.dart (right): https://chromiumcodereview.appspot.com/10505005/diff/20001/lib/i18n/date_format.dart#newcode174 lib/i18n/date_format.dart:174: DateFormat.Hm([this._locale]) : this.formatDefinition = _Hm; minor nit: you ...
8 years, 6 months ago (2012-06-05 01:28:55 UTC) #6
Alan Knight
https://chromiumcodereview.appspot.com/10505005/diff/10006/lib/i18n/date_format.dart File lib/i18n/date_format.dart (right): https://chromiumcodereview.appspot.com/10505005/diff/10006/lib/i18n/date_format.dart#newcode247 lib/i18n/date_format.dart:247: * reference [date]. The [duration] is expressed in miliseconds. ...
8 years, 6 months ago (2012-06-05 17:35:52 UTC) #7
Alan Knight
8 years, 6 months ago (2012-06-05 19:52:24 UTC) #8
lgtm

Powered by Google App Engine
This is Rietveld 408576698