dart-sdk/tools/dom/scripts
Terry Lucas 9f09ef0af3 - Fixed callback signatures with indexed_db open method to expose VersionChangeEvent and
Event type parameters instead of dynamic.
- Fixed missing interceptor in dart2js for MutationEvent (even though its deprecated
and should not be used).  The MutationEvent is created when a node is deleted. Enabled
Dart MutationEvent class generation.
- Fixed/re-enabled all indexed_db tests to run and pass successfully.

Stephen please take a look - target in VersionChangeEvent is a final field, per your suggestion,
instead of a getter.  The MutationEvent is returned in the browser and without the MutationEvent
Dart class the error:

     Uncaught TypeError: t1.get$target is not a function


R=vsm@google.com,gabrielchow@google.com,sra@google.com

Change-Id: Ic36aea8c33b4263a32ff9d047ba3e6b979e03b10
Reviewed-on: https://dart-review.googlesource.com/41569
Reviewed-by: Stephen Adams <sra@google.com>
Reviewed-by: Vijay Menon <vsm@google.com>
Commit-Queue: Terry Lucas <terry@google.com>
2018-02-23 14:29:45 +00:00
..
__init__.py
all_tests.py
css_code_generator.py
cssProperties.chrome40.txt
cssProperties.CSS21.txt
cssProperties.ff36.txt
cssProperties.html
cssProperties.ie9.txt
cssProperties.ie10.txt
cssProperties.ie11.txt
cssProperties.iPad4Air.onGoogleSites.txt
cssProperties.mobileSafari-8.2.txt
cssProperties.safari-7.1.3.txt
CSSPropertyNames.in
dartdomgenerator.py
dartgenerator.py
dartgenerator_test.py
dartmetadata.py
database.py
database_test.py
databasebuilder.py - Fixed callback signatures with indexed_db open method to expose VersionChangeEvent and 2018-02-23 14:29:45 +00:00
databasebuilder_test.py
emitter.py
emitter_test.py
fremontcutbuilder.py
generate_blink_file.py
generator.py Fixed a number of File API methods in DDC. 2018-02-05 22:29:00 +00:00
go.sh
htmldartgenerator.py Fixed a number of File API methods in DDC. 2018-02-05 22:29:00 +00:00
htmleventgenerator.py
htmlrenamer.py Fixed a number of File API methods in DDC. 2018-02-05 22:29:00 +00:00
idlnode.py
idlnode_test.py
idlparser.dart
idlparser_test.dart
idlrenderer.dart
idlrenderer.py
idlrenderer_test.py
idlsync.py
logging.conf
monitored.py
multiemitter.py
multiemitter_test.py
systemhtml.py Fixed a number of File API methods in DDC. 2018-02-05 22:29:00 +00:00
systemnative.py
templateloader.py
templateloader_test.py