lists.torproject.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

tbb-commits

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
tbb-commits@lists.torproject.org

  • 1 participants
  • 18560 discussions
[Git][tpo/applications/tor-browser][tor-browser-129.0a1-15.0-1] 67 commits: fixup! Firefox preference overrides.
by Pier Angelo Vendrame (@pierov) 11 Feb '25

11 Feb '25
Pier Angelo Vendrame pushed to branch tor-browser-129.0a1-15.0-1 at The Tor Project / Applications / Tor Browser Commits: ccaf390b by Pier Angelo Vendrame at 2025-02-10T17:23:56+01:00 fixup! Firefox preference overrides. BB 43236: Disable vsync on Wayland. Vsync leaks the monitor refresh rate, therefore it is already disabled on other platforms, including Linux/X11 and Windows. - - - - - 67100207 by Pier Angelo Vendrame at 2025-02-10T17:23:56+01:00 BB 43386: Use Firefox in the UA in RFP-exempt request. XHR requests initiated by extensions are exempt from RFP. Therefore, they report the actual app name, instead of Firefox, and the actual Firefox minor version. This happens whenever the app name has been customized and does not match a hardcoded "Firefox". - - - - - ba58f4de by clairehurst at 2025-02-10T17:23:57+01:00 [android] Bug_43351: Add function to disable forcing ALL CAPS for the fenix snackbar action button text This is needed because the default snackbar will force all caps, which can cause problems in some languages. See tor-browser#43351 and bugzilla bug 1935387. TODO: Remove once the forced all caps is removed by mozilla. - - - - - 6f91b386 by Beatriz Rizental at 2025-02-10T17:23:57+01:00 fixup! Add CI for Tor Browser - - - - - 329323a6 by Pier Angelo Vendrame at 2025-02-10T17:23:57+01:00 fixup! Firefox preference overrides. BB 41065: Hardcode the limit of storage quota. Currently, we return min(10GB, 0.2 * available space in the fs). This is bad for systems that have less than 50GB free, especially live systems, such as Tails. Set a pref to replace the available space with a hardcoded limit (5GiB). - - - - - 4adb5447 by Pier Angelo Vendrame at 2025-02-10T17:23:57+01:00 fixup! Firefox preference overrides. BB 43402: set browser.startup.blankWindow false. - - - - - 3058bb98 by Henry Wilkes at 2025-02-10T17:23:58+01:00 fixup! TB 40597: Implement TorSettings module TB 41921: Return only the bridge settings from Moat. Rather than return { bridges: enabled: true, ... } from MoatRPC API, we just return the relevant parts. This should make it clearer that Moat can *only* change TorSettings.bridges, and nothing else. - - - - - 77611c5d by Henry Wilkes at 2025-02-10T17:23:58+01:00 fixup! TB 40597: Implement TorSettings module TB 41921: Have Moat bridges pass through TorSettings rather than using TorProvider directly. TorSettings should be the only caller to TorProvider.writeSettings, so we can establish more control over which bridges are in use at any given moment in one place. Also add some sanitation to the Moat response. - - - - - 74814eb6 by Henry Wilkes at 2025-02-10T17:23:58+01:00 fixup! TB 40933: Add tor-launcher functionality TB 41921: Use temporary bridges for TorProvider initialisation. It is unlikely that temporary bridges would be present when TorProvider is initialised, but it should be using whatever TorSettings.applySettings uses. - - - - - 8acf85a0 by Henry Wilkes at 2025-02-10T17:23:58+01:00 fixup! TB 40597: Implement TorSettings module TB 41921: Only use TorSettings.changeSettings to change the Tor settings and apply them in one method. The granular methods have been made private. - - - - - 86a0463e by Henry Wilkes at 2025-02-10T17:23:59+01:00 fixup! TB 42247: Android helpers for the TorProvider TB 41921: Only use TorSettings.changeSettings to change the Tor settings and apply them in one method. We drop redundant arguments and unused methods from android integration. - - - - - 7da76500 by Henry Wilkes at 2025-02-10T17:23:59+01:00 fixup! TB 41878: [android] Add standalone Tor Bootstrap TB 41921: Drop redundant arguments to getTorIntegration().setSettings. All calls to this method passed true for the last two arguments. - - - - - b1de0b1f by Henry Wilkes at 2025-02-10T17:23:59+01:00 fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection TB 41921: Only use TorSettings.changeSettings to change the Tor settings and apply them in one method. - - - - - e399886a by Henry Wilkes at 2025-02-10T17:23:59+01:00 fixup! TB 27476: Implement about:torconnect captive portal within Tor Browser TB 41921: Only use TorSettings.changeSettings to change the Tor settings and apply them in one method. - - - - - 5f8a8997 by Henry Wilkes at 2025-02-10T17:23:59+01:00 fixup! TB 40597: Implement TorSettings module TB 41921: Make the TorSettings properties read-only outside of the TorSettings modules. Within TorSettings we make all post initialisation changes in changeSettings. This means we can simplify the class and move all the setter logic into one place. - - - - - b928574f by Henry Wilkes at 2025-02-10T17:24:00+01:00 fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection TB 41921: Pass in the BridgeDB bridge_strings as an Array to TorSettings. - - - - - d7354d74 by Henry Wilkes at 2025-02-10T17:24:00+01:00 fixup! TB 40933: Add tor-launcher functionality TB 41921: Move prompt_at_startup preference from TorProvider to TorConnect only. - - - - - d2db4edd by Henry Wilkes at 2025-02-10T17:24:00+01:00 fixup! TB 40597: Implement TorSettings module TB 41921: Move prompt_at_startup pref from TorProvider to TorConnect only. This simplifies the logic, where we set the preference any time we have a bootstrap error and clear it when we are bootstrapped. - - - - - 0df84c25 by Henry Wilkes at 2025-02-10T17:24:00+01:00 fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection TB 41921: Move flushSettings call to TorSettings. The call in connectionPane will not necessarily run when the preference tab is closed, nor will it trigger for bridges added through auto-bootstrapping. - - - - - 50ecf95b by Henry Wilkes at 2025-02-10T17:24:01+01:00 fixup! TB 40597: Implement TorSettings module TB 41921: Flush TorSettings settings every time they are saved. - - - - - 4af07293 by Henry Wilkes at 2025-02-10T17:24:01+01:00 fixup! TB 40933: Add tor-launcher functionality TB 41921: Add a NOTE for future development ensuring that writeSettings is not subject to any races between sequential calls. - - - - - ee562d86 by Henry Wilkes at 2025-02-10T17:24:01+01:00 fixup! TB 40933: Add tor-launcher functionality TB 41921: Ensure shouldStartAndOwnTor is constant per-session. TorConnect and TorSettings `enabled` properties depend on this value, and shouldn't change per session. - - - - - bf84f466 by Henry Wilkes at 2025-02-10T17:24:01+01:00 fixup! TB 40597: Implement TorSettings module TB 41921: Tighten up TorSettings. We ensure TorSettings is enabled before certain operations. Also tidy up uninit to account for early calls (before init completes) or repeat calls. Also stop using "torbrowser.settings.enabled" preference, and read from the preferences for the first run. Also make TorSettings.initailizedPromise read-only. - - - - - ee5ae62a by Henry Wilkes at 2025-02-10T17:24:02+01:00 fixup! TB 40562: Added Tor Browser preferences to 000-tor-browser.js TB 41921: Set default TorSetting setting values in 000-tor-browser.js. - - - - - bfef38c6 by Henry Wilkes at 2025-02-10T17:24:02+01:00 fixup! TB 41435: Add a Tor Browser migration function TB 41921: Clear out unused "torbrowser.settings.enabled" preference. - - - - - c3711b8e by Henry Wilkes at 2025-02-10T17:24:02+01:00 fixup! TB 40597: Implement TorSettings module TB 41921: Move quickstart setting from TorSettings to TorConnect. - - - - - d4ae2cd6 by Henry Wilkes at 2025-02-10T17:24:02+01:00 fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection TB 41921: Move quickstart setting from TorSettings to TorConnect. - - - - - d88bb531 by Henry Wilkes at 2025-02-10T17:24:03+01:00 fixup! TB 27476: Implement about:torconnect captive portal within Tor Browser TB 41921: Move quickstart setting from TorSettings to TorConnect. This also means we no longer need to listen for TorSettingsTopics.Ready for the initial value. Also fix typo in signal name: "quickstart-changed" to "quickstart-change". - - - - - 9db9034d by Henry Wilkes at 2025-02-10T17:24:03+01:00 fixup! TB 42247: Android helpers for the TorProvider TB 41921: Move quickstart setting from TorSettings to TorConnect. - - - - - e4ee80ae by Henry Wilkes at 2025-02-10T17:24:03+01:00 fixup! TB 40597: Implement TorSettings module TB 41921: Do not wait for TorSettings to initialise before allowing a bootstrap. Instead, we wait for TorSettings as required: for preparing AutoBootstrap attempts, and TorBootstrapRequest should already wait for TorSettings before attempting to connect. - - - - - 51af454c by Henry Wilkes at 2025-02-10T17:24:03+01:00 fixup! TB 40933: Add tor-launcher functionality TB 41921: Ensure TorProviderBuilder.build can be called immediately after TorProviderBuilder.init returns (without await). We make sure that the `#provider` instance is created before any break in execution caused by an `await`. - - - - - bb3cff4d by Henry Wilkes at 2025-02-10T17:24:03+01:00 fixup! TB 42247: Android helpers for the TorProvider TB 41921: Do not wait for TorProviderBuilder.init since it is no longer async. - - - - - 2ee51acd by Henry Wilkes at 2025-02-10T17:24:04+01:00 fixup! TB 40933: Add tor-launcher functionality TB 41921: Add a note to TorBootstrapRequest explaining the expectation that the TorProvider has already read from TorSettings before it connects. - - - - - 306fc85a by clairehurst at 2025-02-10T17:24:04+01:00 fixup! [android] Implement Android-native Connection Assist UI Bug 43359: Improper handling of TorBootstrapChangeListener with respect to system onDestroy() calls for HomeActivity - - - - - 2290e9b4 by clairehurst at 2025-02-10T17:24:04+01:00 fixup! [android] Add standalone Tor Bootstrap Bug 43360: Replace custom variable isBeingRecreated with built-in isFinishing function - - - - - 0b867753 by clairehurst at 2025-02-10T17:24:04+01:00 fixup! [android] Add standalone Tor Bootstrap Bug 43368: Add @Suppress for linting error "Overriding method should call super. onNewIntent" - - - - - 9ef85012 by Henry Wilkes at 2025-02-10T17:24:05+01:00 fixup! TB 40597: Implement TorSettings module TB 41921: Reset bootstrap stage when bridge settings change. In particular, this will cancel an autobootstrap when the user manually changes the bridge settings. However we apply this to all bootstrap attempts for consistency. By resetting to the Start stage, we also ensure that about:torconnect UI no longer shows the "Try bridges" pages when the user manually changes their bridges themselves. - - - - - 2c1ab622 by Henry Wilkes at 2025-02-10T17:24:05+01:00 fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection TB 41921: Also show the "Connect" button for bridge dialogs when we have an ongoing bootstrap attempt. With the new behaviour, changing the settings while not bootstrapped will cancel any ongoing bootstrap. Therefore, we can start a new bootstrap using the new settings. - - - - - 86caa2b2 by Henry Wilkes at 2025-02-10T17:24:05+01:00 fixup! Add CI for Tor Browser MB 324: Revert tor-browser changes that add update-translations CI. - - - - - fe9c62cc by Henry Wilkes at 2025-02-10T17:24:05+01:00 Revert "TB 42305: Add script to combine translation files across versions." This reverts commit 3247633d3f6bf60be7feaf2e3515d9b7c2b1dad0. - - - - - d6fa9624 by Henry Wilkes at 2025-02-10T17:24:06+01:00 fixup! Add CI for Base Browser MB 324: Move update-translations CI to base-browser. - - - - - ddaea819 by Henry Wilkes at 2025-02-10T17:24:06+01:00 BB 42305: Add script to combine translation files across versions. - - - - - 0ef82fcf by Henry Wilkes at 2025-02-10T17:24:06+01:00 fixup! Add CI for Tor Browser MB 324: Re-introduce tor-browser changes to update-translations - - - - - 882b73b6 by Pier Angelo Vendrame at 2025-02-10T17:24:06+01:00 fixup! TB 42247: Android helpers for the TorProvider Add a missing return to #getAllSettings(). - - - - - dbce6a68 by Pier Angelo Vendrame at 2025-02-10T17:24:07+01:00 fixup! TB 2176: Rebrand Firefox to TorBrowser TB 43323: Add an asset for sanity tests. - - - - - bd5cbca8 by Henry Wilkes at 2025-02-10T17:24:07+01:00 fixup! Add CI for Tor Browser MB 324: Move update-translations from tor-browser to base-browser. Should be dropped at the next rebase. - - - - - 5178f2d9 by Henry Wilkes at 2025-02-10T17:24:07+01:00 fixup! Add CI for Base Browser MB 324: Move update-translations from tor-browser to base-browser. - - - - - a602ba5c by Pier Angelo Vendrame at 2025-02-10T17:24:07+01:00 fixup! Adding issue and merge request templates Remove "Emergency" from security updates as per today's meeting. Our policy usually is to backport (almost) all emergency fixes, sooner or later. The actual emergency can be inferred from the timeline. - - - - - 281658b7 by Morgan at 2025-02-10T17:24:08+01:00 fixup! TB 41649: Create rebase and security backport gitlab issue templates - TB 43298: add rebase template for nightly-based Tor Browser Alpha and Bugzilla Triage Issue generation - TB 43341: Create Firefox Nightly Rebase Issue Template - - - - - 144d6abb by Henry Wilkes at 2025-02-10T17:24:08+01:00 fixup! BB 42305: Add script to combine translation files across versions. MB 324: Make the added comments also work for Mullvad Browser. - - - - - e3a0e855 by clairehurst at 2025-02-10T17:24:08+01:00 fixup! TB 40933: Add tor-launcher functionality Bug 43222: Fix tor logs timestamps - - - - - 398c6cce by clairehurst at 2025-02-10T17:24:08+01:00 fixup! TB 42247: Android helpers for the TorProvider Bug 43222: Fix tor logs timestamps - - - - - e3488ef5 by clairehurst at 2025-02-10T17:24:08+01:00 fixup! TB 41878: [android] Add standalone Tor Bootstrap Bug 43222: Fix tor logs timestamps - - - - - 4c2cb7e6 by clairehurst at 2025-02-10T17:24:09+01:00 fixup! TB 40041 [android]: Implement Tor Network Settings Bug 43222: Fix tor logs timestamps - - - - - 04fe9107 by Beatriz Rizental at 2025-02-10T17:24:09+01:00 fixup! Add CI for Base Browser Attempt to download MR branch in case fetching fails due to the pipeline running in the parent project context. - - - - - 94fa5417 by Pier Angelo Vendrame at 2025-02-10T17:24:09+01:00 Revert "BB 42647: Make OS HTTP User-Agent OS spoofing configurable by pref" This reverts commit 57c94a79410783c564187a9496d7a5403accf15e. - - - - - c92cc90c by Pier Angelo Vendrame at 2025-02-10T17:33:17+01:00 Bug 1840385 - Do not spoof the OS in HTTP User Agent. r=tjr Differential Revision: https://phabricator.services.mozilla.com/D234835 - - - - - 18d26d7f by Henry Wilkes at 2025-02-10T17:33:20+01:00 fixup! TB 40458: Implement .tor.onion aliases TB 41831: Add additional effective TLD for abc.au.securedrop.tor.onion exception. - - - - - 52881321 by Beatriz Rizental at 2025-02-10T17:33:20+01:00 fixup! Add CI for Tor Browser Revert changes that will not be part of the Base Browser commit - - - - - a1146389 by Beatriz Rizental at 2025-02-10T17:33:20+01:00 fixup! Add CI for Base Browser - - - - - db182914 by Beatriz Rizental at 2025-02-10T17:33:20+01:00 fixup! Add CI for Base Browser - - - - - 45830b74 by Beatriz Rizental at 2025-02-10T17:33:21+01:00 fixup! Add CI for Base Browser Fetch specific branch when prepopulating history from local repository. - - - - - d182dd51 by Beatriz Rizental at 2025-02-10T17:33:21+01:00 TB 43243: [android] Implement Android launch test Also remove exit call from terminate function. It causes all espresso tests to crash on exit and otherwise doesn't do anything. - - - - - abe3f667 by Beatriz Rizental at 2025-02-10T17:33:21+01:00 fixup! Add CI for Tor Browser Implement Nightly startup tests for Android - - - - - 41a14ffe by Henry Wilkes at 2025-02-10T17:33:21+01:00 fixup! TB 40597: Implement TorSettings module TB 43254: Allow some DomainFrontedRequests to be cancelled. This is used by some of the Moat calls to stop abandoned requests running in the background: 1. Cancelled AutoBootstraps. 2. Cancelled CAPTCHA request/submissions. - - - - - d290912a by Henry Wilkes at 2025-02-10T17:33:22+01:00 fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection TB 43254: Cancel Moat requests when the CAPTHCA dialog is closed. - - - - - 115ea410 by Beatriz Rizental at 2025-02-10T17:56:43+01:00 fixup! Add CI for Base Browser - - - - - 55 changed files: - + .gitlab/ci/jobs/startup-test/startup-test-android.py - .gitlab/ci/jobs/startup-test/startup-test.yml - .gitlab/ci/jobs/update-translations.yml - .gitlab/ci/mixins.yml - + .gitlab/issue_templates/Bugzilla Triage.md - + .gitlab/issue_templates/Rebase Browser - Rapid.md - .gitlab/merge_request_templates/default.md - browser/app/profile/000-tor-browser.js - browser/app/profile/001-base-profile.js - browser/components/BrowserGlue.sys.mjs - browser/components/resistfingerprinting/test/browser/browser_navigator.js - browser/components/resistfingerprinting/test/browser/browser_navigator_iframes.js - browser/components/torpreferences/content/builtinBridgeDialog.js - browser/components/torpreferences/content/connectionPane.js - browser/components/torpreferences/content/connectionSettingsDialog.js - browser/components/torpreferences/content/provideBridgeDialog.js - browser/components/torpreferences/content/requestBridgeDialog.js - dom/base/Navigator.cpp - + mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/AppStartupTest.kt - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/FenixApplication.kt - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/HomeActivity.kt - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/FenixSnackbar.kt - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorController.kt - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorControllerGV.kt - + mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorLog.kt - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorLogsComposeFragment.kt - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorLogsViewModel.kt - mobile/android/geckoview/src/main/java/org/mozilla/geckoview/TorIntegrationAndroid.java - netwerk/dns/effective_tld_names.dat - netwerk/protocol/http/nsHttpHandler.cpp - toolkit/components/resistfingerprinting/nsRFPService.cpp - toolkit/components/resistfingerprinting/nsRFPService.h - toolkit/components/tor-launcher/TorBootstrapRequest.sys.mjs - toolkit/components/tor-launcher/TorControlPort.sys.mjs - toolkit/components/tor-launcher/TorLauncherUtil.sys.mjs - toolkit/components/tor-launcher/TorProvider.sys.mjs - toolkit/components/tor-launcher/TorProviderBuilder.sys.mjs - toolkit/components/torconnect/TorConnectParent.sys.mjs - toolkit/modules/BridgeDB.sys.mjs - toolkit/modules/DomainFrontedRequests.sys.mjs - toolkit/modules/Moat.sys.mjs - toolkit/modules/TorAndroidIntegration.sys.mjs - toolkit/modules/TorConnect.sys.mjs - toolkit/modules/TorSettings.sys.mjs - + toolkit/themes/shared/icons/torbrowser.png - toolkit/themes/shared/minimal-toolkit.jar.inc.mn - tools/torbrowser/l10n/combine-translation-versions.py → tools/base-browser/l10n/combine-translation-versions.py - tools/torbrowser/l10n/combine/__init__.py → tools/base-browser/l10n/combine/__init__.py - tools/torbrowser/l10n/combine/combine.py → tools/base-browser/l10n/combine/combine.py - tools/torbrowser/l10n/combine/tests/README → tools/base-browser/l10n/combine/tests/README - tools/torbrowser/l10n/combine/tests/__init__.py → tools/base-browser/l10n/combine/tests/__init__.py - tools/torbrowser/l10n/combine/tests/test_android.py → tools/base-browser/l10n/combine/tests/test_android.py - tools/torbrowser/l10n/combine/tests/test_dtd.py → tools/base-browser/l10n/combine/tests/test_dtd.py - tools/torbrowser/l10n/combine/tests/test_fluent.py → tools/base-browser/l10n/combine/tests/test_fluent.py - tools/torbrowser/l10n/combine/tests/test_properties.py → tools/base-browser/l10n/combine/tests/test_properties.py The diff was not included because it is too large. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/b66b82… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/b66b82… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/torbrowser-launcher][main] metainfo: Add developer tag
by asciiwolf (@asciiwolf) 10 Feb '25

