Commit Graph

12 Commits

Author SHA1 Message Date
lrn@google.com fe5ec3ae22 Update co19 test expectations to disable tests using String.concat.
Found an actual use of concat in a package.

Review URL: https://codereview.chromium.org//23451021

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27287 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-09 11:51:20 +00:00
floitsch@google.com 74da0c7286 Remove usage of dart:json.
R=jmesserly@google.com, lrn@google.com, nweiz@google.com, rnystrom@google.com

Review URL: https://codereview.chromium.org//23596007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26789 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-28 14:05:11 +00:00
floitsch@google.com 1887b5ca49 Some more removals of dart:utf.
R=jmesserly@google.com, lrn@google.com, nweiz@google.com

Review URL: https://codereview.chromium.org//22909059

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26712 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-27 13:18:34 +00:00
floitsch@google.com 35d7140e66 Remove Encoding-enum from dart:io and add interface in dart:convert.
BUG= http://dartbug.com/6284
BUG= http://dartbug.com/7966
R=nweiz@google.com, sgjesse@google.com

Review URL: https://codereview.chromium.org//22872012

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26632 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-26 10:37:25 +00:00
sgjesse@google.com 38506f9d57 Remove the LineTransformer from dart:io
The LineTransformer has been retired, and is replaced with LineSplitter from dart:convert

R=floitsch@google.com, nweiz@google.com

Review URL: https://codereview.chromium.org//22927016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26419 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 07:35:46 +00:00
sgjesse@google.com 353428a918 Remove the Path class from dart:io
The Path class in dart:io has been deprecated for some time
now. It was scheduled to be removed on August 11th, so here it
goes.

dart:io still uses the Path class internally, but now it is
private. I will trim it down to what is actually used in a
follow-up change.

R=ahe@google.com, devoncarew@google.com, whesse@google.com
BUG=http://dartbug.com/11666

Review URL: https://codereview.chromium.org//23054008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26181 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-15 10:10:53 +00:00
hausner@google.com 44f73c7428 Enable coverage tool to handle multiple files and libraries
Coverage tool now enables stepping for all libraries with a
url other than "dart:" and "package:"

R=srdjan@google.com

Review URL: https://codereview.chromium.org//19772004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25167 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-18 19:00:39 +00:00
iposva@google.com 2229450865 - Use TCP_NODELAY when using the coverage tool and ddbg.
- Use IPPROTO_TCP instead of SOL_TCP for increased portability.

R=asiva@google.com, hausner@google.com

Review URL: https://codereview.chromium.org//18829003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24865 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-09 21:14:31 +00:00
hausner@google.com 7bb78b9620 Generate better debugging info for actor phase check
The phase check was generated at a token position that was one token
past the end of the constructor body, which threw debugger clients
off.

Fixes issue 8916.

R=srdjan@google.com

Review URL: https://codereview.chromium.org//18465007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24830 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-08 22:40:35 +00:00
hausner@google.com c5ca64453e Fix coverage tool on Windows
Covert file paths to native format.

Review URL: https://codereview.chromium.org//15864009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23508 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-01 00:07:07 +00:00
hausner@google.com 219c85a148 Add coverage tool to standalone tests
R=kustermann@google.com

Review URL: https://codereview.chromium.org//15894015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23494 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-31 21:53:38 +00:00
hausner@google.com 22d5ffd865 Add coverage tool
R=iposva@google.com

Review URL: https://codereview.chromium.org//16203003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23368 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-29 21:57:31 +00:00