- Apr 06, 2025
-
-
Peter Mack authored
This allows for history and tab management stuff with Firefox View. Also apply sidebar mod to Firefox View
-
Peter Mack authored
This commit - removes no longer needed legacy code, - adjusts tab width on Firefox 133 and newer, - introducing an alternate way to indicate 'private browsing' mode by changing tab-bar color - adds a new mcf.firefoxview option that unhides Firefox View and leaves room for the private browsing indicator if set to true. Please enter the commit message for your changes. Lines starting
-
- Apr 03, 2025
-
-
Oliver Smith authored
The UA agent spoofing code is heavily based on the code from the FuriOS team (https://github.com/FuriLabs/furios-firefox-tweaks). This repo in turn is a fork of mobile-config-firefox, under the same license (MPL-2.0). Add a comment refering to that work to give credit and because it is probably useful for comparing UA rules in the future. Part-of: !77
-
Some websites aren't working well with our default user-agent. This patch adds a function that let us spoof a different user-agent based on an URL regex. Part-of: !77
-
Danny Colin authored
We only want to keep preferences needed to load our autoconfig file in the static mobile-config-prefs.js file. For that, we are moving the extra preferences to our set_default_prefs function in mobile-config-autoconfig.js. One small caveat, we had to keep the preferences in the static file because it was not set correctly when starting Firefox. This will be done in a follow-up MR. Part-of: postmarketOS/mobile-config-firefox!69
-
- Mar 29, 2025
-
-
Peter Mack authored
This commit changes the media queries for customizable features (see https://old.reddit.com/r/FirefoxCSS/comments/1j7f35z/firefox/mgxl6zs/) while keeping the old ones around for ... until we drop support for ESR 128. Also --tab-[min|max]-width is now --tab-[min|max]-width-pref . Part-of: !78
-
- Mar 26, 2025
-
-
Remaining issues: - narrow suggestion window in FF 136 - vertical order and spacing could be better Part-of: !75
-
This deals with #titlebar no longer existing on FF 133+ by increasing tab-width, except when in private-browsing mode. It also adds support for `browser.uidensity` = 2, or in CSS terms uidensity=touch. Part-of: postmarketOS/mobile-config-firefox!74
-
- Mar 25, 2025
-
-
Danny Colin authored
Part-of: !73
-
- Mar 04, 2025
-
-
Sertonix authored
-
- Feb 23, 2025
-
-
Peter Mack authored
This change fixes the private browsing indicator on Firefox 133 and 134 and hopefully for many future releases
-
- Dec 26, 2024
-
-
Update URL as we moved to our own instance instead of Gitlab.com
- Nov 18, 2024
-
-
Arnaud Ferraris authored
The lack of this info causes `appstreamcli` to fail validating the file, issuing the `url-homepage-missing` warning.
-
- Nov 17, 2024
-
-
Oliver Smith authored
-
Oliver Smith authored
-
- Nov 10, 2024
-
-
Switching to a better suited color-variable that also works with ESR Tweaked-by:
Oliver Smith <ollieparanoid@postmarketos.org>
-
- Nov 06, 2024
-
-
By using the xdg-desktop-portal file-picker we get a more native file-picker, e.g., on Plasma Mobile Fixes #16.
-
This change hides https:// in the urlbar by default, a change that can be undone. It also clarifies what the difference between defaultPref and pref is. Fixes #14.
-
- Nov 05, 2024
-
-
Peter Mack authored
-
Optionally hide the protections icon and popup. It can be unhidden by adding mcf.showprotectionsicon in about:config and setting it to true.
-
This feature does not exist in Firefox for Android and really clutter the urlbar.
-
- Nov 04, 2024
-
-
Peter Mack authored
This commit adds an option to disable the tab-counter feature: mcf.tabcounter.disable Also, adding an option to also count tabs in the tab menu with mcf.tabcounter.countmenu We also opt to not show the tabcounter in convergent mode at widths over 900px (beyond the Fairphone 5 in landscape mode). Styling: - make sure the enabled tab-counter is never rotated - adding a rounded border to make it look somewhat native Documentation: Mention and document disabling the feature in README.md
-
Peter Mack authored
-
- Nov 03, 2024
-
-
Looks like original code was added this to keep the "all tabs" button visible. This is not true anymore so we can put a min/max width for tabs. We can also keep maximum width for non-private mode.
-
We are on a mobile device.
- Nov 01, 2024
-
-
Peter Mack authored
-
- Oct 22, 2024
-
-
Peter Mack authored
-
- Oct 04, 2024
-
-
Seth Falco authored
-
- Jul 13, 2024
-
-
DrRac27 authored
The next tracking feature where I assume every user wants to opt out. https://support.mozilla.org/en-US/kb/privacy-preserving-attribution
-
- Jun 20, 2024
-
- Jun 19, 2024
-
-
Peter Mack authored
This cuts down the private browsing indicator to a minimum by hiding the text and removing some padding.
-
- Apr 18, 2024
-
-
Peter Mack authored
No longer hard remove Google from Firefox ESR, so it can be picked as default if people want to/have to, e.g., due to ddg being blocked in some regions. https://cast.postmarketos.org/episode/39-Interview-magdesign/ inspired this.
-
- Mar 31, 2024
-
-
Peter Mack authored
popups.css: fix to prevent extension menu flicker on distributions that are not postmarketOS (MR 48)
-
- Mar 29, 2024
-
-
popups.css: Fix various popup menus and installing extensions, including a fix for the overflow menu (MR 47)
-
- Mar 25, 2024
-
-
Peter Mack authored
-
- Mar 24, 2024
- Mar 21, 2024
-
-
Based on user0's work, I've implemented a slightly different fix for this menu: * max-width only, because that's enough to fix the menu * 100% instead of 100vw, as that's less in most cases, but enough. Related: https://codeberg.org/user0/mobile-config-firefox/src/commit/f2381fd45eeef10ffb173a56f8106e6d68b981be/src/userChrome/06_popups.css#L85-L89 Fixes: #65
-