10 Feb '25
asciiwolf pushed to branch main at The Tor Project / Applications / torbrowser-launcher Commits: 40b03cdf by asciiwolf at 2025-02-10T20:06:39+00:00 metainfo: Add developer tag It is required by newer AppStream standard versions. Also keep the developer_name one for compatibility purposes - - - - - 1 changed file: - share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml Changes: ===================================== share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml ===================================== @@ -8,6 +8,9 @@ <project_license>MIT</project_license> <name>Tor Browser Launcher</name> <developer_name>Tor Project</developer_name> + <developer id="org.torproject"> + <name>Tor Project</name> + </developer> <summary>A program to help you download, keep updated, and run Tor Browser</summary> <description> <p>Tor Browser Launcher is intended to make Tor Browser easier to maintain and use for GNU/Linux users. It downloads the same Tor Browser from torproject.org that everyone else uses, and it doesn't alter it in any way. But it does make it much more usable, and it makes the task of keeping it up-to-date more secure.</p> View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/commit… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/commit… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/torbrowser-launcher][main] 2 commits: metainfo.xml: Remove references to Bundle/TBB
by asciiwolf (@asciiwolf) 10 Feb '25

10 Feb '25
asciiwolf pushed to branch main at The Tor Project / Applications / torbrowser-launcher Commits: f2b99afa by John Veness at 2025-02-09T23:42:11+00:00 metainfo.xml: Remove references to Bundle/TBB - - - - - b9003ce1 by asciiwolf at 2025-02-10T19:58:16+00:00 Merge branch 'patch-1' into 'main' metainfo.xml: Remove references to Bundle/TBB See merge request tpo/applications/torbrowser-launcher!22 - - - - - 1 changed file: - share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml Changes: ===================================== share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml ===================================== @@ -8,14 +8,14 @@ <project_license>MIT</project_license> <name>Tor Browser Launcher</name> <developer_name>Tor Project</developer_name> - <summary>A program to help you download, keep updated, and run the Tor Browser Bundle</summary> + <summary>A program to help you download, keep updated, and run Tor Browser</summary> <description> - <p>Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB) easier to maintain and use for GNU/Linux users. It downloads the same TBB from torproject.org that everyone else uses, and it doesn't alter it in any way. But it does make it much more usable, and it makes the task of keeping it up-to-date more secure.</p> + <p>Tor Browser Launcher is intended to make Tor Browser easier to maintain and use for GNU/Linux users. It downloads the same Tor Browser from torproject.org that everyone else uses, and it doesn't alter it in any way. But it does make it much more usable, and it makes the task of keeping it up-to-date more secure.</p> <p>You install torbrowser-launcher from your distribution's package manager and it handles everything else, including:</p> <ul> - <li>Downloading the most recent version of TBB for you, in your language and for your architecture</li> + <li>Downloading the most recent version of Tor Browser for you, in your language and for your architecture</li> <li>Automatically updating (while preserving your bookmarks and preferences)</li> - <li>Verifying the TBB's GnuPG signature</li> + <li>Verifying Tor Browser's GnuPG signature</li> <li>Includes AppArmor profiles to make a Tor Browser compromise not as bad (in some distros)</li> <li>Adding a Tor Browser application launcher to your desktop environment's menu</li> <li>Lets you set Tor Browser as your default browser</li> View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compar… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compar… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/torbrowser-launcher] Deleted branch 23-revert-full-dbus-session-access
by intrigeri (@intrigeri) 10 Feb '25

