08529e98d8
Two big things this enables: * elements themselves can be data bound * anything jsify can handle, including Dart functions. This means as we get @Export and such, it will be possible to bind those Dart types directly into JS elements. With that we can make things like <core-style> much nicer to use. This also removes ported code from https://github.com/Polymer/NodeBind except for interfaces, since we don't need it anymore. Added a Polymer test to verify it works for the typical end-to-end case. This uncovered the "deliver" method that needs to be there on Bindable. Finally one Node.bind test depends on https://github.com/Polymer/ShadowDOM/pull/462, which fixes an issue where SD polyfill doesn't wrap an API used by Node.bind. Apparently no one has ever hit this on the JS side (the Dart port was immune, because our treatment of HTMLCollection is better). R=sigmund@google.com Review URL: https://codereview.chromium.org//355133002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38051 260f80e4-7a28-3924-810f-c04153c831b5
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
# Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
samples/third_party/dromaeo: Pass, Slow
|
|
samples/third_party/todomvc_performance: Pass, Slow
|
|
samples/pop_pop_win: Pass, Slow
|
|
samples/searchable_list: Pass, Slow
|
|
pkg/docgen: Pass, Slow
|
|
|
|
[ $use_repository_packages ]
|
|
pkg/analyzer: PubGetError
|
|
pkg/browser: PubGetError
|
|
pkg/intl: PubGetError # Issue 19782
|
|
pkg/third_party/html5lib: PubGetError # angular needs to be updated
|
|
samples/third_party/angular_todo: Fail # angular needs to be updated
|
|
|
|
[ $use_public_packages ]
|
|
samples/third_party/angular_todo: Pass, Slow
|
|
pkg/template_binding: PubGetError
|
|
pkg/polymer_expressions: PubGetError
|
|
pkg/polymer: PubGetError
|
|
|
|
[ $use_public_packages && $builder_tag == russian ]
|
|
samples/third_party/todomvc: Fail # Issue 18104
|
|
|
|
[ $builder_tag == russian ]
|
|
samples/pop_pop_win: Fail # Issue 16356
|
|
samples/third_party/angular_todo: Fail # Issue 16356
|
|
|
|
[ $system == windows ]
|
|
samples/third_party/todomvc_performance: Fail # Issue 18086
|