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

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

Issue 1210633002: Update navigator.services API to use the new services.onconnect event [1/3]. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@serviceport-part3
Patch Set: rebase Created 5 years, 5 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 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 getter onclose 849 getter onclose
850 getter onconnect 850 getter onconnect
851 getter onmessage 851 getter onmessage
852 method connect 852 method connect
853 method constructor 853 method constructor
854 method match 854 method match
855 method matchAll 855 method matchAll
856 setter onclose 856 setter onclose
857 setter onconnect 857 setter onconnect
858 setter onmessage 858 setter onmessage
859 interface ServicePortConnectEvent
860 getter origin
861 getter targetURL
862 method constructor
863 method respondWith
859 interface ServiceWorkerGlobalScope 864 interface ServiceWorkerGlobalScope
860 getter clients 865 getter clients
861 getter onactivate 866 getter onactivate
862 getter oncrossoriginconnect 867 getter oncrossoriginconnect
863 getter oncrossoriginmessage 868 getter oncrossoriginmessage
864 getter onfetch 869 getter onfetch
865 getter ongeofenceenter 870 getter ongeofenceenter
866 getter ongeofenceleave 871 getter ongeofenceleave
867 getter oninstall 872 getter oninstall
868 getter onmessage 873 getter onmessage
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 method abort 1365 method abort
1361 method constructor 1366 method constructor
1362 method objectStore 1367 method objectStore
1363 setter onabort 1368 setter onabort
1364 setter oncomplete 1369 setter oncomplete
1365 setter onerror 1370 setter onerror
1366 This is a testharness.js-based test. 1371 This is a testharness.js-based test.
1367 PASS Verify the interface of ServiceWorkerGlobalScope 1372 PASS Verify the interface of ServiceWorkerGlobalScope
1368 Harness: the test ran to completion. 1373 Harness: the test ran to completion.
1369 1374
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/navigatorconnect/resources/test-helpers.js ('k') | Source/bindings/core/v8/ExceptionState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698