Skip to content

Commit 6257834

Browse files
authored
update: helium 0.7.4.1 (#136)
1 parent 6b34d2e commit 6257834

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

helium-chromium

Submodule helium-chromium updated 38 files

patches/helium/macos/disable-immersive-fullscreen.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/chrome/common/chrome_features.cc
22
+++ b/chrome/common/chrome_features.cc
3-
@@ -1215,7 +1215,7 @@ BASE_FEATURE(kHttpsFirstModeIncognitoNew
3+
@@ -1219,7 +1219,7 @@ BASE_FEATURE(kHttpsFirstModeIncognitoNew
44
#if BUILDFLAG(IS_MAC)
55
// Enables immersive fullscreen. The tab strip and toolbar are placed underneath
66
// the titlebar. The tab strip and toolbar can auto hide and reveal.

patches/helium/macos/updater/sparkle2-integration.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
import("//components/captive_portal/core/features.gni")
177177
import("//components/compose/features.gni")
178178
import("//components/enterprise/buildflags/buildflags.gni")
179-
@@ -3199,11 +3200,9 @@ static_library("ui") {
179+
@@ -3201,11 +3202,9 @@ static_library("ui") {
180180
"webui/settings/settings_utils_mac.mm",
181181
]
182182

patches/ungoogled-chromium/macos/fix-disabling-safebrowsing.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"//components/schema_org/common:improved_mojom",
6363
"//components/search_engines",
6464
"//components/security_interstitials/content:security_interstitial_page",
65-
@@ -5454,7 +5445,6 @@ static_library("ui_public_dependencies")
65+
@@ -5456,7 +5447,6 @@ static_library("ui_public_dependencies")
6666
"//components/dom_distiller/core",
6767
"//components/enterprise/buildflags",
6868
"//components/paint_preview/buildflags",
@@ -194,7 +194,7 @@
194194
lens::prefs::kLensOverlaySettings,
195195
--- a/chrome/browser/chrome_content_browser_client.cc
196196
+++ b/chrome/browser/chrome_content_browser_client.cc
197-
@@ -7834,33 +7834,6 @@ bool ChromeContentBrowserClient::SetupEm
197+
@@ -7852,33 +7852,6 @@ bool ChromeContentBrowserClient::SetupEm
198198
CHECK(!soda_language_pack_path.empty());
199199
CHECK(serializer->SetParameter(sandbox::policy::kParamSodaLanguagePackPath,
200200
soda_language_pack_path.value()));

0 commit comments

Comments
 (0)