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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1360233007: bindings: Moves event handlers and methods of Window to the instance object. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index 7537ed2ee14ff5cd4281e7d61b78c33e4de86d2b..3341cf8e28eb5f0525c0673b30382826517576ad 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -556,34 +556,7 @@ interface ServicePortConnectEvent
method constructor
method respondWith
interface ServiceWorkerGlobalScope
- getter clients
- getter onactivate
- getter oncrossoriginmessage
- getter onfetch
- getter ongeofenceenter
- getter ongeofenceleave
- getter oninstall
- getter onmessage
- getter onnotificationclick
- getter onperiodicsync
- getter onpush
- getter onsync
- getter registration
- method close
method constructor
- method fetch
- method skipWaiting
- setter onactivate
- setter oncrossoriginmessage
- setter onfetch
- setter ongeofenceenter
- setter ongeofenceleave
- setter oninstall
- setter onmessage
- setter onnotificationclick
- setter onperiodicsync
- setter onpush
- setter onsync
interface ServiceWorkerRegistration
getter geofencing
getter onupdatefound
@@ -852,6 +825,36 @@ interface webkitIDBTransaction
setter onabort
setter oncomplete
setter onerror
+global object
+ getter caches
+ getter clients
+ getter onactivate
+ getter oncrossoriginmessage
+ getter onfetch
+ getter ongeofenceenter
+ getter ongeofenceleave
+ getter oninstall
+ getter onmessage
+ getter onnotificationclick
+ getter onperiodicsync
+ getter onpush
+ getter onsync
+ getter registration
+ method close
+ method fetch
+ method gc
+ method skipWaiting
+ setter onactivate
+ setter oncrossoriginmessage
+ setter onfetch
+ setter ongeofenceenter
+ setter ongeofenceleave
+ setter oninstall
+ setter onmessage
+ setter onnotificationclick
+ setter onperiodicsync
+ setter onpush
+ setter onsync
This is a testharness.js-based test.
PASS Verify the interface of ServiceWorkerGlobalScope
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698