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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: change useCache to updateViaCache Created 3 years, 6 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 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope. 1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Starting worker: resources/global-interface-listing-worker.js 6 Starting worker: resources/global-interface-listing-worker.js
7 [Worker] [INTERFACES] 7 [Worker] [INTERFACES]
8 [Worker] interface BackgroundFetchFetch 8 [Worker] interface BackgroundFetchFetch
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter request 10 [Worker] getter request
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 [Worker] attribute @@toStringTag 887 [Worker] attribute @@toStringTag
888 [Worker] getter active 888 [Worker] getter active
889 [Worker] getter backgroundFetch 889 [Worker] getter backgroundFetch
890 [Worker] getter installing 890 [Worker] getter installing
891 [Worker] getter navigationPreload 891 [Worker] getter navigationPreload
892 [Worker] getter onupdatefound 892 [Worker] getter onupdatefound
893 [Worker] getter paymentManager 893 [Worker] getter paymentManager
894 [Worker] getter pushManager 894 [Worker] getter pushManager
895 [Worker] getter scope 895 [Worker] getter scope
896 [Worker] getter sync 896 [Worker] getter sync
897 [Worker] getter updateViaCache
897 [Worker] getter waiting 898 [Worker] getter waiting
898 [Worker] method constructor 899 [Worker] method constructor
899 [Worker] method getNotifications 900 [Worker] method getNotifications
900 [Worker] method showNotification 901 [Worker] method showNotification
901 [Worker] method unregister 902 [Worker] method unregister
902 [Worker] method update 903 [Worker] method update
903 [Worker] setter onupdatefound 904 [Worker] setter onupdatefound
904 [Worker] interface SharedArrayBuffer 905 [Worker] interface SharedArrayBuffer
905 [Worker] attribute @@toStringTag 906 [Worker] attribute @@toStringTag
906 [Worker] getter byteLength 907 [Worker] getter byteLength
(...skipping 1459 matching lines...) Expand 10 before | Expand all | Expand 10 after
2366 [Worker] method gc 2367 [Worker] method gc
2367 [Worker] method webkitRequestFileSystem 2368 [Worker] method webkitRequestFileSystem
2368 [Worker] method webkitRequestFileSystemSync 2369 [Worker] method webkitRequestFileSystemSync
2369 [Worker] method webkitResolveLocalFileSystemSyncURL 2370 [Worker] method webkitResolveLocalFileSystemSyncURL
2370 [Worker] method webkitResolveLocalFileSystemURL 2371 [Worker] method webkitResolveLocalFileSystemURL
2371 [Worker] setter onconnect 2372 [Worker] setter onconnect
2372 PASS successfullyParsed is true 2373 PASS successfullyParsed is true
2373 2374
2374 TEST COMPLETE 2375 TEST COMPLETE
2375 2376
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698