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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 Blob 8 [Worker] interface Blob
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter size 10 [Worker] getter size
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 [Worker] method text 736 [Worker] method text
737 [Worker] interface ServiceWorkerRegistration : EventTarget 737 [Worker] interface ServiceWorkerRegistration : EventTarget
738 [Worker] attribute @@toStringTag 738 [Worker] attribute @@toStringTag
739 [Worker] getter active 739 [Worker] getter active
740 [Worker] getter installing 740 [Worker] getter installing
741 [Worker] getter navigationPreload 741 [Worker] getter navigationPreload
742 [Worker] getter onupdatefound 742 [Worker] getter onupdatefound
743 [Worker] getter pushManager 743 [Worker] getter pushManager
744 [Worker] getter scope 744 [Worker] getter scope
745 [Worker] getter sync 745 [Worker] getter sync
746 [Worker] getter updateViaCache
746 [Worker] getter waiting 747 [Worker] getter waiting
747 [Worker] method constructor 748 [Worker] method constructor
748 [Worker] method getNotifications 749 [Worker] method getNotifications
749 [Worker] method showNotification 750 [Worker] method showNotification
750 [Worker] method unregister 751 [Worker] method unregister
751 [Worker] method update 752 [Worker] method update
752 [Worker] setter onupdatefound 753 [Worker] setter onupdatefound
753 [Worker] interface SharedArrayBuffer 754 [Worker] interface SharedArrayBuffer
754 [Worker] attribute @@toStringTag 755 [Worker] attribute @@toStringTag
755 [Worker] getter byteLength 756 [Worker] getter byteLength
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 [Worker] method gc 988 [Worker] method gc
988 [Worker] method webkitRequestFileSystem 989 [Worker] method webkitRequestFileSystem
989 [Worker] method webkitRequestFileSystemSync 990 [Worker] method webkitRequestFileSystemSync
990 [Worker] method webkitResolveLocalFileSystemSyncURL 991 [Worker] method webkitResolveLocalFileSystemSyncURL
991 [Worker] method webkitResolveLocalFileSystemURL 992 [Worker] method webkitResolveLocalFileSystemURL
992 [Worker] setter onconnect 993 [Worker] setter onconnect
993 PASS successfullyParsed is true 994 PASS successfullyParsed is true
994 995
995 TEST COMPLETE 996 TEST COMPLETE
996 997
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698