Skip to content
  1. Apr 24, 2024
  2. Apr 23, 2024
    • Pier Angelo Vendrame's avatar
      fixup! Bug 40933: Add tor-launcher functionality · a5f43320
      Pier Angelo Vendrame authored
      Bug 42541: Bridges without fingerprint break the circuit display.
      
      The circuit display backend relies on GETCONF bridges because we want
      to know the pluggable transport for the circuit display and, as far as
      I can tell, no GETINFO command includes this information.
      
      However, when we get a circuit from tor, we get its fingerprint, which
      is optional on the bridge lines.
      Therefore, in some cases we did not have the data to display, and we
      just hid the circuit display button.
      
      With this commit, when we miss the fingerprint of a bridge, we try to
      get it in another way. It might produce incorrect results (we rely on
      the IP address the user passes on the bridge line), but at least it
      will show the circuit display.
      a5f43320
  3. Apr 22, 2024
  4. Apr 18, 2024
    • henry's avatar
      fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in... · 00e009df
      henry authored
      fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
      
      Bug 42457: Add a loading icon for Lox invites.
      
      Also reduce the amount of focus-jumping by keeping the focus on the
      disabled button.
      
      Also change the focus of the last provideBridgeDialog page to be the
      table of bridges. NVDA did not announce the focus when it was set to the
      dialog itself.
      00e009df
  5. Apr 17, 2024