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

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

Issue 2102093002: ServiceWorker: Remove [Unforgeable] idl extended attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 8 interface BroadcastChannel : EventTarget
9 getter name 9 getter name
10 getter onmessage 10 getter onmessage
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 getter url 643 getter url
644 method arrayBuffer 644 method arrayBuffer
645 method blob 645 method blob
646 method clone 646 method clone
647 method constructor 647 method constructor
648 method json 648 method json
649 method text 649 method text
650 interface ServiceWorkerGlobalScope : WorkerGlobalScope 650 interface ServiceWorkerGlobalScope : WorkerGlobalScope
651 method constructor 651 method constructor
652 interface ServiceWorkerRegistration : EventTarget 652 interface ServiceWorkerRegistration : EventTarget
653 getter active
654 getter installing
653 getter onupdatefound 655 getter onupdatefound
654 getter pushManager 656 getter pushManager
655 getter scope 657 getter scope
656 getter sync 658 getter sync
659 getter waiting
657 method constructor 660 method constructor
658 method getNotifications 661 method getNotifications
659 method showNotification 662 method showNotification
660 method unregister 663 method unregister
661 method update 664 method update
662 setter onupdatefound 665 setter onupdatefound
663 interface StorageManager 666 interface StorageManager
664 method constructor 667 method constructor
665 method estimate 668 method estimate
666 method persisted 669 method persisted
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 setter onmessage 1199 setter onmessage
1197 setter onopen 1200 setter onopen
1198 interface WindowClient : Client 1201 interface WindowClient : Client
1199 getter focused 1202 getter focused
1200 getter visibilityState 1203 getter visibilityState
1201 method constructor 1204 method constructor
1202 method focus 1205 method focus
1203 method navigate 1206 method navigate
1204 interface WorkerGlobalScope : EventTarget 1207 interface WorkerGlobalScope : EventTarget
1205 getter addressSpace 1208 getter addressSpace
1209 getter caches
1206 getter crypto 1210 getter crypto
1207 getter indexedDB 1211 getter indexedDB
1208 getter location 1212 getter location
1209 getter navigator 1213 getter navigator
1210 getter onerror 1214 getter onerror
1211 getter onrejectionhandled 1215 getter onrejectionhandled
1212 getter onunhandledrejection 1216 getter onunhandledrejection
1213 getter performance 1217 getter performance
1214 getter self 1218 getter self
1215 getter webkitIndexedDB 1219 getter webkitIndexedDB
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
1351 getter onerror 1355 getter onerror
1352 method abort 1356 method abort
1353 method constructor 1357 method constructor
1354 method objectStore 1358 method objectStore
1355 setter onabort 1359 setter onabort
1356 setter oncomplete 1360 setter oncomplete
1357 setter onerror 1361 setter onerror
1358 global object 1362 global object
1359 attribute console 1363 attribute console
1360 attribute internals 1364 attribute internals
1361 getter caches
1362 getter clients 1365 getter clients
1363 getter onactivate 1366 getter onactivate
1364 getter onfetch 1367 getter onfetch
1365 getter onforeignfetch 1368 getter onforeignfetch
1366 getter oninstall 1369 getter oninstall
1367 getter onmessage 1370 getter onmessage
1368 getter onnotificationclick 1371 getter onnotificationclick
1369 getter onnotificationclose 1372 getter onnotificationclose
1370 getter onpush 1373 getter onpush
1371 getter onsync 1374 getter onsync
1372 getter registration 1375 getter registration
1373 method fetch 1376 method fetch
1374 method gc 1377 method gc
1375 method skipWaiting 1378 method skipWaiting
1376 setter onactivate 1379 setter onactivate
1377 setter onfetch 1380 setter onfetch
1378 setter onforeignfetch 1381 setter onforeignfetch
1379 setter oninstall 1382 setter oninstall
1380 setter onmessage 1383 setter onmessage
1381 setter onnotificationclick 1384 setter onnotificationclick
1382 setter onnotificationclose 1385 setter onnotificationclose
1383 setter onpush 1386 setter onpush
1384 setter onsync 1387 setter onsync
1385 PASS Verify the interface of ServiceWorkerGlobalScope 1388 PASS Verify the interface of ServiceWorkerGlobalScope
1386 PASS successfullyParsed is true 1389 PASS successfullyParsed is true
1387 1390
1388 TEST COMPLETE 1391 TEST COMPLETE
1389 1392
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698