Skip to content

Commit 20f44aa

Browse files
authored
update: helium 0.8.3.1 (#156)
1 parent aeb74ab commit 20f44aa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

helium-chromium

Submodule helium-chromium updated 32 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-
@@ -1232,7 +1232,7 @@ BASE_FEATURE(kHttpsFirstModeIncognitoNew
3+
@@ -1237,7 +1237,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
@@ -434,7 +434,7 @@
434434
# Android and ChromeOS don't support multiple browser processes, so they don't
435435
# employ ProcessSingleton.
436436
if (is_android || is_chromeos) {
437-
@@ -6703,6 +6711,22 @@ static_library("browser") {
437+
@@ -6705,6 +6713,22 @@ static_library("browser") {
438438
weak_frameworks = [
439439
"ScreenCaptureKit.framework", # Available in macOS 12.3, stable in 13.2.
440440
]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"//chrome/browser/safe_browsing:verdict_cache_manager_factory",
2424
--- a/chrome/browser/extensions/BUILD.gn
2525
+++ b/chrome/browser/extensions/BUILD.gn
26-
@@ -849,9 +849,6 @@ source_set("extensions") {
26+
@@ -850,9 +850,6 @@ source_set("extensions") {
2727
# TODO(crbug.com/346472679): Remove this circular dependency.
2828
"//chrome/browser/web_applications/extensions",
2929

@@ -33,7 +33,7 @@
3333
# TODO(crbug.com/343037853): Remove this circular dependency.
3434
"//chrome/browser/themes",
3535

36-
@@ -885,7 +882,6 @@ source_set("extensions") {
36+
@@ -886,7 +883,6 @@ source_set("extensions") {
3737
"//chrome/common",
3838
"//chrome/common/extensions/api",
3939
"//components/omnibox/browser",
@@ -147,7 +147,7 @@
147147
return l10n_util::GetStringFUTF16(IDS_PROMPT_DOWNLOAD_CHANGES_SETTINGS,
148148
--- a/chrome/test/BUILD.gn
149149
+++ b/chrome/test/BUILD.gn
150-
@@ -7711,13 +7711,9 @@ test("unit_tests") {
150+
@@ -7712,13 +7712,9 @@ test("unit_tests") {
151151
"//chrome/browser/renderer_host:history_swiper",
152152
"//chrome/browser/updater:browser_updater_client",
153153
"//chrome/common/notifications",

0 commit comments

Comments
 (0)