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

Unified Diff: lib/dom/scripts/fremontcutbuilder.py

Issue 10020023: Remove unnecessary renames from fremontcutbuilder. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « lib/dom/idl/dart/dart.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/fremontcutbuilder.py
diff --git a/lib/dom/scripts/fremontcutbuilder.py b/lib/dom/scripts/fremontcutbuilder.py
index d0090fd8e6931fbc4008b3779f303d99ea74c5e6..8e05ddd2d353cbf13a3ef044e5fbf163618e197a 100755
--- a/lib/dom/scripts/fremontcutbuilder.py
+++ b/lib/dom/scripts/fremontcutbuilder.py
@@ -101,19 +101,13 @@ def build_database(idl_list_file_name):
source='WebKit',
source_attributes={'revision': webkit_revision},
type_rename_map={
- # Some of these are typos in the IDL.
vsm 2012/04/09 19:23:30 Pavel: are these types gone from IDL or this remap
podivilov 2012/04/10 09:41:41 float and DOMObject are handled in idl registry in
- 'float': 'double',
'BarInfo': 'BarProp',
'DedicatedWorkerContext': 'DedicatedWorkerGlobalScope',
'DOMApplicationCache': 'ApplicationCache',
'DOMCoreException': 'DOMException',
- 'DOMExceptionJSC': 'DOMException', # Node.replaceChild
- 'DomException': 'DOMException', # Navigator.registerProtocolHandler
'DOMFormData': 'FormData',
- 'DOMObject': 'object',
'DOMSelection': 'Selection',
'DOMWindow': 'Window',
- 'Exception': 'DOMException', # NotificationCenter.createNotification
'SharedWorkerContext': 'SharedWorkerGlobalScope',
'WorkerContext': 'WorkerGlobalScope',
})
« no previous file with comments | « lib/dom/idl/dart/dart.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698