floitsch@google.com
|
1011c58bf9
|
Use JavaScript runtime semantics when constant folding.
Fixes issue 4551.
Fixes issue 2887.
Review URL: https://chromiumcodereview.appspot.com//10825386
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11883 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-05 16:13:58 +00:00 |
|
ahe@google.com
|
233c007636
|
Update status file for dart2js checked mode.
We didn't use to test checked mode on browsers. Now we do.
Review URL: https://chromiumcodereview.appspot.com//10905099
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11877 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-05 15:57:38 +00:00 |
|
ahe@google.com
|
e82ca32178
|
Improve [relativize] for Windows.
Review URL: https://chromiumcodereview.appspot.com//10914094
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11864 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-05 09:35:12 +00:00 |
|
antonm@google.com
|
ebd3d550a0
|
Rework Unparser/unparse StringBuffer management.
R=smok@google.com
Review URL: https://chromiumcodereview.appspot.com//10919033
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11750 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-03 09:28:24 +00:00 |
|
efortuna@google.com
|
07125e549e
|
Remove dart:dom_deprecated from everywhere but the editor, dart2js, lib/dom, and
utils/apidoc.
Review URL: https://chromiumcodereview.appspot.com//10918028
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11721 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-31 21:21:08 +00:00 |
|
efortuna@google.com
|
b2f2c43f34
|
Revert 11715.
Review URL: https://chromiumcodereview.appspot.com//10909035
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11718 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-31 20:01:09 +00:00 |
|
efortuna@google.com
|
7668c86f76
|
Reapply dom_deprecated removal with non-editor breaking change.
Review URL: https://chromiumcodereview.appspot.com//10916035
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11715 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-31 19:43:13 +00:00 |
|
iposva@google.com
|
0dd77bf634
|
- Change "static final" to "static const" in the
pkg/, language/, utils/ and lib/core/ directories.
Review URL: https://chromiumcodereview.appspot.com//10919024
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11703 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-31 17:47:17 +00:00 |
|
efortuna@google.com
|
5065c6e7fd
|
Revert 11651
Review URL: https://chromiumcodereview.appspot.com//10916028
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11655 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-30 20:59:42 +00:00 |
|
efortuna@google.com
|
99c5f9de07
|
Remove instances of dart:dom_deprecated from outside of lib/html and lib/dom.
There are several references in utils/apidoc as well, but that will be a
separate CL since it's going to require some substantial changes both in the
lib/dom/scripts end and in utils/apidoc.
Review URL: https://chromiumcodereview.appspot.com//10910013
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11651 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-30 20:29:08 +00:00 |
|
gram@google.com
|
ba92707967
|
Testrunner for 3rd parties.
Review URL: https://chromiumcodereview.appspot.com//10897016
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11648 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-30 20:12:24 +00:00 |
|
alanknight@google.com
|
7cc69cba39
|
Parsing dates with format that's just month or day will fail on certain days
Review URL: https://chromiumcodereview.appspot.com//10916015
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11636 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-30 17:54:13 +00:00 |
|
karlklose@google.com
|
c3d24e1eaf
|
Rename Type to DartType to avoid conflicts with the class Type in the core library.
BUG=http://code.google.com/p/dart/issues/detail?id=4810
Review URL: https://chromiumcodereview.appspot.com//10911007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11619 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-30 15:13:29 +00:00 |
|
kasperl@google.com
|
0af11bc9c4
|
More uses of the new try-catch syntax.
With this change, the VM can run all tests (except co19) without
allowing the use of the old try-catch syntax.
R=ngeoffray@google.com
BUG=
Review URL: https://chromiumcodereview.appspot.com//10917006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11600 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-30 11:14:39 +00:00 |
|
kasperl@google.com
|
5cdf2f11d6
|
Change a few more uses of the old try-catch syntax.
R=ngeoffray@google.com
BUG=
Review URL: https://chromiumcodereview.appspot.com//10905013
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11594 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-30 09:51:52 +00:00 |
|
sgjesse@google.com
|
686bd7b5a1
|
Disable failing test
R=kmillikin@google.com
BUG=dart:4838
Review URL: https://chromiumcodereview.appspot.com//10907004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11582 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-30 08:09:06 +00:00 |
|
lrn@google.com
|
78f404baca
|
Remove library_map.dart.
Review URL: https://chromiumcodereview.appspot.com//10894005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11519 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-29 12:57:32 +00:00 |
|
johnniwinther@google.com
|
e1e9e5e9dc
|
Fix bad merge
Review URL: https://chromiumcodereview.appspot.com//10892031
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11510 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-29 10:50:31 +00:00 |
|
johnniwinther@google.com
|
c57b7b0a3a
|
'Find-as-you-type'-search in dartdoc/apidoc.
Review URL: https://chromiumcodereview.appspot.com//10829361
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11508 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-29 10:35:30 +00:00 |
|
bak@google.com
|
040a759e13
|
Removed syntax error from example.dart.
Review URL: https://chromiumcodereview.appspot.com//10896034
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11506 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-29 10:18:52 +00:00 |
|
ahe@google.com
|
25139ee7e5
|
Support unary - operator.
Committed: https://code.google.com/p/dart/source/detail?r=11444 (first attempt failed)
Review URL: https://chromiumcodereview.appspot.com//10870066
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11496 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-29 08:39:02 +00:00 |
|
ahe@google.com
|
8a347d7bcd
|
Revert "Support unary - operator."
This reverts r11444.
Review URL: https://chromiumcodereview.appspot.com//10892005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11446 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-28 14:15:16 +00:00 |
|
ahe@google.com
|
11e4924af4
|
Support unary - operator.
Review URL: https://chromiumcodereview.appspot.com//10870066
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11444 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-28 13:55:11 +00:00 |
|
brianwilkerson@google.com
|
4154c44a1c
|
Add support for the metadata we currently support in comments
Review URL: https://chromiumcodereview.appspot.com//10877024
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11230 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-23 14:43:36 +00:00 |
|
johnniwinther@google.com
|
7c61b110d8
|
Const variables handled as final
Review URL: https://chromiumcodereview.appspot.com//10879003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11170 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-22 16:15:15 +00:00 |
|
ager@google.com
|
722c1a3ce6
|
Deprecate Math object in corelib in favor of dart:math library.
Review URL: https://chromiumcodereview.appspot.com//10829459
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11155 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-22 14:33:01 +00:00 |
|
ager@google.com
|
0a55fa5f3b
|
Deal with the JS helper separately from the 'native' keyword.
Another change to prepare for the removal of the corelib Math
object in favor of the dart:math library.
R=ahe@google.com,johnniwinther@google.com
BUG=
Review URL: https://chromiumcodereview.appspot.com//10867011
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11151 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-22 13:57:56 +00:00 |
|
alanknight@google.com
|
53fd510bcb
|
Allow multiple patterns for date formats
Review URL: https://chromiumcodereview.appspot.com//10832430
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11114 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-21 23:49:35 +00:00 |
|
sethladd@google.com
|
1eb5340ceb
|
add comments for dart:io and dart:intl library
BUG=
Review URL: https://chromiumcodereview.appspot.com//10866003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11100 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-21 21:32:12 +00:00 |
|
dgrove@google.com
|
bacdd20e96
|
Continued deletion of frog.
Review URL: https://chromiumcodereview.appspot.com//10860071
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11098 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-21 21:09:52 +00:00 |
|
alanknight@google.com
|
96c3872ffe
|
Rename i18n to intl
Review URL: https://chromiumcodereview.appspot.com//10829442
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11076 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-21 17:30:21 +00:00 |
|
efortuna@google.com
|
742e1ffcbe
|
Rename XMLHttpRequest to HttpRequest.
Review URL: https://chromiumcodereview.appspot.com//10823352
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11070 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-21 16:39:35 +00:00 |
|
johnniwinther@google.com
|
647498e74c
|
Full typedef support in dartdoc.
Review URL: https://chromiumcodereview.appspot.com//10823390
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11024 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-21 09:31:18 +00:00 |
|
johnniwinther@google.com
|
7052f733b7
|
Fix dartdoc to dart2js path in SDK
BUG=4566,4627
Review URL: https://chromiumcodereview.appspot.com//10832408
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11015 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-21 07:46:20 +00:00 |
|
alanknight@google.com
|
eeb2d72971
|
Improve i18n date/time test performance
Review URL: https://chromiumcodereview.appspot.com//10836319
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10986 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-20 16:42:06 +00:00 |
|
dgrove@google.com
|
196afa584c
|
Add pubspec files to args and dartdoc .
Review URL: https://chromiumcodereview.appspot.com//10823399
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10928 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-17 22:16:15 +00:00 |
|
dgrove@google.com
|
f76b3e0ac8
|
Fix syntax error in args.dart, reenable args tests.
Review URL: https://chromiumcodereview.appspot.com//10837315
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10920 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-17 20:15:29 +00:00 |
|
dgrove@google.com
|
a71d1a3b93
|
Skip args tests to get gots green.
TBR=efortuna@google.com
Review URL: https://chromiumcodereview.appspot.com//10829393
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10917 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-17 19:51:18 +00:00 |
|
dgrove@google.com
|
de531b234a
|
Move args from lib/ to pkg/ .
Review URL: https://chromiumcodereview.appspot.com//10831371
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10910 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-17 17:57:10 +00:00 |
|
ahe@google.com
|
027e95f898
|
Fix dart2js_mirror breakage.
Review URL: https://chromiumcodereview.appspot.com//10831369
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10897 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-17 13:52:49 +00:00 |
|
johnniwinther@google.com
|
d1cdeaf426
|
Change line endings from Windows to Unix
Review URL: https://chromiumcodereview.appspot.com//10827394
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10881 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-17 11:21:55 +00:00 |
|
johnniwinther@google.com
|
ac5a4808d8
|
Skeleton typedef type implementation
Review URL: https://chromiumcodereview.appspot.com//10832136
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10880 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-17 11:15:44 +00:00 |
|
ager@google.com
|
59df4e7735
|
Add a couple of workarounds for issues caused by current dart2js patch
support.
R=johnniwinther@google.com,lrn@google.com
BUG=
Review URL: https://chromiumcodereview.appspot.com//10836312
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10878 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-17 10:45:08 +00:00 |
|
regis@google.com
|
d9b0276a4c
|
Require two type arguments for map literals (issue 4522).
Spec has been changed back.
VM temporarily accepts a single type argument and emits a warning.
Update tests, dart2js source, dartdoc, etc...
Disable failing co19 tests (issue 175 filed).
Review URL: https://chromiumcodereview.appspot.com//10854191
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10861 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-16 20:44:32 +00:00 |
|
alanknight@google.com
|
9927daed4b
|
Add library tag to number_format_test
Review URL: https://chromiumcodereview.appspot.com//10857038
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10848 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-16 17:38:53 +00:00 |
|
alanknight@google.com
|
f4b51357d9
|
First iteration on number formatting
Review URL: https://chromiumcodereview.appspot.com//10834318
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10834 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-16 16:41:04 +00:00 |
|
kasperl@google.com
|
db90e62daa
|
Get rid of obsolete call.
R=johnniwinther@google.com
BUG=
Review URL: https://chromiumcodereview.appspot.com//10854183
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10806 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-16 12:02:35 +00:00 |
|
alanknight@google.com
|
2f05a496cc
|
One more place that needs a "test" prefix in skipped
Review URL: https://chromiumcodereview.appspot.com//10824320
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10777 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-15 23:09:09 +00:00 |
|
dgrove@google.com
|
39889f6270
|
Move dartdoc from lib/ to pkg/ .
Reviewed at desk by rnystrom, since gcl upload fails when there
are binary images in the change.
TBR=rnystrom@google.com
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10776 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-15 22:59:55 +00:00 |
|
alanknight@google.com
|
38f1abc22c
|
Missing "test" prefix on skipped fixnum test
Review URL: https://chromiumcodereview.appspot.com//10834347
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10773 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-15 22:12:51 +00:00 |
|