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

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: Add LayoutTest and fix minor spec violation Created 5 years, 5 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: 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 e79d46e3aafee421727cb594a5cf88545a29e4d5..808dca37588b2ffc5087583e645b3145283889bd 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -2945,6 +2945,11 @@ interface IDBVersionChangeEvent
getter newVersion
getter oldVersion
method constructor
+interface IdleCallbackDeadline
+ getter deadline
+ getter didTimeout
+ method constructor
+ method isExceeded
interface Image
method constructor
interface ImageBitmap
@@ -6150,6 +6155,7 @@ interface Window
method blur
method btoa
method cancelAnimationFrame
+ method cancelIdleCallback
method captureEvents
method clearInterval
method clearTimeout
@@ -6174,6 +6180,7 @@ interface Window
method prompt
method releaseEvents
method requestAnimationFrame
+ method requestIdleCallback
method resizeBy
method resizeTo
method scroll

Powered by Google App Engine
This is Rietveld 408576698