dart-sdk/tools/dom
Stephen Adams c9c3c203c1 Minor tweaks to dart:html for better dart2js codegen
- Allow 'document' to be reused (GVN-ed).
- Allow inlining of 'new Comment'.
- 'new Text' and 'new Comment' have no effects.

BUG=
R=alanknight@google.com, sigmund@google.com

Review URL: https://codereview.chromium.org/2422293002 .
2016-10-17 13:35:17 -07:00
..
docs Revert "Reapply zone tasks." 2016-07-18 13:12:36 -07:00
idl/dart Strong html 2016-04-19 15:08:45 -07:00
new_scripts Dartium 45 roll 2016-02-09 10:50:43 -08:00
scripts record that Gamepad.buttons creates GamepadButtons 2016-08-16 13:56:32 -07:00
src Revert "Reapply zone tasks." 2016-07-18 13:12:36 -07:00
templates Minor tweaks to dart:html for better dart2js codegen 2016-10-17 13:35:17 -07:00
.gitignore
dom.json Strip unused functionality from dart:html and fix strong mode errors. Switch from blacklisting pure interfaces to determining pure interfaces from the idl and whitelisting impure interfaces we need for dart2js. 2016-05-18 12:49:09 -07:00
dom.py Switch to downloaded SDK executable, drop executables in testing/bin. 2016-02-15 17:10:59 +01:00
PRESUBMIT.py