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

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

Issue 658903005: Reapply "Stop suppressing generation of bindings with Promise. Add some tests for DOM APIs that ans… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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') | no next file » | 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 0e40253b5e2697e4addfb2a4a79b2f5124f675d9..1bc0077faeed0f761c8fc8e21b6928027bd1c525 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -189,6 +189,12 @@ custom_html_constructors = monitored.Set(
private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'AudioContext.decodeAudioData',
'AudioNode.connect',
+ 'Cache.add',
+ 'Cache.delete',
+ 'Cache.keys',
+ 'Cache.match',
+ 'Cache.matchAll',
+ 'Cache.put',
'CanvasRenderingContext2D.arc',
'CanvasRenderingContext2D.drawImage',
'CanvasRenderingContext2D.getLineDash',
@@ -298,6 +304,8 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'IDBObjectStore.put',
'KeyboardEvent.initKeyboardEvent',
'KeyboardEvent.keyIdentifier',
+ 'MediaKeys.createSession',
+ 'MediaKeySession.update',
'MessageEvent.initMessageEvent',
'MouseEvent.initMouseEvent',
'MouseEvent.clientX',
@@ -328,7 +336,7 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'Screen.availLeft',
'Screen.availTop',
'Screen.availWidth',
- 'ShadowRoot.applyAuthorStyles',
+ 'ServiceWorkerGlobalScope.fetch',
'ShadowRoot.resetStyleInheritance',
'Storage.clear',
'Storage.getItem',
@@ -337,6 +345,14 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'Storage.removeItem',
'Storage.setItem',
'StorageEvent.initStorageEvent',
+ 'SubtleCrypto.encrypt',
+ 'SubtleCrypto.decrypt',
+ 'SubtleCrypto.sign',
+ 'SubtleCrypto.digest',
+ 'SubtleCrypto.importKey',
+ 'SubtleCrypto.unwrapKey',
+ 'ShadowRoot.applyAuthorStyles',
+
'TextEvent.initTextEvent',
# TODO(leafp): These have been converted from int to double in Chrome 37.
# client, page, and screen were already special cased, adding radiusX/radiusY.
« no previous file with comments | « tools/dom/scripts/generator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698