Commit Graph

25510 Commits

Author SHA1 Message Date
jmesserly@google.com 4b65a7fe7f "Reverting 32572"
my local client was in a bad state, changes don't reflect the intended patch, which was just to add "Fail" as an option for template_binding/test/custom_element_bindings_test

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32573 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 19:27:08 +00:00
jmesserly@google.com d055a904e2 fix another ie9 status
Review URL: https://codereview.chromium.org//148293014

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32572 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 19:20:08 +00:00
ricow@google.com b516af3279 Mark template_binding/test/custom_element_bindings_test as timeout on IE9
I am marking this with bug 16717, please remark if that is wrong.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32559 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 14:10:28 +00:00
ricow@google.com 8183f2a333 Fix pkgbuild status
R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32557 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 13:52:57 +00:00
ricow@google.com 199621ba71 Mark lib/async/stream_transform_test and pkg/async/test/stream_zip_test as failing on drt
These started failing after the roll to chrome 33

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32556 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 13:43:12 +00:00
kustermann@google.com b0f7a90cee Add back accidentally deleted status file expression header
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32555 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 12:58:37 +00:00
kustermann@google.com 1626736d2c Remove flaky markers from status file for tests that are not flaky.
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32553 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 11:55:55 +00:00
lrn@google.com e53a075ecc Fix pkgbuild status.
R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32548 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 09:38:20 +00:00
lrn@google.com 8aa8015fed Don't have polymer thinking unmodifiable_collection is in pkg.
R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32546 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 09:15:26 +00:00
jmesserly@google.com f734dbf97a fix typo in status file
Review URL: https://codereview.chromium.org//130813007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32538 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 03:23:00 +00:00
jmesserly@google.com 1291675047 mark tests failing on ie9
https://code.google.com/p/dart/issues/detail?id=16717

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32537 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 02:51:32 +00:00
nweiz@google.com 6b112eb420 Add an issue reference to a TODO in barback.
R=rnystrom@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32536 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 01:46:50 +00:00
jmesserly@google.com 790f76b17a fix pkg.status for custom_elements test
I restored pkg/custom_elements during the review process, but forgot to revert the status file.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32535 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 01:44:50 +00:00
jmesserly@google.com 7d71bc988d introduce web_components pkg to replace shadow_dom, html_import, custom_element. This new package is 100% compatible with the polyfills used by http://www.polymer-project.org/
Deletes:
  pkg/shadow_dom
  pkg/custom_element (except web_ui stuff)
  pkg/html_import

Adds:
  pkg/web_components, with README.md and build instructions

Changes:
  pkg/html5lib -- deprecate queryAll/query in favor of *Selector
  pkg/polymer -- test fixes & a few small changes to work with new polyfills, mostly in build
  tests/html/custom -- can't load the CE polyfill at runtime, must now be injected statically via an HTML page, similar to the style @blois used for some custom element tests.

R=blois@google.com, sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32533 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 01:15:05 +00:00
kevmoo@google.com 030a0ac329 pkg/third_party/html5lib: lots of cleanup
make a lot of things constants
updated pub dependencies
unused imports

R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32528 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-10 23:52:45 +00:00
efortuna@google.com 92391196b3 Add back MDN comments.
BUG=
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32518 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-10 21:04:52 +00:00
nweiz@google.com 01cadd4917 Add support for lazy transformers.
An upcoming CL will support propagating laziness through DryRunTransformers.

R=rnystrom@google.com
BUG=16077

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32516 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-10 20:17:54 +00:00
blois@google.com bff7179948 Fixing issues from IDL upgrade
* CustomElement update to match new Element syntax fixes analyzer issue
* Document.createTreeWalker/createNodeIterator change to pass in last argument for IE11.

TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32513 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-10 19:39:50 +00:00
vsm@google.com e38eb7e98f Skip flaky mutation_observer_test
TBR=blois@google.com

BUG=16679

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32511 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-10 18:57:51 +00:00
kevmoo@google.com ee3d773028 pkg/analyzer: fix formatter bin crash due to empty selection flag
R=pquitslund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32509 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-10 18:33:55 +00:00
kevmoo@google.com 9e339a1d0a pkg/unittest: tweaks to mock, re-enabled most tests
Flagged a failing test
eliminate unused return values in core_matchers
remove unused import
Locking down Responder a bit
adding toString to action
more finals more better

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32507 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-10 18:16:00 +00:00
lrn@google.com 23443c6a36 Remove deprecated packages from pkg directory.
The packages are deprecated, and will probably never be changed again. There is no need for them to be in the repository.
If we ever need to make a change, we can get the code from pub instead.

