diff --git a/build/cromite_patches/Temp-disable-UseContextSnapshot.patch b/build/cromite_patches/Temp-disable-UseContextSnapshot.patch new file mode 100644 index 0000000000000000000000000000000000000000..a86c7d107dcd60fc7091adb24a7efbe2017ef9e4 --- /dev/null +++ b/build/cromite_patches/Temp-disable-UseContextSnapshot.patch @@ -0,0 +1,23 @@ +From: uazo +Date: Tue, 1 Jul 2025 14:50:29 +0000 +Subject: Temp disable UseContextSnapshot + +Temporarily disable the context snapshot of blink and use that of v8. + +License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html +--- + content/public/common/content_features.cc | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc +--- a/content/public/common/content_features.cc ++++ b/content/public/common/content_features.cc +@@ -1205,6 +1205,7 @@ BASE_FEATURE(kUnrestrictedSharedArrayBuffer, + BASE_FEATURE(kUseContextSnapshot, + "UseContextSnapshot", + base::FEATURE_ENABLED_BY_DEFAULT); ++SET_CROMITE_FEATURE_DISABLED(kUseContextSnapshot); + #endif + + // Enables comparing browser and renderer's DidCommitProvisionalLoadParams in +-- diff --git a/build/cromite_patches_list.txt b/build/cromite_patches_list.txt index 8c625555b6a00fd8223f05def9de694e6f3abb87..5931196bcae412d70f6eda80bd442f86abbc979a 100644 --- a/build/cromite_patches_list.txt +++ b/build/cromite_patches_list.txt @@ -181,6 +181,7 @@ Disable-privacy-issues-in-password-manager.patch Restore-chrome-password-store.patch Use-browser-navigation-handler.patch Disable-Android-Tab-Declutter.patch +Temp-disable-UseContextSnapshot.patch eyeo-133.0.6943.49-base.patch eyeo-133.0.6943.49-chrome_integration.patch diff --git a/update_cromite_patches.sh b/update_cromite_patches.sh index 0613c7c216fa4d64ea566284c17817b421de4b16..ae4f2f1ef942f88844b79125546a7e49f3da36f4 100755 --- a/update_cromite_patches.sh +++ b/update_cromite_patches.sh @@ -4,7 +4,7 @@ root_dir=$(dirname "$(readlink -f "$0")") cd $root_dir/build -branch="v138.0.7204.50-f44f153674d484bc6b33d005f4441407b0b588a7" +branch="v138.0.7204.97-418943de425329115e0783375c12ee5aec36e2b6" if [ -d cromite ]; then cd cromite git fetch origin $branch