Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Issue 335943003: merge to trunk all changes from 36817 until 37378 under the packages: polymer, (Closed)

Created:
6 years, 6 months ago by Siggi Cherem (dart-lang)
Modified:
6 years, 5 months ago
Reviewers:
CC:
reviews_dartlang.org
Visibility:
Public.

Description

merge to trunk all changes from 36817 until 37378 under the packages: polymer, polymer_expressions, template_binding, observe, web_components, smoke, code_transformers, html5lib. Adjusts pkg.status & sample.status to bring only the subset of changes from those packages.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8578 lines, -7163 lines) Patch
M pkg/code_transformers/lib/src/dart_sdk.dart View 2 chunks +165 lines, -0 lines 0 comments Download
M pkg/code_transformers/lib/src/resolver_impl.dart View 7 chunks +10 lines, -97 lines 0 comments Download
M pkg/code_transformers/lib/src/resolvers.dart View 3 chunks +20 lines, -3 lines 0 comments Download
M pkg/code_transformers/pubspec.yaml View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/code_transformers/test/resolver_test.dart View 1 chunk +14 lines, -2 lines 0 comments Download
M pkg/observe/lib/src/bindable.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/observe/lib/src/path_observer.dart View 4 chunks +8 lines, -7 lines 0 comments Download
M pkg/observe/lib/transformer.dart View 4 chunks +3 lines, -17 lines 0 comments Download
M pkg/observe/pubspec.yaml View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/observe/test/path_observer_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
MM pkg/pkg.status View 13 chunks +29 lines, -8 lines 0 comments Download
M pkg/polymer/CHANGELOG.md View 1 chunk +10 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/bad_import1/test/import_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/bad_import2/test/import_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/bad_import3/test/import_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/deploy1_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/deploy2_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/deploy3_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/dev1_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/dev2_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/dev3_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/dir/deploy1_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/dir/deploy2_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/dir/dev1_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/dir/dev2_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/experimental_boot/test/double_init_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/experimental_boot/test/import_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/good_import/test/import_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/lib/polymer.dart View 3 chunks +12 lines, -8 lines 0 comments Download
M pkg/polymer/lib/polymer.html View 1 chunk +3 lines, -12 lines 0 comments Download
D pkg/polymer/lib/polymer_element.dart View 1 chunk +0 lines, -7 lines 0 comments Download
M pkg/polymer/lib/src/build/common.dart View 3 chunks +18 lines, -24 lines 0 comments Download
M pkg/polymer/lib/src/build/import_inliner.dart View 10 chunks +38 lines, -22 lines 0 comments Download
M pkg/polymer/lib/src/build/linter.dart View 13 chunks +60 lines, -33 lines 0 comments Download
M pkg/polymer/lib/src/build/script_compactor.dart View 6 chunks +58 lines, -12 lines 0 comments Download
M pkg/polymer/lib/src/declaration.dart View 13 chunks +125 lines, -128 lines 0 comments Download
M pkg/polymer/lib/src/instance.dart View 26 chunks +474 lines, -397 lines 0 comments Download
M pkg/polymer/lib/src/job.dart View 1 chunk +26 lines, -24 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/build.log View 1 chunk +13 lines, -12 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.html View 1 chunk +9 lines, -5 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.js View 1 chunk +9 lines, -29 lines 0 comments Download
D pkg/polymer/lib/src/js/polymer/polymer-body.html View 1 chunk +0 lines, -33 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.concat.js View 50 chunks +4321 lines, -406 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.concat.js.map View 2 chunks +66 lines, -28 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.js.map View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/lib/src/loader.dart View 4 chunks +35 lines, -9 lines 0 comments Download
M pkg/polymer/lib/transformer.dart View 2 chunks +6 lines, -1 line 0 comments Download
M pkg/polymer/pubspec.yaml View 3 chunks +7 lines, -7 lines 0 comments Download
M pkg/polymer/test/attr_deserialize_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/attr_mustache_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/bind_mdv_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/bind_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/build/all_phases_test.dart View 3 chunks +6 lines, -3 lines 0 comments Download
M pkg/polymer/test/build/code_extractor.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/polymer/test/build/common.dart View 3 chunks +10 lines, -5 lines 0 comments Download
M pkg/polymer/test/build/import_inliner_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/build/linter_test.dart View 23 chunks +140 lines, -32 lines 0 comments Download
M pkg/polymer/test/build/script_compactor_test.dart View 3 chunks +0 lines, -5 lines 0 comments Download
M pkg/polymer/test/custom_event_test.dart View 2 chunks +26 lines, -20 lines 0 comments Download
M pkg/polymer/test/custom_event_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/entered_view_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/polymer/test/entered_view_test.html View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/polymer/test/event_handlers_test.dart View 2 chunks +15 lines, -7 lines 0 comments Download
M pkg/polymer/test/event_handlers_test.html View 3 chunks +6 lines, -7 lines 0 comments Download
M pkg/polymer/test/event_path_declarative_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/event_path_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/events_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/instance_attrs_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/js_interop_test.html View 1 chunk +6 lines, -2 lines 0 comments Download
M pkg/polymer/test/mirror_loader_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/polymer/test/nested_binding_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/noscript_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/prop_attr_bind_reflection_test.dart View 3 chunks +6 lines, -5 lines 0 comments Download
M pkg/polymer/test/prop_attr_bind_reflection_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/prop_attr_reflection_test.dart View 4 chunks +46 lines, -9 lines 0 comments Download
M pkg/polymer/test/prop_attr_reflection_test.html View 1 chunk +8 lines, -5 lines 0 comments Download
M pkg/polymer/test/property_change_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/property_observe_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/publish_attributes_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/publish_attributes_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/publish_inherited_properties_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/publish_inherited_properties_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/register_test.dart View 2 chunks +6 lines, -2 lines 0 comments Download
M pkg/polymer/test/register_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/take_attributes_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/template_distribute_dynamic_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M pkg/polymer/test/template_distribute_dynamic_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/unbind_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer_expressions/CHANGELOG.md View 1 chunk +25 lines, -0 lines 0 comments Download
M pkg/polymer_expressions/lib/eval.dart View 7 chunks +127 lines, -28 lines 0 comments Download
M pkg/polymer_expressions/lib/parser.dart View 6 chunks +13 lines, -7 lines 0 comments Download
M pkg/polymer_expressions/lib/polymer_expressions.dart View 4 chunks +12 lines, -13 lines 0 comments Download
M pkg/polymer_expressions/lib/tokenizer.dart View 2 chunks +7 lines, -0 lines 0 comments Download
M pkg/polymer_expressions/pubspec.yaml View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/polymer_expressions/test/bindings_test.dart View 2 chunks +18 lines, -0 lines 0 comments Download
M pkg/polymer_expressions/test/eval_test.dart View 2 chunks +16 lines, -5 lines 0 comments Download
M pkg/polymer_expressions/test/globals_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/polymer_expressions/test/parser_test.dart View 6 chunks +15 lines, -7 lines 0 comments Download
M pkg/smoke/pubspec.yaml View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/template_binding/CHANGELOG.md View 1 chunk +10 lines, -2 lines 0 comments Download
M pkg/template_binding/lib/src/binding_delegate.dart View 3 chunks +9 lines, -5 lines 0 comments Download
M pkg/template_binding/lib/src/element.dart View 3 chunks +8 lines, -7 lines 0 comments Download
M pkg/template_binding/lib/src/input_bindings.dart View 2 chunks +19 lines, -2 lines 0 comments Download
M pkg/template_binding/lib/src/input_element.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/template_binding/lib/src/instance_binding_map.dart View 1 chunk +14 lines, -0 lines 0 comments Download
M pkg/template_binding/lib/src/mustache_tokens.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/template_binding/lib/src/node.dart View 3 chunks +32 lines, -26 lines 0 comments Download
M pkg/template_binding/lib/src/select_element.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/template_binding/lib/src/template.dart View 9 chunks +172 lines, -56 lines 0 comments Download
M pkg/template_binding/lib/src/template_iterator.dart View 8 chunks +55 lines, -81 lines 0 comments Download
M pkg/template_binding/lib/src/text.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/template_binding/lib/src/text_area_element.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/template_binding/lib/template_binding.dart View 3 chunks +13 lines, -4 lines 0 comments Download
M pkg/template_binding/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M pkg/template_binding/test/binding_syntax.dart View 8 chunks +61 lines, -8 lines 0 comments Download
M pkg/template_binding/test/custom_element_bindings_test.dart View 9 chunks +37 lines, -17 lines 0 comments Download
M pkg/template_binding/test/node_bind_test.dart View 31 chunks +125 lines, -112 lines 0 comments Download
M pkg/template_binding/test/template_binding_test.dart View 73 chunks +300 lines, -99 lines 0 comments Download
M pkg/template_binding/test/utils.dart View 1 chunk +5 lines, -3 lines 0 comments Download
M pkg/web_components/lib/build.log View 1 chunk +18 lines, -22 lines 0 comments Download
M pkg/web_components/lib/dart_support.js View 2 chunks +121 lines, -0 lines 0 comments Download
A + pkg/web_components/lib/interop.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M pkg/web_components/lib/platform.js View 1 chunk +13 lines, -35 lines 0 comments Download
M pkg/web_components/lib/platform.concat.js View 93 chunks +1315 lines, -5130 lines 0 comments Download
M pkg/web_components/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
A + pkg/web_components/test/interop_test.dart View 6 chunks +57 lines, -12 lines 0 comments Download
A + pkg/web_components/test/interop_test.html View 2 chunks +11 lines, -1 line 0 comments Download
M samples/samples.status View 3 chunks +9 lines, -5 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698