- Mar 06, 2013
-
-
rnystrom@google.com authored
BUG=8343 Review URL: https://codereview.chromium.org//12500005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19580 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 05, 2013
-
-
rnystrom@google.com authored
BUG=8868 Review URL: https://codereview.chromium.org//12481003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19517 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 01, 2013
-
-
gram@google.com authored
Fix issue with async callbacks that get called synchronously while running test case function causing the test to be marked as complete prematurely. Added an optional id to completion matchers that can be used in error messages (this was invaluable in tracking down the above problem). Re-enable pub tests. https://code.google.com/p/dart/issues/detail?id=8862 Review URL: https://codereview.chromium.org//12393017 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19339 260f80e4-7a28-3924-810f-c04153c831b5
-
ricow@google.com authored
Review URL: https://codereview.chromium.org//12377042 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19284 260f80e4-7a28-3924-810f-c04153c831b5
-
gram@google.com authored
I want to understand this as it may indicate some other problem. Review URL: https://codereview.chromium.org//12387033 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19271 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 28, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12374033 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19266 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12382031 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19265 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12385027 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19264 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//12379013 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19231 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//12380019 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19221 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 27, 2013
-
-
gram@google.com authored
- add back KevMoo's assertions now that the bugs they exposed ar efixed - remove onTestResult methods from a couple of configs; these did nothing other than prevent the base class implementation from being called which is wrong. - fix the TestFunction signature - change from ExpectException, which is deprecated, to TestFailure. Review URL: https://codereview.chromium.org//12335113 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19166 260f80e4-7a28-3924-810f-c04153c831b5
-
whesse@google.com authored
BUG=dartbug.com/8790 Review URL: https://codereview.chromium.org//12314153 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19144 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
This allows the user to remove them when he's done, which is what is currently being done. Review URL: https://codereview.chromium.org//12316155 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19119 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 26, 2013
-
-
amouravski@google.com authored
when their SDK version does not match. Review URL: https://codereview.chromium.org//12315059 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19026 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 25, 2013
-
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12313114 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19016 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=8775 Review URL: https://codereview.chromium.org//12335076 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19012 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
Make String.codeUnits return a List. Review URL: https://codereview.chromium.org//12282038 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18960 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 22, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12316056 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18906 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 21, 2013
-
-
rnystrom@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=7140 Review URL: https://codereview.chromium.org//12310029 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18851 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
If you happen to have a weird package name like "/* blah *?" you would get a nasty HTTP error when it tried to jam that in a URL. Instead, this will give you a friendlier 'package "/* blah */" not found error." BUG=http://code.google.com/p/dart/issues/detail?id=7466 Review URL: https://codereview.chromium.org//12328021 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18849 260f80e4-7a28-3924-810f-c04153c831b5
-
sgjesse@google.com authored
R=ager@google.com, ajohnsen@google.com, whesse@google.com BUG= Review URL: https://codereview.chromium.org//12316036 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18820 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 20, 2013
-
-
rnystrom@google.com authored
This lets you move a package directory without breaking all of those links. BUG=http://code.google.com/p/dart/issues/detail?id=8342 Review URL: https://codereview.chromium.org//12321020 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18785 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=8632 Review URL: https://codereview.chromium.org//12313014 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18783 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 19, 2013
-
-
nweiz@google.com authored
We had been using the set listed in the spec as "BUILT_IN_IDENTIFIER", but apparently those are the built-in identifiers that are valid for user use. Now we're using the set listed in the spec as "reserved words". BUG=8628 Review URL: https://codereview.chromium.org//12301032 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18716 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=8527 Review URL: https://codereview.chromium.org//12285010 Review URL: https://codereview.chromium.org//12294039 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18715 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
Avoid concurrent modification in dart2js. Avoid crash in VM by not using self-referential type bound. Review URL: https://codereview.chromium.org//12288040 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18667 260f80e4-7a28-3924-810f-c04153c831b5
-
kasperl@google.com authored
This reverts commit dd714db881a0ad63eaa1e5491e93dd8843eb5929. R=lrn@google.com BUG= Review URL: https://codereview.chromium.org//12298027 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18657 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
It's now allowed to write "class X implements Comparable<X>" to make X comparable only to X's. The argument type of Comparable<T>.compareTo is now T. Review URL: https://codereview.chromium.org//12255055 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18655 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 18, 2013
-
-
lrn@google.com authored
This reverts r18591. Review URL: https://codereview.chromium.org//12295009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18615 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 16, 2013
-
-
rnystrom@google.com authored
This reverts commit 0b0da0d44dde213647e7281bf0914c59fc552b27. BUG= Review URL: https://codereview.chromium.org//12280019 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18606 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=8527 Review URL: https://codereview.chromium.org//12285010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18605 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 15, 2013
-
-
rnystrom@google.com authored
Revert "Make List.skip, List.take and List.reversed return Iterables, not Lists." This reverts commit 44c3745a76acfad3d1d5bfc7a8b8c8e2def30e09. Revert "Remove deprecated mappedBy." This reverts commit 779ab69eab73e5e349245e99560b18955908e0cc. BUG=dartbug.com/8560 Review URL: https://codereview.chromium.org//12286004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18591 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Committed: https://code.google.com/p/dart/source/detail?r=18575 Reverted: http://code.google.com/p/dart/source/detail?r=18576 Review URL: https://codereview.chromium.org//12212213 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18579 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
This reverts commit 18575. Review URL: https://codereview.chromium.org//12207205 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18576 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//12212213 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18575 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
Review URL: https://codereview.chromium.org//12212211 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18573 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12261050 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18553 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12253054 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18551 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12262056 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18550 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 14, 2013
-
-
rnystrom@google.com authored
Now that we have pkg/path, we can ditch the old methods in io.dart that do the same thing. Review URL: https://codereview.chromium.org//12255016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18500 260f80e4-7a28-3924-810f-c04153c831b5
-