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

Issue 11038007: Minor cleanups to take advantage of lazy initialization (Closed)

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

Description

Minor cleanups to take advantage of lazy initialization Committed: https://code.google.com/p/dart/source/detail?r=13137

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -9 lines) Patch
M pkg/intl/lib/src/lazy_locale_data.dart View 1 2 chunks +2 lines, -9 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Alan Knight
A couple of minor cleanups I had pending from before I went away.
8 years, 2 months ago (2012-10-01 23:31:36 UTC) #1
Emily Fortuna
https://codereview.chromium.org/11038007/diff/1/pkg/intl/lib/intl.dart File pkg/intl/lib/intl.dart (right): https://codereview.chromium.org/11038007/diff/1/pkg/intl/lib/intl.dart#newcode28 pkg/intl/lib/intl.dart:28: static String _defaultLocale = systemLocale; sorry, why are the ...
8 years, 2 months ago (2012-10-02 00:17:19 UTC) #2
Alan Knight
https://codereview.chromium.org/11038007/diff/1/pkg/intl/lib/intl.dart File pkg/intl/lib/intl.dart (right): https://codereview.chromium.org/11038007/diff/1/pkg/intl/lib/intl.dart#newcode28 pkg/intl/lib/intl.dart:28: static String _defaultLocale = systemLocale; On 2012/10/02 00:17:19, Emily ...
8 years, 2 months ago (2012-10-02 00:24:29 UTC) #3
Emily Fortuna
lgtm, with response to question below https://codereview.chromium.org/11038007/diff/1/pkg/intl/lib/intl.dart File pkg/intl/lib/intl.dart (right): https://codereview.chromium.org/11038007/diff/1/pkg/intl/lib/intl.dart#newcode28 pkg/intl/lib/intl.dart:28: static String _defaultLocale ...
8 years, 2 months ago (2012-10-02 00:48:35 UTC) #4
Alan Knight
https://codereview.chromium.org/11038007/diff/1/pkg/intl/lib/intl.dart File pkg/intl/lib/intl.dart (right): https://codereview.chromium.org/11038007/diff/1/pkg/intl/lib/intl.dart#newcode28 pkg/intl/lib/intl.dart:28: static String _defaultLocale = systemLocale; On 2012/10/02 00:48:35, Emily ...
8 years, 2 months ago (2012-10-02 16:21:42 UTC) #5
Emily Fortuna
https://codereview.chromium.org/11038007/diff/1/pkg/intl/lib/intl.dart File pkg/intl/lib/intl.dart (right): https://codereview.chromium.org/11038007/diff/1/pkg/intl/lib/intl.dart#newcode28 pkg/intl/lib/intl.dart:28: static String _defaultLocale = systemLocale; On 2012/10/02 16:21:42, Alan ...
8 years, 2 months ago (2012-10-02 17:11:36 UTC) #6
Alan Knight
https://codereview.chromium.org/11038007/diff/1/pkg/intl/lib/intl.dart File pkg/intl/lib/intl.dart (right): https://codereview.chromium.org/11038007/diff/1/pkg/intl/lib/intl.dart#newcode28 pkg/intl/lib/intl.dart:28: static String _defaultLocale = systemLocale; On 2012/10/02 17:11:37, Emily ...
8 years, 2 months ago (2012-10-02 20:22:03 UTC) #7
Emily Fortuna
8 years, 2 months ago (2012-10-02 20:23:39 UTC) #8
okay. lgtm!

Powered by Google App Engine
This is Rietveld 408576698