Tags give the ability to mark specific points in history as being important
-
-
4.4.0
441b1d6c · ·Release 4.4.0 Features: * policies.json: disable PPA ("Privacy-Preserving Attribution") (MR 52) * urlbar.css: remove -> arrow, fix #70 (MR 55) * fix: let clients detect touch screen (MR 54) * Make URLbar on the bottom optional through about:config (MR 56) * mobile-config-prefs.js: enable touch density (MR 57) * userChrome/tabmenu: Give more place to tabs (MR 58) * tabmenu.css: Make showing multiple tabs optional (MR 58) * tabcounter.css: Import 12_tab_manager_button.css from Emma's fenix branch (MR 62) * tabcounter: Optionality, styling, documentation (MR 62) * userChrome/urlbar: Hide tracking container (MR 59) * urlbar: Hide protections menu icon by default (MR 59) * urlbar.css: formatting fixes (MR 59) * mobile-config-autoconfig.js: set browser.urlbar.trimHttps to true (MR 60) * mobile-config-autoconfig.js: Use xdg-desktop-portal file-picker (MR 60) * tabcounter: show border in esr (MR 63) -
-
4.3.0
8a6494c6 · ·Release 4.3.0 Features: * Makefile: add uninstall target * Makefile: install: add sanity checks * Makefile: install: add sanity checks * Update urlbar.css: Hide translate and picture-in-picture icon in urlbar (MR 41) * Hide 'Firefox View' in css, as it can't be hidden in about:config on Firefox 123 (MR 43) * Follow up to MR41: hide identity-permission-box in urlbar (MR 42) * popups.css: make "native link dialog" adaptive (MR 44) Fixes: * popups: Make senventh column of date picker visible (MR 45) * Fix bookmark menu on Firefox 124, bump copyright (MR 46) * popups.css: Fix various popup menus and installing extensions, including a fix for the overflow menu (MR 47) Other: * README: link to current FF and FF ESR releases * Remove legacy code (< FF 115) * editorconfig: fix syntax
-
-
-
4.1.0
94cbe045 · ·Release 4.1.0 - FF 117 compat & Mobile UA Features: * Add "Mobile" to the user-agent (MR 35) Until 4.0.4, the same user-agent as for Tor Browser on Android was set. The idea was to make it not unique to make tracking slightly harder (though tracking has still been trivially possibly as long as JavaScript stays enabled). In 4.0.4 it was removed as having Android in the UA has lead to problems. However not having the word "Mobile" in the UA was even worse. So with this release, the UA is built just like the desktop firefox UA, except that Mobile is added in the platforms section. This seems to be the best trade-off we can make. See MR 35 for details. Fixes: * userChrome/urlbar: Allow urlbar to shrink down to its min width (MR 37) * userChrome/urlbar: Prevent urlbar from going past window bottom in FF 117 (MR 36) * autoconfig: Fix error due to Services import in FF 117 (MR 36)
-
-
-
4.0.3
cc4a4a79 · ·Release 4.0.3 Fixes: * autoconfig: Fix version detection on first start (MR 32) "Previously the Firefox version would be detected as 0 on the first start, causing popups.before-ff-108.css to be included even on newer versions, which breaks touch input." Huge thanks to Ulrik for figuring this out and fixing it!