Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd78a47a authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '3460-master-webview_fix' into 'master'

Fix webview not working

See merge request !90
parents dd2b9506 88c3c203
Loading
Loading
Loading
Loading
Loading
+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
--
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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