diff --git a/vanadium_patches/0011-Checkout-PGO-profiles.patch b/vanadium_patches/0011-Checkout-PGO-profiles.patch index 04b00f52..c95cea97 100644 --- a/vanadium_patches/0011-Checkout-PGO-profiles.patch +++ b/vanadium_patches/0011-Checkout-PGO-profiles.patch @@ -8,7 +8,7 @@ Subject: [PATCH] Checkout PGO profiles 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS -index 096d8a2d31729..e3885116da3ce 100644 +index d2b8d544a5431..14a0f1b2f578d 100644 --- a/DEPS +++ b/DEPS @@ -149,7 +149,7 @@ vars = { diff --git a/vanadium_patches/0012-disable-checkout_nacl.patch b/vanadium_patches/0012-disable-checkout_nacl.patch index fe4cf34e..3098e4df 100644 --- a/vanadium_patches/0012-disable-checkout_nacl.patch +++ b/vanadium_patches/0012-disable-checkout_nacl.patch @@ -8,7 +8,7 @@ Subject: [PATCH] disable checkout_nacl 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS -index e3885116da3ce..34074a05c29ee 100644 +index 14a0f1b2f578d..3ec413edac766 100644 --- a/DEPS +++ b/DEPS @@ -118,7 +118,7 @@ vars = { diff --git a/vanadium_patches/0014-disable-seed-based-field-trials.patch b/vanadium_patches/0014-disable-seed-based-field-trials.patch index 1000108b..d46e5856 100644 --- a/vanadium_patches/0014-disable-seed-based-field-trials.patch +++ b/vanadium_patches/0014-disable-seed-based-field-trials.patch @@ -8,7 +8,7 @@ Subject: [PATCH] disable seed-based field trials 1 file changed, 4 insertions(+) diff --git a/components/variations/service/variations_field_trial_creator_base.cc b/components/variations/service/variations_field_trial_creator_base.cc -index 405f01de4f0e6..54ce659057503 100644 +index d97f5f584a8a3..33750928add45 100644 --- a/components/variations/service/variations_field_trial_creator_base.cc +++ b/components/variations/service/variations_field_trial_creator_base.cc @@ -325,13 +325,17 @@ bool VariationsFieldTrialCreatorBase::SetUpFieldTrials( diff --git a/vanadium_patches/0017-disable-navigation-error-correction-by-default.patch b/vanadium_patches/0017-disable-navigation-error-correction-by-default.patch index 7745d082..690d1f0e 100644 --- a/vanadium_patches/0017-disable-navigation-error-correction-by-default.patch +++ b/vanadium_patches/0017-disable-navigation-error-correction-by-default.patch @@ -8,10 +8,10 @@ Subject: [PATCH] disable navigation error correction by default 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/browser/net/profile_network_context_service.cc b/chrome/browser/net/profile_network_context_service.cc -index 627fc56f4f7cf..ac3505817334e 100644 +index 6a0d1c78df0df..b948773edbb39 100644 --- a/chrome/browser/net/profile_network_context_service.cc +++ b/chrome/browser/net/profile_network_context_service.cc -@@ -386,7 +386,7 @@ void ProfileNetworkContextService::ConfigureNetworkContextParams( +@@ -383,7 +383,7 @@ void ProfileNetworkContextService::ConfigureNetworkContextParams( void ProfileNetworkContextService::RegisterProfilePrefs( user_prefs::PrefRegistrySyncable* registry) { registry->RegisterBooleanPref(embedder_support::kAlternateErrorPagesEnabled, diff --git a/vanadium_patches/0021-disable-hyperlink-auditing-by-default.patch b/vanadium_patches/0021-disable-hyperlink-auditing-by-default.patch index 8a22bbdf..0c69bf88 100644 --- a/vanadium_patches/0021-disable-hyperlink-auditing-by-default.patch +++ b/vanadium_patches/0021-disable-hyperlink-auditing-by-default.patch @@ -8,10 +8,10 @@ Subject: [PATCH] disable hyperlink auditing by default 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc -index 7acca810b6f4e..a8b0ef43f1a8b 100644 +index 7c3178793b3fb..dcfece40f6eb9 100644 --- a/chrome/browser/chrome_content_browser_client.cc +++ b/chrome/browser/chrome_content_browser_client.cc -@@ -1526,7 +1526,7 @@ void ChromeContentBrowserClient::RegisterLocalStatePrefs( +@@ -1548,7 +1548,7 @@ void ChromeContentBrowserClient::RegisterLocalStatePrefs( void ChromeContentBrowserClient::RegisterProfilePrefs( user_prefs::PrefRegistrySyncable* registry) { registry->RegisterBooleanPref(prefs::kDisable3DAPIs, false); diff --git a/vanadium_patches/0025-disable-sensors-access-by-default.patch b/vanadium_patches/0025-disable-sensors-access-by-default.patch index a9a9f003..504d8be4 100644 --- a/vanadium_patches/0025-disable-sensors-access-by-default.patch +++ b/vanadium_patches/0025-disable-sensors-access-by-default.patch @@ -8,7 +8,7 @@ Subject: [PATCH] disable sensors access by default 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/content_settings/core/browser/content_settings_registry.cc b/components/content_settings/core/browser/content_settings_registry.cc -index 6385481208be7..aacd336858e02 100644 +index 229ac346cfc83..a753f25f774bb 100644 --- a/components/content_settings/core/browser/content_settings_registry.cc +++ b/components/content_settings/core/browser/content_settings_registry.cc @@ -374,7 +374,7 @@ void ContentSettingsRegistry::Init() { diff --git a/vanadium_patches/0026-block-playing-protected-media-by-default.patch b/vanadium_patches/0026-block-playing-protected-media-by-default.patch index cbc4bc8e..cea7fe40 100644 --- a/vanadium_patches/0026-block-playing-protected-media-by-default.patch +++ b/vanadium_patches/0026-block-playing-protected-media-by-default.patch @@ -8,7 +8,7 @@ Subject: [PATCH] block playing protected media by default 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/content_settings/core/browser/content_settings_registry.cc b/components/content_settings/core/browser/content_settings_registry.cc -index aacd336858e02..53ca158325860 100644 +index a753f25f774bb..1fa4de5a0040a 100644 --- a/components/content_settings/core/browser/content_settings_registry.cc +++ b/components/content_settings/core/browser/content_settings_registry.cc @@ -211,7 +211,7 @@ void ContentSettingsRegistry::Init() { diff --git a/vanadium_patches/0027-disable-third-party-cookies-by-default.patch b/vanadium_patches/0027-disable-third-party-cookies-by-default.patch index 28b46023..eda82a90 100644 --- a/vanadium_patches/0027-disable-third-party-cookies-by-default.patch +++ b/vanadium_patches/0027-disable-third-party-cookies-by-default.patch @@ -8,10 +8,10 @@ Subject: [PATCH] disable third party cookies by default 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/content_settings/core/browser/cookie_settings.cc b/components/content_settings/core/browser/cookie_settings.cc -index 84567efefbbb6..b16f3596de8cc 100644 +index 3bf356aead29b..bca45d0e7ef75 100644 --- a/components/content_settings/core/browser/cookie_settings.cc +++ b/components/content_settings/core/browser/cookie_settings.cc -@@ -93,7 +93,7 @@ void CookieSettings::RegisterProfilePrefs( +@@ -94,7 +94,7 @@ void CookieSettings::RegisterProfilePrefs( user_prefs::PrefRegistrySyncable* registry) { registry->RegisterIntegerPref( prefs::kCookieControlsMode, @@ -19,4 +19,3 @@ index 84567efefbbb6..b16f3596de8cc 100644 + static_cast(CookieControlsMode::kBlockThirdParty), user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); } - diff --git a/vanadium_patches/0028-disable-background-sync-by-default.patch b/vanadium_patches/0028-disable-background-sync-by-default.patch index c4ba7688..aea32eca 100644 --- a/vanadium_patches/0028-disable-background-sync-by-default.patch +++ b/vanadium_patches/0028-disable-background-sync-by-default.patch @@ -8,7 +8,7 @@ Subject: [PATCH] disable background sync by default 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/content_settings/core/browser/content_settings_registry.cc b/components/content_settings/core/browser/content_settings_registry.cc -index 53ca158325860..bc360d6d15c69 100644 +index 1fa4de5a0040a..9af5fe90dae2d 100644 --- a/components/content_settings/core/browser/content_settings_registry.cc +++ b/components/content_settings/core/browser/content_settings_registry.cc @@ -238,7 +238,7 @@ void ContentSettingsRegistry::Init() { diff --git a/vanadium_patches/0030-disable-media-router-media-remoting-by-default.patch b/vanadium_patches/0030-disable-media-router-media-remoting-by-default.patch index 60b11a4a..55113956 100644 --- a/vanadium_patches/0030-disable-media-router-media-remoting-by-default.patch +++ b/vanadium_patches/0030-disable-media-router-media-remoting-by-default.patch @@ -8,10 +8,10 @@ Subject: [PATCH] disable media router media remoting by default 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/browser/media/router/media_router_feature.cc b/chrome/browser/media/router/media_router_feature.cc -index 6614f242f3d70..5034bf428e266 100644 +index 83ce8035e7e06..6cc85c85936f5 100644 --- a/chrome/browser/media/router/media_router_feature.cc +++ b/chrome/browser/media/router/media_router_feature.cc -@@ -148,7 +148,7 @@ void RegisterProfilePrefs(PrefRegistrySimple* registry) { +@@ -152,7 +152,7 @@ void RegisterProfilePrefs(PrefRegistrySimple* registry) { registry->RegisterStringPref(prefs::kMediaRouterReceiverIdHashToken, "", PrefRegistry::PUBLIC); registry->RegisterBooleanPref( diff --git a/vanadium_patches/0031-disable-media-router-by-default.patch b/vanadium_patches/0031-disable-media-router-by-default.patch index 7b0b1fee..a166ba5e 100644 --- a/vanadium_patches/0031-disable-media-router-by-default.patch +++ b/vanadium_patches/0031-disable-media-router-by-default.patch @@ -9,10 +9,10 @@ Subject: [PATCH] disable media router by default 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/browser/media/router/media_router_feature.cc b/chrome/browser/media/router/media_router_feature.cc -index 5034bf428e266..f1affb6c2af22 100644 +index 6cc85c85936f5..073672e90e56b 100644 --- a/chrome/browser/media/router/media_router_feature.cc +++ b/chrome/browser/media/router/media_router_feature.cc -@@ -135,7 +135,7 @@ bool MediaRouterEnabled(content::BrowserContext* context) { +@@ -139,7 +139,7 @@ bool MediaRouterEnabled(content::BrowserContext* context) { pref_values.insert(std::make_pair(context, allowed)); return allowed; } @@ -22,10 +22,10 @@ index 5034bf428e266..f1affb6c2af22 100644 #if !BUILDFLAG(IS_ANDROID) diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc -index fbe18f0773bda..47d9d84587332 100644 +index a7d35836cb9da..6b40c42d276b3 100644 --- a/chrome/browser/profiles/profile_impl.cc +++ b/chrome/browser/profiles/profile_impl.cc -@@ -419,7 +419,7 @@ void ProfileImpl::RegisterProfilePrefs( +@@ -422,7 +422,7 @@ void ProfileImpl::RegisterProfilePrefs( #endif registry->RegisterBooleanPref(prefs::kForceEphemeralProfiles, false); diff --git a/vanadium_patches/0033-disable-browser-sign-in-feature-by-default.patch b/vanadium_patches/0033-disable-browser-sign-in-feature-by-default.patch index 1e7c921b..4a6e7162 100644 --- a/vanadium_patches/0033-disable-browser-sign-in-feature-by-default.patch +++ b/vanadium_patches/0033-disable-browser-sign-in-feature-by-default.patch @@ -9,7 +9,7 @@ Subject: [PATCH] disable browser sign in feature by default 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/browser/signin/account_consistency_mode_manager.cc b/chrome/browser/signin/account_consistency_mode_manager.cc -index 04a721f164e85..3de7bd0df0099 100644 +index acf531439ae2c..5b898f5af1c0d 100644 --- a/chrome/browser/signin/account_consistency_mode_manager.cc +++ b/chrome/browser/signin/account_consistency_mode_manager.cc @@ -123,7 +123,7 @@ AccountConsistencyModeManager::~AccountConsistencyModeManager() {} @@ -22,13 +22,13 @@ index 04a721f164e85..3de7bd0df0099 100644 // static diff --git a/components/signin/internal/identity_manager/primary_account_manager.cc b/components/signin/internal/identity_manager/primary_account_manager.cc -index 8b14a48a2e84f..aaebb4a6d6aef 100644 +index 77b673403fa7b..32b302500befa 100644 --- a/components/signin/internal/identity_manager/primary_account_manager.cc +++ b/components/signin/internal/identity_manager/primary_account_manager.cc -@@ -247,7 +247,7 @@ void PrimaryAccountManager::RegisterProfilePrefs(PrefRegistrySimple* registry) { +@@ -245,7 +245,7 @@ void PrimaryAccountManager::RegisterProfilePrefs(PrefRegistrySimple* registry) { + prefs::kGoogleServicesSyncingGaiaIdMigratedToSignedIn, std::string()); + registry->RegisterStringPref( prefs::kGoogleServicesSyncingUsernameMigratedToSignedIn, std::string()); - registry->RegisterBooleanPref(prefs::kAutologinEnabled, true); - registry->RegisterListPref(prefs::kReverseAutologinRejectedEmailList); - registry->RegisterBooleanPref(prefs::kSigninAllowed, true); + registry->RegisterBooleanPref(prefs::kSigninAllowed, false); registry->RegisterBooleanPref(prefs::kSignedInWithCredentialProvider, false); diff --git a/vanadium_patches/0034-disable-browser-autologin-by-default.patch b/vanadium_patches/0034-disable-browser-autologin-by-default.patch deleted file mode 100644 index fa2169a9..00000000 --- a/vanadium_patches/0034-disable-browser-autologin-by-default.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Daniel Micay -Date: Sun, 22 Mar 2020 03:07:08 -0400 -Subject: [PATCH] disable browser autologin by default - ---- - .../signin/internal/identity_manager/primary_account_manager.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/components/signin/internal/identity_manager/primary_account_manager.cc b/components/signin/internal/identity_manager/primary_account_manager.cc -index aaebb4a6d6aef..c9be5f50ce1c4 100644 ---- a/components/signin/internal/identity_manager/primary_account_manager.cc -+++ b/components/signin/internal/identity_manager/primary_account_manager.cc -@@ -245,7 +245,7 @@ void PrimaryAccountManager::RegisterProfilePrefs(PrefRegistrySimple* registry) { - prefs::kGoogleServicesSyncingGaiaIdMigratedToSignedIn, std::string()); - registry->RegisterStringPref( - prefs::kGoogleServicesSyncingUsernameMigratedToSignedIn, std::string()); -- registry->RegisterBooleanPref(prefs::kAutologinEnabled, true); -+ registry->RegisterBooleanPref(prefs::kAutologinEnabled, false); - registry->RegisterListPref(prefs::kReverseAutologinRejectedEmailList); - registry->RegisterBooleanPref(prefs::kSigninAllowed, false); - registry->RegisterBooleanPref(prefs::kSignedInWithCredentialProvider, false); diff --git a/vanadium_patches/0035-disable-safe-browsing-reporting-opt-in-by-default.patch b/vanadium_patches/0035-disable-safe-browsing-reporting-opt-in-by-default.patch index 55baa4e9..3968ffdd 100644 --- a/vanadium_patches/0035-disable-safe-browsing-reporting-opt-in-by-default.patch +++ b/vanadium_patches/0035-disable-safe-browsing-reporting-opt-in-by-default.patch @@ -8,10 +8,10 @@ Subject: [PATCH] disable safe browsing reporting opt-in by default 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/safe_browsing/core/common/safe_browsing_prefs.cc b/components/safe_browsing/core/common/safe_browsing_prefs.cc -index 13d3adea7c15a..9c68b07c93747 100644 +index f7727d7947010..677e57395e5b6 100644 --- a/components/safe_browsing/core/common/safe_browsing_prefs.cc +++ b/components/safe_browsing/core/common/safe_browsing_prefs.cc -@@ -172,7 +172,7 @@ void RegisterProfilePrefs(PrefRegistrySimple* registry) { +@@ -168,7 +168,7 @@ void RegisterProfilePrefs(PrefRegistrySimple* registry) { registry->RegisterBooleanPref( prefs::kSafeBrowsingSawInterstitialScoutReporting, false); registry->RegisterBooleanPref( diff --git a/vanadium_patches/0036-disable-unused-safe-browsing-option-by-default.patch b/vanadium_patches/0036-disable-unused-safe-browsing-option-by-default.patch index 19e2b34a..d9d679d2 100644 --- a/vanadium_patches/0036-disable-unused-safe-browsing-option-by-default.patch +++ b/vanadium_patches/0036-disable-unused-safe-browsing-option-by-default.patch @@ -12,10 +12,10 @@ that privacy is preserved. 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/safe_browsing/core/common/safe_browsing_prefs.cc b/components/safe_browsing/core/common/safe_browsing_prefs.cc -index 9c68b07c93747..52b6e115fd417 100644 +index 677e57395e5b6..d0989d3d8e3b8 100644 --- a/components/safe_browsing/core/common/safe_browsing_prefs.cc +++ b/components/safe_browsing/core/common/safe_browsing_prefs.cc -@@ -178,7 +178,7 @@ void RegisterProfilePrefs(PrefRegistrySimple* registry) { +@@ -174,7 +174,7 @@ void RegisterProfilePrefs(PrefRegistrySimple* registry) { registry->RegisterTimePref( prefs::kSafeBrowsingEsbProtegoPingWithoutTokenLastLogTime, base::Time()); registry->RegisterBooleanPref( diff --git a/vanadium_patches/0037-disable-media-DRM-preprovisioning-by-default.patch b/vanadium_patches/0037-disable-media-DRM-preprovisioning-by-default.patch index dcdc5669..095e9501 100644 --- a/vanadium_patches/0037-disable-media-DRM-preprovisioning-by-default.patch +++ b/vanadium_patches/0037-disable-media-DRM-preprovisioning-by-default.patch @@ -10,10 +10,10 @@ support is enabled. 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc -index 58025f50cec9e..3ff6ad436924e 100644 +index cf95df196df99..5596134db16f4 100644 --- a/media/base/media_switches.cc +++ b/media/base/media_switches.cc -@@ -1162,7 +1162,7 @@ BASE_FEATURE(kMediaDrmPersistentLicense, +@@ -1147,7 +1147,7 @@ BASE_FEATURE(kMediaDrmPersistentLicense, // which will trigger provisioning process after MediaDrmBridge is created. BASE_FEATURE(kMediaDrmPreprovisioning, "MediaDrmPreprovisioning", diff --git a/vanadium_patches/0038-disable-autofill-server-communication-by-default.patch b/vanadium_patches/0038-disable-autofill-server-communication-by-default.patch index 0b093d3a..8bda0f07 100644 --- a/vanadium_patches/0038-disable-autofill-server-communication-by-default.patch +++ b/vanadium_patches/0038-disable-autofill-server-communication-by-default.patch @@ -8,10 +8,10 @@ Subject: [PATCH] disable autofill server communication by default 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/autofill/core/common/autofill_features.cc b/components/autofill/core/common/autofill_features.cc -index d60123e4b78cd..93eb10a630e8c 100644 +index 57f30d43dc85a..23bcda6435873 100644 --- a/components/autofill/core/common/autofill_features.cc +++ b/components/autofill/core/common/autofill_features.cc -@@ -815,7 +815,7 @@ const base::FeatureParam +@@ -863,7 +863,7 @@ const base::FeatureParam // i.e., https://other.autofill.server:port/tbproxy/af/ BASE_FEATURE(kAutofillServerCommunication, "AutofillServerCommunication", diff --git a/vanadium_patches/0044-disable-GaiaAuthFetcher-code-due-to-upstream-bug.patch b/vanadium_patches/0044-disable-GaiaAuthFetcher-code-due-to-upstream-bug.patch index e044cf8c..92105f56 100644 --- a/vanadium_patches/0044-disable-GaiaAuthFetcher-code-due-to-upstream-bug.patch +++ b/vanadium_patches/0044-disable-GaiaAuthFetcher-code-due-to-upstream-bug.patch @@ -9,7 +9,7 @@ https://bugs.chromium.org/p/chromium/issues/detail?id=1150817 1 file changed, 4 insertions(+) diff --git a/google_apis/gaia/gaia_auth_fetcher.cc b/google_apis/gaia/gaia_auth_fetcher.cc -index 41168ea425c6b..19a12683852ba 100644 +index f248fb6a40881..1b2bbfed6e503 100644 --- a/google_apis/gaia/gaia_auth_fetcher.cc +++ b/google_apis/gaia/gaia_auth_fetcher.cc @@ -41,7 +41,9 @@ diff --git a/vanadium_patches/0046-Disable-newer-privacy-sandbox-features-by-default.patch b/vanadium_patches/0046-Disable-newer-privacy-sandbox-features-by-default.patch index d19e43a5..144025de 100644 --- a/vanadium_patches/0046-Disable-newer-privacy-sandbox-features-by-default.patch +++ b/vanadium_patches/0046-Disable-newer-privacy-sandbox-features-by-default.patch @@ -9,7 +9,7 @@ Subject: [PATCH] Disable newer privacy sandbox features by default 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/privacy_sandbox/privacy_sandbox_features.cc b/components/privacy_sandbox/privacy_sandbox_features.cc -index 0b83a831f5678..6798911980ec2 100644 +index 64509fc24db27..4e8f414ac54c5 100644 --- a/components/privacy_sandbox/privacy_sandbox_features.cc +++ b/components/privacy_sandbox/privacy_sandbox_features.cc @@ -24,7 +24,7 @@ const base::FeatureParam kPrivacySandboxAdsNoticeCCTIncludeModeB{ @@ -22,10 +22,10 @@ index 0b83a831f5678..6798911980ec2 100644 const char kPrivacySandboxSettings4ConsentRequiredName[] = "consent-required"; const char kPrivacySandboxSettings4NoticeRequiredName[] = "notice-required"; diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc -index 447ed1da1d704..b93181691aa9d 100644 +index 16e843fd62d0a..f9099716b7b14 100644 --- a/third_party/blink/common/features.cc +++ b/third_party/blink/common/features.cc -@@ -360,7 +360,7 @@ BASE_FEATURE(kBoostNonRenderBlockingStyleLoadingTaskPriority, +@@ -354,7 +354,7 @@ BASE_FEATURE(kBoostNonRenderBlockingStyleLoadingTaskPriority, // Kill switch for the Topics API. BASE_FEATURE(kBrowsingTopics, "BrowsingTopics", @@ -34,7 +34,7 @@ index 447ed1da1d704..b93181691aa9d 100644 // If enabled, the check for whether the IP address is publicly routable will be // bypassed when determining the eligibility for a page to be included in topics -@@ -376,13 +376,13 @@ BASE_FEATURE(kBrowsingTopicsBypassIPIsPubliclyRoutableCheck, +@@ -370,13 +370,13 @@ BASE_FEATURE(kBrowsingTopicsBypassIPIsPubliclyRoutableCheck, // is enabled.) BASE_FEATURE(kBrowsingTopicsDocumentAPI, "BrowsingTopicsDocumentAPI", diff --git a/vanadium_patches/0048-Disable-top-toolbar-button-Translate-option-by-defau.patch b/vanadium_patches/0048-Disable-top-toolbar-button-Translate-option-by-defau.patch index aa5824fd..a6175717 100644 --- a/vanadium_patches/0048-Disable-top-toolbar-button-Translate-option-by-defau.patch +++ b/vanadium_patches/0048-Disable-top-toolbar-button-Translate-option-by-defau.patch @@ -8,10 +8,10 @@ Subject: [PATCH] Disable top toolbar button Translate option by default 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/browser/flags/android/chrome_feature_list.cc b/chrome/browser/flags/android/chrome_feature_list.cc -index 9767272ee99d7..0413c1980cde2 100644 +index f48a370d94034..cd6adedcded86 100644 --- a/chrome/browser/flags/android/chrome_feature_list.cc +++ b/chrome/browser/flags/android/chrome_feature_list.cc -@@ -382,7 +382,7 @@ static jlong JNI_ChromeFeatureMap_GetNativeMap(JNIEnv* env) { +@@ -396,7 +396,7 @@ static jlong JNI_ChromeFeatureMap_GetNativeMap(JNIEnv* env) { BASE_FEATURE(kAdaptiveButtonInTopToolbarTranslate, "AdaptiveButtonInTopToolbarTranslate", diff --git a/vanadium_patches/0050-mark-non-secure-origins-as-dangerous.patch b/vanadium_patches/0050-mark-non-secure-origins-as-dangerous.patch index d4fc4759..357abc88 100644 --- a/vanadium_patches/0050-mark-non-secure-origins-as-dangerous.patch +++ b/vanadium_patches/0050-mark-non-secure-origins-as-dangerous.patch @@ -8,7 +8,7 @@ Subject: [PATCH] mark non-secure origins as dangerous 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/security_state/core/security_state.cc b/components/security_state/core/security_state.cc -index eb8f4e76b421d..6158bbe82a988 100644 +index c33ba15b4d8da..5c111ab83134f 100644 --- a/components/security_state/core/security_state.cc +++ b/components/security_state/core/security_state.cc @@ -137,7 +137,7 @@ SecurityLevel GetSecurityLevel( diff --git a/vanadium_patches/0052-stub-out-the-battery-status-API.patch b/vanadium_patches/0052-stub-out-the-battery-status-API.patch index 07cb5035..99eeb72b 100644 --- a/vanadium_patches/0052-stub-out-the-battery-status-API.patch +++ b/vanadium_patches/0052-stub-out-the-battery-status-API.patch @@ -9,7 +9,7 @@ Pretend that the device is always plugged in and fully charged. 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/third_party/blink/renderer/modules/battery/battery_manager.cc b/third_party/blink/renderer/modules/battery/battery_manager.cc -index d63d7a3c12f8b..419a46bd24bc5 100644 +index 51cdc75ceee61..c1b1031e12ee6 100644 --- a/third_party/blink/renderer/modules/battery/battery_manager.cc +++ b/third_party/blink/renderer/modules/battery/battery_manager.cc @@ -80,46 +80,28 @@ ScriptPromise BatteryManager::StartRequest( diff --git a/vanadium_patches/0059-disable-fetching-optimization-guides-by-default.patch b/vanadium_patches/0059-disable-fetching-optimization-guides-by-default.patch index 429a0cdf..619ec25a 100644 --- a/vanadium_patches/0059-disable-fetching-optimization-guides-by-default.patch +++ b/vanadium_patches/0059-disable-fetching-optimization-guides-by-default.patch @@ -8,7 +8,7 @@ Subject: [PATCH] disable fetching optimization guides by default 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/optimization_guide/core/optimization_guide_features.cc b/components/optimization_guide/core/optimization_guide_features.cc -index 9e02c89c5ae4e..a69ac961ee040 100644 +index 1ece5247b53be..9887e84c4590b 100644 --- a/components/optimization_guide/core/optimization_guide_features.cc +++ b/components/optimization_guide/core/optimization_guide_features.cc @@ -54,7 +54,7 @@ BASE_FEATURE(kOptimizationHints, diff --git a/vanadium_patches/0063-require-HTTPS-for-component-updates.patch b/vanadium_patches/0063-require-HTTPS-for-component-updates.patch index 026a9ccc..58ffe4ee 100644 --- a/vanadium_patches/0063-require-HTTPS-for-component-updates.patch +++ b/vanadium_patches/0063-require-HTTPS-for-component-updates.patch @@ -22,7 +22,7 @@ index 4bf7965ade690..5873caab5b2e1 100644 persisted_data_( update_client::CreatePersistedData(pref_service, nullptr)) {} diff --git a/chrome/browser/component_updater/chrome_component_updater_configurator.cc b/chrome/browser/component_updater/chrome_component_updater_configurator.cc -index e08f611e24770..512830671bb92 100644 +index 763920ed06eb3..b2f3852aa22de 100644 --- a/chrome/browser/component_updater/chrome_component_updater_configurator.cc +++ b/chrome/browser/component_updater/chrome_component_updater_configurator.cc @@ -115,7 +115,7 @@ class ChromeConfigurator : public update_client::Configurator { diff --git a/vanadium_patches/0069-enable-prefetch-privacy-changes-by-default.patch b/vanadium_patches/0069-enable-prefetch-privacy-changes-by-default.patch index a4ac3efa..5e08a230 100644 --- a/vanadium_patches/0069-enable-prefetch-privacy-changes-by-default.patch +++ b/vanadium_patches/0069-enable-prefetch-privacy-changes-by-default.patch @@ -8,10 +8,10 @@ Subject: [PATCH] enable prefetch privacy changes by default 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc -index b93181691aa9d..19dc8ad6d9f4c 100644 +index f9099716b7b14..a1d894bbc176c 100644 --- a/third_party/blink/common/features.cc +++ b/third_party/blink/common/features.cc -@@ -1814,7 +1814,7 @@ BASE_FEATURE(kPrefetchFontLookupTables, +@@ -1843,7 +1843,7 @@ BASE_FEATURE(kPrefetchFontLookupTables, // crbug.com/988956. BASE_FEATURE(kPrefetchPrivacyChanges, "PrefetchPrivacyChanges", diff --git a/vanadium_patches/0070-enable-split-cache-by-default.patch b/vanadium_patches/0070-enable-split-cache-by-default.patch index cee44425..676635e0 100644 --- a/vanadium_patches/0070-enable-split-cache-by-default.patch +++ b/vanadium_patches/0070-enable-split-cache-by-default.patch @@ -8,7 +8,7 @@ Subject: [PATCH] enable split cache by default 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/base/features.cc b/net/base/features.cc -index 3d473c6a298ef..3f6d23fae985e 100644 +index 85361b539418f..e78b87f2a0c99 100644 --- a/net/base/features.cc +++ b/net/base/features.cc @@ -111,11 +111,11 @@ BASE_FEATURE(kSplitCacheByIncludeCredentials, @@ -23,5 +23,5 @@ index 3d473c6a298ef..3f6d23fae985e 100644 - base::FEATURE_DISABLED_BY_DEFAULT); + base::FEATURE_ENABLED_BY_DEFAULT); - BASE_FEATURE(kSplitHostCacheByNetworkIsolationKey, - "SplitHostCacheByNetworkIsolationKey", + BASE_FEATURE(kPartitionConnectionsByNetworkIsolationKey, + "PartitionConnectionsByNetworkIsolationKey", diff --git a/vanadium_patches/0071-enable-partitioning-connections-by-default.patch b/vanadium_patches/0071-enable-partitioning-connections-by-default.patch index 1a0b4848..4a119abe 100644 --- a/vanadium_patches/0071-enable-partitioning-connections-by-default.patch +++ b/vanadium_patches/0071-enable-partitioning-connections-by-default.patch @@ -4,38 +4,18 @@ Date: Mon, 8 Mar 2021 16:53:47 -0500 Subject: [PATCH] enable partitioning connections by default --- - net/base/features.cc | 12 ++++++------ - 1 file changed, 6 insertions(+), 6 deletions(-) + net/base/features.cc | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/base/features.cc b/net/base/features.cc -index 3f6d23fae985e..512ba5171cf0e 100644 +index e78b87f2a0c99..cc652f3f886b3 100644 --- a/net/base/features.cc +++ b/net/base/features.cc -@@ -119,27 +119,27 @@ BASE_FEATURE(kSplitCodeCacheByNetworkIsolationKey, - - BASE_FEATURE(kSplitHostCacheByNetworkIsolationKey, - "SplitHostCacheByNetworkIsolationKey", -- base::FEATURE_DISABLED_BY_DEFAULT); -+ base::FEATURE_ENABLED_BY_DEFAULT); +@@ -119,14 +119,14 @@ BASE_FEATURE(kSplitCodeCacheByNetworkIsolationKey, BASE_FEATURE(kPartitionConnectionsByNetworkIsolationKey, "PartitionConnectionsByNetworkIsolationKey", - base::FEATURE_DISABLED_BY_DEFAULT); -+ base::FEATURE_ENABLED_BY_DEFAULT); - - BASE_FEATURE(kPartitionHttpServerPropertiesByNetworkIsolationKey, - "PartitionHttpServerPropertiesByNetworkIsolationKey", -- base::FEATURE_DISABLED_BY_DEFAULT); -+ base::FEATURE_ENABLED_BY_DEFAULT); - - BASE_FEATURE(kPartitionSSLSessionsByNetworkIsolationKey, - "PartitionSSLSessionsByNetworkIsolationKey", -- base::FEATURE_DISABLED_BY_DEFAULT); -+ base::FEATURE_ENABLED_BY_DEFAULT); - - BASE_FEATURE(kPartitionNelAndReportingByNetworkIsolationKey, - "PartitionNelAndReportingByNetworkIsolationKey", -- base::FEATURE_DISABLED_BY_DEFAULT); + base::FEATURE_ENABLED_BY_DEFAULT); BASE_FEATURE(kEnableCrossSiteFlagNetworkIsolationKey, @@ -44,4 +24,8 @@ index 3f6d23fae985e..512ba5171cf0e 100644 + base::FEATURE_ENABLED_BY_DEFAULT); BASE_FEATURE(kEnableFrameSiteSharedOpaqueNetworkIsolationKey, "EnableFrameSiteSharedOpaqueNetworkIsolationKey", +- base::FEATURE_DISABLED_BY_DEFAULT); ++ base::FEATURE_ENABLED_BY_DEFAULT); + BASE_FEATURE(kHttpCacheKeyingExperimentControlGroup, + "HttpCacheKeyingExperimentControlGroup", base::FEATURE_DISABLED_BY_DEFAULT); diff --git a/vanadium_patches/0074-Enable-strict-origin-isolation-by-default.patch b/vanadium_patches/0074-Enable-strict-origin-isolation-by-default.patch index 7fccc780..6ae88469 100644 --- a/vanadium_patches/0074-Enable-strict-origin-isolation-by-default.patch +++ b/vanadium_patches/0074-Enable-strict-origin-isolation-by-default.patch @@ -15,10 +15,10 @@ for more detail. 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc -index 4a295caceceed..ab41db9600506 100644 +index 75b2720edef81..cefc519bd0333 100644 --- a/content/public/common/content_features.cc +++ b/content/public/common/content_features.cc -@@ -974,7 +974,7 @@ BASE_FEATURE(kSpareRendererForSitePerProcess, +@@ -979,7 +979,7 @@ BASE_FEATURE(kSpareRendererForSitePerProcess, // eTLD+1. BASE_FEATURE(kStrictOriginIsolation, "StrictOriginIsolation", diff --git a/vanadium_patches/0075-Enable-reduce-accept-language-header-by-default.patch b/vanadium_patches/0075-Enable-reduce-accept-language-header-by-default.patch index 1b2bb021..40a0ffe4 100644 --- a/vanadium_patches/0075-Enable-reduce-accept-language-header-by-default.patch +++ b/vanadium_patches/0075-Enable-reduce-accept-language-header-by-default.patch @@ -8,10 +8,10 @@ Subject: [PATCH] Enable reduce accept language header by default 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/network/public/cpp/features.cc b/services/network/public/cpp/features.cc -index a7abb64d284ea..9665a227d69ba 100644 +index 7fe43ddc13a49..075071ced413b 100644 --- a/services/network/public/cpp/features.cc +++ b/services/network/public/cpp/features.cc -@@ -333,7 +333,7 @@ constexpr base::FeatureParam kCacheTransparencyPervasivePayloads{ +@@ -355,7 +355,7 @@ constexpr base::FeatureParam kCacheTransparencyPervasivePayloads{ // accept-language. https://github.com/Tanych/accept-language BASE_FEATURE(kReduceAcceptLanguage, "ReduceAcceptLanguage", diff --git a/vanadium_patches/0076-enable-process-isolated-sandboxed-iframes-by-default.patch b/vanadium_patches/0076-enable-process-isolated-sandboxed-iframes-by-default.patch deleted file mode 100644 index 8a25864e..00000000 --- a/vanadium_patches/0076-enable-process-isolated-sandboxed-iframes-by-default.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: June -Date: Sun, 8 May 2022 01:34:58 +0000 -Subject: [PATCH] enable process isolated sandboxed iframes by default - -Signed-off-by: June ---- - third_party/blink/common/features.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc -index 19dc8ad6d9f4c..c86180af597be 100644 ---- a/third_party/blink/common/features.cc -+++ b/third_party/blink/common/features.cc -@@ -1201,7 +1201,7 @@ const base::FeatureParam kInterestGroupStorageMaxOpsBeforeMaintenance{ - // sandboxes are isolated. - BASE_FEATURE(kIsolateSandboxedIframes, - "IsolateSandboxedIframes", -- base::FEATURE_DISABLED_BY_DEFAULT); -+ base::FEATURE_ENABLED_BY_DEFAULT); - const base::FeatureParam::Option - isolated_sandboxed_iframes_grouping_types[] = { - {IsolateSandboxedIframesGrouping::kPerSite, "per-site"}, diff --git a/vanadium_patches/0077-use-Google-Chrome-branding-for-client-hints.patch b/vanadium_patches/0077-use-Google-Chrome-branding-for-client-hints.patch index 3c5d3f63..8468e6ea 100644 --- a/vanadium_patches/0077-use-Google-Chrome-branding-for-client-hints.patch +++ b/vanadium_patches/0077-use-Google-Chrome-branding-for-client-hints.patch @@ -8,7 +8,7 @@ Subject: [PATCH] use Google Chrome branding for client hints 1 file changed, 1 insertion(+) diff --git a/components/embedder_support/user_agent_utils.cc b/components/embedder_support/user_agent_utils.cc -index fe76e8806f05f..b9c1e44991042 100644 +index 0d9ed98759c4b..5f791fa68439e 100644 --- a/components/embedder_support/user_agent_utils.cc +++ b/components/embedder_support/user_agent_utils.cc @@ -187,6 +187,7 @@ const blink::UserAgentBrandList GetUserAgentBrandList( diff --git a/vanadium_patches/0084-temporary-Always-partition-third-party-storage.patch b/vanadium_patches/0084-temporary-Always-partition-third-party-storage.patch index 9c662d65..696245a8 100644 --- a/vanadium_patches/0084-temporary-Always-partition-third-party-storage.patch +++ b/vanadium_patches/0084-temporary-Always-partition-third-party-storage.patch @@ -8,42 +8,32 @@ out to this feature via the depreciation trial, see https://developers.google.com/privacy-sandbox/3pcd/storage-partitioning#implementation_status https://developers.google.com/privacy-sandbox/blog/storage-partitioning-deprecation-trial#disablethirdpartystoragepartitioning --- - third_party/blink/common/features.cc | 2 +- - .../blink/renderer/platform/runtime_enabled_features.json5 | 4 ++-- - 2 files changed, 3 insertions(+), 3 deletions(-) + third_party/blink/common/features.cc | 2 +- + .../blink/renderer/platform/runtime_enabled_features.json5 | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc -index c86180af597be..090d867d0b06e 100644 +index a1d894bbc176c..e85a02c6e5cdc 100644 --- a/third_party/blink/common/features.cc +++ b/third_party/blink/common/features.cc -@@ -756,7 +756,7 @@ BASE_FEATURE(kDiscardInputEventsToRecentlyMovedFrames, +@@ -752,7 +752,7 @@ BASE_FEATURE(kDiscardInputEventsToRecentlyMovedFrames, - BASE_FEATURE(kDisableThirdPartyStoragePartitioningDeprecationTrial, - "DisableThirdPartyStoragePartitioningDeprecationTrial", + BASE_FEATURE(kDisableThirdPartyStoragePartitioningDeprecationTrial2, + "DisableThirdPartyStoragePartitioningDeprecationTrial2", - base::FEATURE_ENABLED_BY_DEFAULT); + base::FEATURE_DISABLED_BY_DEFAULT); // Kill switch for not WebGL DrawingBuffer using SharedImage without // GpuMemoryBuffer (overlay or low latency canvas). diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/third_party/blink/renderer/platform/runtime_enabled_features.json5 -index cb6c363fceede..8aa42602139e7 100644 +index bc7bf760a5bf8..21affc9e7ccae 100644 --- a/third_party/blink/renderer/platform/runtime_enabled_features.json5 +++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5 -@@ -1250,8 +1250,8 @@ - name: "DisableThirdPartySessionStoragePartitioningAfterGeneralPartitioning", - origin_trial_feature_name: "DisableThirdPartySessionStoragePartitioningAfterGeneralPartitioning", +@@ -1267,9 +1267,9 @@ + name: "DisableThirdPartyStoragePartitioning2", + origin_trial_feature_name: "DisableThirdPartyStoragePartitioning2", origin_trial_type: "deprecation", -+ origin_trial_os: ["win", "mac", "linux", "chromeos"], - origin_trial_allows_insecure: true, -- status: "experimental", - base_feature: "none", - }, - // This feature will represent the deprecation trial that allows first -@@ -1261,9 +1261,9 @@ - name: "DisableThirdPartyStoragePartitioning", - origin_trial_feature_name: "DisableThirdPartyStoragePartitioning", - origin_trial_type: "deprecation", -+ origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "fuchsia", "chromeos"], origin_trial_allows_insecure: true, origin_trial_allows_third_party: true, - status: "experimental", diff --git a/vanadium_patches/0115-Derive-high-entropy-client-hints-with-reduced-user-a.patch b/vanadium_patches/0115-Derive-high-entropy-client-hints-with-reduced-user-a.patch index 367ef3d9..90ce3c5c 100644 --- a/vanadium_patches/0115-Derive-high-entropy-client-hints-with-reduced-user-a.patch +++ b/vanadium_patches/0115-Derive-high-entropy-client-hints-with-reduced-user-a.patch @@ -15,7 +15,7 @@ Android. 4 files changed, 55 insertions(+) diff --git a/components/embedder_support/user_agent_utils.cc b/components/embedder_support/user_agent_utils.cc -index b9c1e44991042..236b366250cfb 100644 +index 5f791fa68439e..a74503956ab04 100644 --- a/components/embedder_support/user_agent_utils.cc +++ b/components/embedder_support/user_agent_utils.cc @@ -492,6 +492,35 @@ blink::UserAgentMetadata GetUserAgentMetadata(const PrefService* pref_service, @@ -55,10 +55,10 @@ index b9c1e44991042..236b366250cfb 100644 return metadata; } diff --git a/content/browser/client_hints/client_hints.cc b/content/browser/client_hints/client_hints.cc -index de809c7a4f9d2..98430d986b380 100644 +index a5e5e87b7bd91..c2397936e7a2d 100644 --- a/content/browser/client_hints/client_hints.cc +++ b/content/browser/client_hints/client_hints.cc -@@ -863,6 +863,20 @@ void AddRequestClientHintsHeaders( +@@ -868,6 +868,20 @@ void AddRequestClientHintsHeaders( GURL url = origin.GetURL(); @@ -80,10 +80,10 @@ index de809c7a4f9d2..98430d986b380 100644 if (ShouldAddClientHint(data, WebClientHintsType::kDeviceMemory_DEPRECATED)) { AddDeviceMemoryHeader(headers, /*use_deprecated_version*/ true); diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc -index 090d867d0b06e..cc5463f49d279 100644 +index e85a02c6e5cdc..6787aec726fa4 100644 --- a/third_party/blink/common/features.cc +++ b/third_party/blink/common/features.cc -@@ -524,6 +524,16 @@ BASE_FEATURE(kCheckHTMLParserBudgetLessOften, +@@ -518,6 +518,16 @@ BASE_FEATURE(kCheckHTMLParserBudgetLessOften, "CheckHTMLParserBudgetLessOften", base::FEATURE_DISABLED_BY_DEFAULT); @@ -101,10 +101,10 @@ index 090d867d0b06e..cc5463f49d279 100644 BASE_FEATURE(kClientHintsDPR, "ClientHintsDPR", diff --git a/third_party/blink/public/common/features.h b/third_party/blink/public/common/features.h -index 167982e679618..131493975446f 100644 +index bbaf8dc5038dc..d4fd98c7cc306 100644 --- a/third_party/blink/public/common/features.h +++ b/third_party/blink/public/common/features.h -@@ -277,6 +277,8 @@ BLINK_COMMON_EXPORT BASE_DECLARE_FEATURE(kCaptureJSExecutionLocation); +@@ -273,6 +273,8 @@ BLINK_COMMON_EXPORT BASE_DECLARE_FEATURE(kCaptureJSExecutionLocation); // is a no-op if kTimedHTMLParserBudget is disabled. BLINK_COMMON_EXPORT BASE_DECLARE_FEATURE(kCheckHTMLParserBudgetLessOften); diff --git a/vanadium_patches/0165-Enable-content-settings-partitioning-by-default.patch b/vanadium_patches/0165-Enable-content-settings-partitioning-by-default.patch index b88aad2f..c438ef27 100644 --- a/vanadium_patches/0165-Enable-content-settings-partitioning-by-default.patch +++ b/vanadium_patches/0165-Enable-content-settings-partitioning-by-default.patch @@ -8,15 +8,15 @@ Subject: [PATCH] Enable content settings partitioning by default 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/content_settings/core/common/features.cc b/components/content_settings/core/common/features.cc -index 40dfbb039fac8..aacf29d8cc5cd 100644 +index c1340623701ba..a834312e28a09 100644 --- a/components/content_settings/core/common/features.cc +++ b/components/content_settings/core/common/features.cc -@@ -103,7 +103,7 @@ const base::FeatureParam kTpcdReadHeuristicsGrants{ +@@ -107,7 +107,7 @@ const base::FeatureParam kTpcdReadHeuristicsGrants{ BASE_FEATURE(kContentSettingsPartitioning, "ContentSettingsPartitioning", - base::FEATURE_DISABLED_BY_DEFAULT); + base::FEATURE_ENABLED_BY_DEFAULT); - const char kUseTestMetadataName[] = "UseTestMetadata"; - + BASE_FEATURE(kIndexedHostContentSettingsMap, + "IndexedHostContentSettingsMap", diff --git a/vanadium_patches/0170-Revert-M122-content-make-disable-jit-actually-disabl.patch b/vanadium_patches/0170-Revert-M122-content-make-disable-jit-actually-disabl.patch index 7a78c45a..c8e15007 100644 --- a/vanadium_patches/0170-Revert-M122-content-make-disable-jit-actually-disabl.patch +++ b/vanadium_patches/0170-Revert-M122-content-make-disable-jit-actually-disabl.patch @@ -10,10 +10,10 @@ This reverts commit 64e756725e85add6b67b3c9d90698d4c547fe231. 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc -index 83defaaaad55d..8bb119c22d3fd 100644 +index 32454297cb12b..51923f09950ce 100644 --- a/content/browser/renderer_host/render_process_host_impl.cc +++ b/content/browser/renderer_host/render_process_host_impl.cc -@@ -1724,12 +1724,9 @@ bool RenderProcessHostImpl::Init() { +@@ -1735,12 +1735,9 @@ bool RenderProcessHostImpl::Init() { AppendRendererCommandLine(cmd_line.get()); #if BUILDFLAG(IS_WIN) @@ -27,7 +27,7 @@ index 83defaaaad55d..8bb119c22d3fd 100644 #else std::unique_ptr sandbox_delegate = std::make_unique(); -@@ -3344,15 +3341,9 @@ void RenderProcessHostImpl::AppendRendererCommandLine( +@@ -3390,15 +3387,9 @@ void RenderProcessHostImpl::AppendRendererCommandLine( command_line->AppendSwitch(switches::kNoZygote); }