- 07 Jan, 2022 1 commit
-
-
Georg Koppen authored
-
- 21 Dec, 2021 3 commits
-
-
-
-
Georg Koppen authored
Closes: #40756.
-
- 20 Dec, 2021 1 commit
-
-
Closes: #40753.
-
- 17 Dec, 2021 1 commit
-
-
Richard Pospesel authored
-
- 15 Dec, 2021 1 commit
-
-
Revert "Bug 1728536 - Fix compilation error with `--disable-maintenance-service`. r?#application-update-reviewers" This reverts commit a21cc727.
-
- 14 Dec, 2021 1 commit
-
-
Bug 1745715 - Process app-bundled fonts before system fonts when initializing the font list, to ensure their families get the expected Base visibility level. r=emilio Differential Revision: https://phabricator.services.mozilla.com/D133667
-
- 13 Dec, 2021 1 commit
-
-
Georg Koppen authored
Bug 40736: Disable third-party cookies in PBM
-
- 10 Dec, 2021 5 commits
-
-
The fast few commits are all fixes for #40684.
-
-
-
-
-
- 09 Dec, 2021 2 commits
-
-
- 08 Dec, 2021 6 commits
-
-
Georg Koppen authored
-
Closes: #40714.
-
Closes: #40691.
-
Closes: #40705
-
Closes: #40725
-
-
- 07 Dec, 2021 3 commits
-
-
Georg Koppen authored
This reverts commit 1eb13643. This fixes tor-browser#40721, tor-browser#40698, and #40706.
-
Georg Koppen authored
This reverts commit 0695c7c0. Fixes: #40475.
-
Georg Koppen authored
-
- 02 Dec, 2021 15 commits
-
-
Matthew Finkel authored
-
Bug 1728536 - Fix compilation error with `--disable-maintenance-service`. r?#application-update-reviewers This was a regression from Bug 1658711. Differential Revision: https://phabricator.services.mozilla.com/D126715
-
Matthew Finkel authored
-
Matthew Finkel authored
This reverts commit ff3b679987ee9d5515508d94d78ed28166706249.
-
- migrated in-page settings read/write implementation from about:preferences#tor to the TorSettings module - TorSettings initially loads settings from the tor daemon, and saves them to firefox prefs - TorSettings notifies observers when a setting has changed; currently only QuickStart notification is implemented for parity with previous preference notify logic in about:torconnect and about:preferences#tor - about:preferences#tor, and about:torconnect now read and write settings thorugh the TorSettings module - all tor settings live in the torbrowser.settings.* preference branch - removed unused pref modify permission for about:torconnect content page from AsyncPrefs.jsm
-
-
Matthew Finkel authored
-
- implements new about:torconnect page as tor-launcher replacement - adds tor connection status to url bar and tweaks UX when not online - adds new torconnect component to browser - tor process management functionality remains implemented in tor-launcher through the TorProtocolService module - the onion pattern from about:tor migrated to an .inc.xhtml file now used by both about:tor and about:torconnect - various design tweaks and resusability fixes to onion pattern - adds warning/error box to about:preferences#tor when not connected to tor - explicitly allows about:torconnect URIs to ignore Resist Fingerprinting (RFP) - various tweaks to info-pages.inc.css for about:torconnect (also affects other firefox info pages)
-
Adds a CryptoSafety actor which detects when you've copied a crypto address from a HTTP webpage and shows a warning. Closes #40209. Bug 40428: Fix string attribute names
-
Matthew Finkel authored
-
Only use regional OS locales if the pref `intl.regional_prefs.use_os_locales` is set to true.
-
-
-
-
This checks `privacy.spoof_english` whenever `setLocales` is called from Fenix side and sets `intl.accept_languages` accordingly.
-