angular/modules/angular2/test
Victor Berchet e8a6c95e2a feat(VmTurnZone): Rework the implementation to minimize change detection runs
Before this PR there were only 2 zones: root zone = outer zone > inner
zone.
This PR creates the outer zone as a fork of the root zone: root > outer
> inner.

By doing this it is possible to detected microtasks scheduling in the
outer zone and run the change detection less often (no more than one
time per VM turn).

The PR also introduce a Promise monkey patch for the JS implementation.
It makes Promises aware of microtasks and again allow running the change
detection only once per turn.
2015-05-12 21:03:24 +02:00
..
benchmark/transform chore(benchmarks): add transform benchmark runner and clean up benchmark output 2015-05-07 10:36:04 -07:00
change_detection refactor(ChangeDetection): rename AsyncPipe to ObservablePipe 2015-05-11 14:25:27 -07:00
core feat(VmTurnZone): Rework the implementation to minimize change detection runs 2015-05-12 21:03:24 +02:00
di feat(di): support type literals in DI 2015-05-12 10:57:53 -07:00
directives refactor(compiler): rename decorator directives into directive 2015-04-30 13:38:40 -07:00
dom refactor: update Dart package dependencies 2015-03-25 15:54:12 -07:00
facade feat(facade): add equals method to StringMapWrapper 2015-05-11 15:49:40 -07:00
forms feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
mock feat(decorators): adds decorators to be used by TS and Babel transpiled apps. 2015-04-29 15:13:25 -07:00
reflection chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
render/dom feat(compiler): added support for host actions 2015-05-11 13:28:19 -07:00
router fix(router): add baseUrl to relative paths, but not absolute. 2015-05-11 18:55:24 -07:00
services chore: dartfmt Dart code in the repo 2015-05-11 09:50:33 -07:00
test_lib fix(test_lib): spy funcs should match null arguments 2015-05-08 13:51:43 -07:00
transform feat(dart/transform): Inline templateUrl values 2015-05-12 09:08:56 -07:00