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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt

Issue 2785523003: PaymentHandler: Rename PaymentAppManager to PaymentManager. (Closed)
Patch Set: PaymentHandler: Rename PaymentAppManager to PaymentManager. Created 3 years, 8 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 BackgroundFetchFetch 8 [Worker] interface BackgroundFetchFetch
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter request 10 [Worker] getter request
(...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 [Worker] method clone 852 [Worker] method clone
853 [Worker] method constructor 853 [Worker] method constructor
854 [Worker] method json 854 [Worker] method json
855 [Worker] method text 855 [Worker] method text
856 [Worker] interface ServiceWorkerRegistration : EventTarget 856 [Worker] interface ServiceWorkerRegistration : EventTarget
857 [Worker] attribute @@toStringTag 857 [Worker] attribute @@toStringTag
858 [Worker] getter active 858 [Worker] getter active
859 [Worker] getter backgroundFetch 859 [Worker] getter backgroundFetch
860 [Worker] getter installing 860 [Worker] getter installing
861 [Worker] getter onupdatefound 861 [Worker] getter onupdatefound
862 [Worker] getter paymentAppManager 862 [Worker] getter paymentManager
863 [Worker] getter pushManager 863 [Worker] getter pushManager
864 [Worker] getter scope 864 [Worker] getter scope
865 [Worker] getter sync 865 [Worker] getter sync
866 [Worker] getter waiting 866 [Worker] getter waiting
867 [Worker] method constructor 867 [Worker] method constructor
868 [Worker] method getNotifications 868 [Worker] method getNotifications
869 [Worker] method showNotification 869 [Worker] method showNotification
870 [Worker] method unregister 870 [Worker] method unregister
871 [Worker] method update 871 [Worker] method update
872 [Worker] setter onupdatefound 872 [Worker] setter onupdatefound
(...skipping 1453 matching lines...) Expand 10 before | Expand all | Expand 10 after
2326 [Worker] method postMessage 2326 [Worker] method postMessage
2327 [Worker] method webkitRequestFileSystem 2327 [Worker] method webkitRequestFileSystem
2328 [Worker] method webkitRequestFileSystemSync 2328 [Worker] method webkitRequestFileSystemSync
2329 [Worker] method webkitResolveLocalFileSystemSyncURL 2329 [Worker] method webkitResolveLocalFileSystemSyncURL
2330 [Worker] method webkitResolveLocalFileSystemURL 2330 [Worker] method webkitResolveLocalFileSystemURL
2331 [Worker] setter onmessage 2331 [Worker] setter onmessage
2332 PASS successfullyParsed is true 2332 PASS successfullyParsed is true
2333 2333
2334 TEST COMPLETE 2334 TEST COMPLETE
2335 2335
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698