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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2775343002: PaymentHandler: Initial implementation for PaymentInstruments. (Closed)
Patch Set: PaymentHandler: Initial implementation for PaymentInstruments. 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 method arc 747 method arc
748 method arcTo 748 method arcTo
749 method bezierCurveTo 749 method bezierCurveTo
750 method closePath 750 method closePath
751 method constructor 751 method constructor
752 method ellipse 752 method ellipse
753 method lineTo 753 method lineTo
754 method moveTo 754 method moveTo
755 method quadraticCurveTo 755 method quadraticCurveTo
756 method rect 756 method rect
757 interface PaymentInstruments
758 method constructor
759 method delete
760 method get
761 method has
762 method keys
763 method set
757 interface PaymentRequestEvent : ExtendableEvent 764 interface PaymentRequestEvent : ExtendableEvent
758 getter appRequest 765 getter appRequest
759 method constructor 766 method constructor
760 method respondWith 767 method respondWith
761 interface PerformanceObserverEntryList 768 interface PerformanceObserverEntryList
762 method constructor 769 method constructor
763 method getEntries 770 method getEntries
764 method getEntriesByName 771 method getEntriesByName
765 method getEntriesByType 772 method getEntriesByType
766 interface PermissionStatus : EventTarget 773 interface PermissionStatus : EventTarget
(...skipping 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after
2292 setter onnotificationclick 2299 setter onnotificationclick
2293 setter onnotificationclose 2300 setter onnotificationclose
2294 setter onpaymentrequest 2301 setter onpaymentrequest
2295 setter onpush 2302 setter onpush
2296 setter onsync 2303 setter onsync
2297 PASS Verify the interface of ServiceWorkerGlobalScope 2304 PASS Verify the interface of ServiceWorkerGlobalScope
2298 PASS successfullyParsed is true 2305 PASS successfullyParsed is true
2299 2306
2300 TEST COMPLETE 2307 TEST COMPLETE
2301 2308
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698