Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: tools/dom/scripts/generator.py

Issue 23889005: Cleaning up a bunch of DOM generation tables (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dom/scripts/dartmetadata.py ('k') | tools/dom/scripts/htmleventgenerator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/generator.py
diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
index 06f4df6fc8b11902b307f5f763492dace1fb067a..1a0580b8248acc50af595959fa79c62ad82b78aa 100644
--- a/tools/dom/scripts/generator.py
+++ b/tools/dom/scripts/generator.py
@@ -18,7 +18,6 @@ _pure_interfaces = monitored.Set('generator._pure_interfaces', [
'DOMStringMap',
'ChildNode',
'EventListener',
- 'EventHandler',
'MediaQueryListListener',
'MutationCallback',
'NavigatorID',
@@ -137,10 +136,10 @@ _dart2js_dom_custom_native_specs = monitored.Dict(
'WebGLLoseContext': 'WebGLLoseContext,WebGLExtensionLoseContext',
- 'WebKitCSSKeyframeRule':
+ 'CSSKeyframeRule':
'CSSKeyframeRule,MozCSSKeyframeRule,WebKitCSSKeyframeRule',
- 'WebKitCSSKeyframesRule':
+ 'CSSKeyframesRule':
'CSSKeyframesRule,MozCSSKeyframesRule,WebKitCSSKeyframesRule',
'WheelEvent': 'WheelEvent,MouseWheelEvent,MouseScrollEvent',
@@ -1063,10 +1062,6 @@ _idl_type_registry = monitored.Dict('generator._idl_type_registry', {
'PluginArray': TypeData(clazz='Interface', item_type='Plugin'),
'DOMStringList': TypeData(clazz='Interface', item_type='DOMString',
dart_type='List<String>', custom_to_native=True),
- 'EntryArray': TypeData(clazz='Interface', item_type='Entry',
- suppress_interface=True),
- 'EntryArraySync': TypeData(clazz='Interface', item_type='EntrySync',
- suppress_interface=True),
'FileList': TypeData(clazz='Interface', item_type='File',
dart_type='List<File>'),
'Future': TypeData(clazz='Interface', dart_type='Future'),
« no previous file with comments | « tools/dom/scripts/dartmetadata.py ('k') | tools/dom/scripts/htmleventgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698