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

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

Issue 9369062: Ensure 'raises' clauses on operations are saved in IDL database. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 | « client/dom/scripts/dartgenerator.py ('k') | client/dom/scripts/idlrenderer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/fremontcutbuilder.py
diff --git a/client/dom/scripts/fremontcutbuilder.py b/client/dom/scripts/fremontcutbuilder.py
index a71a7cf6d3f4eb00a14d936247ae2c490f3ab103..9af83e367615fb083df6077ea8cc3d777692a75a 100755
--- a/client/dom/scripts/fremontcutbuilder.py
+++ b/client/dom/scripts/fremontcutbuilder.py
@@ -118,15 +118,19 @@ def main():
source='WebKit',
source_attributes={'revision': webkit_revision},
type_rename_map={
+ # Some of these are typos in the IDL.
'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 | « client/dom/scripts/dartgenerator.py ('k') | client/dom/scripts/idlrenderer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698