[go: nahoru, domu]

[M123 merge][shared storage] Disable SharedStorageAPIM123

Push back to M124, as we have little time to collect the necessary
approvals by the M123 Stable cut.

This will be merged to M123.

In a follow up CL, we will rename it to M124 and re-enable it again
(anticipated to be approved by M124).

(cherry picked from commit f041ddcc69294b274105189622f4485916dbaa4d)

Bug: 328540046
Change-Id: I8bf3591ef5b345035a9ab50441bfe092fb9711fd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5353669
Reviewed-by: Dominic Farolino <dom@chromium.org>
Commit-Queue: Yao Xiao <yaoxia@chromium.org>
Reviewed-by: Cammie Smith Barnes <cammie@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1269854}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5362733
Cr-Commit-Position: refs/branch-heads/6312@{#518}
Cr-Branched-From: 6711dcdae48edaf98cbc6964f90fac85b7d9986e-refs/heads/main@{#1262506}
diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc
index 195e349..ac328b2 100644
--- a/third_party/blink/common/features.cc
+++ b/third_party/blink/common/features.cc
@@ -2037,7 +2037,7 @@
 
 BASE_FEATURE(kSharedStorageAPIM123,
              "SharedStorageAPIM123",
-             base::FEATURE_ENABLED_BY_DEFAULT);
+             base::FEATURE_DISABLED_BY_DEFAULT);
 
 BASE_FEATURE(kSharedStorageAPIEnableWALForDatabase,
              "SharedStorageAPIEnableWALForDatabase",
diff --git a/third_party/blink/web_tests/webexposed/global-interface-listing-expected.txt b/third_party/blink/web_tests/webexposed/global-interface-listing-expected.txt
index 9156a2dd..266911c 100644
--- a/third_party/blink/web_tests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/blink/web_tests/webexposed/global-interface-listing-expected.txt
@@ -9413,7 +9413,6 @@
     method append
     method clear
     method constructor
-    method createWorklet
     method delete
     method run
     method selectURL
@@ -9422,8 +9421,6 @@
     attribute @@toStringTag
     method addModule
     method constructor
-    method run
-    method selectURL
 interface SharedWorker : EventTarget
     attribute @@toStringTag
     getter onerror