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

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

Issue 1205783004: Update navigator.services API to use the new services.onconnect event [3/3]. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@serviceport-serviceside
Patch Set: remove extra space Created 5 years, 4 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 Array 1 interface Array
2 attribute length 2 attribute length
3 method concat 3 method concat
4 method constructor 4 method constructor
5 method copyWithin 5 method copyWithin
6 method entries 6 method entries
7 method every 7 method every
8 method fill 8 method fill
9 method filter 9 method filter
10 method find 10 method find
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 interface Clients 73 interface Clients
74 method claim 74 method claim
75 method constructor 75 method constructor
76 method matchAll 76 method matchAll
77 method openWindow 77 method openWindow
78 interface CloseEvent 78 interface CloseEvent
79 getter code 79 getter code
80 getter reason 80 getter reason
81 getter wasClean 81 getter wasClean
82 method constructor 82 method constructor
83 interface CrossOriginConnectEvent
84 getter client
85 method acceptConnection
86 method constructor
87 interface CrossOriginServiceWorkerClient 83 interface CrossOriginServiceWorkerClient
88 getter origin 84 getter origin
89 getter targetUrl 85 getter targetUrl
90 method constructor 86 method constructor
91 method postMessage 87 method postMessage
92 interface Crypto 88 interface Crypto
93 getter subtle 89 getter subtle
94 method constructor 90 method constructor
95 method getRandomValues 91 method getRandomValues
96 interface CryptoKey 92 interface CryptoKey
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 setter onconnect 855 setter onconnect
860 setter onmessage 856 setter onmessage
861 interface ServicePortConnectEvent 857 interface ServicePortConnectEvent
862 getter origin 858 getter origin
863 getter targetURL 859 getter targetURL
864 method constructor 860 method constructor
865 method respondWith 861 method respondWith
866 interface ServiceWorkerGlobalScope 862 interface ServiceWorkerGlobalScope
867 getter clients 863 getter clients
868 getter onactivate 864 getter onactivate
869 getter oncrossoriginconnect
870 getter oncrossoriginmessage 865 getter oncrossoriginmessage
871 getter onfetch 866 getter onfetch
872 getter ongeofenceenter 867 getter ongeofenceenter
873 getter ongeofenceleave 868 getter ongeofenceleave
874 getter oninstall 869 getter oninstall
875 getter onmessage 870 getter onmessage
876 getter onnotificationclick 871 getter onnotificationclick
877 getter onnotificationerror 872 getter onnotificationerror
878 getter onperiodicsync 873 getter onperiodicsync
879 getter onpush 874 getter onpush
880 getter onsync 875 getter onsync
881 getter registration 876 getter registration
882 method close 877 method close
883 method constructor 878 method constructor
884 method fetch 879 method fetch
885 method skipWaiting 880 method skipWaiting
886 setter onactivate 881 setter onactivate
887 setter oncrossoriginconnect
888 setter oncrossoriginmessage 882 setter oncrossoriginmessage
889 setter onfetch 883 setter onfetch
890 setter ongeofenceenter 884 setter ongeofenceenter
891 setter ongeofenceleave 885 setter ongeofenceleave
892 setter oninstall 886 setter oninstall
893 setter onmessage 887 setter onmessage
894 setter onnotificationclick 888 setter onnotificationclick
895 setter onnotificationerror 889 setter onnotificationerror
896 setter onperiodicsync 890 setter onperiodicsync
897 setter onpush 891 setter onpush
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
1359 method abort 1353 method abort
1360 method constructor 1354 method constructor
1361 method objectStore 1355 method objectStore
1362 setter onabort 1356 setter onabort
1363 setter oncomplete 1357 setter oncomplete
1364 setter onerror 1358 setter onerror
1365 This is a testharness.js-based test. 1359 This is a testharness.js-based test.
1366 PASS Verify the interface of ServiceWorkerGlobalScope 1360 PASS Verify the interface of ServiceWorkerGlobalScope
1367 Harness: the test ran to completion. 1361 Harness: the test ran to completion.
1368 1362
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/navigatorconnect/resources/reply-client-info-worker.js ('k') | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698