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

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

Issue 963683002: Add IDL and initial Blink API for Background Sync (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add missing serviceWorkerRegistration.syncManager to interface tests Created 5 years, 9 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 4755104d71bf5ac19268013faac3f666bf48fac7..9ceb697634dc245c2597042151da3c3a00c1c25d 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -5053,6 +5053,7 @@ interface ServiceWorkerRegistration
getter onupdatefound
getter pushManager
getter scope
+ getter syncManager
method constructor
method showNotification
method unregister
@@ -5215,6 +5216,22 @@ interface Symbol
method constructor
method toString
method valueOf
+interface SyncManager
+ getter minAllowablePeriod
+ method constructor
+ method getRegistration
+ method getRegistrations
+ method register
+interface SyncRegistration
+ getter allowOnBattery
+ getter id
+ getter idleRequired
+ getter maxDelay
+ getter minDelay
+ getter minPeriod
+ getter minRequiredNetwork
+ method constructor
+ method unregister
interface SyntaxError
attribute name
getter stack
« no previous file with comments | « LayoutTests/http/tests/background_sync/resources/interfaces-worker.js ('k') | Source/modules/background_sync/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698