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

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

Issue 204033002: Fixes for Chrome 34 merge (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/scripts/idlnode.py » ('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 b450d61829ecdfb45cb15337cd841939ef5ff807..64876ce7eab3692b05dad7c944d2ace1e41c2e34 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -76,6 +76,8 @@ _removed_html_interfaces = [
'DOMFileSystemSync', # Workers
'DatabaseSync', # Workers
'DataView', # Typed arrays
+ 'DeprecatedStorageQuota',
+ 'DeprecatedStorageInfo',
'DirectoryEntrySync', # Workers
'DirectoryReaderSync', # Workers
'DocumentType',
@@ -99,6 +101,7 @@ _removed_html_interfaces = [
'RGBColor',
'RadioNodeList', # Folded onto NodeList in dart2js.
'Rect',
+ 'ServiceWorker',
'SQLTransactionSync', # Workers
'SQLTransactionSyncCallback', # Workers
'SVGAltGlyphDefElement', # Webkit only.
@@ -122,7 +125,6 @@ _removed_html_interfaces = [
'SVGMissingGlyphElement',
'SVGTRefElement',
'SVGVKernElement',
- 'SharedWorker', # Workers
'SubtleCrypto',
'WebKitCSSFilterValue',
'WebKitCSSMatrix',
@@ -358,7 +360,6 @@ renamed_html_members = monitored.Dict('htmlrenamer.renamed_html_members', {
'Window.webkitNotifications': 'notifications',
'Window.webkitRequestFileSystem': '_requestFileSystem',
'Window.webkitResolveLocalFileSystemURL': 'resolveLocalFileSystemUrl',
- 'Element.webkitMatchesSelector' : 'matches',
'Navigator.webkitGetUserMedia': '_getUserMedia',
'Node.appendChild': 'append',
'Node.cloneNode': 'clone',
« no previous file with comments | « tools/dom/scripts/generator.py ('k') | tools/dom/scripts/idlnode.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698