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

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: Move API change to another patch and address comments Created 3 years, 5 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 926 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 [Worker] attribute @@toStringTag 937 [Worker] attribute @@toStringTag
938 [Worker] getter active 938 [Worker] getter active
939 [Worker] getter backgroundFetch 939 [Worker] getter backgroundFetch
940 [Worker] getter installing 940 [Worker] getter installing
941 [Worker] getter navigationPreload 941 [Worker] getter navigationPreload
942 [Worker] getter onupdatefound 942 [Worker] getter onupdatefound
943 [Worker] getter paymentManager 943 [Worker] getter paymentManager
944 [Worker] getter pushManager 944 [Worker] getter pushManager
945 [Worker] getter scope 945 [Worker] getter scope
946 [Worker] getter sync 946 [Worker] getter sync
947 [Worker] getter updateViaCache
947 [Worker] getter waiting 948 [Worker] getter waiting
948 [Worker] method constructor 949 [Worker] method constructor
949 [Worker] method getNotifications 950 [Worker] method getNotifications
950 [Worker] method showNotification 951 [Worker] method showNotification
951 [Worker] method unregister 952 [Worker] method unregister
952 [Worker] method update 953 [Worker] method update
953 [Worker] setter onupdatefound 954 [Worker] setter onupdatefound
954 [Worker] interface SharedArrayBuffer 955 [Worker] interface SharedArrayBuffer
955 [Worker] attribute @@toStringTag 956 [Worker] attribute @@toStringTag
956 [Worker] getter byteLength 957 [Worker] getter byteLength
(...skipping 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after
2422 [Worker] method gc 2423 [Worker] method gc
2423 [Worker] method webkitRequestFileSystem 2424 [Worker] method webkitRequestFileSystem
2424 [Worker] method webkitRequestFileSystemSync 2425 [Worker] method webkitRequestFileSystemSync
2425 [Worker] method webkitResolveLocalFileSystemSyncURL 2426 [Worker] method webkitResolveLocalFileSystemSyncURL
2426 [Worker] method webkitResolveLocalFileSystemURL 2427 [Worker] method webkitResolveLocalFileSystemURL
2427 [Worker] setter onconnect 2428 [Worker] setter onconnect
2428 PASS successfullyParsed is true 2429 PASS successfullyParsed is true
2429 2430
2430 TEST COMPLETE 2431 TEST COMPLETE
2431 2432
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698