Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusting SAB support for Chrome on Android #9600

Merged
merged 7 commits into from
Apr 22, 2021
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 44 additions & 20 deletions javascript/builtins/SharedArrayBuffer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@
"notes": "Chrome disabled SharedArrayBuffer on January 5, 2018 to help reduce the efficacy of <a href='https://www.chromium.org/Home/chromium-security/ssca'>speculative side-channel attacks</a>. This was a temporary removal while mitigations were put in place."
}
],
"chrome_android": {
"version_added": "60",
"version_removed": "63",
"notes": "Chrome disabled SharedArrayBuffer on January 5, 2018 to help reduce the efficacy of <a href='https://www.chromium.org/Home/chromium-security/ssca'>speculative side-channel attacks</a>. This is intended as a temporary measure until other mitigations are in place."
},
"chrome_android": [
{
"version_added": "89",
"notes": "SharedArrayBuffer are available on Android gated behind COOP/COEP. Additional details can be found at <a href='https://web.dev/coop-coep/'>web.dev</a>"
ddbeck marked this conversation as resolved.
Show resolved Hide resolved
},
{
"version_added": "60",
"version_removed": "63",
"notes": "Chrome disabled SharedArrayBuffer on January 5, 2018 to help reduce the efficacy of <a href='https://www.chromium.org/Home/chromium-security/ssca'>speculative side-channel attacks</a>. This is intended as a temporary measure until other mitigations are in place."
}
],
"edge": [
{
"version_added": "79"
Expand Down Expand Up @@ -145,11 +151,17 @@
"notes": "Chrome disabled SharedArrayBuffer on January 5, 2018 to help reduce the efficacy of <a href='https://www.chromium.org/Home/chromium-security/ssca'>speculative side-channel attacks</a>. This was a temporary removal while mitigations were put in place."
}
],
"chrome_android": {
"version_added": "60",
"version_removed": "63",
"notes": "Chrome disabled SharedArrayBuffer on January 5, 2018 to help reduce the efficacy of <a href='https://www.chromium.org/Home/chromium-security/ssca'>speculative side-channel attacks</a>. This is intended as a temporary measure until other mitigations are in place."
},
"chrome_android": [
{
"version_added": "89",
"notes": "SharedArrayBuffer are available on Android gated behind COOP/COEP. Additional details can be found at <a href='https://web.dev/coop-coep/'>web.dev</a>"
ddbeck marked this conversation as resolved.
Show resolved Hide resolved
},
{
"version_added": "60",
"version_removed": "63",
"notes": "Chrome disabled SharedArrayBuffer on January 5, 2018 to help reduce the efficacy of <a href='https://www.chromium.org/Home/chromium-security/ssca'>speculative side-channel attacks</a>. This is intended as a temporary measure until other mitigations are in place."
}
],
"edge": [
{
"version_added": "79"
Expand Down Expand Up @@ -274,11 +286,17 @@
"notes": "Chrome disabled SharedArrayBuffer on January 5, 2018 to help reduce the efficacy of <a href='https://www.chromium.org/Home/chromium-security/ssca'>speculative side-channel attacks</a>. This was a temporary removal while mitigations were put in place."
}
],
"chrome_android": {
"version_added": "60",
"version_removed": "63",
"notes": "Chrome disabled SharedArrayBuffer on January 5, 2018 to help reduce the efficacy of <a href='https://www.chromium.org/Home/chromium-security/ssca'>speculative side-channel attacks</a>. This is intended as a temporary measure until other mitigations are in place."
},
"chrome_android": [
{
"version_added": "89",
"notes": "SharedArrayBuffer are available on Android gated behind COOP/COEP. Additional details can be found at <a href='https://web.dev/coop-coep/'>web.dev</a>"
ddbeck marked this conversation as resolved.
Show resolved Hide resolved
},
{
"version_added": "60",
"version_removed": "63",
"notes": "Chrome disabled SharedArrayBuffer on January 5, 2018 to help reduce the efficacy of <a href='https://www.chromium.org/Home/chromium-security/ssca'>speculative side-channel attacks</a>. This is intended as a temporary measure until other mitigations are in place."
}
],
"edge": [
{
"version_added": "79"
Expand Down Expand Up @@ -403,11 +421,17 @@
"notes": "Chrome disabled SharedArrayBuffer on January 5, 2018 to help reduce the efficacy of <a href='https://www.chromium.org/Home/chromium-security/ssca'>speculative side-channel attacks</a>. This was a temporary removal while mitigations were put in place."
}
],
"chrome_android": {
"version_added": "60",
"version_removed": "63",
"notes": "Chrome disabled SharedArrayBuffer on January 5, 2018 to help reduce the efficacy of <a href='https://www.chromium.org/Home/chromium-security/ssca'>speculative side-channel attacks</a>. This is intended as a temporary measure until other mitigations are in place."
},
"chrome_android": [
{
"version_added": "89",
"notes": "SharedArrayBuffer are available on Android gated behind COOP/COEP. Additional details can be found at <a href='https://web.dev/coop-coep/'>web.dev</a>"
ddbeck marked this conversation as resolved.
Show resolved Hide resolved
},
{
"version_added": "60",
"version_removed": "63",
"notes": "Chrome disabled SharedArrayBuffer on January 5, 2018 to help reduce the efficacy of <a href='https://www.chromium.org/Home/chromium-security/ssca'>speculative side-channel attacks</a>. This is intended as a temporary measure until other mitigations are in place."
}
],
"edge": [
{
"version_added": "79"
Expand Down