Skip to content

Commit 79f07a5

Browse files
authored
update: helium 0.10.9.1 (#240)
1 parent 72bd0af commit 79f07a5

5 files changed

Lines changed: 11 additions & 12 deletions

File tree

helium-chromium

Submodule helium-chromium updated 66 files

package/helium-bin.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define version 0.10.8.1
1+
%define version 0.10.9.1
22
%global debug_package %{nil}
33

44
Name: helium-bin

package/net.imput.helium.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</screenshots>
3939
<content_rating type="oars-1.1" />
4040
<releases>
41-
<release version="0.10.8.1" date="2026-04-01" />
41+
<release version="0.10.9.1" date="2026-04-08" />
4242
</releases>
4343
<developer id="net.imput">
4444
<name>imput</name>

patches/helium/linux/add-error-for-missing-desktop-file.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
#include "ui/display/screen.h"
128128
#endif
129129

130-
@@ -700,6 +701,15 @@ void AddClearBrowsingDataStrings(content
130+
@@ -706,6 +707,15 @@ void AddClearBrowsingDataStrings(content
131131
html_source->AddLocalizedStrings(kLocalizedStrings);
132132
}
133133

@@ -143,7 +143,7 @@
143143
#if !BUILDFLAG(IS_CHROMEOS)
144144
void AddDefaultBrowserStrings(content::WebUIDataSource* html_source) {
145145
static constexpr webui::LocalizedString kLocalizedStrings[] = {
146-
@@ -716,9 +726,15 @@ void AddDefaultBrowserStrings(content::W
146+
@@ -722,9 +732,15 @@ void AddDefaultBrowserStrings(content::W
147147
{"defaultBrowserMakeDefaultButton",
148148
IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT_BUTTON},
149149
{"defaultBrowserError", IDS_SETTINGS_DEFAULT_BROWSER_ERROR},

patches/helium/linux/add-middle-click-paste-flag.patch

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
--- a/chrome/browser/helium_flag_choices.h
22
+++ b/chrome/browser/helium_flag_choices.h
3-
@@ -37,7 +37,8 @@ namespace helium {
4-
constexpr const char kMiddleClickAutoscrollCommandLine[] = "middle-click-autoscroll";
3+
@@ -38,6 +38,8 @@ namespace helium {
54
constexpr const char kHeliumCompactLocationWidthCommandLine[] =
65
"helium-compact-location-width";
7-
-
6+
constexpr const char kHeliumZenModeCommandLine[] = "helium-zen-mode";
87
+ constexpr const char kMiddleClickPasteEnabledCommandLine[] =
98
+ "helium-middle-click-paste-enabled";
109
} // namespace helium
1110

1211
#endif /* CHROME_BROWSER_HELIUM_FLAG_CHOICES_H_ */
1312
--- a/chrome/browser/helium_flag_entries.h
1413
+++ b/chrome/browser/helium_flag_entries.h
15-
@@ -41,4 +41,8 @@
16-
"Automatic address bar width in compact layout",
17-
"Allows the location bar to automatically reduce its width in the compact browser layout. The omnibox may be uncomfortable to use. Helium flag.",
18-
kOsDesktop, FEATURE_VALUE_TYPE(features::kHeliumCompactLocationWidth)},
14+
@@ -46,4 +46,8 @@
15+
"Hides browser chrome (toolbar, tab strip, bookmarks bar) and reveals it "
16+
"on hover near the window edges. Helium flag.",
17+
kOsDesktop, FEATURE_VALUE_TYPE(features::kHeliumZenMode)},
1918
+ {helium::kMiddleClickPasteEnabledCommandLine,
2019
+ "Middle Click Paste",
2120
+ "Controls middle click paste functionality. Helium flag.",

0 commit comments

Comments
 (0)