angular-cn/modules/angular2/src/dom
Tobias Bosch 153660fe7b perf(dom): Only send values for existing properties to js interior
Due to #3019 we have to check whether a property exists on a DOM element
not before runtime of the application.

Previously, we did this check in JavaScript, making all property values
go through dart js interop. However, this is slow for complex objects.

This commit changes this behavior to first check whether the property exists
before sending the property value to the DOM element via js interop.

Closes #3149
2015-07-20 13:43:10 -07:00
..
browser_adapter.dart perf(dom): Only send values for existing properties to js interior 2015-07-20 13:43:10 -07:00
browser_adapter.ts fix(facade): use base element to get base href 2015-07-17 14:00:04 -07:00
dom_adapter.ts feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
generic_browser_adapter.ts chore(typing): use types for DOM API 2015-07-01 09:57:11 -07:00
html_adapter.dart fix(html_adapter): Implement hasAttribute and getAttribute. 2015-07-14 14:48:00 -07:00
parse5_adapter.dart refactor(dart): Run dartfmt 0.1.8 2015-06-05 11:45:36 -07:00
parse5_adapter.ts feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00