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

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 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 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 method arc 754 method arc
755 method arcTo 755 method arcTo
756 method bezierCurveTo 756 method bezierCurveTo
757 method closePath 757 method closePath
758 method constructor 758 method constructor
759 method ellipse 759 method ellipse
760 method lineTo 760 method lineTo
761 method moveTo 761 method moveTo
762 method quadraticCurveTo 762 method quadraticCurveTo
763 method rect 763 method rect
764 interface PaymentInstruments
765 method constructor
766 method delete
767 method get
768 method has
769 method keys
770 method set
764 interface PaymentRequestEvent : ExtendableEvent 771 interface PaymentRequestEvent : ExtendableEvent
765 getter appRequest 772 getter appRequest
766 method constructor 773 method constructor
767 method respondWith 774 method respondWith
768 interface PerformanceObserverEntryList 775 interface PerformanceObserverEntryList
769 method constructor 776 method constructor
770 method getEntries 777 method getEntries
771 method getEntriesByName 778 method getEntriesByName
772 method getEntriesByType 779 method getEntriesByType
773 interface PermissionStatus : EventTarget 780 interface PermissionStatus : EventTarget
(...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after
2300 setter onnotificationclick 2307 setter onnotificationclick
2301 setter onnotificationclose 2308 setter onnotificationclose
2302 setter onpaymentrequest 2309 setter onpaymentrequest
2303 setter onpush 2310 setter onpush
2304 setter onsync 2311 setter onsync
2305 PASS Verify the interface of ServiceWorkerGlobalScope 2312 PASS Verify the interface of ServiceWorkerGlobalScope
2306 PASS successfullyParsed is true 2313 PASS successfullyParsed is true
2307 2314
2308 TEST COMPLETE 2315 TEST COMPLETE
2309 2316
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698