dart-sdk/tools/dom/scripts
2017-01-10 07:25:10 -08: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 Optimize dartium dart:html bindings so real world application performance is acceptable. Improves dart:html performance by 2X-30X for microbenchmarks. Real world improvement is typically 2X-3X. 2016-03-29 18:32:52 -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 Added switch to disable generating cached_patches.dart file (Dartium only). 2016-07-18 05:45:33 -07: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 record that Gamepad.buttons creates GamepadButtons 2016-08-16 13:56:32 -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 fix all instances of "the the" 2016-05-13 12:38:25 -07: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 Added VMLibraryHooks setup for Dartium to support resolvePackageUri. 2017-01-10 07:25:10 -08:00
generator.py record that Gamepad.buttons creates GamepadButtons 2016-08-16 13:56:32 -07:00
go.sh Added switch to disable generating cached_patches.dart file (Dartium only). 2016-07-18 05:45:33 -07:00
htmldartgenerator.py record that Gamepad.buttons creates GamepadButtons 2016-08-16 13:56:32 -07:00
htmleventgenerator.py TBR. Add back fix to the misleading types for onError. Otherwise, html/worker_test/functional fails due to the browser itself throwing an event of type Error that is not an ErrorEvent. 2016-04-20 10:41:56 -07:00
htmlrenamer.py Revert "Don't call _ensureRequestAnimationFrame in Dartium." 2016-07-19 13:56:36 +02:00
idlnode.py Fixed typedef used globally in IDLs 2016-03-05 07:34:51 -08:00
idlnode_test.py Begin hookup of Blink IDL parser for dart:* libraries. 2014-09-09 13:18:24 +00:00
idlparser.dart Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +00:00
idlparser_test.dart Remove use of Expect from test scripts and idlparser_test. 2013-04-11 15:53:44 +00:00
idlrenderer.dart Remove deprecated Strings class. 2013-02-19 13:57:03 +00: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 Dartium 45 roll 2016-02-09 10:50:43 -08: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 record that Gamepad.buttons creates GamepadButtons 2016-08-16 13:56:32 -07:00
systemnative.py record that Gamepad.buttons creates GamepadButtons 2016-08-16 13:56:32 -07: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