Commit Graph

25510 Commits

Author SHA1 Message Date
lrn@google.com 30c0d67807 Add toString to delegating collections in package:collection.
BUG= http://dartbug.com/16274
R=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32057 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-28 09:31:46 +00:00
ricow@google.com fc6f39d6e9 Mark pkg/third_party/angular_tests/browser_test/core_dom/cookies as failing on dartium
This started failing after r32035

Filed issue 16354 to track this

R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32053 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-28 07:54:17 +00:00
scheglov@google.com 37b6debef7 New analyzer snapshot.
There are some problems with JDT and line comments.
Interesting, that it works almost everywhere, and also worked coupld weeks ago.

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32052 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-28 04:24:41 +00:00
scheglov@google.com b175f41369 Issue 16346. Ignore non-HTML template.
https://code.google.com/p/dart/issues/detail?id=16346

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32051 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-28 03:55:52 +00:00
justinfagnani@google.com c63c948be2 Fix eval tests in unchecked mode
BUG=
R=blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32050 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-28 02:45:43 +00:00
justinfagnani@google.com e69baf7d37 List literals in polymer_expressions
BUG=
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32049 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-28 02:16:54 +00:00
justinfagnani@google.com 763c2c5915 Ternary operator support for polymer_expressions
BUG=
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32048 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-28 01:47:28 +00:00
nweiz@google.com 99f31707a7 Update [getErrorMessage] to avoid throwing away useful information.
Many built-in exception types don't include some relevant information
in their exceptions' [message] property, so this CL goes back to using
[toString] to get string representations of exceptions. The unsightly
exception prefixes are now removed via regular expression.

R=rnystrom@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32045 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-28 00:14:16 +00:00
blois@google.com 6cafb2cb2f Skipping dartanalyzer for Angular tests
Latest Angular bits appear to be crashing the analyzer.

CL which updated Angular is https://code.google.com/p/dart/source/detail?r=32035.

BUG=
R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32041 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-27 23:26:41 +00:00
blois@google.com 2a4b069b1a Updating Angular version
We missed some Angular-breaking changes because the parser tests were marked as failing due to some known Angular/Dart1.1 incompatibilities, but those have been fixed in Angular. Updating to this version has the parser tests passing cleanly.

Only manual change was to the pkg.status file.

BUG=
R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32035 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-27 22:27:53 +00:00
pquitslund@google.com aac07d9e6b dartfmt line wrapping bypass option support.
R=brianwilkerson@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32034 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-27 22:23:52 +00:00
pquitslund@google.com ad389194c3 dartfmt line length command line option support.
R=brianwilkerson@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32027 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-27 19:06:17 +00:00
alanknight@google.com 3730236bdf Add a snapshot for docgen and use it in the build
R=efortuna@google.com, ricow@google.com, rnystrom@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32025 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-27 18:40:34 +00:00
brianwilkerson@google.com d5c3a07611 Add top-level server
R=danrubel@google.com, devoncarew@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32008 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-25 18:46:04 +00:00
brianwilkerson@google.com 8179cbae09 Fix the build
Review URL: https://codereview.chromium.org//145033011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31984 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-23 20:22:00 +00:00
brianwilkerson@google.com 93ce7745ca Fix the build
Review URL: https://codereview.chromium.org//145973002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31983 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-23 19:51:08 +00:00
brianwilkerson@google.com 8a0bf15dcf Add server and request handlers
Review URL: https://codereview.chromium.org//137703010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31982 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-23 18:50:26 +00:00
brianwilkerson@google.com bc169d77e7 Add other time to perf report
R=scheglov@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31980 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-23 18:17:03 +00:00
brianwilkerson@google.com fe37bca654 Basic communication protocol for server
R=devoncarew@google.com, scheglov@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31951 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-21 03:20:52 +00:00
kevmoo@google.com 7ebebc7d74 use proper notation for true, false, and null in doc comments
BUG= https://code.google.com/p/dart/issues/detail?id=16193
R=lrn@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31947 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-19 19:24:06 +00:00
pquitslund@google.com f04199eda4 Line pre-chunking.
R=brianwilkerson@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31941 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-18 00:17:12 +00:00
scheglov@google.com 3ad3ff9a2e New analyzer snapshot.
Extracts SdkLibrariesReader_LibraryBuilder into sdk.dart library.
https://code.google.com/p/dart/issues/detail?id=14791

R=brianwilkerson@google.com, devoncarew@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31939 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-18 00:05:43 +00:00
jmesserly@google.com 8db140dd8e workaround for strange bug in Chrome 32
Reflecting on Object's .declarations sometimes fails.
In general we try to stop at Object in Polymer anyway, so for consistency I'm adding that workaround.

R=blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31938 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-17 23:22:26 +00:00
brianwilkerson@google.com 5388d0ce8b Logging support for server
R=devoncarew@google.com, scheglov@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31926 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-17 16:52:25 +00:00
efortuna@google.com 072738e5d4 Make constructor names hyphenated in qualifiedName json output.
BUG=
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31902 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-16 23:04:19 +00:00
nweiz@google.com efbc86b474 Update the SDK constraint on pkg/http.
It's using the [encoding] parameter to [Uri.encodeQueryomponent],
which was only released in Dart 1.1.

