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

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

Issue 12258020: Reverting setTimeout removal. (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 716a7cdb75f5fea72ae31bee11ac50f867be651e..1dc400e1f9d9b21d762faba31639fa3282f9475b 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -242,13 +242,9 @@ _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.webkitCancelAnimationFrame',
'DOMWindow.webkitCancelRequestAnimationFrame',
'DOMWindow.webkitIndexedDB',
« 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