10 Feb '25
intrigeri deleted branch 23-revert-full-dbus-session-access at The Tor Project / Applications / torbrowser-launcher -- You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/torbrowser-launcher][main] 2 commits: Don't grant full D-Bus session bus access
by asciiwolf (@asciiwolf) 10 Feb '25

10 Feb '25
asciiwolf pushed to branch main at The Tor Project / Applications / torbrowser-launcher Commits: ac5c4d3e by intrigeri at 2025-02-10T19:52:42+00:00 Don't grant full D-Bus session bus access - - - - - 54515d0e by asciiwolf at 2025-02-10T19:52:42+00:00 Merge branch '23-revert-full-dbus-session-access' into 'main' Don't grant full D-Bus session bus access Closes #23 See merge request tpo/applications/torbrowser-launcher!23 - - - - - 1 changed file: - apparmor/torbrowser.Browser.firefox Changes: ===================================== apparmor/torbrowser.Browser.firefox ===================================== @@ -11,7 +11,7 @@ profile torbrowser_firefox @{torbrowser_firefox_executable} { #include <abstractions/mesa> #include <abstractions/opencl> #include if exists <abstractions/vulkan> - #include if exists <abstractions/dbus-session> + #include if exists <abstractions/dbus-session-strict> deny capability sys_ptrace, View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compar… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compar… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build] Pushed new tag mb-14.5a3-build1
by morgan (@morgan) 10 Feb '25

