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

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: 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 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 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 [Worker] attribute @@toStringTag 942 [Worker] attribute @@toStringTag
943 [Worker] getter active 943 [Worker] getter active
944 [Worker] getter backgroundFetch 944 [Worker] getter backgroundFetch
945 [Worker] getter installing 945 [Worker] getter installing
946 [Worker] getter navigationPreload 946 [Worker] getter navigationPreload
947 [Worker] getter onupdatefound 947 [Worker] getter onupdatefound
948 [Worker] getter paymentManager 948 [Worker] getter paymentManager
949 [Worker] getter pushManager 949 [Worker] getter pushManager
950 [Worker] getter scope 950 [Worker] getter scope
951 [Worker] getter sync 951 [Worker] getter sync
952 [Worker] getter updateViaCache
952 [Worker] getter waiting 953 [Worker] getter waiting
953 [Worker] method constructor 954 [Worker] method constructor
954 [Worker] method getNotifications 955 [Worker] method getNotifications
955 [Worker] method showNotification 956 [Worker] method showNotification
956 [Worker] method unregister 957 [Worker] method unregister
957 [Worker] method update 958 [Worker] method update
958 [Worker] setter onupdatefound 959 [Worker] setter onupdatefound
959 [Worker] interface SharedArrayBuffer 960 [Worker] interface SharedArrayBuffer
960 [Worker] attribute @@toStringTag 961 [Worker] attribute @@toStringTag
961 [Worker] getter byteLength 962 [Worker] getter byteLength
(...skipping 1462 matching lines...) Expand 10 before | Expand all | Expand 10 after
2424 [Worker] method webkitRequestFileSystem 2425 [Worker] method webkitRequestFileSystem
2425 [Worker] method webkitRequestFileSystemSync 2426 [Worker] method webkitRequestFileSystemSync
2426 [Worker] method webkitResolveLocalFileSystemSyncURL 2427 [Worker] method webkitResolveLocalFileSystemSyncURL
2427 [Worker] method webkitResolveLocalFileSystemURL 2428 [Worker] method webkitResolveLocalFileSystemURL
2428 [Worker] setter onmessage 2429 [Worker] setter onmessage
2429 [Worker] setter onmessageerror 2430 [Worker] setter onmessageerror
2430 PASS successfullyParsed is true 2431 PASS successfullyParsed is true
2431 2432
2432 TEST COMPLETE 2433 TEST COMPLETE
2433 2434
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698