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

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

Issue 12313015: Dartifying remainder of Index DB APIs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « tools/dom/scripts/generator.py ('k') | tools/dom/templates/html/dart2js/impl_IDBDatabase.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index 0a50914a2c5c9fbdc3f0c6eb3d9c06c8893ae1f3..e8081834416198e8ac1830973c6e355375c20695 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -152,11 +152,25 @@ _private_html_members = monitored.Set('htmlrenamer._private_html_members', [
'Geolocation.getCurrentPosition',
'Geolocation.watchPosition',
'HashChangeEvent.initHashChangeEvent',
+ 'IDBCursor.delete',
+ 'IDBCursor.update',
+ 'IDBDatabase.createObjectStore',
'IDBFactory.deleteDatabase',
+ 'IDBFactory.webkitGetDatabaseNames',
'IDBFactory.open',
- 'IDBObjectStore.put',
+ 'IDBIndex.count',
+ 'IDBIndex.get',
+ 'IDBIndex.getKey',
+ 'IDBIndex.openCursor',
+ 'IDBIndex.openKeyCursor',
+ 'IDBObjectStore.add',
+ 'IDBObjectStore.clear',
+ 'IDBObjectStore.count',
+ 'IDBObjectStore.createIndex',
+ 'IDBObjectStore.delete',
'IDBObjectStore.getObject',
'IDBObjectStore.openCursor',
+ 'IDBObjectStore.put',
'KeyboardEvent.initKeyboardEvent',
'KeyboardEvent.keyIdentifier',
'MessageEvent.initMessageEvent',
« no previous file with comments | « tools/dom/scripts/generator.py ('k') | tools/dom/templates/html/dart2js/impl_IDBDatabase.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698