dart-sdk/tools/dom
Stephen Adams fc7d880c60 Implement _ChildNodeListLazy.removeRange as throwing UnsupportedError
_ChildNodeListLazy.removeRange used to throw UnsupportedError because ListMixin.removeRange calls setRange.
Make throwing UnsupportedError explicit to avoid relying on the implementation of ListMixin.removeRange
This will unblock the '_closeGap' change.

BUG=
R=lrn@google.com

Review-Url: https://codereview.chromium.org/2955103003 .
2017-06-28 09:42:55 -07:00
..
docs Clarify units for timeout 2017-05-05 10:11:03 -07:00
idl/dart Fix sound not playing in Dartium checked mode. 2017-06-12 22:50:12 -07:00
new_scripts Roll 50: Updated for push to origin/master. 2017-05-10 18:16:51 -07:00
scripts Typedefs and IDL file order between platforms could generated different files. 2017-06-18 11:54:29 -07:00
src Revert "Make Zone API strong mode clean." 2017-06-28 13:31:32 +02:00
templates Implement _ChildNodeListLazy.removeRange as throwing UnsupportedError 2017-06-28 09:42:55 -07:00
.gitignore
dom.json Roll 50: Updated for push to origin/master. 2017-05-10 18:16:51 -07:00
dom.py Switch to downloaded SDK executable, drop executables in testing/bin. 2016-02-15 17:10:59 +01:00
PRESUBMIT.py