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

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

Issue 15981006: Remove renames for gone interfaces. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 d9a9d48a8b6197c156f23f1c839a27dd9a83bed3..8885ca1cf625ed534872f2280bf7e3b6ce1df959 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -57,10 +57,6 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames',
'SVGSVGElement': 'SvgSvgElement', # Manual to avoid name conflicts.
'StringCallback': '_StringCallback',
'WebGLVertexArrayObjectOES': 'VertexArrayObject',
- 'WebKitCSSFilterRule': '_WebKitCssFilterRule',
- 'WebKitCSSKeyframeRule': '_WebKitCssKeyframeRule',
- 'WebKitCSSKeyframesRule': '_WebKitCssKeyframesRule',
- 'WebKitCSSRegionRule': '_WebKitCssRegionRule',
'XMLHttpRequest': 'HttpRequest',
'XMLHttpRequestProgressEvent': 'HttpRequestProgressEvent',
'XMLHttpRequestUpload': 'HttpRequestUpload',
@@ -119,10 +115,6 @@ _removed_html_interfaces = [
'SVGVKernElement',
'SharedWorker', # Workers
'SharedWorkerContext', # Workers
- 'WebKitCSSFilterValue',
- 'WebKitCSSMatrix',
- 'WebKitCSSMixFunctionValue',
- 'WebKitCSSTransformValue',
'WorkerContext', # Workers
'WorkerLocation', # Workers
'WorkerNavigator', # Workers
« 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