angular-cn/modules/benchmarks/e2e_test
Tobias Bosch 7ae23adaff feat(core): speed up view creation via code gen for view factories.
BREAKING CHANGE:
- Platform pipes can only contain types and arrays of types,
  but no bindings any more.
- When using transformers, platform pipes need to be specified explicitly
  in the pubspec.yaml via the new config option
  `platform_pipes`.
- `Compiler.compileInHost` now returns a `HostViewFactoryRef`
- Component view is not yet created when component constructor is called.
  -> use `onInit` lifecycle callback to access the view of a component
- `ViewRef#setLocal` has been moved to new type `EmbeddedViewRef`
- `internalView` is gone, use `EmbeddedViewRef.rootNodes` to access
  the root nodes of an embedded view
- `renderer.setElementProperty`, `..setElementStyle`, `..setElementAttribute` now
  take a native element instead of an ElementRef
- `Renderer` interface now operates on plain native nodes,
  instead of `RenderElementRef`s or `RenderViewRef`s

Closes #5993
2016-01-05 08:56:46 -08:00
..
change_detection_perf.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
change_detection_perf.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
compiler_perf.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
compiler_perf.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
costs_perf.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
costs_perf.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
di_perf.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
di_perf.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
largetable_perf.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
largetable_perf.ts feat(core): speed up view creation via code gen for view factories. 2016-01-05 08:56:46 -08:00
naive_infinite_scroll_perf.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
naive_infinite_scroll_perf.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
naive_infinite_scroll_spec.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
naive_infinite_scroll_spec.ts feat(renderer): use a comment instead of an element when stamping out template>` elements 2015-12-10 19:18:14 +00:00
selector_perf.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
selector_perf.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
static_tree_perf.dart chore(benchmarks): rename static_tree to static_tree_perf 2015-09-09 03:58:26 +00:00
static_tree_perf.ts feat(core): speed up view creation via code gen for view factories. 2016-01-05 08:56:46 -08:00
tree_perf.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
tree_perf.ts feat(core): speed up view creation via code gen for view factories. 2016-01-05 08:56:46 -08:00