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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 Blob 2 interface Blob
3 attribute @@toStringTag 3 attribute @@toStringTag
4 getter size 4 getter size
5 getter type 5 getter type
6 method constructor 6 method constructor
7 method slice 7 method slice
8 interface BroadcastChannel : EventTarget 8 interface BroadcastChannel : EventTarget
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter name 10 getter name
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 method constructor 774 method constructor
775 interface ServiceWorkerRegistration : EventTarget 775 interface ServiceWorkerRegistration : EventTarget
776 attribute @@toStringTag 776 attribute @@toStringTag
777 getter active 777 getter active
778 getter installing 778 getter installing
779 getter navigationPreload 779 getter navigationPreload
780 getter onupdatefound 780 getter onupdatefound
781 getter pushManager 781 getter pushManager
782 getter scope 782 getter scope
783 getter sync 783 getter sync
784 getter updateViaCache
784 getter waiting 785 getter waiting
785 method constructor 786 method constructor
786 method getNotifications 787 method getNotifications
787 method showNotification 788 method showNotification
788 method unregister 789 method unregister
789 method update 790 method update
790 setter onupdatefound 791 setter onupdatefound
791 interface SharedArrayBuffer 792 interface SharedArrayBuffer
792 attribute @@toStringTag 793 attribute @@toStringTag
793 getter byteLength 794 getter byteLength
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 setter onmessage 993 setter onmessage
993 setter onnotificationclick 994 setter onnotificationclick
994 setter onnotificationclose 995 setter onnotificationclose
995 setter onpush 996 setter onpush
996 setter onsync 997 setter onsync
997 PASS Verify the interface of ServiceWorkerGlobalScope 998 PASS Verify the interface of ServiceWorkerGlobalScope
998 PASS successfullyParsed is true 999 PASS successfullyParsed is true
999 1000
1000 TEST COMPLETE 1001 TEST COMPLETE
1001 1002
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698