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

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

Issue 2856973002: PaymentHandler: Implement PaymentInstruments.clear(). (Closed)
Patch Set: PaymentHandler: Implement PaymentInstruments.clear(). Created 3 years, 7 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 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 method arcTo 746 method arcTo
747 method bezierCurveTo 747 method bezierCurveTo
748 method closePath 748 method closePath
749 method constructor 749 method constructor
750 method ellipse 750 method ellipse
751 method lineTo 751 method lineTo
752 method moveTo 752 method moveTo
753 method quadraticCurveTo 753 method quadraticCurveTo
754 method rect 754 method rect
755 interface PaymentInstruments 755 interface PaymentInstruments
756 method clear
756 method constructor 757 method constructor
757 method delete 758 method delete
758 method get 759 method get
759 method has 760 method has
760 method keys 761 method keys
761 method set 762 method set
762 interface PaymentRequestEvent : ExtendableEvent 763 interface PaymentRequestEvent : ExtendableEvent
763 getter appRequest 764 getter appRequest
764 method constructor 765 method constructor
765 method respondWith 766 method respondWith
(...skipping 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after
2298 setter onnotificationclick 2299 setter onnotificationclick
2299 setter onnotificationclose 2300 setter onnotificationclose
2300 setter onpaymentrequest 2301 setter onpaymentrequest
2301 setter onpush 2302 setter onpush
2302 setter onsync 2303 setter onsync
2303 PASS Verify the interface of ServiceWorkerGlobalScope 2304 PASS Verify the interface of ServiceWorkerGlobalScope
2304 PASS successfullyParsed is true 2305 PASS successfullyParsed is true
2305 2306
2306 TEST COMPLETE 2307 TEST COMPLETE
2307 2308
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698