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

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

Issue 41843003: Second round of deprecation removal. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « tests/html/mutationobserver_test.dart ('k') | tools/dom/templates/html/impl/impl_Node.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 3971074e973368dd522d41d5cbdd76092d8b9920..e73826b98bc00117251a1b0f1675ee32d525d77d 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -73,6 +73,7 @@ _removed_html_interfaces = [
'CSSValue',
'Counter',
'DOMFileSystemSync', # Workers
+ 'DatabaseCallback',
'DatabaseSync', # Workers
'DataView', # Typed arrays
'DirectoryEntrySync', # Workers
@@ -90,7 +91,9 @@ _removed_html_interfaces = [
'HTMLFrameSetElement',
'HTMLMarqueeElement',
'IDBAny',
+ 'MutationEvent',
'Notation',
+ 'NotificationCenter',
'PagePopupController',
'RGBColor',
'RadioNodeList', # Folded onto NodeList in dart2js.
@@ -158,8 +161,11 @@ convert_to_future_members = monitored.Set(
'RTCPeerConnection.setRemoteDescription',
'StorageInfo.requestQuota',
'StorageQuota.requestQuota',
+ 'Window.openDatabase',
blois 2013/10/24 23:01:20 needed for web_sql
'Window.webkitRequestFileSystem',
'Window.webkitResolveLocalFileSystemURL',
+ 'WorkerGlobalScope.openDatabase',
+ 'WorkerGlobalScope.openDatabaseSync',
'WorkerGlobalScope.webkitRequestFileSystem',
'WorkerGlobalScope.webkitResolveLocalFileSystemURL',
])
@@ -325,6 +331,7 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'WheelEvent.initWebKitWheelEvent',
'WheelEvent.deltaX',
'WheelEvent.deltaY',
+ 'WorkerGlobalScope.webkitNotifications',
'Window.getComputedStyle',
'Window.clearInterval',
'Window.clearTimeout',
« no previous file with comments | « tests/html/mutationobserver_test.dart ('k') | tools/dom/templates/html/impl/impl_Node.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698