Side by Side Diff: third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/workers/README.txt
Issue 2707243006 :
[SharedArrayBuffer] Prevent SharedArrayBuffer being used in Web APIs (Closed)
Patch Set: add some layout tests
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
third_party/WebKit/LayoutTests/VirtualTestSuites
third_party/WebKit/LayoutTests/crypto/random-values.js
third_party/WebKit/LayoutTests/crypto/subtle/importKey-badParameters.html
third_party/WebKit/LayoutTests/crypto/subtle/importKey-badParameters-expected.txt
third_party/WebKit/LayoutTests/fast/beacon/beacon-basic.html
third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-constructor.html
third_party/WebKit/LayoutTests/fast/css/fontface-arraybuffer.html
third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix.html
third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html
third_party/WebKit/LayoutTests/fast/files/blob-constructor.html
third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-send-sharedarraybuffer.html
third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/crypto/README.txt
third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/crypto/random-values-expected.txt
third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/crypto/subtle/importKey-badParameters-expected.txt
third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/README.txt
third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/beacon/beacon-basic-expected.txt
third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/css/fontface-arraybuffer-expected.txt
third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/dom/geometry-interfaces-dom-matrix-expected.txt
third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/files/blob-constructor-expected.txt
third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/workers/README.txt
third_party/WebKit/Source/bindings/core/v8/ToV8.h
third_party/WebKit/Source/bindings/core/v8/V8Binding.h
third_party/WebKit/Source/bindings/scripts/v8_attributes.py
third_party/WebKit/Source/bindings/scripts/v8_dictionary.py
third_party/WebKit/Source/bindings/scripts/v8_types.py
third_party/WebKit/Source/bindings/scripts/v8_union.py
third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp.tmpl
third_party/WebKit/Source/bindings/templates/union_container.cpp.tmpl
third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.h
third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.cpp
third_party/WebKit/Source/bindings/tests/results/core/StringOrArrayBufferOrArrayBufferView.h
third_party/WebKit/Source/bindings/tests/results/core/StringOrArrayBufferOrArrayBufferView.cpp
third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h
third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp
third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h
third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.cpp
third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h
third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.cpp
third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.h
third_party/WebKit/Source/core/css/FontFace.cpp
third_party/WebKit/Source/core/dom/DOMArrayPiece.cpp
third_party/WebKit/Source/core/dom/NotShared.h
third_party/WebKit/Source/core/fileapi/Blob.cpp
third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp
third_party/WebKit/Source/core/geometry/DOMMatrix.h
third_party/WebKit/Source/core/geometry/DOMMatrix.cpp
third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h
third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp
third_party/WebKit/Source/core/html/ImageData.h
third_party/WebKit/Source/core/html/ImageData.cpp
third_party/WebKit/Source/core/mojo/MojoHandle.cpp
third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
third_party/WebKit/Source/modules/beacon/NavigatorBeacon.cpp
third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp
third_party/WebKit/Source/modules/crypto/Crypto.h
third_party/WebKit/Source/modules/crypto/Crypto.cpp
third_party/WebKit/Source/modules/crypto/SubtleCrypto.cpp
third_party/WebKit/Source/modules/encoding/TextDecoder.cpp
third_party/WebKit/Source/modules/encoding/TextEncoder.h
third_party/WebKit/Source/modules/encoding/TextEncoder.cpp
third_party/WebKit/Source/modules/mediasource/SourceBuffer.h
third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp
third_party/WebKit/Source/modules/presentation/PresentationConnection.h
third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
third_party/WebKit/Source/modules/push_messaging/PushMessageData.cpp
third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.cpp
third_party/WebKit/Source/modules/sensor/OrientationSensor.cpp
third_party/WebKit/Source/modules/webaudio/AnalyserNode.h
third_party/WebKit/Source/modules/webaudio/AnalyserNode.cpp
third_party/WebKit/Source/modules/webaudio/AudioBuffer.h
third_party/WebKit/Source/modules/webaudio/AudioBuffer.cpp
third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
third_party/WebKit/Source/modules/webaudio/AudioParam.h
third_party/WebKit/Source/modules/webaudio/AudioParam.cpp
third_party/WebKit/Source/modules/webaudio/AudioWorkletGlobalScopeTest.cpp
third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
third_party/WebKit/Source/modules/webaudio/BaseAudioContext.cpp
third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h
third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.cpp
third_party/WebKit/Source/modules/webaudio/ConvolverNode.cpp
third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h
third_party/WebKit/Source/modules/webaudio/IIRFilterNode.cpp
third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
third_party/WebKit/Source/modules/webaudio/PeriodicWave.h
third_party/WebKit/Source/modules/webaudio/PeriodicWave.cpp
third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp
third_party/WebKit/Source/modules/webaudio/WaveShaperNode.h
third_party/WebKit/Source/modules/webaudio/WaveShaperNode.cpp
third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp
third_party/WebKit/Source/modules/webgl/WebGLGetBufferSubDataAsync.h
third_party/WebKit/Source/modules/webgl/WebGLGetBufferSubDataAsync.cpp
third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
third_party/WebKit/Source/modules/webmidi/MIDIMessageEvent.cpp
third_party/WebKit/Source/modules/webmidi/MIDIOutput.h
third_party/WebKit/Source/modules/webmidi/MIDIOutput.cpp
third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
third_party/WebKit/Source/modules/webusb/USBDevice.cpp