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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-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 interface BackgroundFetchClickEvent : BackgroundFetchEvent 1 interface BackgroundFetchClickEvent : BackgroundFetchEvent
2 getter state 2 getter state
3 method constructor 3 method constructor
4 interface BackgroundFetchEvent : ExtendableEvent 4 interface BackgroundFetchEvent : ExtendableEvent
5 getter tag 5 getter tag
6 method constructor 6 method constructor
7 interface BackgroundFetchFailEvent : BackgroundFetchEvent 7 interface BackgroundFetchFailEvent : BackgroundFetchEvent
8 getter fetches 8 getter fetches
9 method constructor 9 method constructor
10 interface BackgroundFetchFetch 10 interface BackgroundFetchFetch
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 method constructor 846 method constructor
847 method json 847 method json
848 method text 848 method text
849 interface ServiceWorkerGlobalScope : WorkerGlobalScope 849 interface ServiceWorkerGlobalScope : WorkerGlobalScope
850 method constructor 850 method constructor
851 interface ServiceWorkerRegistration : EventTarget 851 interface ServiceWorkerRegistration : EventTarget
852 getter active 852 getter active
853 getter backgroundFetch 853 getter backgroundFetch
854 getter installing 854 getter installing
855 getter onupdatefound 855 getter onupdatefound
856 getter paymentAppManager 856 getter paymentManager
857 getter pushManager 857 getter pushManager
858 getter scope 858 getter scope
859 getter sync 859 getter sync
860 getter waiting 860 getter waiting
861 method constructor 861 method constructor
862 method getNotifications 862 method getNotifications
863 method showNotification 863 method showNotification
864 method unregister 864 method unregister
865 method update 865 method update
866 setter onupdatefound 866 setter onupdatefound
(...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after
2292 setter onnotificationclick 2292 setter onnotificationclick
2293 setter onnotificationclose 2293 setter onnotificationclose
2294 setter onpaymentrequest 2294 setter onpaymentrequest
2295 setter onpush 2295 setter onpush
2296 setter onsync 2296 setter onsync
2297 PASS Verify the interface of ServiceWorkerGlobalScope 2297 PASS Verify the interface of ServiceWorkerGlobalScope
2298 PASS successfullyParsed is true 2298 PASS successfullyParsed is true
2299 2299
2300 TEST COMPLETE 2300 TEST COMPLETE
2301 2301
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698