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

Issue 257423008: Update all Angular libs (run update_all.sh). (Closed)

Created:
6 years, 8 months ago by kasperl
Modified:
6 years, 8 months ago
Reviewers:
ricow1, blois
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Update all Angular libs (run update_all.sh). R=ricow@google.com, blois@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=35366

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30484 lines, -25943 lines) Patch
M pkg/pkg.status View 2 chunks +3 lines, -0 lines 0 comments Download
M pkg/pkgbuild.status View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/third_party/angular_tests/browser_test.dart View 3 chunks +180 lines, -120 lines 0 comments Download
M pkg/third_party/angular_tests/vm_test.dart View 1 chunk +26 lines, -6 lines 0 comments Download
M pkg/third_party/di_tests/di_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/pkg/angular/.gitignore View 1 chunk +3 lines, -0 lines 0 comments Download
D third_party/pkg/angular/.gitmodules View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/pkg/angular/.travis.yml View 1 chunk +42 lines, -26 lines 0 comments Download
M third_party/pkg/angular/CHANGELOG.md View 2 chunks +895 lines, -1 line 0 comments Download
M third_party/pkg/angular/CONTRIBUTING.md View 10 chunks +51 lines, -36 lines 0 comments Download
M third_party/pkg/angular/DEVELOPER.md View 5 chunks +108 lines, -23 lines 0 comments Download
M third_party/pkg/angular/README.md View 3 chunks +11 lines, -11 lines 0 comments Download
M third_party/pkg/angular/REVISION View 1 chunk +1 line, -1 line 0 comments Download
D third_party/pkg/angular/analyze.sh View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/pkg/angular/bin/parser_generator_for_spec.dart View 4 chunks +76 lines, -12 lines 0 comments Download
A third_party/pkg/angular/bin/pub_build.dart View 1 chunk +109 lines, -0 lines 0 comments Download
D third_party/pkg/angular/demo/bouncing_balls/pubspec.yaml View 1 chunk +0 lines, -7 lines 0 comments Download
D third_party/pkg/angular/demo/bouncing_balls/web/bouncy_balls.dart View 1 chunk +0 lines, -137 lines 0 comments Download
D third_party/pkg/angular/demo/bouncing_balls/web/index.html View 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/pkg/angular/demo/helloworld/pubspec.yaml View 1 chunk +0 lines, -7 lines 0 comments Download
D third_party/pkg/angular/demo/helloworld/web/helloworld.dart View 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/pkg/angular/demo/helloworld/web/index.html View 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/pkg/angular/demo/todo/README.md View 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/pkg/angular/demo/todo/package.json View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/pkg/angular/demo/todo/pubspec.yaml View 1 chunk +0 lines, -7 lines 0 comments Download
D third_party/pkg/angular/demo/todo/web/bootstrap.css View 1 chunk +0 lines, -6167 lines 0 comments Download
D third_party/pkg/angular/demo/todo/web/index.html View 1 chunk +0 lines, -39 lines 0 comments Download
D third_party/pkg/angular/demo/todo/web/main.dart View 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/pkg/angular/demo/todo/web/todo.css View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/pkg/angular/demo/todo/web/todo.dart View 1 chunk +0 lines, -91 lines 0 comments Download
D third_party/pkg/angular/demo/todo/webserver.js View 1 chunk +0 lines, -52 lines 0 comments Download
A + third_party/pkg/angular/example/README.todo.md View 2 chunks +11 lines, -9 lines 0 comments Download
A third_party/pkg/angular/example/expected_warnings.json View 1 chunk +18 lines, -0 lines 0 comments Download
A + third_party/pkg/angular/example/pubspec.yaml View 1 chunk +5 lines, -2 lines 0 comments Download
A third_party/pkg/angular/example/web/animation.dart View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/pkg/angular/example/web/animation.html View 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/pkg/angular/example/web/animation/css_demo.dart View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/pkg/angular/example/web/animation/repeat_demo.dart View 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/pkg/angular/example/web/animation/stress_demo.dart View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/pkg/angular/example/web/animation/visibility_demo.dart View 1 chunk +23 lines, -0 lines 0 comments Download
A + third_party/pkg/angular/example/web/bouncing_balls.dart View 4 chunks +23 lines, -26 lines 0 comments Download
A + third_party/pkg/angular/example/web/bouncing_balls.html View 2 chunks +2 lines, -2 lines 0 comments Download
A third_party/pkg/angular/example/web/css/animation.css View 1 chunk +292 lines, -0 lines 0 comments Download
A + third_party/pkg/angular/example/web/css/bootstrap.css View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/angular/example/web/css/todo.css View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/pkg/angular/example/web/hello_world.dart View 1 chunk +15 lines, -0 lines 0 comments Download
A + third_party/pkg/angular/example/web/hello_world.html View 1 chunk +1 line, -1 line 0 comments Download
A third_party/pkg/angular/example/web/index.html View 1 chunk +10 lines, -0 lines 0 comments Download
A + third_party/pkg/angular/example/web/todo.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/angular/example/web/todo.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/angular/example/web/webserver.js View 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/pkg/angular/genDocs.sh View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/pkg/angular/generate.sh View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/pkg/angular/karma-parser-generator/index.js View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/pkg/angular/karma-parser-generator/preprocessor.js View 1 chunk +0 lines, -24 lines 0 comments Download
M third_party/pkg/angular/karma-perf.conf.js View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/pkg/angular/karma.conf.js View 1 chunk +11 lines, -6 lines 0 comments Download
D third_party/pkg/angular/karma_run.sh View 1 chunk +0 lines, -23 lines 0 comments Download
M third_party/pkg/angular/lib/angular.dart View 1 chunk +6 lines, -64 lines 0 comments Download
A third_party/pkg/angular/lib/animate/animation_loop.dart View 1 chunk +110 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/animate/animation_optimizer.dart View 1 chunk +163 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/animate/animations.dart View 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/animate/css_animate.dart View 1 chunk +156 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/animate/css_animation.dart View 1 chunk +132 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/animate/module.dart View 1 chunk +166 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/animate/ng_animate.dart View 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/application.dart View 1 chunk +188 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/application_factory.dart View 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/application_factory_static.dart View 1 chunk +103 lines, -0 lines 0 comments Download
D third_party/pkg/angular/lib/bootstrap.dart View 1 chunk +0 lines, -102 lines 0 comments Download
M third_party/pkg/angular/lib/change_detection/ast.dart View 4 chunks +33 lines, -12 lines 0 comments Download
M third_party/pkg/angular/lib/change_detection/change_detection.dart View 7 chunks +59 lines, -119 lines 0 comments Download
M third_party/pkg/angular/lib/change_detection/dirty_checking_change_detector.dart View 37 chunks +542 lines, -379 lines 0 comments Download
A third_party/pkg/angular/lib/change_detection/dirty_checking_change_detector_dynamic.dart View 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/change_detection/dirty_checking_change_detector_static.dart View 1 chunk +32 lines, -0 lines 0 comments Download
M third_party/pkg/angular/lib/change_detection/linked_list.dart View 5 chunks +15 lines, -13 lines 0 comments Download
M third_party/pkg/angular/lib/change_detection/watch_group.dart View 34 chunks +202 lines, -164 lines 0 comments Download
A third_party/pkg/angular/lib/change_detection/watch_group_dynamic.dart View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/change_detection/watch_group_static.dart View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/core/annotation.dart View 1 chunk +38 lines, -0 lines 0 comments Download
A + third_party/pkg/angular/lib/core/annotation_src.dart View 14 chunks +255 lines, -100 lines 0 comments Download
M third_party/pkg/angular/lib/core/cache.dart View 2 chunks +2 lines, -2 lines 0 comments Download
D third_party/pkg/angular/lib/core/directive.dart View 1 chunk +0 lines, -426 lines 0 comments Download
M third_party/pkg/angular/lib/core/exception_handler.dart View 2 chunks +2 lines, -2 lines 0 comments Download
D third_party/pkg/angular/lib/core/filter.dart View 1 chunk +0 lines, -53 lines 0 comments Download
A third_party/pkg/angular/lib/core/formatter.dart View 1 chunk +20 lines, -0 lines 0 comments Download
M third_party/pkg/angular/lib/core/interpolate.dart View 1 chunk +51 lines, -68 lines 0 comments Download
M third_party/pkg/angular/lib/core/module.dart View 1 chunk +68 lines, -51 lines 0 comments Download
A + third_party/pkg/angular/lib/core/module_internal.dart View 3 chunks +13 lines, -15 lines 0 comments Download
M third_party/pkg/angular/lib/core/parser/characters.dart View 1 chunk +16 lines, -25 lines 0 comments Download
M third_party/pkg/angular/lib/core/parser/dynamic_parser.dart View 4 chunks +48 lines, -69 lines 0 comments Download
M third_party/pkg/angular/lib/core/parser/dynamic_parser_impl.dart View 14 chunks +155 lines, -91 lines 0 comments Download
M third_party/pkg/angular/lib/core/parser/eval.dart View 3 chunks +42 lines, -25 lines 0 comments Download
M third_party/pkg/angular/lib/core/parser/eval_access.dart View 1 chunk +9 lines, -171 lines 0 comments Download
M third_party/pkg/angular/lib/core/parser/eval_calls.dart View 1 chunk +58 lines, -103 lines 0 comments Download
M third_party/pkg/angular/lib/core/parser/lexer.dart View 10 chunks +22 lines, -49 lines 0 comments Download
M third_party/pkg/angular/lib/core/parser/parser.dart View 2 chunks +42 lines, -77 lines 0 comments Download
A third_party/pkg/angular/lib/core/parser/parser_dynamic.dart View 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/core/parser/parser_static.dart View 1 chunk +78 lines, -0 lines 0 comments Download
M third_party/pkg/angular/lib/core/parser/static_parser.dart View 4 chunks +7 lines, -6 lines 0 comments Download
M third_party/pkg/angular/lib/core/parser/syntax.dart View 4 chunks +54 lines, -59 lines 0 comments Download
A third_party/pkg/angular/lib/core/parser/tokens.dart View 1 chunk +65 lines, -0 lines 0 comments Download
M third_party/pkg/angular/lib/core/parser/unparser.dart View 6 chunks +31 lines, -21 lines 0 comments Download
M third_party/pkg/angular/lib/core/parser/utils.dart View 4 chunks +7 lines, -13 lines 0 comments Download
M third_party/pkg/angular/lib/core/registry.dart View 5 chunks +12 lines, -15 lines 0 comments Download
A third_party/pkg/angular/lib/core/registry_dynamic.dart View 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/core/registry_static.dart View 1 chunk +17 lines, -0 lines 0 comments Download
M third_party/pkg/angular/lib/core/scope.dart View 33 chunks +423 lines, -160 lines 0 comments Download
D third_party/pkg/angular/lib/core/service.dart View 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/pkg/angular/lib/core/zone.dart View 7 chunks +107 lines, -35 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/animation.dart View 1 chunk +139 lines, -0 lines 0 comments Download
D third_party/pkg/angular/lib/core_dom/block.dart View 1 chunk +0 lines, -150 lines 0 comments Download
D third_party/pkg/angular/lib/core_dom/block_factory.dart View 1 chunk +0 lines, -438 lines 0 comments Download
M third_party/pkg/angular/lib/core_dom/common.dart View 1 chunk +24 lines, -15 lines 0 comments Download
M third_party/pkg/angular/lib/core_dom/compiler.dart View 1 chunk +3 lines, -232 lines 0 comments Download
M third_party/pkg/angular/lib/core_dom/cookies.dart View 3 chunks +3 lines, -2 lines 0 comments Download
M third_party/pkg/angular/lib/core_dom/directive.dart View 1 chunk +64 lines, -35 lines 0 comments Download
M third_party/pkg/angular/lib/core_dom/directive_map.dart View 1 chunk +12 lines, -61 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/dom_util.dart View 1 chunk +122 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/element_binder.dart View 1 chunk +383 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/element_binder_builder.dart View 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/event_handler.dart View 1 chunk +110 lines, -0 lines 0 comments Download
M third_party/pkg/angular/lib/core_dom/http.dart View 14 chunks +50 lines, -95 lines 0 comments Download
D third_party/pkg/angular/lib/core_dom/module.dart View 1 chunk +0 lines, -62 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/module_internal.dart View 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/mustache.dart View 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/ng_element.dart View 1 chunk +67 lines, -0 lines 0 comments Download
D third_party/pkg/angular/lib/core_dom/ng_mustache.dart View 1 chunk +0 lines, -62 lines 0 comments Download
M third_party/pkg/angular/lib/core_dom/node_cursor.dart View 2 chunks +16 lines, -57 lines 0 comments Download
M third_party/pkg/angular/lib/core_dom/selector.dart View 12 chunks +171 lines, -162 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/shadow_dom_component_factory.dart View 1 chunk +146 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/shadowless_shadow_root.dart View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/tagging_compiler.dart View 1 chunk +185 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/tagging_view_factory.dart View 1 chunk +87 lines, -0 lines 0 comments Download
M third_party/pkg/angular/lib/core_dom/template_cache.dart View 3 chunks +18 lines, -19 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/transcluding_component_factory.dart View 1 chunk +121 lines, -0 lines 0 comments Download
M third_party/pkg/angular/lib/core_dom/tree_sanitizer.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/view.dart View 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/view_factory.dart View 1 chunk +188 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/core_dom/walking_compiler.dart View 1 chunk +111 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/css/angular.css View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/directive/a_href.dart View 1 chunk +31 lines, -0 lines 0 comments Download
D third_party/pkg/angular/lib/directive/input_select.dart View 1 chunk +0 lines, -236 lines 0 comments Download
M third_party/pkg/angular/lib/directive/module.dart View 3 chunks +67 lines, -43 lines 0 comments Download
D third_party/pkg/angular/lib/directive/ng_a.dart View 1 chunk +0 lines, -30 lines 0 comments Download
A third_party/pkg/angular/lib/directive/ng_base_css.dart View 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_bind.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_bind_html.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_bind_template.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_class.dart View 3 chunks +113 lines, -62 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_cloak.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_control.dart View 2 chunks +256 lines, -164 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_events.dart View 2 chunks +53 lines, -53 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_form.dart View 2 chunks +46 lines, -66 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_if.dart View 7 chunks +41 lines, -41 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_include.dart View 1 chunk +20 lines, -20 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_model.dart View 9 chunks +536 lines, -176 lines 0 comments Download
A + third_party/pkg/angular/lib/directive/ng_model_select.dart View 11 chunks +37 lines, -45 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_model_validators.dart View 4 chunks +190 lines, -63 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_non_bindable.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_pluralize.dart View 1 chunk +52 lines, -48 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_repeat.dart View 6 chunks +144 lines, -180 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_show_hide.dart View 2 chunks +12 lines, -10 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_src_boolean.dart View 4 chunks +38 lines, -31 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_style.dart View 2 chunks +11 lines, -11 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_switch.dart View 3 chunks +35 lines, -33 lines 0 comments Download
M third_party/pkg/angular/lib/directive/ng_template.dart View 2 chunks +8 lines, -6 lines 0 comments Download
D third_party/pkg/angular/lib/filter/currency.dart View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/pkg/angular/lib/filter/date.dart View 1 chunk +0 lines, -65 lines 0 comments Download
D third_party/pkg/angular/lib/filter/filter.dart View 1 chunk +0 lines, -211 lines 0 comments Download
D third_party/pkg/angular/lib/filter/json.dart View 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/pkg/angular/lib/filter/limit_to.dart View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/pkg/angular/lib/filter/lowercase.dart View 1 chunk +0 lines, -13 lines 0 comments Download
D third_party/pkg/angular/lib/filter/module.dart View 1 chunk +0 lines, -31 lines 0 comments Download
D third_party/pkg/angular/lib/filter/number.dart View 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/pkg/angular/lib/filter/order_by.dart View 1 chunk +0 lines, -180 lines 0 comments Download
D third_party/pkg/angular/lib/filter/uppercase.dart View 1 chunk +0 lines, -13 lines 0 comments Download
A third_party/pkg/angular/lib/formatter/arrayify.dart View 1 chunk +27 lines, -0 lines 0 comments Download
A + third_party/pkg/angular/lib/formatter/currency.dart View 3 chunks +12 lines, -8 lines 0 comments Download
A + third_party/pkg/angular/lib/formatter/date.dart View 4 chunks +9 lines, -9 lines 0 comments Download
A + third_party/pkg/angular/lib/formatter/filter.dart View 7 chunks +14 lines, -14 lines 0 comments Download
A + third_party/pkg/angular/lib/formatter/json.dart View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/pkg/angular/lib/formatter/limit_to.dart View 2 chunks +4 lines, -4 lines 0 comments Download
A + third_party/pkg/angular/lib/formatter/lowercase.dart View 2 chunks +3 lines, -3 lines 0 comments Download
A third_party/pkg/angular/lib/formatter/module.dart View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/formatter/module_internal.dart View 1 chunk +36 lines, -0 lines 0 comments Download
A + third_party/pkg/angular/lib/formatter/number.dart View 3 chunks +8 lines, -6 lines 0 comments Download
A + third_party/pkg/angular/lib/formatter/order_by.dart View 6 chunks +10 lines, -10 lines 0 comments Download
A third_party/pkg/angular/lib/formatter/stringify.dart View 1 chunk +16 lines, -0 lines 0 comments Download
A + third_party/pkg/angular/lib/formatter/uppercase.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/pkg/angular/lib/introspection.dart View 2 chunks +20 lines, -47 lines 0 comments Download
A third_party/pkg/angular/lib/introspection_js.dart View 1 chunk +57 lines, -0 lines 0 comments Download
A + third_party/pkg/angular/lib/metadata.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/pkg/angular/lib/mock/http_backend.dart View 23 chunks +63 lines, -55 lines 0 comments Download
M third_party/pkg/angular/lib/mock/log.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/pkg/angular/lib/mock/mock_window.dart View 1 chunk +8 lines, -2 lines 0 comments Download
M third_party/pkg/angular/lib/mock/module.dart View 3 chunks +27 lines, -9 lines 0 comments Download
M third_party/pkg/angular/lib/mock/probe.dart View 1 chunk +7 lines, -6 lines 0 comments Download
M third_party/pkg/angular/lib/mock/test_bed.dart View 4 chunks +19 lines, -8 lines 0 comments Download
M third_party/pkg/angular/lib/mock/test_injection.dart View 3 chunks +13 lines, -3 lines 0 comments Download
M third_party/pkg/angular/lib/mock/zone.dart View 7 chunks +49 lines, -7 lines 0 comments Download
M third_party/pkg/angular/lib/perf/dev_tools_timeline.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/pkg/angular/lib/perf/module.dart View 2 chunks +15 lines, -2 lines 0 comments Download
M third_party/pkg/angular/lib/playback/playback_http.dart View 2 chunks +8 lines, -5 lines 0 comments Download
M third_party/pkg/angular/lib/routing/module.dart View 9 chunks +73 lines, -69 lines 0 comments Download
M third_party/pkg/angular/lib/routing/ng_bind_route.dart View 1 chunk +11 lines, -8 lines 0 comments Download
M third_party/pkg/angular/lib/routing/ng_view.dart View 4 chunks +65 lines, -48 lines 0 comments Download
M third_party/pkg/angular/lib/routing/routing.dart View 7 chunks +44 lines, -38 lines 0 comments Download
M third_party/pkg/angular/lib/tools/expression_extractor.dart View 2 chunks +10 lines, -25 lines 0 comments Download
M third_party/pkg/angular/lib/tools/html_extractor.dart View 4 chunks +5 lines, -4 lines 0 comments Download
M third_party/pkg/angular/lib/tools/io.dart View 1 chunk +1 line, -1 line 0 comments Download
D third_party/pkg/angular/lib/tools/parser_generator/dart_code_gen.dart View 1 chunk +0 lines, -308 lines 0 comments Download
D third_party/pkg/angular/lib/tools/parser_generator/generator.dart View 1 chunk +0 lines, -86 lines 0 comments Download
M third_party/pkg/angular/lib/tools/parser_getter_setter/generator.dart View 4 chunks +30 lines, -56 lines 0 comments Download
M third_party/pkg/angular/lib/tools/selector.dart View 4 chunks +9 lines, -11 lines 0 comments Download
M third_party/pkg/angular/lib/tools/source_crawler_impl.dart View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/pkg/angular/lib/tools/source_metadata_extractor.dart View 4 chunks +115 lines, -72 lines 0 comments Download
A third_party/pkg/angular/lib/tools/symbol_inspector/symbol_inspector.dart View 1 chunk +215 lines, -0 lines 0 comments Download
M third_party/pkg/angular/lib/tools/template_cache_annotation.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/pkg/angular/lib/tools/template_cache_generator.dart View 7 chunks +140 lines, -64 lines 0 comments Download
A third_party/pkg/angular/lib/tools/transformer/expression_generator.dart View 1 chunk +199 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/tools/transformer/html_dart_references_generator.dart View 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/tools/transformer/metadata_extractor.dart View 1 chunk +442 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/tools/transformer/metadata_generator.dart View 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/tools/transformer/options.dart View 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/tools/transformer/referenced_uris.dart View 1 chunk +262 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/tools/transformer/static_angular_generator.dart View 1 chunk +94 lines, -0 lines 0 comments Download
A third_party/pkg/angular/lib/transformer.dart View 1 chunk +160 lines, -0 lines 0 comments Download
M third_party/pkg/angular/lib/utils.dart View 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/pkg/angular/package.json View 1 chunk +4 lines, -4 lines 0 comments Download
D third_party/pkg/angular/perf.sh View 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/pkg/angular/perf/dom/compile_perf.dart View 1 chunk +18 lines, -16 lines 0 comments Download
M third_party/pkg/angular/perf/invoke_perf.dart View 1 chunk +122 lines, -21 lines 0 comments Download
D third_party/pkg/angular/perf/mirror_perf.dart View 1 chunk +0 lines, -65 lines 0 comments Download
D third_party/pkg/angular/perf/parser_perf.dart View 1 chunk +0 lines, -117 lines 0 comments Download
M third_party/pkg/angular/perf/pubspec.yaml View 1 chunk +24 lines, -14 lines 0 comments Download
D third_party/pkg/angular/perf/scope_perf.dart View 1 chunk +0 lines, -236 lines 0 comments Download
D third_party/pkg/angular/perf/try_catch_perf.dart View 1 chunk +0 lines, -26 lines 0 comments Download
M third_party/pkg/angular/perf/watch_group_perf.dart View 10 chunks +27 lines, -23 lines 0 comments Download
M third_party/pkg/angular/pubspec.yaml View 1 chunk +17 lines, -10 lines 0 comments Download
D third_party/pkg/angular/run-test.sh View 1 chunk +0 lines, -45 lines 0 comments Download
M third_party/pkg/angular/scripts/analyze.sh View 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/pkg/angular/scripts/env.sh View 2 chunks +22 lines, -3 lines 0 comments Download
M third_party/pkg/angular/scripts/generate-documentation.sh View 1 chunk +65 lines, -13 lines 0 comments Download
M third_party/pkg/angular/scripts/generate-expressions.sh View 1 chunk +11 lines, -6 lines 0 comments Download
M third_party/pkg/angular/scripts/git/validate-commit-msg.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/pkg/angular/scripts/karma/snapshot.sh View 2 chunks +3 lines, -2 lines 0 comments Download
A third_party/pkg/angular/scripts/karma_run.sh View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/pkg/angular/scripts/perf.sh View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/pkg/angular/scripts/run-test.sh View 1 chunk +35 lines, -0 lines 0 comments Download
M third_party/pkg/angular/scripts/test-expression-extractor.sh View 1 chunk +8 lines, -3 lines 0 comments Download
M third_party/pkg/angular/scripts/travis/build.sh View 1 chunk +104 lines, -12 lines 0 comments Download
A third_party/pkg/angular/scripts/travis/install.sh View 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/pkg/angular/scripts/travis/presubmit.sh View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/pkg/angular/scripts/travis/publish-docs.sh View 1 chunk +39 lines, -0 lines 0 comments Download
M third_party/pkg/angular/scripts/travis/setup.sh View 1 chunk +8 lines, -6 lines 0 comments Download
M third_party/pkg/angular/test/_specs.dart View 3 chunks +161 lines, -144 lines 0 comments Download
M third_party/pkg/angular/test/_specs_spec.dart View 1 chunk +33 lines, -24 lines 0 comments Download
M third_party/pkg/angular/test/angular_spec.dart View 2 chunks +231 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/animate/animation_loop_spec.dart View 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/animate/animation_optimizer_spec.dart View 1 chunk +154 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/animate/css_animate_spec.dart View 1 chunk +131 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/animate/css_animation_spec.dart View 1 chunk +156 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/animate/ng_animate_spec.dart View 1 chunk +87 lines, -0 lines 0 comments Download
M third_party/pkg/angular/test/bootstrap_spec.dart View 1 chunk +26 lines, -21 lines 0 comments Download
M third_party/pkg/angular/test/change_detection/dirty_checking_change_detector_spec.dart View 6 chunks +880 lines, -613 lines 0 comments Download
M third_party/pkg/angular/test/change_detection/watch_group_spec.dart View 1 chunk +822 lines, -515 lines 0 comments Download
A third_party/pkg/angular/test/core/annotation_src_spec.dart View 1 chunk +100 lines, -0 lines 0 comments Download
M third_party/pkg/angular/test/core/cache_spec.dart View 1 chunk +107 lines, -105 lines 0 comments Download
M third_party/pkg/angular/test/core/core_directive_spec.dart View 4 chunks +113 lines, -64 lines 0 comments Download
M third_party/pkg/angular/test/core/interpolate_spec.dart View 1 chunk +25 lines, -97 lines 0 comments Download
D third_party/pkg/angular/test/core/parser/generated_functions.dart View 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/pkg/angular/test/core/parser/generated_getter_setter.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/pkg/angular/test/core/parser/generated_getter_setter_spec.dart View 1 chunk +5 lines, -5 lines 0 comments Download
D third_party/pkg/angular/test/core/parser/generated_parser_spec.dart View 1 chunk +0 lines, -23 lines 0 comments Download
M third_party/pkg/angular/test/core/parser/lexer_spec.dart View 2 chunks +130 lines, -129 lines 0 comments Download
M third_party/pkg/angular/test/core/parser/parser_spec.dart View 16 chunks +217 lines, -44 lines 0 comments Download
D third_party/pkg/angular/test/core/parser/static_parser_spec.dart View 1 chunk +0 lines, -30 lines 0 comments Download
M third_party/pkg/angular/test/core/registry_spec.dart View 2 chunks +34 lines, -34 lines 0 comments Download
M third_party/pkg/angular/test/core/scope_spec.dart View 4 chunks +1344 lines, -1092 lines 0 comments Download
M third_party/pkg/angular/test/core/templateurl_spec.dart View 2 chunks +203 lines, -191 lines 0 comments Download
M third_party/pkg/angular/test/core/zone_spec.dart View 1 chunk +357 lines, -279 lines 0 comments Download
D third_party/pkg/angular/test/core_dom/block_spec.dart View 1 chunk +0 lines, -272 lines 0 comments Download
M third_party/pkg/angular/test/core_dom/compiler_spec.dart View 16 chunks +620 lines, -432 lines 0 comments Download
M third_party/pkg/angular/test/core_dom/cookies_spec.dart View 1 chunk +180 lines, -178 lines 0 comments Download
M third_party/pkg/angular/test/core_dom/directive_spec.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/pkg/angular/test/core_dom/element_binder_builder_spec.dart View 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/core_dom/event_handler_spec.dart View 1 chunk +111 lines, -0 lines 0 comments Download
M third_party/pkg/angular/test/core_dom/http_spec.dart View 3 chunks +976 lines, -949 lines 0 comments Download
A third_party/pkg/angular/test/core_dom/mustache_spec.dart View 1 chunk +161 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/core_dom/ng_animate_spec.dart View 1 chunk +89 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/core_dom/ng_element_spec.dart View 1 chunk +147 lines, -0 lines 0 comments Download
D third_party/pkg/angular/test/core_dom/ng_mustache_spec.dart View 1 chunk +0 lines, -119 lines 0 comments Download
M third_party/pkg/angular/test/core_dom/node_cursor_spec.dart View 4 chunks +33 lines, -32 lines 0 comments Download
M third_party/pkg/angular/test/core_dom/selector_spec.dart View 1 chunk +206 lines, -160 lines 0 comments Download
D third_party/pkg/angular/test/core_dom/shadow_root_options_spec.dart View 1 chunk +0 lines, -88 lines 0 comments Download
A third_party/pkg/angular/test/core_dom/view_spec.dart View 1 chunk +239 lines, -0 lines 0 comments Download
D third_party/pkg/angular/test/directive/input_select_spec.dart View 1 chunk +0 lines, -1287 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_a_spec.dart View 2 chunks +23 lines, -13 lines 0 comments Download
A third_party/pkg/angular/test/directive/ng_base_css_spec.dart View 1 chunk +76 lines, -0 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_bind_html_spec.dart View 1 chunk +16 lines, -15 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_bind_spec.dart View 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_bind_template_spec.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_class_spec.dart View 17 chunks +80 lines, -77 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_cloak_spec.dart View 1 chunk +19 lines, -19 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_events_spec.dart View 2 chunks +18 lines, -7 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_form_spec.dart View 1 chunk +639 lines, -331 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_if_spec.dart View 10 chunks +50 lines, -56 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_include_spec.dart View 3 chunks +18 lines, -15 lines 0 comments Download
A third_party/pkg/angular/test/directive/ng_model_datelike_spec.dart View 1 chunk +489 lines, -0 lines 0 comments Download
A + third_party/pkg/angular/test/directive/ng_model_select_spec.dart View 13 chunks +73 lines, -63 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_model_spec.dart View 44 chunks +777 lines, -214 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_model_validators_spec.dart View 1 chunk +532 lines, -252 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_non_bindable_spec.dart View 2 chunks +13 lines, -13 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_pluralize_spec.dart View 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_repeat_spec.dart View 6 chunks +237 lines, -162 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_show_hide_spec.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_src_boolean_spec.dart View 13 chunks +49 lines, -50 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_style_spec.dart View 1 chunk +69 lines, -71 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_switch_spec.dart View 1 chunk +201 lines, -199 lines 0 comments Download
M third_party/pkg/angular/test/directive/ng_template_spec.dart View 2 chunks +29 lines, -26 lines 0 comments Download
D third_party/pkg/angular/test/filter/currency_spec.dart View 1 chunk +0 lines, -30 lines 0 comments Download
D third_party/pkg/angular/test/filter/date_spec.dart View 1 chunk +0 lines, -66 lines 0 comments Download
D third_party/pkg/angular/test/filter/filter_spec.dart View 1 chunk +0 lines, -189 lines 0 comments Download
D third_party/pkg/angular/test/filter/json_spec.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/pkg/angular/test/filter/limit_to_spec.dart View 1 chunk +0 lines, -55 lines 0 comments Download
D third_party/pkg/angular/test/filter/lowercase_spec.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/pkg/angular/test/filter/number_spec.dart View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/pkg/angular/test/filter/order_by_spec.dart View 1 chunk +0 lines, -187 lines 0 comments Download
D third_party/pkg/angular/test/filter/uppercase_spec.dart View 1 chunk +0 lines, -10 lines 0 comments Download
A third_party/pkg/angular/test/formatter/arrayify_spec.dart View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/formatter/currency_spec.dart View 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/formatter/date_spec.dart View 1 chunk +77 lines, -0 lines 0 comments Download
A + third_party/pkg/angular/test/formatter/filter_spec.dart View 3 chunks +7 lines, -7 lines 0 comments Download
A third_party/pkg/angular/test/formatter/json_spec.dart View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/formatter/limit_to_spec.dart View 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/formatter/lowercase_spec.dart View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/formatter/number_spec.dart View 1 chunk +54 lines, -0 lines 0 comments Download
A + third_party/pkg/angular/test/formatter/order_by_spec.dart View 4 chunks +45 lines, -44 lines 0 comments Download
A third_party/pkg/angular/test/formatter/uppercase_spec.dart View 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/pkg/angular/test/introspection_spec.dart View 1 chunk +54 lines, -31 lines 0 comments Download
M third_party/pkg/angular/test/io/expression_extractor_spec.dart View 1 chunk +46 lines, -33 lines 0 comments Download
M third_party/pkg/angular/test/io/source_metadata_extractor_spec.dart View 1 chunk +30 lines, -15 lines 0 comments Download
M third_party/pkg/angular/test/io/template_cache_generator_spec.dart View 1 chunk +60 lines, -56 lines 0 comments Download
M third_party/pkg/angular/test/io/test_files/cssUrls/main.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/pkg/angular/test/io/test_files/main.dart View 1 chunk +4 lines, -4 lines 0 comments Download
A third_party/pkg/angular/test/io/test_files/routing.dart View 1 chunk +27 lines, -0 lines 0 comments Download
M third_party/pkg/angular/test/io/test_files/templates/main.dart View 1 chunk +3 lines, -23 lines 0 comments Download
A + third_party/pkg/angular/test/io/test_files/templates/partial.dart View 3 chunks +4 lines, -7 lines 0 comments Download
M third_party/pkg/angular/test/jasmine_syntax.dart View 4 chunks +20 lines, -20 lines 0 comments Download
A third_party/pkg/angular/test/jasmines_syntax_spec.dart View 1 chunk +63 lines, -0 lines 0 comments Download
M third_party/pkg/angular/test/mock/http_backend_spec.dart View 2 chunks +347 lines, -345 lines 0 comments Download
M third_party/pkg/angular/test/mock/test_bed_spec.dart View 1 chunk +23 lines, -23 lines 0 comments Download
M third_party/pkg/angular/test/mock/zone_spec.dart View 1 chunk +253 lines, -249 lines 0 comments Download
M third_party/pkg/angular/test/playback/playback_http_spec.dart View 1 chunk +53 lines, -51 lines 0 comments Download
M third_party/pkg/angular/test/routing/ng_bind_route_spec.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/pkg/angular/test/routing/ng_view_spec.dart View 5 chunks +59 lines, -19 lines 0 comments Download
M third_party/pkg/angular/test/routing/routing_spec.dart View 18 chunks +39 lines, -41 lines 0 comments Download
M third_party/pkg/angular/test/tools/html_extractor_spec.dart View 1 chunk +62 lines, -60 lines 0 comments Download
M third_party/pkg/angular/test/tools/selector_spec.dart View 1 chunk +74 lines, -72 lines 0 comments Download
M third_party/pkg/angular/test/tools/source_metadata_extractor_spec.dart View 2 chunks +105 lines, -102 lines 0 comments Download
A third_party/pkg/angular/test/tools/symbol_inspector/simple_library.dart View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/tools/symbol_inspector/symbol_inspector_spec.dart View 1 chunk +107 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/tools/transformer/all.dart View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/tools/transformer/expression_generator_spec.dart View 1 chunk +227 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/tools/transformer/metadata_generator_spec.dart View 1 chunk +751 lines, -0 lines 0 comments Download
A third_party/pkg/angular/test/tools/transformer/static_angular_generator_spec.dart View 1 chunk +108 lines, -0 lines 0 comments Download
M third_party/pkg/angular/travis.md View 1 chunk +1 line, -1 line 0 comments Download
M third_party/pkg/di/.gitignore View 1 chunk +2 lines, -1 line 0 comments Download
A third_party/pkg/di/CHANGELOG.md View 1 chunk +64 lines, -0 lines 0 comments Download
M third_party/pkg/di/REVISION View 1 chunk +1 line, -1 line 0 comments Download
M third_party/pkg/di/benchmark/injector_benchmark_common.dart View 4 chunks +37 lines, -1 line 0 comments Download
M third_party/pkg/di/benchmark/static_injector_benchmark.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/pkg/di/lib/annotations.dart View 1 chunk +9 lines, -1 line 0 comments Download
A third_party/pkg/di/lib/auto_injector.dart View 1 chunk +58 lines, -0 lines 0 comments Download
M third_party/pkg/di/lib/di.dart View 1 chunk +6 lines, -3 lines 0 comments Download
M third_party/pkg/di/lib/dynamic_injector.dart View 4 chunks +36 lines, -16 lines 0 comments Download
D third_party/pkg/di/lib/errors.dart View 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/pkg/di/lib/generator.dart View 13 chunks +53 lines, -29 lines 0 comments Download
D third_party/pkg/di/lib/injector.dart View 1 chunk +0 lines, -219 lines 0 comments Download
D third_party/pkg/di/lib/mirrors.dart View 1 chunk +0 lines, -8 lines 0 comments Download
D third_party/pkg/di/lib/module.dart View 1 chunk +0 lines, -176 lines 0 comments Download
D third_party/pkg/di/lib/reflected_type.dart View 1 chunk +0 lines, -33 lines 0 comments Download
A third_party/pkg/di/lib/src/base_injector.dart View 1 chunk +221 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/src/error_helper.dart View 1 chunk +23 lines, -0 lines 0 comments Download
A + third_party/pkg/di/lib/src/errors.dart View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/src/injector.dart View 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/src/injector_delagate.dart View 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/src/key.dart View 1 chunk +32 lines, -0 lines 0 comments Download
A + third_party/pkg/di/lib/src/mirrors.dart View 1 chunk +0 lines, -2 lines 0 comments Download
A third_party/pkg/di/lib/src/module.dart View 1 chunk +123 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/src/provider.dart View 1 chunk +50 lines, -0 lines 0 comments Download
M third_party/pkg/di/lib/static_injector.dart View 3 chunks +23 lines, -17 lines 0 comments Download
A third_party/pkg/di/lib/transformer.dart View 1 chunk +127 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/transformer/injector_generator.dart View 1 chunk +377 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/transformer/options.dart View 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/transformer/refactor.dart View 1 chunk +136 lines, -0 lines 0 comments Download
M third_party/pkg/di/package.json View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/pkg/di/pubspec.yaml View 2 chunks +9 lines, -2 lines 0 comments Download
M third_party/pkg/di/run-tests.sh View 2 chunks +16 lines, -0 lines 0 comments Download
A + third_party/pkg/di/scripts/changelog.js View 3 chunks +10 lines, -21 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/a.dart View 1 chunk +0 lines, -12 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/a2.dart View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/annotations.dart View 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/b.dart View 1 chunk +0 lines, -12 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/b2.dart View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/common1.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/common2.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/main.dart View 1 chunk +0 lines, -35 lines 0 comments Download
A third_party/pkg/di/test/auto_injector_test.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/pkg/di/test/fixed-unittest.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/pkg/di/test/generator_test.dart View 2 chunks +5 lines, -3 lines 0 comments Download
A third_party/pkg/di/test/injector_generator_spec.dart View 1 chunk +706 lines, -0 lines 0 comments Download
M third_party/pkg/di/test/main.dart View 17 chunks +175 lines, -58 lines 0 comments Download
A third_party/pkg/di/test/test_annotations.dart View 1 chunk +13 lines, -0 lines 0 comments Download
M third_party/pkg/di/test/type_factories_gen.dart View 2 chunks +6 lines, -0 lines 0 comments Download
A + third_party/pkg/di/test_assets/gen_test1/a.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/di/test_assets/gen_test1/a2.dart View 1 chunk +1 line, -1 line 0 comments Download
A third_party/pkg/di/test_assets/gen_test1/annotations.dart View 1 chunk +5 lines, -0 lines 0 comments Download
A + third_party/pkg/di/test_assets/gen_test1/b.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/di/test_assets/gen_test1/b2.dart View 1 chunk +1 line, -1 line 0 comments Download
A third_party/pkg/di/test_assets/gen_test1/c.dart View 1 chunk +3 lines, -0 lines 0 comments Download
A + third_party/pkg/di/test_assets/gen_test1/common1.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/di/test_assets/gen_test1/common2.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/di/test_assets/gen_test1/main.dart View 2 chunks +10 lines, -1 line 0 comments Download
M third_party/pkg/di/test_tf_gen.sh View 1 chunk +1 line, -1 line 0 comments Download
M third_party/pkg/js/REVISION View 1 chunk +1 line, -1 line 0 comments Download
M third_party/pkg/js/lib/src/wrapping/js/date_to_datetime_adapter.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/pkg/js/pubspec.yaml View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/pkg/js/test/js/browser_tests.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/pkg/js/test/js_wrapping/browser_tests.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/pkg/route_hierarchical/.travis.yml View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/pkg/route_hierarchical/REVISION View 1 chunk +1 line, -1 line 0 comments Download
M third_party/pkg/route_hierarchical/lib/client.dart View 2 chunks +15 lines, -13 lines 0 comments Download
D third_party/pkg/route_hierarchical/lib/pattern.dart View 1 chunk +0 lines, -81 lines 0 comments Download
M third_party/pkg/route_hierarchical/lib/url_pattern.dart View 4 chunks +6 lines, -15 lines 0 comments Download
A + third_party/pkg/route_hierarchical/scripts/env.sh View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/route_hierarchical/scripts/travis-build.sh View 1 chunk +4 lines, -1 line 0 comments Download
A + third_party/pkg/route_hierarchical/scripts/travis-setup.sh View 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/pkg/route_hierarchical/test/pattern_test.dart View 1 chunk +0 lines, -25 lines 0 comments Download
D third_party/pkg/route_hierarchical/test/scripts/env.sh View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/pkg/route_hierarchical/test/scripts/travis-build.sh View 1 chunk +0 lines, -9 lines 0 comments Download
D third_party/pkg/route_hierarchical/test/scripts/travis-setup.sh View 1 chunk +0 lines, -36 lines 0 comments Download
M third_party/pkg/update_di.sh View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
kasperl
6 years, 8 months ago (2014-04-24 09:07:16 UTC) #1
ricow1
lgtm
6 years, 8 months ago (2014-04-24 09:12:49 UTC) #2
kasperl
Committed patchset #1 manually as r35366 (presubmit successful).
6 years, 8 months ago (2014-04-24 11:40:05 UTC) #3
blois
6 years, 8 months ago (2014-04-24 15:35:24 UTC) #4
Message was sent while issue was closed.
On 2014/04/24 11:40:05, kasperl wrote:
> Committed patchset #1 manually as r35366 (presubmit successful).

I sent a PR to Angular for some of the analyzer warnings
(https://github.com/angular/angular.dart/pull/955), the DI ones appear to be a
recent change to the analyzer, opened
https://code.google.com/p/dart/issues/detail?id=18421 to track.

Will look into some of the test failures as well.

Powered by Google App Engine
This is Rietveld 408576698