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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt

Issue 2876293002: Revert "Enable SharedArrayBuffer feature by default." (Closed)
Patch Set: Created 3 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 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope. 1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Starting worker: resources/global-interface-listing.js 6 Starting worker: resources/global-interface-listing.js
7 [Worker] [INTERFACES] 7 [Worker] [INTERFACES]
8 [Worker] interface BackgroundFetchFetch 8 [Worker] interface BackgroundFetchFetch
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter request 10 [Worker] getter request
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 [Worker] getter pushManager 869 [Worker] getter pushManager
870 [Worker] getter scope 870 [Worker] getter scope
871 [Worker] getter sync 871 [Worker] getter sync
872 [Worker] getter waiting 872 [Worker] getter waiting
873 [Worker] method constructor 873 [Worker] method constructor
874 [Worker] method getNotifications 874 [Worker] method getNotifications
875 [Worker] method showNotification 875 [Worker] method showNotification
876 [Worker] method unregister 876 [Worker] method unregister
877 [Worker] method update 877 [Worker] method update
878 [Worker] setter onupdatefound 878 [Worker] setter onupdatefound
879 [Worker] interface SharedArrayBuffer
880 [Worker] attribute @@toStringTag
881 [Worker] getter byteLength
882 [Worker] method constructor
883 [Worker] method slice
884 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope 879 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope
885 [Worker] attribute @@toStringTag 880 [Worker] attribute @@toStringTag
886 [Worker] attribute PERSISTENT 881 [Worker] attribute PERSISTENT
887 [Worker] attribute TEMPORARY 882 [Worker] attribute TEMPORARY
888 [Worker] method constructor 883 [Worker] method constructor
889 [Worker] interface StorageManager 884 [Worker] interface StorageManager
890 [Worker] attribute @@toStringTag 885 [Worker] attribute @@toStringTag
891 [Worker] method constructor 886 [Worker] method constructor
892 [Worker] method estimate 887 [Worker] method estimate
893 [Worker] method persisted 888 [Worker] method persisted
(...skipping 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after
2325 [Worker] setter onerror 2320 [Worker] setter onerror
2326 [Worker] setter onload 2321 [Worker] setter onload
2327 [Worker] setter onloadend 2322 [Worker] setter onloadend
2328 [Worker] setter onloadstart 2323 [Worker] setter onloadstart
2329 [Worker] setter onprogress 2324 [Worker] setter onprogress
2330 [Worker] setter ontimeout 2325 [Worker] setter ontimeout
2331 [Worker] interface XMLHttpRequestUpload : XMLHttpRequestEventTarget 2326 [Worker] interface XMLHttpRequestUpload : XMLHttpRequestEventTarget
2332 [Worker] attribute @@toStringTag 2327 [Worker] attribute @@toStringTag
2333 [Worker] method constructor 2328 [Worker] method constructor
2334 [Worker] [GLOBAL OBJECT] 2329 [Worker] [GLOBAL OBJECT]
2335 [Worker] attribute Atomics
2336 [Worker] attribute console 2330 [Worker] attribute console
2337 [Worker] attribute internals 2331 [Worker] attribute internals
2338 [Worker] getter name 2332 [Worker] getter name
2339 [Worker] getter onconnect 2333 [Worker] getter onconnect
2340 [Worker] method close 2334 [Worker] method close
2341 [Worker] method gc 2335 [Worker] method gc
2342 [Worker] method webkitRequestFileSystem 2336 [Worker] method webkitRequestFileSystem
2343 [Worker] method webkitRequestFileSystemSync 2337 [Worker] method webkitRequestFileSystemSync
2344 [Worker] method webkitResolveLocalFileSystemSyncURL 2338 [Worker] method webkitResolveLocalFileSystemSyncURL
2345 [Worker] method webkitResolveLocalFileSystemURL 2339 [Worker] method webkitResolveLocalFileSystemURL
2346 [Worker] setter onconnect 2340 [Worker] setter onconnect
2347 PASS successfullyParsed is true 2341 PASS successfullyParsed is true
2348 2342
2349 TEST COMPLETE 2343 TEST COMPLETE
2350 2344
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698