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

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 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 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 method arcTo 701 method arcTo
702 method bezierCurveTo 702 method bezierCurveTo
703 method closePath 703 method closePath
704 method constructor 704 method constructor
705 method ellipse 705 method ellipse
706 method lineTo 706 method lineTo
707 method moveTo 707 method moveTo
708 method quadraticCurveTo 708 method quadraticCurveTo
709 method rect 709 method rect
710 interface PaymentRequestEvent : ExtendableEvent 710 interface PaymentRequestEvent : ExtendableEvent
711 getter data 711 getter appRequest
712 method constructor 712 method constructor
713 method respondWith 713 method respondWith
714 interface PerformanceObserverEntryList 714 interface PerformanceObserverEntryList
715 method constructor 715 method constructor
716 method getEntries 716 method getEntries
717 method getEntriesByName 717 method getEntriesByName
718 method getEntriesByType 718 method getEntriesByType
719 interface PermissionStatus : EventTarget 719 interface PermissionStatus : EventTarget
720 getter onchange 720 getter onchange
721 getter state 721 getter state
(...skipping 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after
2235 setter onnotificationclick 2235 setter onnotificationclick
2236 setter onnotificationclose 2236 setter onnotificationclose
2237 setter onpaymentrequest 2237 setter onpaymentrequest
2238 setter onpush 2238 setter onpush
2239 setter onsync 2239 setter onsync
2240 PASS Verify the interface of ServiceWorkerGlobalScope 2240 PASS Verify the interface of ServiceWorkerGlobalScope
2241 PASS successfullyParsed is true 2241 PASS successfullyParsed is true
2242 2242
2243 TEST COMPLETE 2243 TEST COMPLETE
2244 2244
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698