Loading build/cromite_patches/Temp-disable-UseContextSnapshot.patch 0 → 100644 +23 −0 Original line number Diff line number Diff line From: uazo <uazo@users.noreply.github.com> 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 -- build/cromite_patches_list.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading update_cromite_patches.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
build/cromite_patches/Temp-disable-UseContextSnapshot.patch 0 → 100644 +23 −0 Original line number Diff line number Diff line From: uazo <uazo@users.noreply.github.com> 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 --
build/cromite_patches_list.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
update_cromite_patches.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading