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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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: Created 3 years, 9 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.js 6 Starting worker: resources/global-interface-listing.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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 [Worker] method json 522 [Worker] method json
523 [Worker] method text 523 [Worker] method text
524 [Worker] interface ServiceWorkerRegistration : EventTarget 524 [Worker] interface ServiceWorkerRegistration : EventTarget
525 [Worker] attribute @@toStringTag 525 [Worker] attribute @@toStringTag
526 [Worker] getter active 526 [Worker] getter active
527 [Worker] getter installing 527 [Worker] getter installing
528 [Worker] getter onupdatefound 528 [Worker] getter onupdatefound
529 [Worker] getter pushManager 529 [Worker] getter pushManager
530 [Worker] getter scope 530 [Worker] getter scope
531 [Worker] getter sync 531 [Worker] getter sync
532 [Worker] getter useCache
532 [Worker] getter waiting 533 [Worker] getter waiting
533 [Worker] method constructor 534 [Worker] method constructor
534 [Worker] method getNotifications 535 [Worker] method getNotifications
535 [Worker] method showNotification 536 [Worker] method showNotification
536 [Worker] method unregister 537 [Worker] method unregister
537 [Worker] method update 538 [Worker] method update
538 [Worker] setter onupdatefound 539 [Worker] setter onupdatefound
539 [Worker] interface StorageManager 540 [Worker] interface StorageManager
540 [Worker] attribute @@toStringTag 541 [Worker] attribute @@toStringTag
541 [Worker] method constructor 542 [Worker] method constructor
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 [Worker] method postMessage 749 [Worker] method postMessage
749 [Worker] method webkitRequestFileSystem 750 [Worker] method webkitRequestFileSystem
750 [Worker] method webkitRequestFileSystemSync 751 [Worker] method webkitRequestFileSystemSync
751 [Worker] method webkitResolveLocalFileSystemSyncURL 752 [Worker] method webkitResolveLocalFileSystemSyncURL
752 [Worker] method webkitResolveLocalFileSystemURL 753 [Worker] method webkitResolveLocalFileSystemURL
753 [Worker] setter onmessage 754 [Worker] setter onmessage
754 PASS successfullyParsed is true 755 PASS successfullyParsed is true
755 756
756 TEST COMPLETE 757 TEST COMPLETE
757 758
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698