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

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

Issue 605853003: Stop suppressing generation of bindings with Promise. (Closed) Base URL: https://dart.googlecode.com/svn/branches/dartium_integration/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 0ef9fe92f3d8fcd91f248a711519f9cfb1bada39..409973dfcd7e32d38f90a74920acf76fde794d76 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -188,6 +188,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',
@@ -297,6 +303,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',
@@ -327,7 +335,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',
@@ -336,6 +344,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