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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-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 This test documents all interface attributes and methods on DedicatedWorkerGloba lScope. 1 This test documents all interface attributes and methods on DedicatedWorkerGloba lScope.
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.js 6 Starting worker: resources/global-interface-listing.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 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 [Worker] interface ServiceWorkerRegistration : EventTarget 856 [Worker] interface ServiceWorkerRegistration : EventTarget
857 [Worker] attribute @@toStringTag 857 [Worker] attribute @@toStringTag
858 [Worker] getter active 858 [Worker] getter active
859 [Worker] getter backgroundFetch 859 [Worker] getter backgroundFetch
860 [Worker] getter installing 860 [Worker] getter installing
861 [Worker] getter onupdatefound 861 [Worker] getter onupdatefound
862 [Worker] getter paymentAppManager 862 [Worker] getter paymentAppManager
863 [Worker] getter pushManager 863 [Worker] getter pushManager
864 [Worker] getter scope 864 [Worker] getter scope
865 [Worker] getter sync 865 [Worker] getter sync
866 [Worker] getter useCache
866 [Worker] getter waiting 867 [Worker] getter waiting
867 [Worker] method constructor 868 [Worker] method constructor
868 [Worker] method getNotifications 869 [Worker] method getNotifications
869 [Worker] method showNotification 870 [Worker] method showNotification
870 [Worker] method unregister 871 [Worker] method unregister
871 [Worker] method update 872 [Worker] method update
872 [Worker] setter onupdatefound 873 [Worker] setter onupdatefound
873 [Worker] interface StorageManager 874 [Worker] interface StorageManager
874 [Worker] attribute @@toStringTag 875 [Worker] attribute @@toStringTag
875 [Worker] method constructor 876 [Worker] method constructor
(...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
2326 [Worker] method postMessage 2327 [Worker] method postMessage
2327 [Worker] method webkitRequestFileSystem 2328 [Worker] method webkitRequestFileSystem
2328 [Worker] method webkitRequestFileSystemSync 2329 [Worker] method webkitRequestFileSystemSync
2329 [Worker] method webkitResolveLocalFileSystemSyncURL 2330 [Worker] method webkitResolveLocalFileSystemSyncURL
2330 [Worker] method webkitResolveLocalFileSystemURL 2331 [Worker] method webkitResolveLocalFileSystemURL
2331 [Worker] setter onmessage 2332 [Worker] setter onmessage
2332 PASS successfullyParsed is true 2333 PASS successfullyParsed is true
2333 2334
2334 TEST COMPLETE 2335 TEST COMPLETE
2335 2336
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698