Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed disabling of SharedArrayBuffer feature.
This feature was disabled by brave/brave-browser#1051 to mitigate Spectre. Spectre was later addressed by Chromium via site isolation and Chromium re-enabled SharedArrayBuffer, but Brave didn't. Now in C74, WebAssemblyThreads feature is being enabled by default. Since WebAssemblyThreads is built with and auto-enables SharedArrayBuffer, there is no reason for us to continue keeping SharedArrayBuffer disabled. Aslo, removed a browser test for checking that SharedArrayBuffer is disabled. Chromium change making WebAssemblyThreads enabled by default: commit f9cc6b912e601070728b449892097cec0d59cbfa Author: Ben Smith <binji@chromium.org> Date: Wed Feb 27 02:09:43 2019 +0000 [wasm] Enable wasm threads by default See intent to ship blink-dev thread: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/tD6np-OG2PU Bug: chromium:754910
- Loading branch information