R=rnystrom@google.com
BUG=16131

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31897 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-16 20:49:46 +00:00
devoncarew@google.com e08d6fbe53 Create a compiler_unsupported package in pkg.
R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31896 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-16 19:30:46 +00:00
efortuna@google.com 33bfef8b36 Fixed up some inheritance chains and improved constructor output (to be fully qualified).
BUG=
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31894 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-16 19:10:09 +00:00
fschneider@google.com fb5e6077bd Undo workaround for a bug with compile-type of the context value.
I think this was fixed already with https://codereview.chromium.org/102053010/.

BUG=dartbug.com/15652
R=srdjan@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31885 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-16 14:13:24 +00:00
lrn@google.com 3b3e87cabc Revert "Rename internal library dart:_collection-dev to dart:_internal."
Dartium needs updating too.

Committed: https://code.google.com/p/dart/source/detail?r=31827

R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31877 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-16 12:06:38 +00:00
pquitslund@google.com a779c9f54c Fix to ensure only modified files are written to (dartbug.com/16093).
R=brianwilkerson@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31863 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-16 00:36:06 +00:00
srdjan@google.com 95c0b631ce Skip timeouting test for simarm checked-mode.
R=zra@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31856 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-15 22:10:30 +00:00
nweiz@google.com ef19c6611d Take a broader approach to filtering out bogus Mac OS watcher events.
With luck, this should unflake the test.

R=rnystrom@google.com
BUG=16079

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31853 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-15 21:49:31 +00:00
efortuna@google.com 0526aa6904 Add a snapshot for docgen and use it in the build (https://codereview.chromium.org/116043013/)
Also fixed up comments for some inherited object methods.

BUG=
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31850 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-15 21:12:26 +00:00
pquitslund@google.com 4a8ca537b5 dartfmt patch file side-stepping.
R=brianwilkerson@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31848 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-15 20:12:17 +00:00
pquitslund@google.com 7605b96c4b Interpolated String hack-around.
R=brianwilkerson@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31846 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-15 19:18:25 +00:00
devoncarew@google.com b1f2b87a76 Move the unittest dependency to a dev_dependency.
(redux of https://codereview.chromium.org/132273005/)

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31841 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-15 17:46:22 +00:00
lrn@google.com ead87f47e9 Revert "Rename internal library dart:_collection-dev to dart:_internal."
Dartium needs updating too.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31827 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-15 12:27:44 +00:00
ajohnsen@google.com a2e7f7a53c Reapply r31820 with a 'slow' status file marker.
BUG=16023
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31826 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-15 12:12:12 +00:00
lrn@google.com 0098710559 Rename internal library dart:_collection-dev to dart:_internal.
BUG= http://dartbug.com/14140
R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31823 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-15 09:24:46 +00:00
ricow@google.com f00ed4ba58 Revert revision 31820
This is causing timeouts on docgen package test

Nathan: Please work with Anders/Florian to figure out what is wrong and how to correctly utilize the streams. I don't have enough domain knowledge to figure this out.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31821 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-15 08:28:10 +00:00
ricow@google.com 890f614f82 Fix scheduled stream usage of asBroadcastStream
This was causing tiemouts on the bots

BUG: 16023

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

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31820 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-15 07:52:24 +00:00
nweiz@google.com 138a416ccc Fix a flaky test and work around issue 16003 in pkg/watcher.
There's an additional flaky test that this CL is not likely to fix. Additional
debugging is added to help track down the cause of that flake.

R=rnystrom@google.com
BUG=16079

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31815 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-14 23:49:01 +00:00
efortuna@google.com f3cae6f52b Adjust test status for multi_test_library.
BUG=
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31796 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-14 18:58:42 +00:00
efortuna@google.com c57b55c5dd Enable re-export in docgen. Work in progress. More to come.
BUG=
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31793 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-14 18:34:23 +00:00
pquitslund@google.com bb92c20bfb Test roll-back pending line-breaker fixes [TBR].
Net-net: the line-breaker is dropping tokens and needs to be disabled while I investigate; until it is re-enabled, this test will fail.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31792 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-14 16:49:23 +00:00
pquitslund@google.com fdb7d2f1a0 Whitespace testing fixes and bit-flip to turn on simple line breaking.
R=brianwilkerson@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31791 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-14 16:46:05 +00:00
scheglov@google.com 38d028e67f Issue 8742. Preserve leading line comments during java2dart translation.
https://code.google.com/p/dart/issues/detail?id=8742

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31790 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-14 16:28:59 +00:00
lrn@google.com 77d28234f7 Publish priority queue in pkg:collection.
Updates version to 0.9.1.

R=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31780 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-14 12:30:20 +00:00
lrn@google.com 2f15fa699a Upload change to json library (disallow serializing NaN/Infinity).
Version number now 0.9.1.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31779 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-14 12:17:09 +00:00