Commit Graph

25510 Commits

Author SHA1 Message Date
floitsch@google.com e2f0c51a8d Mark serialization test as flaky.
Review URL: https://codereview.chromium.org//56593003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29785 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-02 01:47:42 +00:00
scheglov@google.com 3651d4879a Issue 14685. Don't analyzer parts.
https://code.google.com/p/dart/issues/detail?id=14685

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

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29781 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 23:46:12 +00:00
efortuna@google.com 423f3b9b60 Refactor scripts, so we have a single entrypoint, dartdoc.py, to generate docs.
Also, generate documentation incrementally as a fallback so that some docs are
generated rather than an all-or-nothing approach.

Also, set a "blacklist" instead of a "whitelist" for annotations.

BUG=
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29780 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 23:18:31 +00:00
sigmund@google.com b8e22d5fce Update shadow-dom polyfill to 589410b566fde5903c59b7159ec43df08f1dfa3a
and additionally include my pull request from
https://github.com/Polymer/ShadowDOM/pull/292

R=blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29776 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 22:37:57 +00:00
nweiz@google.com 2b7caadbc6 Fix a broken scheduled_test test.
R=rnystrom@google.com
BUG=14639

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29773 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 22:10:32 +00:00
jmesserly@google.com 4f37a8fd22 fix status file with analyzer tests
BUG=
R=scheglov@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29768 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 20:51:38 +00:00
jmesserly@google.com d9709470cc "Reverting 29728"
I changed the test to avoid using mirrors. Somehow, import mirrors exposes a strange dart2js interceptor bug, but only in unchecked mode. (I only ran checked mode in my local tests :|. Doh)
Needs more investigation, but what seems to be happening:

* setInnerHtml creates a document
* it tries to append <base> to the <head>
* interceptor gets "Document" instead of "HtmlDocument"
* so the `document.head` fails

The bug seems to require Shadow DOM+unchecked+mirrors. Anyway, since it's totally unrelated to this test or the bug fix for 14700, I'm just working around it for now. Will open a separate issue.

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29767 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 19:59:45 +00:00
scheglov@google.com d4359631f7 New analyzer snapshot.
R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29765 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 19:24:33 +00:00
sethladd@google.com 5f1c520cae add useful docs for logging
BUG=
R=kevmoo@j832.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29761 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 18:01:28 +00:00
ajohnsen@google.com b47fc79190 Use BytesBuilder in pkg:http, when accumulating binary data.
This should speed up the library significant.

BUG=
R=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29739 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 10:19:01 +00:00
kasperl@google.com 68ff3d28cc Revert "fix nested bindings"
This reverts r29722.

R=jmesserly@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29728 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 08:47:49 +00:00
lrn@google.com 9f5cfcee75 Fix type variables for pkg/collection_helpers unordered equality.
Review URL: https://codereview.chromium.org//54183010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29727 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 08:28:17 +00:00
lrn@google.com 9946223745 Fix unordered equality to not trigger dart2js typing restriction.
BUG= http://dartbug.com/14654
R=johnniwinther@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29726 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 08:09:52 +00:00
jmesserly@google.com 6179df0ad5 fix nested bindings
R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29722 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 02:15:15 +00:00
alanknight@google.com db79dfff11 Fixes to find the path after changes to Platform, but now working reliably
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29712 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 22:42:48 +00:00
sigmund@google.com 0dec0a0694 Configure polymer transformers based on whether pub is running the build or
serve command.

R=rnystrom@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29710 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 22:27:44 +00:00
nweiz@google.com 20d5b12c33 Revise several already-committed CLs.
R=rnystrom@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29707 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 21:50:54 +00:00
alanknight@google.com 5d38c81ca4 Work around changes to Platform in docgen
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29699 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 21:05:15 +00:00
rnystrom@google.com af0326f92c Fix barback test.
R=nweiz@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29693 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 20:25:34 +00:00
rnystrom@google.com 810915f01a Pass in "mode" to transformer plugins.
BUG=https://code.google.com/p/dart/issues/detail?id=14538
R=nweiz@google.com, sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29690 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 20:04:27 +00:00
kasperl@google.com 846c73aad7 Update pkg.status file to account for two failing tests on dart2js.
R=johnniwinther@google.com, lrn@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29671 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 14:02:01 +00:00
sgjesse@google.com c38de04d0c Change dart:io Platform.script to return a Uri.
BUG=
R=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29651 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 07:29:01 +00:00
jmesserly@google.com ecb7314ef2 fix warning in polymer script_compactor
Review URL: https://codereview.chromium.org//53253004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29634 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 02:54:56 +00:00
jmesserly@google.com e3a2bc779e fix observe tests
looks like I was testing locally against an older VM, before the recent fix for unknown types

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29633 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 02:50:36 +00:00
jmesserly@google.com 308c960be6 fix csslib and watcher warnings
R=rnystrom@google.com, terry@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29632 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 02:43:00 +00:00
jmesserly@google.com 489f51a41b fix barback and polymer build warnings
R=nweiz@google.com, sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29631 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 02:41:01 +00:00
jmesserly@google.com 33fa4d5eba introduce ObservableList.listChanges to keep list changes separate from property changes
this is part of addressing: 13554, 14157, 13359

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29630 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 02:31:50 +00:00
floitsch@google.com 7006de6f23 Remove deprecated parts of dart:async.
Attempt to fix most uses of the deprecated features.

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

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29628 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 02:24:29 +00:00
whesse@google.com 4f08151090 Revert "Change dart:io Platform.script to return a Uri."
This reverts r29619 and r29624.  The changes look fine on the buildbot,
but need review before adding to the repository.

