Commit Graph

5 Commits

Author SHA1 Message Date
sigmund@google.com c4a107e9e6 Reapply change that makes path-observer more agressive with property lookups.
Additionally fixes template-iterator to be robust in the precense of these
errors.

R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34456 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-26 23:04:21 +00:00
sigmund@google.com 3d15f6da40 Prevent more timeouts.
R=jacobr@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34076 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-18 23:02:13 +00:00
sigmund@google.com 9699cfad20 Fix test timeouts. I forgot to include observe/mirrors_used.dart in tests from
other packages. They got big enough that dart2js times out.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33795 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-18 01:21:47 +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
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