10 Feb '25
morgan pushed new tag mb-14.5a3-build1 at The Tor Project / Applications / tor-browser-build -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/mb-… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build] Pushed new tag tbb-14.5a3-build1
by morgan (@morgan) 10 Feb '25

10 Feb '25
morgan pushed new tag tbb-14.5a3-build1 at The Tor Project / Applications / tor-browser-build -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/tbb… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] Bug 41347,41348: Prepare Tor+Mullvad Browser 14.5a3
by morgan (@morgan) 10 Feb '25

10 Feb '25
morgan pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 4d015a75 by Morgan at 2025-02-10T18:40:58+00:00 Bug 41347,41348: Prepare Tor+Mullvad Browser 14.5a3 - - - - - 8 changed files: - projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/browser/config - projects/firefox/config - projects/geckoview/config - projects/go/config - projects/translation/config - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt ===================================== @@ -1,3 +1,29 @@ +Mullvad Browser 14.5a3 - February 10 2025 + * All Platforms + * Updated Firefox to 128.7.0esr + * Updated uBlock Origin to 1.62.0 + * Bug 312: Apply Alpha and Nightly branding to unstable release channels [mullvad-browser] + * Bug 324: Figure out how to handle string differences between mullvad release and mullvad tip [mullvad-browser] + * Bug 41065: navigator.storage "best effort" + "persistent" leak partitionSize/totalSpace entropy [tor-browser] + * Bug 43308: Only allow "about:" pages to have access to contentaccessible branding assets [tor-browser] + * Bug 43323: Expose a stable asset from chrome:// to identify Tor, Base, and Mullvad Browser [tor-browser] + * Bug 43386: Extension requests expose Firefox's minor version and custom app name [tor-browser] + * Bug 43451: Backport security fixes from Firefox 135 [tor-browser] + * Windows + * Bug 43402: set browser.startup.blankWindow false [tor-browser] + * macOS + * Bug 43468: ScreenCaptureKit framework should be a weak link [tor-browser] + * Linux + * Bug 41297: Add video codecs dependencies (recommends) on the Debian package [tor-browser-build] + * Build System + * All Platforms + * Bug 41281: Better dev defaults for fetch variable [tor-browser-build] + * Bug 41324: Improve build signing ergonomics [tor-browser-build] + * Bug 41358: Update sign-tag script to handle rapid-release nightly branches [tor-browser-build] + * Bug 40079: Make `fetch: if_needed` fetch existing branches [rbm] + * macOS + * Bug 41350: Increase timeout in rcodesign-notary-submit [tor-browser-build] + Mullvad Browser 14.5a2 - January 14 2025 * All Platforms * Updated Firefox to 128.6.0esr ===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,51 @@ +Tor Browser 14.5a3 - February 10 2025 + * All Platforms + * Bug 41065: navigator.storage "best effort" + "persistent" leak partitionSize/totalSpace entropy [tor-browser] + * Bug 41921: Clean up initialisation and bridges conflict between TorSettings and TorConnect [tor-browser] + * Bug 43308: Only allow "about:" pages to have access to contentaccessible branding assets [tor-browser] + * Bug 43323: Expose a stable asset from chrome:// to identify Tor, Base, and Mullvad Browser [tor-browser] + * Bug 43449: Rebase Tor Browser alpha onto 128.7.0esr [tor-browser] + * Bug 43451: Backport security fixes from Firefox 135 [tor-browser] + * Bug 41362: Remove meek azure from the builtin bridges [tor-browser-build] + * Windows + macOS + Linux + * Updated Firefox to 128.7.0esr + * Bug 41831: Some .tor.onion sites are not displaying the underlying V3 onion address in alpha [tor-browser] + * Bug 43254: Cancel Moat requests when no longer needed [tor-browser] + * Bug 43386: Extension requests expose Firefox's minor version and custom app name [tor-browser] + * Bug 43398: tor-urlbar-button-plain hover styling is overwritten by tor-button rule [tor-browser] + * Bug 43406: 2 buttons displayed onion-available and connect when Tor daemon killed [tor-browser] + * Bug 43461: Drop our wordmark padding [tor-browser] + * Bug 43462: Use NetworkLinkService instead of Moat for the internet test [tor-browser] + * Bug 43466: Drop unnecessary CSS rules in branding aboutDialog.css [tor-browser] + * Windows + * Bug 43402: set browser.startup.blankWindow false [tor-browser] + * macOS + * Bug 43468: ScreenCaptureKit framework should be a weak link [tor-browser] + * Linux + * Bug 41297: Add video codecs dependencies (recommends) on the Debian package [tor-browser-build] + * Android + * Updated GeckoView to 128.7.0esr + * Bug 43198: Remove "Learn more" link from Android's no-internet error [tor-browser] + * Bug 43199: Bootstrapping bar needs a little TLC on Android (Part 1) [tor-browser] + * Bug 43222: All tor logs timestamps reset to current time when opening screen [tor-browser] + * Bug 43351: Don't force ALL CAPS for the fenix snackbar action button text [tor-browser] + * Bug 43359: [Android] Improper handling of TorBootstrapChangeListener with respect to system onDestroy() calls for HomeActivity [tor-browser] + * Bug 43360: [Android] Replace custom variable isBeingRecreated with built-in isFinishing function [tor-browser] + * Bug 43368: Add @Suppress for incorrect linting error "Overriding method should call super. onNewIntent" [tor-browser] + * Build System + * All Platforms + * Updated Go to 1.22.12 + * Bug 41281: Better dev defaults for fetch variable [tor-browser-build] + * Bug 41324: Improve build signing ergonomics [tor-browser-build] + * Bug 41345: Go autoupdates in 1.23 so add env var to prevent it in any step that has network access [tor-browser-build] + * Bug 41357: keyring/anti-censorship.gpg is in `GPG keybox database version 1` format [tor-browser-build] + * Bug 41358: Update sign-tag script to handle rapid-release nightly branches [tor-browser-build] + * Bug 40079: Make `fetch: if_needed` fetch existing branches [rbm] + * Windows + macOS + Linux + * Bug 41356: Add redirects to make 14.0a4 a watershed [tor-browser-build] + * macOS + * Bug 41350: Increase timeout in rcodesign-notary-submit [tor-browser-build] + Tor Browser 14.5a2 - January 14 2025 * All Platforms * Updated Tor to 0.4.9.1-alpha ===================================== projects/browser/config ===================================== @@ -111,9 +111,9 @@ input_files: - URL: https://addons.mozilla.org/firefox/downloads/file/4411102/noscript-12.1.1.x… name: noscript sha256sum: f9639e63ffcfc352036de00e4ff6694bb0ca65a0bb8fbd103bd08f32dc1ff31a - - URL: https://addons.mozilla.org/firefox/downloads/file/4391011/ublock_origin-1.6… + - URL: https://addons.mozilla.org/firefox/downloads/file/4412673/ublock_origin-1.6… name: ublock-origin - sha256sum: ee3a724a46ff32c17d1723077fecc6ede7fdab742154020b51fb6253ddcbba14 + sha256sum: 8a9e02aa838c302fb14e2b5bc88a6036d36358aadd6f95168a145af2018ef1a3 enable: '[% c("var/mullvad-browser") %]' - URL: https://cdn.mullvad.net/browser-extension/0.9.4/mullvad-browser-extension-0… name: mullvad-extension ===================================== projects/firefox/config ===================================== @@ -19,7 +19,7 @@ var: browser_series: '14.5' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 1 + browser_build: 2 branding_directory_prefix: 'tb' copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]' nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]' @@ -107,8 +107,6 @@ targets: gitlab_project: https://gitlab.torproject.org/tpo/applications/mullvad-browser updater_url: 'https://cdn.mullvad.net/browser/update_responses/update_1/' nightly_updates_publish_dir_prefix: mullvadbrowser- - browser_build: 1 - linux-x86_64: var: arch_deps: ===================================== projects/geckoview/config ===================================== @@ -21,7 +21,7 @@ var: browser_series: '14.5' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 1 + browser_build: 2 gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]' deps: ===================================== projects/go/config ===================================== @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -version: '1.22.10' +version: '1.22.12' filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' container: use_container: 1 @@ -126,7 +126,7 @@ input_files: enable: '[% ! c("var/linux") %]' - URL: 'https://go.dev/dl/go[% c("version") %].src.tar.gz' name: go - sha256sum: 1e94fd48be750d1fafb4d9b3b6dd31a6e9d2735d339bf2462bc97b64ca4c1037 + sha256sum: 012a7e1f37f362c0918c1dfa3334458ac2da1628c4b9cf4d9ca02db986e17d71 - project: go-bootstrap name: go-bootstrap target_replace: ===================================== projects/translation/config ===================================== @@ -12,13 +12,13 @@ compress_tar: 'gz' steps: base-browser: base-browser: '[% INCLUDE build %]' - git_hash: 57493f98caf0e8f038ba1e72adf8c5fbd7adbc4f + git_hash: 93eddbd3888852c09e130d536fb3c9bd7e4e6f57 targets: nightly: git_hash: 'base-browser' tor-browser: tor-browser: '[% INCLUDE build %]' - git_hash: df2f5b9e4cc5a2ad16a8ed93e597dd88ede880d2 + git_hash: e7a334a4adb16e506515940e81f41964ef16af76 targets: nightly: git_hash: 'tor-browser' @@ -32,7 +32,7 @@ steps: fenix: '[% INCLUDE build %]' # We need to bump the commit before releasing but just pointing to a branch # might cause too much rebuidling of the Firefox part. - git_hash: b22346e7153552b81e5a6c533000deb44efb6e9c + git_hash: e4f5825b1125e2c8c2aa8d4fdaa7e002d8f2934a compress_tar: 'zst' targets: nightly: ===================================== rbm.conf ===================================== @@ -73,19 +73,19 @@ buildconf: git_signtag_opt: '-s' var: - torbrowser_version: '14.5a2' - torbrowser_build: 'build2' + torbrowser_version: '14.5a3' + torbrowser_build: 'build1' # This should be the date of when the build is started. For the build # to be reproducible, browser_release_date should always be in the past. - browser_release_date: '2025/01/13 19:00:00' + browser_release_date: '2025/02/10 18:18:25' browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]' updater_enabled: 1 build_mar: 1 torbrowser_incremental_from: + - 14.5a2 - 14.5a1 - '[% IF c("var/mullvad-browser") %]14.0a10[% END %]' - - 14.0a9 - - '[% IF c("var/tor-browser") %]14.0a8[% END %]' + - '[% IF c("var/tor-browser") %]14.0a9[% END %]' mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]' # By default, we sort the list of installed packages. This allows sharing View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/4… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/4… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser] Pushed new tag tor-browser-128.7.0esr-14.5-1-build2
by morgan (@morgan) 10 Feb '25

10 Feb '25
morgan pushed new tag tor-browser-128.7.0esr-14.5-1-build2 at The Tor Project / Applications / Tor Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/tor-brows… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser] Pushed new tag mullvad-browser-128.7.0esr-14.5-1-build2
by morgan (@morgan) 10 Feb '25

10 Feb '25
morgan pushed new tag mullvad-browser-128.7.0esr-14.5-1-build2 at The Tor Project / Applications / Mullvad Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/tree/mullv… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • ...
  • 1856
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.