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

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: 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 [INTERFACES] 1 [INTERFACES]
2 interface AbortPaymentEvent : ExtendableEvent 2 interface AbortPaymentEvent : ExtendableEvent
3 attribute @@toStringTag 3 attribute @@toStringTag
4 method constructor 4 method constructor
5 method respondWith 5 method respondWith
6 interface BackgroundFetchClickEvent : BackgroundFetchEvent 6 interface BackgroundFetchClickEvent : BackgroundFetchEvent
7 attribute @@toStringTag 7 attribute @@toStringTag
8 getter state 8 getter state
9 method constructor 9 method constructor
10 interface BackgroundFetchEvent : ExtendableEvent 10 interface BackgroundFetchEvent : ExtendableEvent
(...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 attribute @@toStringTag 1061 attribute @@toStringTag
1062 getter active 1062 getter active
1063 getter backgroundFetch 1063 getter backgroundFetch
1064 getter installing 1064 getter installing
1065 getter navigationPreload 1065 getter navigationPreload
1066 getter onupdatefound 1066 getter onupdatefound
1067 getter paymentManager 1067 getter paymentManager
1068 getter pushManager 1068 getter pushManager
1069 getter scope 1069 getter scope
1070 getter sync 1070 getter sync
1071 getter updateViaCache
1071 getter waiting 1072 getter waiting
1072 method constructor 1073 method constructor
1073 method getNotifications 1074 method getNotifications
1074 method showNotification 1075 method showNotification
1075 method unregister 1076 method unregister
1076 method update 1077 method update
1077 setter onupdatefound 1078 setter onupdatefound
1078 interface SharedArrayBuffer 1079 interface SharedArrayBuffer
1079 attribute @@toStringTag 1080 attribute @@toStringTag
1080 getter byteLength 1081 getter byteLength
(...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after
2529 setter onnotificationclick 2530 setter onnotificationclick
2530 setter onnotificationclose 2531 setter onnotificationclose
2531 setter onpaymentrequest 2532 setter onpaymentrequest
2532 setter onpush 2533 setter onpush
2533 setter onsync 2534 setter onsync
2534 PASS Verify the interface of ServiceWorkerGlobalScope 2535 PASS Verify the interface of ServiceWorkerGlobalScope
2535 PASS successfullyParsed is true 2536 PASS successfullyParsed is true
2536 2537
2537 TEST COMPLETE 2538 TEST COMPLETE
2538 2539
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698