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 Begin hookup of Blink IDL parser for dart:* libraries. 2014-09-09 13:18:24 +00:00
all_tests.py Moved most of html lib generating scripts into tools. 2012-12-28 22:26:48 +00:00
css_code_generator.py Removed DARTIUM codegen for IDLS (sdk/lib/dartium) 2017-07-18 11:02:02 -07:00
cssProperties.chrome40.txt Generate fast-path CssStyleDeclaration properties from browser info 2015-04-08 16:18:36 +00:00
cssProperties.CSS21.txt Generate fast-path CssStyleDeclaration properties from browser info 2015-04-08 16:18:36 +00:00
cssProperties.ff36.txt Generate fast-path CssStyleDeclaration properties from browser info 2015-04-08 16:18:36 +00:00
cssProperties.html Generate fast-path CssStyleDeclaration properties from browser info 2015-04-08 16:18:36 +00:00
cssProperties.ie9.txt Generate fast-path CssStyleDeclaration properties from browser info 2015-04-08 16:18:36 +00:00
cssProperties.ie10.txt Generate fast-path CssStyleDeclaration properties from browser info 2015-04-08 16:18:36 +00:00
cssProperties.ie11.txt Generate fast-path CssStyleDeclaration properties from browser info 2015-04-08 16:18:36 +00:00
cssProperties.iPad4Air.onGoogleSites.txt Generate fast-path CssStyleDeclaration properties from browser info 2015-04-08 16:18:36 +00:00
cssProperties.mobileSafari-8.2.txt Generate fast-path CssStyleDeclaration properties from browser info 2015-04-08 16:18:36 +00:00
cssProperties.safari-7.1.3.txt Generate fast-path CssStyleDeclaration properties from browser info 2015-04-08 16:18:36 +00:00
CSSPropertyNames.in Reapply 38999. Third time's the charm! The issue was supportsTransitions was a 2014-08-07 18:36:23 +00:00
dartdomgenerator.py Fixed bad indent not flushing emitted files. 2017-09-05 14:43:08 +00:00
dartgenerator.py Fixed typedef used globally in IDLs 2016-03-05 07:34:51 -08:00
dartgenerator_test.py Moved most of html lib generating scripts into tools. 2012-12-28 22:26:48 +00:00
dartmetadata.py Fix HTMLCanvasElement.getContext it can return RenderingContext2 now which will be tree shaken without this annotation. 2017-06-08 20:44:30 -07:00
database.py 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
database_test.py Moved most of html lib generating scripts into tools. 2012-12-28 22:26:48 +00:00
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 Moved most of html lib generating scripts into tools. 2012-12-28 22:26:48 +00:00
emitter.py Moved most of html lib generating scripts into tools. 2012-12-28 22:26:48 +00:00
emitter_test.py Moved most of html lib generating scripts into tools. 2012-12-28 22:26:48 +00:00
fremontcutbuilder.py Dartium 45 roll 2016-02-09 10:50:43 -08:00
generate_blink_file.py Roll 50: Updated for push to origin/master. 2017-05-10 18:16:51 -07:00
generator.py Fixed a number of File API methods in DDC. 2018-02-05 22:29:00 +00:00
go.sh First step in removing dartium from IDL generation in TIP of master. 2017-07-18 08:40:39 -07:00
htmldartgenerator.py Fixed a number of File API methods in DDC. 2018-02-05 22:29:00 +00:00
htmleventgenerator.py Revert "[Experiment] Stop suppressing DragEvent" 2017-05-25 11:16:10 -07:00
htmlrenamer.py Fixed a number of File API methods in DDC. 2018-02-05 22:29:00 +00:00
idlnode.py Typedefs and IDL file order between platforms could generated different files. 2017-06-18 11:54:29 -07:00
idlnode_test.py Begin hookup of Blink IDL parser for dart:* libraries. 2014-09-09 13:18:24 +00:00
idlparser.dart Dart SDK Spelling b, c, and d. 2017-05-01 08:28:10 +02:00
idlparser_test.dart Remove use of Expect from test scripts and idlparser_test. 2013-04-11 15:53:44 +00:00
idlrenderer.dart Format all files under tools and utils directory. 2017-04-20 09:08:31 -07:00
idlrenderer.py This CL contains all of the changes for splitting off all of the native 2014-04-25 16:22:08 +00:00
idlrenderer_test.py Moved most of html lib generating scripts into tools. 2012-12-28 22:26:48 +00:00
idlsync.py Roll 50: Updated for push to origin/master. 2017-05-10 18:16:51 -07:00
logging.conf Clean up logging.conf file. 2013-11-18 19:30:32 +00:00
monitored.py Begin hookup of Blink IDL parser for dart:* libraries. 2014-09-09 13:18:24 +00:00
multiemitter.py Begin hookup of Blink IDL parser for dart:* libraries. 2014-09-09 13:18:24 +00:00
multiemitter_test.py Moved most of html lib generating scripts into tools. 2012-12-28 22:26:48 +00:00
systemhtml.py Fixed a number of File API methods in DDC. 2018-02-05 22:29:00 +00:00
systemnative.py Redo "Refined types for most HtmlElement factory constructors" 2017-02-24 14:28:58 -08:00
templateloader.py 1. Make direct calls to _nativeIndexedGetter in "get last" "get first" "get single" instead of calling the "[]" operator. This avoids one additional native call to the length method for each call to "last" "first" or "single" 2013-09-06 23:22:31 +00:00
templateloader_test.py This CL contains all of the changes for splitting off all of the native 2014-04-25 16:22:08 +00:00