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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/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 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 method json 854 method json
855 method text 855 method text
856 interface ServiceWorkerGlobalScope : WorkerGlobalScope 856 interface ServiceWorkerGlobalScope : WorkerGlobalScope
857 method constructor 857 method constructor
858 interface ServiceWorkerRegistration : EventTarget 858 interface ServiceWorkerRegistration : EventTarget
859 getter active 859 getter active
860 getter backgroundFetch 860 getter backgroundFetch
861 getter installing 861 getter installing
862 getter navigationPreload 862 getter navigationPreload
863 getter onupdatefound 863 getter onupdatefound
864 getter paymentAppManager 864 getter paymentManager
865 getter pushManager 865 getter pushManager
866 getter scope 866 getter scope
867 getter sync 867 getter sync
868 getter waiting 868 getter waiting
869 method constructor 869 method constructor
870 method getNotifications 870 method getNotifications
871 method showNotification 871 method showNotification
872 method unregister 872 method unregister
873 method update 873 method update
874 setter onupdatefound 874 setter onupdatefound
(...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after
2300 setter onnotificationclick 2300 setter onnotificationclick
2301 setter onnotificationclose 2301 setter onnotificationclose
2302 setter onpaymentrequest 2302 setter onpaymentrequest
2303 setter onpush 2303 setter onpush
2304 setter onsync 2304 setter onsync
2305 PASS Verify the interface of ServiceWorkerGlobalScope 2305 PASS Verify the interface of ServiceWorkerGlobalScope
2306 PASS successfullyParsed is true 2306 PASS successfullyParsed is true
2307 2307
2308 TEST COMPLETE 2308 TEST COMPLETE
2309 2309
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698