angular-cn/modules/angular2/test/web_workers
Jeff Cross 693d9dce5d fix(parse5): support comment nodes with getText and setText
In the browser, calling element.textContent causes child comment
nodes to be ignored, while getting textContent directly on a
comment node will return the comment. This change makes
parse5Adapter consistent with this behavior by adding a 2nd
argument to getText telling if it's being called recursively.

Closes #5805
2015-12-10 19:18:14 +00:00
..
debug_tools refactor(WebWorker): Use the new generic bootstrap. 2015-12-03 19:51:43 +00:00
shared refactor(test_injector): Provide separate methods for creating test injector with and without runtime compiler. 2015-12-03 22:50:14 +00:00
worker fix(parse5): support comment nodes with getText and setText 2015-12-10 19:18:14 +00:00