BUG= http://dartbug.com/16528
R=sethladd@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32488 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-10 10:23:52 +00:00
brianwilkerson@google.com 238ca64ce9 Server code clean-up
R=scheglov@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32466 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-08 15:25:37 +00:00
kevmoo@google.com 663e1be326 pkg/unittest: release
TBR

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32462 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-08 01:29:41 +00:00
alanknight@google.com 76cd463cbb Docgen snapshot needs to use dart-sdk as its SDK root in a downloaded SDK
BUG=
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32453 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-07 21:41:40 +00:00
pquitslund@google.com 0fb66b8088 Selection parsing fix.
R=brianwilkerson@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32452 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-07 21:03:24 +00:00
kevmoo@google.com 8bcc87649c pkg/unittest: deprecate expectAsyncN and expectAsyncUntilN
add top-level expectAsync and expectAsyncUntil methods which take care of
counting arguments

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32449 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-07 20:46:26 +00:00
scheglov@google.com 1c5bdef314 Fixes for exit problems.
R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32446 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-07 19:32:51 +00:00
kevmoo@google.com 036ec6fadd pkg/unittest: fixed docs
R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32441 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-07 18:42:19 +00:00
kevmoo@google.com c1458ccb43 pkg/unittest CHANGELOG spelling
Review URL: https://codereview.chromium.org//138383005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32430 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-07 15:57:22 +00:00
johnniwinther@google.com 345709d61a Update IE9 status.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32419 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-07 12:10:51 +00:00
kevmoo@google.com b565b6296f pkg/unittest: Run tests in zones
Added a changelog to unittest
Deprecated a number of methods made extraneous by zone change
Fixed related issues in html and html tests

BUG= https://code.google.com/p/dart/issues/detail?id=13277
BUG= https://code.google.com/p/dart/issues/detail?id=16541
R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32400 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-07 01:34:20 +00:00
pquitslund@google.com 79f352e4c2 Constructor initializer indent fixes.
R=brianwilkerson@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32396 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-07 00:15:24 +00:00
pquitslund@google.com 18c4e5c74e Fixes for empty class and method bodies.
See Kevin's nits CL for more context: https://codereview.chromium.org/153623006/

R=brianwilkerson@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32378 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-06 19:28:18 +00:00
scheglov@google.com bd4d6033ba New analyzer snapshot.
1. Rename WorkManagerPriority -> SourcePriority.

2. Replace CharSequence with String.

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32373 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-06 18:09:20 +00:00
brianwilkerson@google.com a9a2021517 Fix test failures
Review URL: https://codereview.chromium.org//152893004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32372 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-06 18:01:32 +00:00
johnmccutchan@google.com bf5a9b7da9 Analyzer should set exitCode instead of calling exit. Calling exit doesn't shutdown the isolate.
BUG=
R=brianwilkerson@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32369 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-06 17:24:14 +00:00
brianwilkerson@google.com e28a252941 Add structured error support
R=scheglov@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32366 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-06 17:11:39 +00:00
scheglov@google.com a85da5e2d8 New analyzer snapshot.
R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32362 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-06 15:31:22 +00:00
scheglov@google.com 5f9e9b47e5 Fix for JavaFile path in DDA.
R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32361 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-06 15:08:29 +00:00
jmesserly@google.com 83bb8cb465 mark polymer_expressions globals_test failing on Safari/IE
Review URL: https://codereview.chromium.org//139643010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32347 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-06 00:21:50 +00:00
jmesserly@google.com 519d6a2c16 fix pkgbuild bot status
it shouldn't go red just because we depend on an unpublished pkg:observe ...
see https://code.google.com/p/dart/issues/detail?id=16026

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32344 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-05 23:05:28 +00:00
jmesserly@google.com ae365d94aa big update to observe, template_binding, polymer
The biggest changes are in pkg:observe where we picked up a lot of optimizations to PathObserver/CompoundObserver.

template_binding gets one-time bindings, synchronous expansion, and lightweight "bindable" objects.

The tests are heavily refactored to use Future instead of the hacky observeTest/performMicrotaskCheckpoint pattern (I have been slowly changing the style for new tests, but observe-js made the change for all of them. yay!). Oh and the performMC stuff is gone from pkg:observe now.

There's also a new pkg:polymer feature for observation, which was ported so we are at a consistent baseline. (http://www.polymer-project.org/polymer.html#observeblock)

R=justinfagnani@google.com, sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32342 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-05 22:23:00 +00:00
efortuna@google.com 21bd15e030 Run pub update on the pulled down version of dartdoc viewer to run.
BUG=
R=dgrove@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32341 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-05 21:52:11 +00:00
nweiz@google.com 5ae5b7d120 Fix a line of indentation in barback.
R=rnystrom@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32340 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-05 21:44:15 +00:00
nweiz@google.com bd19fa9036 Properly handle top-levled errors in scheduled_test.
R=rnystrom@google.com, alanknight@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32338 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-05 21:22:04 +00:00
pquitslund@google.com eaae0b64dc Fix to ensure no breaks after new and general zero-length space support (dartbug.com/16379).
R=brianwilkerson@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32332 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-05 18:41:14 +00:00
johnniwinther@google.com b588991b74 Mark pkgbuild/samples/third_party/angular_todo as slow.
BUG=
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32319 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-05 12:25:02 +00:00
jmesserly@google.com 6d319d8cc9 move workaround from CE polyfill to custom elements createdCallback
github changes: https://github.com/dart-lang/CustomElements/pull/5

R=sra@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32307 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-05 04:15:35 +00:00
efortuna@google.com 9d27119a8d Additional refactoring for docgen.`
BUG=
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32305 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-05 00:50:47 +00:00