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

Side by Side Diff: LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt

Issue 1178753003: Revert of ServiceWorker: Implement ServiceWorkerRegistration.update() (1) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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.js 6 Starting worker: resources/global-interface-listing.js
7 [Worker] [INTERFACES] 7 [Worker] [INTERFACES]
8 [Worker] interface Array 8 [Worker] interface Array
9 [Worker] attribute length 9 [Worker] attribute length
10 [Worker] method concat 10 [Worker] method concat
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 [Worker] getter geofencing 671 [Worker] getter geofencing
672 [Worker] getter onupdatefound 672 [Worker] getter onupdatefound
673 [Worker] getter periodicSync 673 [Worker] getter periodicSync
674 [Worker] getter pushManager 674 [Worker] getter pushManager
675 [Worker] getter scope 675 [Worker] getter scope
676 [Worker] getter sync 676 [Worker] getter sync
677 [Worker] method constructor 677 [Worker] method constructor
678 [Worker] method getNotifications 678 [Worker] method getNotifications
679 [Worker] method showNotification 679 [Worker] method showNotification
680 [Worker] method unregister 680 [Worker] method unregister
681 [Worker] method update
682 [Worker] setter onupdatefound 681 [Worker] setter onupdatefound
683 [Worker] interface Set 682 [Worker] interface Set
684 [Worker] getter size 683 [Worker] getter size
685 [Worker] method add 684 [Worker] method add
686 [Worker] method clear 685 [Worker] method clear
687 [Worker] method constructor 686 [Worker] method constructor
688 [Worker] method delete 687 [Worker] method delete
689 [Worker] method entries 688 [Worker] method entries
690 [Worker] method forEach 689 [Worker] method forEach
691 [Worker] method has 690 [Worker] method has
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 [Worker] method abort 1079 [Worker] method abort
1081 [Worker] method constructor 1080 [Worker] method constructor
1082 [Worker] method objectStore 1081 [Worker] method objectStore
1083 [Worker] setter onabort 1082 [Worker] setter onabort
1084 [Worker] setter oncomplete 1083 [Worker] setter oncomplete
1085 [Worker] setter onerror 1084 [Worker] setter onerror
1086 PASS successfullyParsed is true 1085 PASS successfullyParsed is true
1087 1086
1088 TEST COMPLETE 1087 TEST COMPLETE
1089 1088
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698