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

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
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',
blois 2013/02/13 03:09:24 Is TimeoutHandler still being used?
Emily Fortuna 2013/02/13 20:19:44 it is if we keep setImmediate.
'DOMWindow.webkitCancelRequestAnimationFrame',
'DOMWindow.webkitIndexedDB',
'Document.adoptNode',

Powered by Google App Engine
This is Rietveld 408576698