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

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: Ready for review 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
Index: tools/dom/scripts/generator.py
diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
index 92768dcb0b92a2a2889c53fe2c95d33ec9755662..b263e263cc8bb86b383ab514e12debdcf930adde 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,8 +100,8 @@ _dart2js_dom_custom_native_specs = monitored.Dict(
# IE Firefox
'CSSStyleDeclaration,MSStyleCSSProperties,CSS2Properties',
- 'DOMApplicationCache':
- 'ApplicationCache,DOMApplicationCache,OfflineResourceList',
+ 'ApplicationCache':
+ 'ApplicationCache,ApplicationCache,OfflineResourceList',
blois 2013/08/30 20:15:19 The item in the value should remain DOMApplication
Jacob 2013/08/30 20:27:15 Good catch. Done.
'HTMLTableCellElement':
'HTMLTableCellElement,HTMLTableDataCellElement,HTMLTableHeaderCellElement',

Powered by Google App Engine
This is Rietveld 408576698