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

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: 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 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 950 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 [Worker] attribute @@toStringTag 961 [Worker] attribute @@toStringTag
962 [Worker] getter active 962 [Worker] getter active
963 [Worker] getter backgroundFetch 963 [Worker] getter backgroundFetch
964 [Worker] getter installing 964 [Worker] getter installing
965 [Worker] getter navigationPreload 965 [Worker] getter navigationPreload
966 [Worker] getter onupdatefound 966 [Worker] getter onupdatefound
967 [Worker] getter paymentManager 967 [Worker] getter paymentManager
968 [Worker] getter pushManager 968 [Worker] getter pushManager
969 [Worker] getter scope 969 [Worker] getter scope
970 [Worker] getter sync 970 [Worker] getter sync
971 [Worker] getter updateViaCache
971 [Worker] getter waiting 972 [Worker] getter waiting
972 [Worker] method constructor 973 [Worker] method constructor
973 [Worker] method getNotifications 974 [Worker] method getNotifications
974 [Worker] method showNotification 975 [Worker] method showNotification
975 [Worker] method unregister 976 [Worker] method unregister
976 [Worker] method update 977 [Worker] method update
977 [Worker] setter onupdatefound 978 [Worker] setter onupdatefound
978 [Worker] interface SharedArrayBuffer 979 [Worker] interface SharedArrayBuffer
979 [Worker] attribute @@toStringTag 980 [Worker] attribute @@toStringTag
980 [Worker] getter byteLength 981 [Worker] getter byteLength
(...skipping 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after
2446 [Worker] method gc 2447 [Worker] method gc
2447 [Worker] method webkitRequestFileSystem 2448 [Worker] method webkitRequestFileSystem
2448 [Worker] method webkitRequestFileSystemSync 2449 [Worker] method webkitRequestFileSystemSync
2449 [Worker] method webkitResolveLocalFileSystemSyncURL 2450 [Worker] method webkitResolveLocalFileSystemSyncURL
2450 [Worker] method webkitResolveLocalFileSystemURL 2451 [Worker] method webkitResolveLocalFileSystemURL
2451 [Worker] setter onconnect 2452 [Worker] setter onconnect
2452 PASS successfullyParsed is true 2453 PASS successfullyParsed is true
2453 2454
2454 TEST COMPLETE 2455 TEST COMPLETE
2455 2456
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698