Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/chromium.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Name: hardened-chromium%{chromium_channel}
local content = f:read "*all"
print("Version: "..content.."\n")
}
Release: 3
Release: 1
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
Url: http://www.chromium.org/Home
License: BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
Expand Down
2 changes: 1 addition & 1 deletion patches/default-disable-3d-apis.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ index bfbdf8fcc8fa0..fac996b413b3f 100644
user_prefs::PrefRegistrySyncable* registry) {
- registry->RegisterBooleanPref(prefs::kDisable3DAPIs, false);
+ registry->RegisterBooleanPref(prefs::kDisable3DAPIs, true);
registry->RegisterBooleanPref(prefs::kEnableHyperlinkAuditing, false);
registry->RegisterBooleanPref(prefs::kEnableHyperlinkAuditing, true);
// Register user prefs for mapping SitePerProcess and IsolateOrigins in
// user policy in addition to the same named ones in Local State (which are
14 changes: 7 additions & 7 deletions patches/disable-lens.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/components/lens/lens_features.cc b/components/lens/lens_features.cc
index 6a9137e68f2f3..c6c5a032dac98 100644
index d029f6f7242b4..bf1a8c24e5d2d 100644
--- a/components/lens/lens_features.cc
+++ b/components/lens/lens_features.cc
@@ -12,7 +12,7 @@ namespace lens::features {
@@ -13,7 +13,7 @@ namespace lens::features {

BASE_FEATURE(kLensStandalone,
"LensStandalone",
Expand All @@ -11,7 +11,7 @@ index 6a9137e68f2f3..c6c5a032dac98 100644

BASE_FEATURE(kLensSearchOptimizations,
"LensSearchOptimizations",
@@ -20,7 +20,7 @@ BASE_FEATURE(kLensSearchOptimizations,
@@ -21,7 +21,7 @@ BASE_FEATURE(kLensSearchOptimizations,

BASE_FEATURE(kEnableLatencyLogging,
"LensImageLatencyLogging",
Expand All @@ -20,7 +20,7 @@ index 6a9137e68f2f3..c6c5a032dac98 100644

BASE_FEATURE(kEnableRegionSearchKeyboardShortcut,
"LensEnableRegionSearchKeyboardShortcut",
@@ -32,7 +32,7 @@ BASE_FEATURE(kEnableImageTranslate,
@@ -33,7 +33,7 @@ BASE_FEATURE(kEnableImageTranslate,

BASE_FEATURE(kEnableImageSearchSidePanelFor3PDse,
"EnableImageSearchSidePanelFor3PDse",
Expand All @@ -29,7 +29,7 @@ index 6a9137e68f2f3..c6c5a032dac98 100644

BASE_FEATURE(kLensRegionSearchStaticPage,
"LensRegionSearchStaticPage",
@@ -40,16 +40,11 @@ BASE_FEATURE(kLensRegionSearchStaticPage,
@@ -41,16 +41,11 @@ BASE_FEATURE(kLensRegionSearchStaticPage,

BASE_FEATURE(kEnableContextMenuInLensSidePanel,
"EnableContextMenuInLensSidePanel",
Expand All @@ -49,7 +49,7 @@ index 6a9137e68f2f3..c6c5a032dac98 100644
BASE_FEATURE(kLensOverlayTranslateButton,
"LensOverlayTranslateButton",
diff --git a/components/lens/lens_overlay_permission_utils.cc b/components/lens/lens_overlay_permission_utils.cc
index 8aae55f869e7f..7b34be31d4195 100644
index f707b2c4d1991..6e864faf60c78 100644
--- a/components/lens/lens_overlay_permission_utils.cc
+++ b/components/lens/lens_overlay_permission_utils.cc
@@ -17,7 +17,7 @@ namespace prefs {
Expand All @@ -60,4 +60,4 @@ index 8aae55f869e7f..7b34be31d4195 100644
+ static_cast<int>(LensOverlaySettingsPolicyValue::kDisabled));

registry->RegisterBooleanPref(kLensSharingPageScreenshotEnabled, false);
}
registry->RegisterBooleanPref(kLensSharingPageContentEnabled, false);
2 changes: 1 addition & 1 deletion patches/disable-search-suggest-by-default.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ index cd4fd8104866c..757d919d6496d 100644
--- a/chrome/browser/profiles/profile.cc
+++ b/chrome/browser/profiles/profile.cc
@@ -318,7 +318,7 @@ const char Profile::kProfileKey[] = "__PROFILE__";
void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
registry->RegisterBooleanPref(prefs::kIncognitoLaunch, false);
registry->RegisterBooleanPref(
prefs::kSearchSuggestEnabled,
- true,
Expand Down
4 changes: 2 additions & 2 deletions patches/disable-secondary-browser-features-by-default.patch
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ diff --git a/chrome/browser/ui/ui_features.cc b/chrome/browser/ui/ui_features.cc
index 703fc03b7e6cc..60347901f0d21 100644
--- a/chrome/browser/ui/ui_features.cc
+++ b/chrome/browser/ui/ui_features.cc
@@ -35,7 +35,7 @@ BASE_FEATURE(kWebAppIconInTitlebar,
base::FEATURE_ENABLED_BY_DEFAULT);
@@ -22,7 +22,7 @@ BASE_FEATURE(kWebAppIconInTitlebar,
);

// Enables Chrome Labs menu in the toolbar. See https://crbug.com/1145666
-BASE_FEATURE(kChromeLabs, "ChromeLabs", base::FEATURE_ENABLED_BY_DEFAULT);
Expand Down
2 changes: 1 addition & 1 deletion vanadium_patches/0012-Checkout-PGO-profiles.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Subject: [PATCH] Checkout PGO profiles
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DEPS b/DEPS
index 1afa833708d10..492eb91f9cba6 100644
index 75bcfec506bcf..e99afb68253f4 100644
--- a/DEPS
+++ b/DEPS
@@ -145,7 +145,7 @@ vars = {
Expand Down
2 changes: 1 addition & 1 deletion vanadium_patches/0013-disable-checkout_nacl.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Subject: [PATCH] disable checkout_nacl
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DEPS b/DEPS
index 492eb91f9cba6..823a04489585f 100644
index e99afb68253f4..5a3ccff0ec270 100644
--- a/DEPS
+++ b/DEPS
@@ -114,7 +114,7 @@ vars = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ index 584ce465961b8..4c1af1fd6adeb 100644
// 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 b058b1cefd878..e8dd7cab22e0b 100644
index 298f1e0b95e61..e2c25e453e83a 100644
--- a/third_party/blink/renderer/platform/runtime_enabled_features.json5
+++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5
@@ -1485,9 +1485,9 @@
Expand Down