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

Side by Side Diff: third_party/WebKit/LayoutTests/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: Created 3 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 unified diff | Download patch
OLDNEW
1 interface BackgroundFetchClickEvent : BackgroundFetchEvent 1 interface BackgroundFetchClickEvent : BackgroundFetchEvent
2 getter state 2 getter state
3 method constructor 3 method constructor
4 interface BackgroundFetchEvent : ExtendableEvent 4 interface BackgroundFetchEvent : ExtendableEvent
5 getter tag 5 getter tag
6 method constructor 6 method constructor
7 interface BackgroundFetchFailEvent : BackgroundFetchEvent 7 interface BackgroundFetchFailEvent : BackgroundFetchEvent
8 getter fetches 8 getter fetches
9 method constructor 9 method constructor
10 interface BackgroundFetchFetch 10 interface BackgroundFetchFetch
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 method constructor 850 method constructor
851 interface ServiceWorkerRegistration : EventTarget 851 interface ServiceWorkerRegistration : EventTarget
852 getter active 852 getter active
853 getter backgroundFetch 853 getter backgroundFetch
854 getter installing 854 getter installing
855 getter onupdatefound 855 getter onupdatefound
856 getter paymentAppManager 856 getter paymentAppManager
857 getter pushManager 857 getter pushManager
858 getter scope 858 getter scope
859 getter sync 859 getter sync
860 getter useCache
860 getter waiting 861 getter waiting
861 method constructor 862 method constructor
862 method getNotifications 863 method getNotifications
863 method showNotification 864 method showNotification
864 method unregister 865 method unregister
865 method update 866 method update
866 setter onupdatefound 867 setter onupdatefound
867 interface StorageManager 868 interface StorageManager
868 method constructor 869 method constructor
869 method estimate 870 method estimate
(...skipping 1422 matching lines...) Expand 10 before | Expand all | Expand 10 after
2292 setter onnotificationclick 2293 setter onnotificationclick
2293 setter onnotificationclose 2294 setter onnotificationclose
2294 setter onpaymentrequest 2295 setter onpaymentrequest
2295 setter onpush 2296 setter onpush
2296 setter onsync 2297 setter onsync
2297 PASS Verify the interface of ServiceWorkerGlobalScope 2298 PASS Verify the interface of ServiceWorkerGlobalScope
2298 PASS successfullyParsed is true 2299 PASS successfullyParsed is true
2299 2300
2300 TEST COMPLETE 2301 TEST COMPLETE
2301 2302
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698