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

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 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)
Patch Set: More global-interface-listing*-expected.txt, urlencoded-parser-expected.txt 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 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 getter method 832 getter method
833 getter mode 833 getter mode
834 getter redirect 834 getter redirect
835 getter referrer 835 getter referrer
836 getter referrerPolicy 836 getter referrerPolicy
837 getter url 837 getter url
838 method arrayBuffer 838 method arrayBuffer
839 method blob 839 method blob
840 method clone 840 method clone
841 method constructor 841 method constructor
842 method formData
842 method json 843 method json
843 method text 844 method text
844 interface Response 845 interface Response
845 static method error 846 static method error
846 static method redirect 847 static method redirect
847 getter body 848 getter body
848 getter bodyUsed 849 getter bodyUsed
849 getter headers 850 getter headers
850 getter ok 851 getter ok
851 getter redirected 852 getter redirected
852 getter status 853 getter status
853 getter statusText 854 getter statusText
854 getter type 855 getter type
855 getter url 856 getter url
856 method arrayBuffer 857 method arrayBuffer
857 method blob 858 method blob
858 method clone 859 method clone
859 method constructor 860 method constructor
861 method formData
860 method json 862 method json
861 method text 863 method text
862 interface ServiceWorkerGlobalScope : WorkerGlobalScope 864 interface ServiceWorkerGlobalScope : WorkerGlobalScope
863 method constructor 865 method constructor
864 interface ServiceWorkerRegistration : EventTarget 866 interface ServiceWorkerRegistration : EventTarget
865 getter active 867 getter active
866 getter backgroundFetch 868 getter backgroundFetch
867 getter installing 869 getter installing
868 getter onupdatefound 870 getter onupdatefound
869 getter paymentManager 871 getter paymentManager
(...skipping 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after
2308 setter onnotificationclick 2310 setter onnotificationclick
2309 setter onnotificationclose 2311 setter onnotificationclose
2310 setter onpaymentrequest 2312 setter onpaymentrequest
2311 setter onpush 2313 setter onpush
2312 setter onsync 2314 setter onsync
2313 PASS Verify the interface of ServiceWorkerGlobalScope 2315 PASS Verify the interface of ServiceWorkerGlobalScope
2314 PASS successfullyParsed is true 2316 PASS successfullyParsed is true
2315 2317
2316 TEST COMPLETE 2318 TEST COMPLETE
2317 2319
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698