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

Unified Diff: Source/core/page/Window.idl

Issue 17577009: Introduce WindowTimers IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « Source/core/core.gypi ('k') | Source/core/page/WindowTimers.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Window.idl
diff --git a/Source/core/page/Window.idl b/Source/core/page/Window.idl
index 1ea2bb8e7e867f6f913daf5eb44093227e76d76b..d4682308380b5cac4dca09987ab1bea96f7969a2 100644
--- a/Source/core/page/Window.idl
+++ b/Source/core/page/Window.idl
@@ -161,12 +161,6 @@
[Replaceable] readonly attribute Performance performance;
- // Timers
- [Custom] long setTimeout(any handler, [Default=Undefined] optional long timeout);
- void clearTimeout([Default=Undefined] optional long handle);
- [Custom] long setInterval(any handler, [Default=Undefined] optional long timeout);
- void clearInterval([Default=Undefined] optional long handle);
-
[MeasureAs=UnprefixedRequestAnimationFrame] long requestAnimationFrame(RequestAnimationFrameCallback callback);
void cancelAnimationFrame(long id);
[MeasureAs=PrefixedRequestAnimationFrame] long webkitRequestAnimationFrame(RequestAnimationFrameCallback callback);
@@ -314,3 +308,5 @@
[Custom, NotEnumerable] getter Window (DOMString name);
};
+Window implements WindowTimers;
+
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/page/WindowTimers.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698