Skip to content
Snippets Groups Projects
  1. Dec 13, 2023
    • Kathleen Brade's avatar
      Bug 30237: Add v3 onion services client authentication prompt · 702e7e06
      Kathleen Brade authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      When Tor informs the browser that client authentication is needed,
      temporarily load about:blank instead of about:neterror and prompt
      for the user's key.
      
      If a correctly formatted key is entered, use Tor's ONION_CLIENT_AUTH_ADD
      control port command to add the key (via Torbutton's control port
      module) and reload the page.
      
      If the user cancels the prompt, display the standard about:neterror
      "Unable to connect" page. This requires a small change to
      browser/actors/NetErrorChild.jsm to account for the fact that the
      docShell no longer has the failedChannel information. The failedChannel
      is used to extract TLS-related error info, which is not applicable
      in the case of a canceled .onion authentication prompt.
      
      Add a leaveOpen option to PopupNotifications.show so we can display
      error messages within the popup notification doorhanger without
      closing the prompt.
      
      Add support for onion services strings to the TorStrings module.
      
      Add support for Tor extended SOCKS errors (Tor proposal 304) to the
      socket transport and SOCKS layers. Improved display of all of these
      errors will be implemented as part of bug 30025.
      
      Also fixes bug 19757:
       Add a "Remember this key" checkbox to the client auth prompt.
      
       Add an "Onion Services Authentication" section within the
       about:preferences "Privacy & Security section" to allow
       viewing and removal of v3 onion client auth keys that have
       been stored on disk.
      
      Also fixes bug 19251: use enhanced error pages for onion service errors.
      702e7e06
    • Kathleen Brade's avatar
      Bug 12647: Support symlinks in the updater. · 300844e0
      Kathleen Brade authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      300844e0
    • Pier Angelo Vendrame's avatar
      Bug 41668: Tweaks to the Base Browser updater for Tor Browser · f7063cba
      Pier Angelo Vendrame authored
      This commit was once part of "Bug 4234: Use the Firefox Update Process
      for Tor Browser.".
      However, some parts of it were not needed for Base Browser and some
      derivative browsers.
      Therefore, we extracted from that commit the parts for Tor Browser
      legacy, and we add them back to the patch set with this commit.
      f7063cba
    • Richard Pospesel's avatar
      Bug 27476: Implement about:torconnect captive portal within Tor Browser · b24edb28
      Richard Pospesel authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      - implements new about:torconnect page as tor-launcher replacement
      - adds new torconnect component to browser
      - tor process management functionality remains implemented in tor-launcher through the TorProtocolService module
      - adds warning/error box to about:preferences#tor when not connected to tor
      
      Bug 40773: Update the about:torconnect frontend page to match additional UI flows.
      
      Bug 41608: Add a toolbar status button and a urlbar "Connect" button.
      b24edb28
    • henry's avatar
      Bug 41600: Add a tor circuit display panel. · c424ccf8
      henry authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      c424ccf8
    • henry's avatar
      Tor Browser localization migration scripts. · 640cfba3
      henry authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      640cfba3
    • henry's avatar
      fixup! Bug 41803: Add some developer tools for working on tor-browser. · 51a44ca5
      henry authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Bug 42331: Fix git fetch arguments to fetch the upstream branch.
      51a44ca5
    • henry's avatar
      Bug 41803: Add some developer tools for working on tor-browser. · 92d4394d
      henry authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      92d4394d
    • Richard Pospesel's avatar
      7f173928
    • Kathleen Brade's avatar
      Bug 4234: Use the Firefox Update Process for Base Browser. · 5f95c6a9
      Kathleen Brade authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Windows: disable "runas" code path in updater (15201).
      Windows: avoid writing to the registry (16236).
      Also includes fixes for tickets 13047, 13301, 13356, 13594, 15406,
        16014, 16909, 24476, and 25909.
      
      Also fix bug 27221: purge the startup cache if the Base Browser
      version changed (even if the Firefox version and build ID did
      not change), e.g., after a minor Base Browser update.
      
      Also fix 32616: Disable GetSecureOutputDirectoryPath() functionality.
      
      Bug 26048: potentially confusing "restart to update" message
      
      Within the update doorhanger, remove the misleading message that mentions
      that windows will be restored after an update is applied, and replace the
      "Restart and Restore" button label with an existing
      "Restart to update Tor Browser" string.
      
      Bug 28885: notify users that update is downloading
      
      Add a "Downloading Base Browser update" item which appears in the
      hamburger (app) menu while the update service is downloading a MAR
      file. Before this change, the browser did not indicate to the user
      that an update was in progress, which is especially confusing in
      Tor Browser because downloads often take some time. If the user
      clicks on the new menu item, the about dialog is opened to allow
      the user to see download progress.
      
      As part of this fix, the update service was changed to always show
      update-related messages in the hamburger menu, even if the update
      was started in the foreground via the about dialog or via the
      "Check for Tor Browser Update" toolbar menu item. This change is
      consistent with the Tor Browser goal of making sure users are
      informed about the update process.
      
      Removed #28885 parts of this patch which have been uplifted to Firefox.
      5f95c6a9
  2. Sep 01, 2023
  3. Aug 30, 2023
  4. Jul 26, 2023
  5. Jul 08, 2023
  6. Jun 20, 2023
  7. Jun 05, 2023
  8. Jun 02, 2023
  9. May 31, 2023
  10. May 30, 2023
  11. May 29, 2023
  12. May 25, 2023
  13. May 24, 2023
  14. May 23, 2023
    • Eemeli Aro's avatar
      Bug 1793557 - Convert Extension.jsm strings to Fluent.... · 411a5290
      Eemeli Aro authored
      Bug 1793557 - Convert Extension.jsm strings to Fluent. r=mkmelin,geckoview-reviewers,robwu,flod,owlish
      
      This changes the arguments of `ExtensionData.formatPermissionStrings()`.
      The second `bundle` arg is dropped, and a `localization` option is added.
      Call sites in m-c are updated, but this will also need a matching update for Thunderbird.
      A few Thunderbird test cases will also need to be updated,
      as they currently point to a non-existing localization file paths
      "messenger/addons.ftl" and "messenger/addonPermissions.ftl".
      
      As discussed at the addon workweek,
      the Fluent l10n keys for extension permissions match the pattern:
      
          webext-perms-description-{name}
      
      where `{name}` is the permission's sanitized name.
      A fluent-lint exception is added for the capitalization of these generated names.
      To allow for message updates and subsequent l10n identifier updates,
      a `PERMISSION_L10N_ID_OVERRIDES` map is provided.
      
      Because Fluent localization keys are not enumerable
      and attempting to format a missing key is an error,
      the `PERMISSIONS_WITH_MESSAGE` set must be kept in sync with message updates.
      
      Differential Revision: https://phabricator.services.mozilla.com/D158663
      411a5290
    • Gijs Kruitbosch's avatar
      Bug 1834499 - fix path globbing for extensions in stylelint linter and fix... · a8576ab0
      Gijs Kruitbosch authored
      Bug 1834499 - fix path globbing for extensions in stylelint linter and fix debugger styles that this starts noticing, r=Standard8,devtools-reviewers
      
      For some reason I didn't fully apply the suggestion in
      https://phabricator.services.mozilla.com/D177477#inline-983366
      and this is affecting some invocations of stylelint (but not others, for
      reasons I don't fully understand). This commit both fixes this oversight and
      fixes up some debugger styles that get flagged now that they're linted
      appropriately.
      
      Differential Revision: https://phabricator.services.mozilla.com/D178531
      a8576ab0
  15. May 22, 2023
  16. May 21, 2023
  17. May 20, 2023
Loading