- Mar 15, 2013
-
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=6354 Review URL: https://codereview.chromium.org//12790006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20098 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
BUG= http://dartbug.com/9102 Review URL: https://codereview.chromium.org//12870003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20081 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
BUG= http://dartbug.com/9102 Review URL: https://codereview.chromium.org//12870003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20074 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
This changes the exception behavior of getRange. It used to accept a length of zero, no matter what start value. Now the start value must be a valid list index. Review URL: https://codereview.chromium.org//12817003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20064 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 14, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12820009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20057 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12633015 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20054 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 13, 2013
-
-
keertip@google.com authored
Review URL: https://codereview.chromium.org//12755024 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19977 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This fixes a consistent breakage, not the flakiness. Review URL: https://codereview.chromium.org//12847002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19970 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=dartbug.com/5358 Review URL: https://codereview.chromium.org//12433014 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19966 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 11, 2013
-
-
nweiz@google.com authored
This fixes a usability issue where error messages from pub.dartlang.org were getting reported as generic HTTP errors. Review URL: https://codereview.chromium.org//12667016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19826 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 08, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12452008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19743 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This also adds more detailed HTTP logging to pub. BUG=8849 Review URL: https://codereview.chromium.org//12428012 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19734 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12613010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19729 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//12473003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19690 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
Review URL: https://codereview.chromium.org//12610006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19683 260f80e4-7a28-3924-810f-c04153c831b5
-
sgjesse@google.com authored
Besides adding the StringSink methods I also added writeBytes and deprecated both add and addString. To handle the encoding of strings the IOSike has an encoding property. This property is mutable in situation when it makes sense to change encoding of what is written. The exception here is for HTTP where the encoding is determined from the header and the encoding cannot be changed. R=ajohnsen@google.com, ager@google.com, nweiz@google.com BUG= Review URL: https://codereview.chromium.org//12504006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19676 260f80e4-7a28-3924-810f-c04153c831b5
-
- 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
-