Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.1.6.1
/
lib
/
uri
tag
115c6645389c5e8c07168ab8e7be3bb966d4f426
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
4bdeea0d13e6df41d66ac84c9e9ebf92eb5cc461
0.1.6.1
a1faa6f
Change IllegalArgumentException to ArgumentError.
by lrn@google.com
· 13 years ago
26fab51
Move parseInt parseDouble to int/double classes as a static method.
by lrn@google.com
· 13 years ago
0904f65
Change Uri.fromComponents to take named optional arguments.
by kasperl@google.com
· 13 years ago
9beb871
Get rid of a lot of () for getters.
by kasperl@google.com
· 13 years ago
43c364c
- Change "static final" to "static const" in the lib/ directory.
by iposva@google.com
· 13 years ago
722c1a3
Deprecate Math object in corelib in favor of dart:math library.
by ager@google.com
· 13 years ago
98bb912
Added origin property to Uri class Added unit test coverage for origin property
by ahe@google.com
· 13 years ago
1e0c247
Changed default Uri constructor to Uri.fromComponents(), new default constructor is Uri.fromString(). This is to avoid new Uri('http://www.google.com') resulting in Uri with scheme='http://www.google.com'.
by ahe@google.com
· 13 years ago
c6d7085
Several new features and improvements for dartdoc.
by johnniwinther@google.com
· 13 years ago
45d0e6e
URI encoder/decoder - copied from other repo. This is the same code already reviewed but the other repo is not allowing me to commit so trying again.
by gram@google.com
· 13 years ago
e3cad04
Split the URI library across multiple files.
by ahe@google.com
· 13 years ago
8a459c9
Copy URI top-level helpers to separate file.
by ahe@google.com
· 13 years ago
a494569
Fix HTTP links in URI docs.
by rnystrom@google.com
· 13 years ago
8ff9b9e
Reapply r5324, previously reviewed as https://chromiumcodereview.appspot.com/9662051
by iposva@google.com
· 13 years ago
993cd03
- Fix build by rolling back r5324, r5325.
by iposva@google.com
· 13 years ago
3035015
- Remove String + operator in uri.dart.
by iposva@google.com
· 13 years ago
641f078
Move utils/{uri, utf8} to lib/{uri, utf8} .
by dgrove@google.com
· 14 years ago