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

Unified Diff: LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 1119683003: Implement requestIdleCallback API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 4 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 | « LayoutTests/virtual/threaded/fast/idle-callback/timeout.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/webexposed/global-interface-listing-expected.txt b/LayoutTests/webexposed/global-interface-listing-expected.txt
index 53e976343bf3d989fc8d57ddcd9444e7c19bd090..267935b345456fb41a682f13d57e61a51b3cf03a 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3054,6 +3054,10 @@ interface IDBVersionChangeEvent
getter newVersion
getter oldVersion
method constructor
+interface IdleCallbackDeadline
+ getter didTimeout
+ getter timeRemaining
+ method constructor
interface Image
method constructor
interface ImageBitmap
@@ -6296,6 +6300,7 @@ interface Window
method blur
method btoa
method cancelAnimationFrame
+ method cancelIdleCallback
method captureEvents
method clearInterval
method clearTimeout
@@ -6320,6 +6325,7 @@ interface Window
method prompt
method releaseEvents
method requestAnimationFrame
+ method requestIdleCallback
method resizeBy
method resizeTo
method scroll
« no previous file with comments | « LayoutTests/virtual/threaded/fast/idle-callback/timeout.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698