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

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

Issue 2004643002: Implement BroadcastChannel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address dcheng's comments Created 4 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 Blob 1 interface Blob
2 getter isClosed 2 getter isClosed
3 getter size 3 getter size
4 getter type 4 getter type
5 method close 5 method close
6 method constructor 6 method constructor
7 method slice 7 method slice
8 interface BroadcastChannel : EventTarget
9 getter name
10 getter onmessage
11 method close
12 method constructor
13 method postMessage
14 setter onmessage
8 interface ByteLengthQueuingStrategy 15 interface ByteLengthQueuingStrategy
9 method constructor 16 method constructor
10 method size 17 method size
11 interface Cache 18 interface Cache
12 method add 19 method add
13 method addAll 20 method addAll
14 method constructor 21 method constructor
15 method delete 22 method delete
16 method keys 23 method keys
17 method match 24 method match
(...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1367 setter onmessage 1374 setter onmessage
1368 setter onnotificationclick 1375 setter onnotificationclick
1369 setter onnotificationclose 1376 setter onnotificationclose
1370 setter onpush 1377 setter onpush
1371 setter onsync 1378 setter onsync
1372 PASS Verify the interface of ServiceWorkerGlobalScope 1379 PASS Verify the interface of ServiceWorkerGlobalScope
1373 PASS successfullyParsed is true 1380 PASS successfullyParsed is true
1374 1381
1375 TEST COMPLETE 1382 TEST COMPLETE
1376 1383
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698