Commit Graph

3064 Commits

Author SHA1 Message Date
wukko
b82e2921d4 helium/core: add helium services versioning & update alerts (#599) 2025-12-12 15:34:03 +06:00
wukko
a16ae4bd88 helium/core/services-nag: update strings 2025-12-12 14:00:23 +06:00
wukko
07018baf2e helium/core/services: polish the schema update notification
- adjusted padding, margins, and border radius
- made the title stand out more
- updated related strings
- removed the extra description, feels unnecessary to me
2025-12-12 13:59:46 +06:00
jj
f4937943ca helium/core/onboarding: format and add "acceptLatestSchema" call 2025-12-11 23:43:48 +00:00
jj
d27f87f754 helium/core: add helium services versioning/changelog
also move stringprintf import in helpers to correct patch
2025-12-11 23:43:48 +00:00
jj
a2b3cd02bb devutils/lint: fix all_new_headers_have_correct_guard test 2025-12-11 23:43:48 +00:00
wukko
7c45f2fcd6 revision: bump to 3 (#587) 2025-12-09 16:12:11 +00:00
wukko
8cb698e496 helium/ui/cat: fix order of early CAT layout return (#583)
fixes #576
2025-12-09 21:32:33 +06:00
wukko
009a2e74c7 helium/ui/cat: fix crash when opening the guest window (#577)
extensions container is nullptr there, so trying to set its flex property was causing a crash
2025-12-09 15:54:48 +06:00
wukko
b06b34b5e9 revision: bump to 2 (#573) 2025-12-07 14:55:31 +06:00
wukko
b102956f52 revision: bump to 2 2025-12-07 14:52:24 +06:00
jj
1676a4071e patches/spellcheck: update error to mention helium services (#572) 2025-12-07 09:40:46 +01:00
wukko
9b49458bc2 helium/ui: keep pinned extensions in CAT & reduce grab handle (#562) 2025-12-04 21:15:46 +06:00
wukko
b3733ec6aa helium/cat: remove tab strip grab handle
cuz it takes up too much of precious space
2025-12-04 16:20:56 +06:00
wukko
ac863716dd helium/cat: prevent pinned extensions from shrinking 2025-12-04 16:20:25 +06:00
wukko
05ab79d610 helium/ui/grab-handle: slightly reduce the size 2025-12-04 15:51:18 +06:00
wukko
e67c0db58f patches: move everything from contrib to root dir (#557)
now all chromium patches in all helium repos follow
the same dir pattern: `<vendor>/<group>/<...>/<patch>`

and there's no longer a "contrib" dir which was admittedly
kind of confusing
2025-12-04 01:43:34 +06:00
wukko
8041351f2b merge: update to chromium 143.0.7499.40 (#544) 2025-12-03 23:38:34 +06:00
wukko
2fd8ab8736 revision: reset to 1 2025-12-03 23:22:46 +06:00
wukko
bb720ee09f helium/settings: remove dead sections from profiles page
prevents dead section flickering on page init
2025-12-03 23:20:20 +06:00
wukko
3175ba89bd helium/ui: merge two caption button bounds patches
and remove the windows (os) workaround cuz the new layout doesn't use it
2025-12-03 23:20:20 +06:00
wukko
1d218c894b helium/ui/cat: reduce horizontal toolbar margin 2025-12-03 23:20:20 +06:00
wukko
3e07bd785f helium/ui: fix caption bounds (only on macos for now)
merged the related patch from macOS repo into this one and added new changes. it makes sense to keep it here as it's a "main helium" kind of change, not some platform quirk.

i'm not sure whether macOS 15 bounds are correct, however, so this will probably be patched up more in the future.
2025-12-03 23:20:19 +06:00
wukko
a3072fedab upstream-fixes: fix broken fullscreen ui on macos
caption buttons bounds were incorrectly interpreted and this patch (crrev.com/1538756) fixes it by always using hard-coded constants
2025-12-03 23:20:19 +06:00
wukko
a749a3e3e2 helium/ui: fix toolbar padding due to upstream changes
...again
2025-12-03 23:20:19 +06:00
wukko
d145111dd0 helium/core/exclude-flags: remove irrelevant flags added in M143 2025-12-03 23:20:19 +06:00
wukko
2ce45ab9f2 patches: refresh and update for chromium 143.0.7499.40 2025-12-03 23:20:19 +06:00
wukko
ab9a39c516 merge: update to ungoogled-chromium 143.0.7499.40 2025-12-03 23:19:47 +06:00
Blaise
7b77584e8c Update to Chromium 143.0.7499.40 2025-12-02 14:14:43 -06:00
jj
bcf3330b42 patches/fixes: clean up obsolete upstream fixes
These are not needed anymore AFAICT, ungoogled-chromium
builds fine for me on Linux and macOS without them.
2025-11-30 20:26:37 +00:00
jj
a2d63db83b patches/bangs: accept trailing bangs with enter key (#530) 2025-11-29 16:14:40 +01:00
wukko
b3f08938ce revision: bump to 9 (#534) 2025-11-29 16:56:06 +06:00
jj
4a95606bfa helium/appearance: re-enable gtk/qt buttons (#531)
the agnostic theme will still be the default, but this
will re-enable the use gtk/qt buttons for whoever wants
to use the GTK/QT themes for whatever reason

fixes imputnet/helium-linux#74
2025-11-29 15:50:41 +06:00
wukko
76462eb66c helium: add an option to use MRU order when tabbing thru tabs (#529)
closes #111
2025-11-28 14:26:40 +01:00
wukko
ec8480c3f5 helium/settings: add behavior section to the appearance page (#528)
- made the appearance subpage open first by default when opening the settings page
- moved all behavioral toggles to the new section within the appearance page
- renamed the appearance page to "Appearance and behavior"
- replaced the palette icon with a more diverse one
- moved helium/ui/settings-page-icons.patch to helium/settings/settings-page-icons.patch
- cleaned up patch order inside helium/core/open-new-tabs-next-to-active-tab-option.patch to be more readable
2025-11-28 19:14:24 +06:00
Sheng
c94c96e62e Fix zip compression level (#3555) 2025-11-27 09:17:28 -06:00
wukko
fa41ca5fca patches: merge extra & core into contrib, clean up files (#527)
merged extra & core folders into one "contrib" folder

removed useless/outdated patches:
- upstream-fixes/hardware_destructive_interference_size.patch
- iridium-browser/mime_util-force-text-x-suse-ymp-to-be-downloaded.patch
- iridium-browser/Remove-EV-certificates.patch
- inox-patchset/0016-chromium-sandbox-pie.patch
- upstream-fixes/glue_core_pools.patch

merged patches:
- iridium-browser/safe_browsing-disable-incident-reporting.patch and iridium-browser/safe_browsing-disable-reporting-of-safebrowsing-over.patch into iridium-browser/safe-browsing-disable-reporting.patch

renamed patches:
- removed sequence numbers from inox patch filenames
2025-11-27 17:53:54 +06:00
wukko
9df88459b8 helium/core: override browser protocol in copied url and tab card (#526) 2025-11-26 15:27:56 +01:00
wukko
7e1d9dd767 upstream-fixes/macos-widget: update to prevent parent overlap (#523)
fixes the main window being clipped by the menu bar

partial copy of chromium/chromium@4f0076b
2025-11-26 11:01:02 +01:00
wukko
ccb227dc03 helium/ui: remove zoom page action (#519)
cleans up space, eliminates "zoom shaming". i just like scaling down
websites without being constantly reminded about it. safari behaves the
same way as helium does with this change, and no one complains, so i
guess it's fine :3
2025-11-26 00:23:42 +06:00
wukko
94fa070851 helium/ui/tabs: tab muting, move indicator to left (#517)
- enabled the tab muting feature by default
- fixed the UX issue with the alert indicator and the close button
  swapping places on hover
- increased the minimum width for close buttons to prevent mute &
  close buttons from overlapping each other
- removed the fade animation from the indicator

closes #324
2025-11-24 20:46:58 +06:00
jj
1a266da9a3 devutils/lint: add rule to detect whitespace-only changes (#510) 2025-11-24 14:38:36 +06:00
wukko
6312142913 helium/ui/toolbar: remove cookie controls from pwa toolbar (#509) 2025-11-23 11:35:35 +00:00
wukko
64ef95a6eb helium/core: disable ntp footer (#508)
fixes #237
2025-11-23 17:31:14 +06:00
jj
a7e5433e7c helium/override-protocol: use helium:// in omnibox suggestions (#505) 2025-11-22 13:33:13 +00:00
jj
4f803de791 helium/cat: elide location icon text when in CAT mode (#506) 2025-11-22 13:37:50 +01:00
jj
aebf0a4387 devutils/platform_patches: update shared patches instead of deleting
Instead of deleting copies of generic patches when unmerging them
from platform patches, move them back into the shared repository.

This makes it much more pleasant and ergonomic to work on patches
as a merged series, and allows to e.g. refresh existing patches
without having to move them back to the original folder manually.
2025-11-21 17:45:08 +00:00
jj
be8ba95803 ci/bump-platform: add disk space clearing step (#495) 2025-11-19 23:22:06 +06:00
wukko
c3ba3d8999 revision: bump to 7 (#494) 2025-11-19 15:46:26 +00:00
wukko
403e3fe01d helium/ui: detach find bar from location bar, fix padding (#493)
- no longer animates from the middle of the toolbar
- no longer feels awkward in CAT layout
- just looks better
2025-11-19 16:39:31 +01:00