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

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 2893823004: [Payments] Implement openWindow for service worker based payment handler (Closed)
Patch Set: correct file changes Created 3 years, 6 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 [INTERFACES] 1 [INTERFACES]
2 interface BackgroundFetchClickEvent : BackgroundFetchEvent 2 interface BackgroundFetchClickEvent : BackgroundFetchEvent
3 attribute @@toStringTag 3 attribute @@toStringTag
4 getter state 4 getter state
5 method constructor 5 method constructor
6 interface BackgroundFetchEvent : ExtendableEvent 6 interface BackgroundFetchEvent : ExtendableEvent
7 attribute @@toStringTag 7 attribute @@toStringTag
8 getter tag 8 getter tag
9 method constructor 9 method constructor
10 interface BackgroundFetchFailEvent : BackgroundFetchEvent 10 interface BackgroundFetchFailEvent : BackgroundFetchEvent
(...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 interface PaymentRequestEvent : ExtendableEvent 847 interface PaymentRequestEvent : ExtendableEvent
848 attribute @@toStringTag 848 attribute @@toStringTag
849 getter instrumentKey 849 getter instrumentKey
850 getter methodData 850 getter methodData
851 getter modifiers 851 getter modifiers
852 getter paymentRequestId 852 getter paymentRequestId
853 getter paymentRequestOrigin 853 getter paymentRequestOrigin
854 getter topLevelOrigin 854 getter topLevelOrigin
855 getter total 855 getter total
856 method constructor 856 method constructor
857 method openWindow
857 method respondWith 858 method respondWith
858 interface PerformanceObserverEntryList 859 interface PerformanceObserverEntryList
859 attribute @@toStringTag 860 attribute @@toStringTag
860 method constructor 861 method constructor
861 method getEntries 862 method getEntries
862 method getEntriesByName 863 method getEntriesByName
863 method getEntriesByType 864 method getEntriesByType
864 interface PermissionStatus : EventTarget 865 interface PermissionStatus : EventTarget
865 attribute @@toStringTag 866 attribute @@toStringTag
866 getter onchange 867 getter onchange
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after
2428 setter onnotificationclick 2429 setter onnotificationclick
2429 setter onnotificationclose 2430 setter onnotificationclose
2430 setter onpaymentrequest 2431 setter onpaymentrequest
2431 setter onpush 2432 setter onpush
2432 setter onsync 2433 setter onsync
2433 PASS Verify the interface of ServiceWorkerGlobalScope 2434 PASS Verify the interface of ServiceWorkerGlobalScope
2434 PASS successfullyParsed is true 2435 PASS successfullyParsed is true
2435 2436
2436 TEST COMPLETE 2437 TEST COMPLETE
2437 2438
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698