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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: fix IPC Created 3 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 unified diff | Download patch
OLDNEW
1 interface AbortPaymentEvent : ExtendableEvent 1 interface AbortPaymentEvent : ExtendableEvent
2 attribute @@toStringTag 2 attribute @@toStringTag
3 method constructor 3 method constructor
4 method respondWith 4 method respondWith
5 interface BackgroundFetchClickEvent : BackgroundFetchEvent 5 interface BackgroundFetchClickEvent : BackgroundFetchEvent
6 getter state 6 getter state
7 method constructor 7 method constructor
8 interface BackgroundFetchEvent : ExtendableEvent 8 interface BackgroundFetchEvent : ExtendableEvent
9 getter tag 9 getter tag
10 method constructor 10 method constructor
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 interface ServiceWorkerRegistration : EventTarget 885 interface ServiceWorkerRegistration : EventTarget
886 getter active 886 getter active
887 getter backgroundFetch 887 getter backgroundFetch
888 getter installing 888 getter installing
889 getter navigationPreload 889 getter navigationPreload
890 getter onupdatefound 890 getter onupdatefound
891 getter paymentManager 891 getter paymentManager
892 getter pushManager 892 getter pushManager
893 getter scope 893 getter scope
894 getter sync 894 getter sync
895 getter updateViaCache
895 getter waiting 896 getter waiting
896 method constructor 897 method constructor
897 method getNotifications 898 method getNotifications
898 method showNotification 899 method showNotification
899 method unregister 900 method unregister
900 method update 901 method update
901 setter onupdatefound 902 setter onupdatefound
902 interface StorageManager 903 interface StorageManager
903 method constructor 904 method constructor
904 method estimate 905 method estimate
(...skipping 1426 matching lines...) Expand 10 before | Expand all | Expand 10 after
2331 setter onnotificationclick 2332 setter onnotificationclick
2332 setter onnotificationclose 2333 setter onnotificationclose
2333 setter onpaymentrequest 2334 setter onpaymentrequest
2334 setter onpush 2335 setter onpush
2335 setter onsync 2336 setter onsync
2336 PASS Verify the interface of ServiceWorkerGlobalScope 2337 PASS Verify the interface of ServiceWorkerGlobalScope
2337 PASS successfullyParsed is true 2338 PASS successfullyParsed is true
2338 2339
2339 TEST COMPLETE 2340 TEST COMPLETE
2340 2341
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698