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

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

Issue 1987073002: Strip unused functionality from dart:html and fix strong mode errors. Switch from blacklisting pure… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index 8b9311bebd759a3c63a133a4bca7dc2081235543..856da50724e23e44b5dc28cf7c6eb86cbc3d73e0 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -141,6 +141,8 @@ _removed_html_interfaces = [
'WorkerLocation', # Workers
'WorkerNavigator', # Workers
'XMLHttpRequestProgressEvent',
+ # Obsolete event for NaCl.
+ 'ResourceProgressEvent',
]
for interface in _removed_html_interfaces:

Powered by Google App Engine
This is Rietveld 408576698