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

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

Issue 2665583002: PaymentApp: Rename PaymentAppRequestData to PaymentAppRequest. (Closed)
Patch Set: android Created 3 years, 10 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 BarcodeDetector 1 interface BarcodeDetector
2 method constructor 2 method constructor
3 method detect 3 method detect
4 interface Blob 4 interface Blob
5 getter isClosed 5 getter isClosed
6 getter size 6 getter size
7 getter type 7 getter type
8 method close 8 method close
9 method constructor 9 method constructor
10 method slice 10 method slice
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 method arcTo 675 method arcTo
676 method bezierCurveTo 676 method bezierCurveTo
677 method closePath 677 method closePath
678 method constructor 678 method constructor
679 method ellipse 679 method ellipse
680 method lineTo 680 method lineTo
681 method moveTo 681 method moveTo
682 method quadraticCurveTo 682 method quadraticCurveTo
683 method rect 683 method rect
684 interface PaymentRequestEvent : ExtendableEvent 684 interface PaymentRequestEvent : ExtendableEvent
685 getter data 685 getter appRequest
686 method constructor 686 method constructor
687 method respondWith 687 method respondWith
688 interface PerformanceObserverEntryList 688 interface PerformanceObserverEntryList
689 method constructor 689 method constructor
690 method getEntries 690 method getEntries
691 method getEntriesByName 691 method getEntriesByName
692 method getEntriesByType 692 method getEntriesByType
693 interface PermissionStatus : EventTarget 693 interface PermissionStatus : EventTarget
694 getter onchange 694 getter onchange
695 getter state 695 getter state
(...skipping 1510 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 setter onnotificationclick 2206 setter onnotificationclick
2207 setter onnotificationclose 2207 setter onnotificationclose
2208 setter onpaymentrequest 2208 setter onpaymentrequest
2209 setter onpush 2209 setter onpush
2210 setter onsync 2210 setter onsync
2211 PASS Verify the interface of ServiceWorkerGlobalScope 2211 PASS Verify the interface of ServiceWorkerGlobalScope
2212 PASS successfullyParsed is true 2212 PASS successfullyParsed is true
2213 2213
2214 TEST COMPLETE 2214 TEST COMPLETE
2215 2215
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698