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

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

Issue 41753002: Remove the low hanging deprecation fruit. (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 | « sdk/lib/html/dartium/html_dartium.dart ('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 c819d95ac33ad37bc4359316f555a7748fe514b7..3971074e973368dd522d41d5cbdd76092d8b9920 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -67,7 +67,9 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames',
# Interfaces that are suppressed, but need to still exist for Dartium and to
# properly wrap DOM objects if/when encountered.
_removed_html_interfaces = [
+ 'CDataSection',
'CSSPrimitiveValue',
+ 'CSSUnknownRule',
'CSSValue',
'Counter',
'DOMFileSystemSync', # Workers
@@ -79,6 +81,7 @@ _removed_html_interfaces = [
'FileEntrySync', # Workers
'FileReaderSync', # Workers
'FileWriterSync', # Workers
+ 'HTMLAllCollection',
'HTMLAppletElement',
'HTMLBaseFontElement',
'HTMLDirectoryElement',
@@ -87,6 +90,7 @@ _removed_html_interfaces = [
'HTMLFrameSetElement',
'HTMLMarqueeElement',
'IDBAny',
+ 'Notation',
'PagePopupController',
'RGBColor',
'RadioNodeList', # Folded onto NodeList in dart2js.
@@ -116,6 +120,10 @@ _removed_html_interfaces = [
'SVGVKernElement',
'SharedWorker', # Workers
'SubtleCrypto',
+ 'WebKitCSSFilterValue',
+ 'WebKitCSSMatrix',
+ 'WebKitCSSMixFunctionValue',
+ 'WebKitCSSTransformValue',
'WebKitMediaSource',
'WebKitSourceBuffer',
'WebKitSourceBufferList',
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698