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

Issue 2812833003: Revert of [SharedArrayBuffer] Prevent SharedArrayBuffer being used in Web APIs (Closed)

Created:
3 years, 8 months ago by haraken
Modified:
3 years, 8 months ago
Reviewers:
dglazkov, binji, Raymond Toy
CC:
blink-reviews, blink-reviews-bindings_chromium.org, blink-reviews-dom_chromium.org, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, hongchan, rwlbuis, Raymond Toy, sof, toyoshim+midi_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of [SharedArrayBuffer] Prevent SharedArrayBuffer being used in Web APIs (patchset #17 id:320001 of https://codereview.chromium.org/2707243006/ ) Reason for revert: This CL broke a couple of tests on Mac bots. https://uberchromegw.corp.google.com/i/chromium.webkit/builders/WebKit%20Mac10.12/builds/1353 Let me revert the CL to make the waterfall happy at the moment. Original issue's description: > [SharedArrayBuffer] Prevent SharedArrayBuffer being used in Web APIs > > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel > > Review-Url: https://codereview.chromium.org/2707243006 > Cr-Commit-Position: refs/heads/master@{#463513} > Committed: https://chromium.googlesource.com/chromium/src/+/39aa85f571c22c63815e7b07069c96ec37b9024b TBR=dglazkov@chromium.org,rtoy@chromium.org,binji@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2812833003 Cr-Commit-Position: refs/heads/master@{#463548} Committed: https://chromium.googlesource.com/chromium/src/+/1f56d727f1f2f682ee332f3f0428a62093086428

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+754 lines, -2100 lines) Patch
M third_party/WebKit/LayoutTests/SlowTests View 12 chunks +0 lines, -14 lines 0 comments Download
M third_party/WebKit/LayoutTests/TestExpectations View 18 chunks +0 lines, -21 lines 0 comments Download
M third_party/WebKit/LayoutTests/VirtualTestSuites View 1 chunk +0 lines, -90 lines 0 comments Download
M third_party/WebKit/LayoutTests/crypto/random-values.js View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/crypto/subtle/importKey-badParameters.html View 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/crypto/subtle/importKey-badParameters-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/beacon/beacon-basic.html View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-constructor.html View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css/fontface-arraybuffer.html View 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix.html View 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html View 1 chunk +0 lines, -9 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/encoding/api/sharedarraybuffer.html View 1 chunk +0 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/constructors/midi-message-event-constructor.html View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/files/blob-constructor.html View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-datachannel.html View 2 chunks +2 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-send-sharedarraybuffer.html View 1 chunk +0 lines, -18 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-append-buffer.html View 1 chunk +0 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/push_messaging/resources/pushmessagedata-worker.js View 1 chunk +0 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/websocket/send-arraybufferview.html View 2 chunks +0 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html View 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/crypto/README.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/crypto/random-values-expected.txt View 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/crypto/subtle/importKey-badParameters-expected.txt View 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/crypto/worker-random-values-expected.txt View 1 chunk +0 lines, -15 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/beacon/README.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/beacon/beacon-basic-expected.txt View 1 chunk +0 lines, -15 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/canvas/README.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/canvas/canvas-lost-gpu-context-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/css/README.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/css/fontface-arraybuffer-expected.txt View 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/dom/README.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/dom/geometry-interfaces-dom-matrix-expected.txt View 1 chunk +0 lines, -31 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/encoding/api/README.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/events/constructors/README.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/events/constructors/midi-message-event-constructor-expected.txt View 1 chunk +0 lines, -21 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/files/README.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/files/blob-constructor-expected.txt View 1 chunk +0 lines, -96 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/peerconnection/README.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/peerconnection/RTCPeerConnection-datachannel-expected.txt View 1 chunk +0 lines, -45 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/workers/README.txt View 1 chunk +5 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/http/tests/media/media-source/README.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/http/tests/push_messaging/README.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/http/tests/websocket/README.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/http/tests/websocket/send-arraybufferview-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/sensor/README.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/webaudio/README.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/webaudio/dom-exceptions-expected.txt View 1 chunk +0 lines, -250 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/webmidi/README.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/webmidi/send-messages-expected.txt View 1 chunk +0 lines, -48 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBuffer/audiobuffer-copy-channel.html View 2 chunks +0 lines, -26 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/IIRFilter/iirfilter-basic.html View 1 chunk +0 lines, -21 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/constructor/waveshaper.html View 1 chunk +0 lines, -11 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/dom-exceptions.html View 5 chunks +1 line, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/dom-exceptions-expected.txt View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/webmidi/send-messages.html View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ToV8.h View 2 chunks +0 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8Binding.h View 4 chunks +0 lines, -33 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_attributes.py View 2 chunks +1 line, -7 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_dictionary.py View 2 chunks +1 line, -6 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_types.py View 10 chunks +9 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_union.py View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/templates/union_container.cpp.tmpl View 2 chunks +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.h View 2 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.cpp View 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/StringOrArrayBufferOrArrayBufferView.h View 2 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/StringOrArrayBufferOrArrayBufferView.cpp View 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.cpp View 2 chunks +5 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.cpp View 2 chunks +1 line, -4 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp View 15 chunks +37 lines, -79 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/FontFace.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMArrayPiece.cpp View 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/Source/core/dom/NotShared.h View 1 chunk +0 lines, -68 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/Blob.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/geometry/DOMMatrix.h View 2 chunks +2 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/geometry/DOMMatrix.cpp View 1 chunk +8 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h View 3 chunks +4 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp View 3 chunks +12 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/html/ImageData.h View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/html/ImageData.cpp View 3 chunks +23 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/core/mojo/MojoHandle.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/beacon/NavigatorBeacon.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp View 2 chunks +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/crypto/Crypto.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/crypto/Crypto.cpp View 1 chunk +10 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/modules/crypto/SubtleCrypto.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/encoding/TextDecoder.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/encoding/TextEncoder.h View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/encoding/TextEncoder.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBuffer.h View 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp View 1 chunk +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h View 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp View 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/presentation/PresentationConnection.h View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/push_messaging/PushMessageData.cpp View 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.cpp View 1 chunk +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/sensor/OrientationSensor.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AnalyserNode.h View 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AnalyserNode.cpp View 1 chunk +14 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBuffer.h View 2 chunks +6 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBuffer.cpp View 2 chunks +63 lines, -65 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioParam.h View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioParam.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioWorkletGlobalScopeTest.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h View 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BaseAudioContext.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.cpp View 1 chunk +8 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ConvolverNode.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/IIRFilterNode.cpp View 1 chunk +16 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/PeriodicWave.h View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/PeriodicWave.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp View 1 chunk +3 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperNode.h View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperNode.cpp View 2 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h View 27 chunks +36 lines, -50 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp View 46 chunks +222 lines, -237 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLGetBufferSubDataAsync.h View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLGetBufferSubDataAsync.cpp View 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h View 11 chunks +15 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp View 15 chunks +84 lines, -93 lines 0 comments Download
M third_party/WebKit/Source/modules/webmidi/MIDIMessageEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webmidi/MIDIOutput.h View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webmidi/MIDIOutput.cpp View 3 chunks +9 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/modules/websockets/DOMWebSocket.h View 3 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp View 1 chunk +7 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/modules/webusb/USBDevice.cpp View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
haraken
Created Revert of [SharedArrayBuffer] Prevent SharedArrayBuffer being used in Web APIs
3 years, 8 months ago (2017-04-11 06:10:35 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2812833003/1
3 years, 8 months ago (2017-04-11 06:11:03 UTC) #3
commit-bot: I haz the power
3 years, 8 months ago (2017-04-11 06:16:30 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/1f56d727f1f2f682ee332f3f0428...

Powered by Google App Engine
This is Rietveld 408576698