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

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: 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 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-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 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 [Worker] attribute @@toStringTag 892 [Worker] attribute @@toStringTag
893 [Worker] getter active 893 [Worker] getter active
894 [Worker] getter backgroundFetch 894 [Worker] getter backgroundFetch
895 [Worker] getter installing 895 [Worker] getter installing
896 [Worker] getter navigationPreload 896 [Worker] getter navigationPreload
897 [Worker] getter onupdatefound 897 [Worker] getter onupdatefound
898 [Worker] getter paymentManager 898 [Worker] getter paymentManager
899 [Worker] getter pushManager 899 [Worker] getter pushManager
900 [Worker] getter scope 900 [Worker] getter scope
901 [Worker] getter sync 901 [Worker] getter sync
902 [Worker] getter updateViaCache
902 [Worker] getter waiting 903 [Worker] getter waiting
903 [Worker] method constructor 904 [Worker] method constructor
904 [Worker] method getNotifications 905 [Worker] method getNotifications
905 [Worker] method showNotification 906 [Worker] method showNotification
906 [Worker] method unregister 907 [Worker] method unregister
907 [Worker] method update 908 [Worker] method update
908 [Worker] setter onupdatefound 909 [Worker] setter onupdatefound
909 [Worker] interface SharedArrayBuffer 910 [Worker] interface SharedArrayBuffer
910 [Worker] attribute @@toStringTag 911 [Worker] attribute @@toStringTag
911 [Worker] getter byteLength 912 [Worker] getter byteLength
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after
2368 [Worker] method webkitRequestFileSystem 2369 [Worker] method webkitRequestFileSystem
2369 [Worker] method webkitRequestFileSystemSync 2370 [Worker] method webkitRequestFileSystemSync
2370 [Worker] method webkitResolveLocalFileSystemSyncURL 2371 [Worker] method webkitResolveLocalFileSystemSyncURL
2371 [Worker] method webkitResolveLocalFileSystemURL 2372 [Worker] method webkitResolveLocalFileSystemURL
2372 [Worker] setter onmessage 2373 [Worker] setter onmessage
2373 [Worker] setter onmessageerror 2374 [Worker] setter onmessageerror
2374 PASS successfullyParsed is true 2375 PASS successfullyParsed is true
2375 2376
2376 TEST COMPLETE 2377 TEST COMPLETE
2377 2378
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698