Commit 17ca5e11 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in...

fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection

TB 44621: Replace torconnect paths with browser paths.
parent d41ac598
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ const { InternetStatus, TorConnect, TorConnectTopics, TorConnectStage } =
  ChromeUtils.importESModule("resource://gre/modules/TorConnect.sys.mjs");

const { TorConnectParent } = ChromeUtils.importESModule(
  "resource://gre/actors/TorConnectParent.sys.mjs"
  "resource:///actors/TorConnectParent.sys.mjs"
);

const { QRCode } = ChromeUtils.importESModule(
+3 −3
Original line number Diff line number Diff line
@import url("chrome://global/skin/tor-common.css");

#category-connection > .category-icon {
  list-style-image: url("chrome://global/content/torconnect/tor-connect.svg");
  list-style-image: url("chrome://browser/content/torconnect/tor-connect.svg");
}

/* Make a button appear disabled, whilst still allowing it to keep keyboard
@@ -72,11 +72,11 @@ button.spoof-button-disabled {
}

#network-status-tor-area .network-status-icon {
  content: url("chrome://global/content/torconnect/tor-connect.svg");
  content: url("chrome://browser/content/torconnect/tor-connect.svg");
}

#network-status-tor-area:not(.status-connected) .network-status-icon {
  content: url("chrome://global/content/torconnect/tor-connect-broken.svg");
  content: url("chrome://browser/content/torconnect/tor-connect-broken.svg");
}

#network-status-tor-area.status-blocked .network-status-icon {