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

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

Issue 12159005: Dartifying some IndexedDB 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
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index 6fb4c86d603ab5a4149e698ab38a30b9d1c53ed0..92f3b921010aa24b2658d8f7103bade24abbb6e1 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -115,6 +115,11 @@ _private_html_members = monitored.Set('htmlrenamer._private_html_members', [
'EventTarget.addEventListener',
'EventTarget.removeEventListener',
'HashChangeEvent.initHashChangeEvent',
+ 'IDBFactory.deleteDatabase',
+ 'IDBFactory.open',
+ 'IDBObjectStore.put',
+ 'IDBObjectStore.getObject',
+ 'IDBObjectStore.openCursor',
'KeyboardEvent.initKeyboardEvent',
'KeyboardEvent.keyIdentifier',
'MessageEvent.initMessageEvent',

Powered by Google App Engine
This is Rietveld 408576698