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

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

Issue 12218131: Combine window.setTimeout/setInterval with Timer and Timer.repeating. Also (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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/window_open_test.dart ('k') | tools/dom/templates/html/dart2js/impl_Window.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 22eb4a4ae7ba3b847c629079dc84af7570ade2da..bf0fdb83b5f97d87400eb705967c466087f1a6a7 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -240,9 +240,13 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [
'DOMWindow.call:blur',
'DOMWindow.clientInformation',
'DOMWindow.call:focus',
+ 'DOMWindow.clearTimeout',
+ 'DOMWindow.clearInterval',
'DOMWindow.get:frames',
'DOMWindow.get:length',
'DOMWindow.prompt',
+ 'DOMWindow.setTimeout',
+ 'DOMWindow.setInterval',
'DOMWindow.webkitCancelRequestAnimationFrame',
'DOMWindow.webkitIndexedDB',
'Document.adoptNode',
« no previous file with comments | « tests/html/window_open_test.dart ('k') | tools/dom/templates/html/dart2js/impl_Window.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698