BUG=

TBR=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29627 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 02:17:37 +00:00
whesse@google.com cb0110350a Change dart:io Platform.script to return a URI. Change all uses of Platform.script to work with the new value.
R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29619 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 01:08:11 +00:00
sigmund@google.com fa5a10f732 Use pub-build in todomvc and sample template app from the editor, and update docs
R=jmesserly@google.com, keertip@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29607 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 23:01:40 +00:00
alanknight@google.com 8134f01f9e Further fixes for including package information in docs
Review URL: https://codereview.chromium.org//47603014

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29606 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 23:00:14 +00:00
sethladd@google.com 655c867e89 change homepage for html5lib
BUG=
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29602 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 22:36:58 +00:00
sigmund@google.com 54f9873540 Fix logging call in path_observer (issue 14617)
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29597 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 22:17:20 +00:00
sigmund@google.com 97d8be2f42 Fix builder.dart - avoid breaking users, print a warning instead and continue
with a default.

R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29588 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 21:30:57 +00:00
sigmund@google.com 73d3885f63 Fixes to build.dart after Options() was removed
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29584 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 20:45:50 +00:00
justinfagnani@google.com 22623da3aa Remove sync ports from interop.js
BUG=
R=jacobr@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29579 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 19:02:48 +00:00
whesse@google.com 40c7befb81 Remove uses of Options in polymer lint and deploy tools.
BUG=
R=sgjesse@google.com, sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29569 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 17:44:08 +00:00
whesse@google.com 69205c207c Remove uses of Options from pkg, samples, tests, and third_party directories.
BUG=
R=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29552 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 15:17:01 +00:00
ahe@google.com 36e2df1a1d Mirrors overhaul.
R=johnniwinther@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29551 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 14:58:58 +00:00
ngeoffray@google.com c4cc94ca17 In checked mode, parameters are already explicitly checked in the inferrer graph. So there is no need to narrow them.
R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29542 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 13:19:07 +00:00
lrn@google.com f0a1c922a2 Reapply "Remove @deprecated features."
R=scheglov@google.com, sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29535 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 12:09:15 +00:00
ajohnsen@google.com ad8ad0bfbd Use UTF8-decoding for headers in mime multipart parser.
BUG=http://code.google.com/p/dart/issues/detail?id=14303
R=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29526 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 10:34:12 +00:00
lrn@google.com 7a76ad7834 Add @proxy to annotations.dart.
Remove package:meta

R=bak@google.com, brianwilkerson@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29525 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 10:25:08 +00:00
vsm@google.com 95e272386c Use userAgent instead of webkitStartDart
This modifies our browser package and test scripts to use the
userAgent instead of webkitStartDart (which is gone) to determine if
we have native dart support.

I'm TBR-ing to get rid of a ton of warnings on the Dartium bots (they
are trying to run both native tests (successfully) and compiled-to-js
tests (warning no js file)).

E.g., see HttpServer warnings on this otherwise green run:

http://chromegw.corp.google.com/i/client.dart/builders/dartium-mac-inc-be/builds/634/steps/drt_core_checked_tests/logs/stdio

Siggi: you have comments elsewhere around removing/refactoring when
webkitStartDart is gone.  They are still there.

TBR=sigmund@google.com,ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29515 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 04:08:39 +00:00
jmesserly@google.com a369bb2893 mark a couple of tests flaky on dart2js
https://code.google.com/p/dart/issues/detail?id=14603

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29510 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 02:05:15 +00:00
jmesserly@google.com c574e860ec polymer warning clean
R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29505 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 00:48:07 +00:00
jmesserly@google.com 960ae93519 update ShadowDOM to 862dba015cb6bbe03a8b82e5ad43fe7177cf1bcc
R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29504 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 00:47:11 +00:00
jmesserly@google.com 953e22c8b8 fix status files for FF/IE/Safari
* Firefox seems to have gotten audiocontext (in 25? was released today)
* globals_test is passing with latest TemplateBinding

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29503 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 00:41:42 +00:00
jmesserly@google.com 7b3123e02a Update our TemplateBinding port
https://github.com/Polymer/TemplateBinding/tree/ed3266266e751b5ab1f75f8e0509d0d5f0ef35d8

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29500 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-29 23:26:20 +00:00