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

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

Issue 23829002: Checkpoint in changes to match push (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: We were missing onReadyStateChange Created 7 years, 4 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 92768dcb0b92a2a2889c53fe2c95d33ec9755662..ef6ddacc038c3f72a2f0f6fc3e6144ee4b747993 100644
--- a/tools/dom/scripts/generator.py
+++ b/tools/dom/scripts/generator.py
@@ -21,6 +21,8 @@ _pure_interfaces = monitored.Set('generator._pure_interfaces', [
'EventHandler',
'MediaQueryListListener',
'MutationCallback',
+ 'NavigatorID',
+ 'NavigatorOnLine',
'ParentNode',
'SVGExternalResourcesRequired',
'SVGFilterPrimitiveStandardAttributes',
@@ -98,7 +100,7 @@ _dart2js_dom_custom_native_specs = monitored.Dict(
# IE Firefox
'CSSStyleDeclaration,MSStyleCSSProperties,CSS2Properties',
- 'DOMApplicationCache':
+ 'ApplicationCache':
'ApplicationCache,DOMApplicationCache,OfflineResourceList',
'HTMLTableCellElement':
« 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