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

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

Issue 671023003: More dart:blink entry point tweaks (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Static permission getter Created 6 years, 2 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
Index: tools/dom/scripts/generator.py
diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
index 37117e76b61343afb63da5ff2aa1656c8a6ad0ce..48bb24a2ef71612e48d48278926b0b16037f6f18 100644
--- a/tools/dom/scripts/generator.py
+++ b/tools/dom/scripts/generator.py
@@ -17,15 +17,28 @@ from htmlrenamer import custom_html_constructors, html_interface_renames, \
_pure_interfaces = monitored.Set('generator._pure_interfaces', [
# TODO(sra): DOMStringMap should be a class implementing Map<String,String>.
'DOMStringMap',
+ 'AbstractWorker',
'CanvasPathMethods',
'ChildNode',
+ 'DocumentAnimation',
+ 'DocumentFontFaceSet',
+ 'DocumentFullscreen',
+ 'DocumentXPathEvaluator',
+ 'ElementAnimation',
+ 'ElementFullscreen',
'EventListener',
'GlobalEventHandlers',
+ 'ImageBitmapFactories',
'MediaQueryListListener',
+ 'MouseEventHitRegion',
'MutationCallback',
+ 'NavigatorCPU',
+ 'NavigatorEvents',
'NavigatorID',
+ 'NavigatorLanguage',
'NavigatorOnLine',
'ParentNode',
+ 'SVGDocument',
'SVGExternalResourcesRequired',
'SVGFilterPrimitiveStandardAttributes',
'SVGFitToViewBox',
@@ -38,6 +51,8 @@ _pure_interfaces = monitored.Set('generator._pure_interfaces', [
'WebGLRenderingContextBase',
'WindowBase64',
'WindowEventHandlers',
+ 'WindowImageBitmapFactories',
+ 'WindowPagePopup',
'WindowTimers',
])

Powered by Google App Engine
This is Rietveld 408576698