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

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

Issue 2863443002: Implement and ship PushManager.supportedContentEncodings (Closed)
Patch Set: Implement and ship PushManager.supportedContentEncodings 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 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 method requestAll 793 method requestAll
794 method revoke 794 method revoke
795 interface PromiseRejectionEvent : Event 795 interface PromiseRejectionEvent : Event
796 getter promise 796 getter promise
797 getter reason 797 getter reason
798 method constructor 798 method constructor
799 interface PushEvent : ExtendableEvent 799 interface PushEvent : ExtendableEvent
800 getter data 800 getter data
801 method constructor 801 method constructor
802 interface PushManager 802 interface PushManager
803 static getter supportedContentEncodings
803 method constructor 804 method constructor
804 method getSubscription 805 method getSubscription
805 method permissionState 806 method permissionState
806 method subscribe 807 method subscribe
807 interface PushMessageData 808 interface PushMessageData
808 method arrayBuffer 809 method arrayBuffer
809 method blob 810 method blob
810 method constructor 811 method constructor
811 method json 812 method json
812 method text 813 method text
(...skipping 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after
2315 setter onnotificationclick 2316 setter onnotificationclick
2316 setter onnotificationclose 2317 setter onnotificationclose
2317 setter onpaymentrequest 2318 setter onpaymentrequest
2318 setter onpush 2319 setter onpush
2319 setter onsync 2320 setter onsync
2320 PASS Verify the interface of ServiceWorkerGlobalScope 2321 PASS Verify the interface of ServiceWorkerGlobalScope
2321 PASS successfullyParsed is true 2322 PASS successfullyParsed is true
2322 2323
2323 TEST COMPLETE 2324 TEST COMPLETE
2324 2325
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698