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

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: PaymentApp: Rename PaymentAppRequestData to PaymentAppRequest. 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 method arcTo 694 method arcTo
695 method bezierCurveTo 695 method bezierCurveTo
696 method closePath 696 method closePath
697 method constructor 697 method constructor
698 method ellipse 698 method ellipse
699 method lineTo 699 method lineTo
700 method moveTo 700 method moveTo
701 method quadraticCurveTo 701 method quadraticCurveTo
702 method rect 702 method rect
703 interface PaymentRequestEvent : ExtendableEvent 703 interface PaymentRequestEvent : ExtendableEvent
704 getter data 704 getter appRequest
705 method constructor 705 method constructor
706 method respondWith 706 method respondWith
707 interface PerformanceObserverEntryList 707 interface PerformanceObserverEntryList
708 method constructor 708 method constructor
709 method getEntries 709 method getEntries
710 method getEntriesByName 710 method getEntriesByName
711 method getEntriesByType 711 method getEntriesByType
712 interface PermissionStatus : EventTarget 712 interface PermissionStatus : EventTarget
713 getter onchange 713 getter onchange
714 getter state 714 getter state
(...skipping 1512 matching lines...) Expand 10 before | Expand all | Expand 10 after
2227 setter onnotificationclick 2227 setter onnotificationclick
2228 setter onnotificationclose 2228 setter onnotificationclose
2229 setter onpaymentrequest 2229 setter onpaymentrequest
2230 setter onpush 2230 setter onpush
2231 setter onsync 2231 setter onsync
2232 PASS Verify the interface of ServiceWorkerGlobalScope 2232 PASS Verify the interface of ServiceWorkerGlobalScope
2233 PASS successfullyParsed is true 2233 PASS successfullyParsed is true
2234 2234
2235 TEST COMPLETE 2235 TEST COMPLETE
2236 2236
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698