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

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 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 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 method requestAll 786 method requestAll
787 method revoke 787 method revoke
788 interface PromiseRejectionEvent : Event 788 interface PromiseRejectionEvent : Event
789 getter promise 789 getter promise
790 getter reason 790 getter reason
791 method constructor 791 method constructor
792 interface PushEvent : ExtendableEvent 792 interface PushEvent : ExtendableEvent
793 getter data 793 getter data
794 method constructor 794 method constructor
795 interface PushManager 795 interface PushManager
796 static getter supportedContentEncodings
796 method constructor 797 method constructor
797 method getSubscription 798 method getSubscription
798 method permissionState 799 method permissionState
799 method subscribe 800 method subscribe
800 interface PushMessageData 801 interface PushMessageData
801 method arrayBuffer 802 method arrayBuffer
802 method blob 803 method blob
803 method constructor 804 method constructor
804 method json 805 method json
805 method text 806 method text
(...skipping 1501 matching lines...) Expand 10 before | Expand all | Expand 10 after
2307 setter onnotificationclick 2308 setter onnotificationclick
2308 setter onnotificationclose 2309 setter onnotificationclose
2309 setter onpaymentrequest 2310 setter onpaymentrequest
2310 setter onpush 2311 setter onpush
2311 setter onsync 2312 setter onsync
2312 PASS Verify the interface of ServiceWorkerGlobalScope 2313 PASS Verify the interface of ServiceWorkerGlobalScope
2313 PASS successfullyParsed is true 2314 PASS successfullyParsed is true
2314 2315
2315 TEST COMPLETE 2316 TEST COMPLETE
2316 2317
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698