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

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

Issue 1970003004: Worker: Move close() from WorkerGlobalScope to derived interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add const Created 4 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 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 ByteLengthQueuingStrategy 8 interface ByteLengthQueuingStrategy
9 method constructor 9 method constructor
10 method size 10 method size
(...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 getter onerror 1192 getter onerror
1193 getter onrejectionhandled 1193 getter onrejectionhandled
1194 getter onunhandledrejection 1194 getter onunhandledrejection
1195 getter performance 1195 getter performance
1196 getter self 1196 getter self
1197 getter webkitIndexedDB 1197 getter webkitIndexedDB
1198 method atob 1198 method atob
1199 method btoa 1199 method btoa
1200 method clearInterval 1200 method clearInterval
1201 method clearTimeout 1201 method clearTimeout
1202 method close
1203 method constructor 1202 method constructor
1204 method createImageBitmap 1203 method createImageBitmap
1205 method fetch 1204 method fetch
1206 method importScripts 1205 method importScripts
1207 method setInterval 1206 method setInterval
1208 method setTimeout 1207 method setTimeout
1209 setter onerror 1208 setter onerror
1210 setter onrejectionhandled 1209 setter onrejectionhandled
1211 setter onunhandledrejection 1210 setter onunhandledrejection
1212 interface WorkerLocation 1211 interface WorkerLocation
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1346 getter onactivate 1345 getter onactivate
1347 getter onfetch 1346 getter onfetch
1348 getter onforeignfetch 1347 getter onforeignfetch
1349 getter oninstall 1348 getter oninstall
1350 getter onmessage 1349 getter onmessage
1351 getter onnotificationclick 1350 getter onnotificationclick
1352 getter onnotificationclose 1351 getter onnotificationclose
1353 getter onpush 1352 getter onpush
1354 getter onsync 1353 getter onsync
1355 getter registration 1354 getter registration
1356 method close
1357 method fetch 1355 method fetch
1358 method gc 1356 method gc
1359 method skipWaiting 1357 method skipWaiting
1360 setter onactivate 1358 setter onactivate
1361 setter onfetch 1359 setter onfetch
1362 setter onforeignfetch 1360 setter onforeignfetch
1363 setter oninstall 1361 setter oninstall
1364 setter onmessage 1362 setter onmessage
1365 setter onnotificationclick 1363 setter onnotificationclick
1366 setter onnotificationclose 1364 setter onnotificationclose
1367 setter onpush 1365 setter onpush
1368 setter onsync 1366 setter onsync
1369 This is a testharness.js-based test. 1367 This is a testharness.js-based test.
1370 PASS Verify the interface of ServiceWorkerGlobalScope 1368 PASS Verify the interface of ServiceWorkerGlobalScope
1371 Harness: the test ran to completion. 1369 Harness: the test ran to completion.
1372 1370
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698