-
- Downloads
Bug 27476: Implement about:torconnect captive portal within Tor Browser
- 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.
Showing
- browser/base/content/browser.js 58 additions, 22 deletionsbrowser/base/content/browser.js
- browser/base/content/browser.xhtml 1 addition, 0 deletionsbrowser/base/content/browser.xhtml
- browser/base/content/navigator-toolbox.inc.xhtml 13 additions, 0 deletionsbrowser/base/content/navigator-toolbox.inc.xhtml
- browser/components/BrowserGlue.sys.mjs 14 additions, 0 deletionsbrowser/components/BrowserGlue.sys.mjs
- browser/components/about/AboutRedirector.cpp 5 additions, 0 deletionsbrowser/components/about/AboutRedirector.cpp
- browser/components/about/components.conf 1 addition, 0 deletionsbrowser/components/about/components.conf
- browser/components/moz.build 1 addition, 0 deletionsbrowser/components/moz.build
- browser/components/torconnect/TorConnectChild.sys.mjs 5 additions, 0 deletionsbrowser/components/torconnect/TorConnectChild.sys.mjs
- browser/components/torconnect/TorConnectParent.sys.mjs 221 additions, 0 deletionsbrowser/components/torconnect/TorConnectParent.sys.mjs
- browser/components/torconnect/content/aboutTorConnect.css 332 additions, 0 deletionsbrowser/components/torconnect/content/aboutTorConnect.css
- browser/components/torconnect/content/aboutTorConnect.js 867 additions, 0 deletionsbrowser/components/torconnect/content/aboutTorConnect.js
- browser/components/torconnect/content/aboutTorConnect.xhtml 84 additions, 0 deletionsbrowser/components/torconnect/content/aboutTorConnect.xhtml
- browser/components/torconnect/content/arrow-right.svg 4 additions, 0 deletionsbrowser/components/torconnect/content/arrow-right.svg
- browser/components/torconnect/content/bridge.svg 5 additions, 0 deletionsbrowser/components/torconnect/content/bridge.svg
- browser/components/torconnect/content/connection-failure.svg 7 additions, 0 deletionsbrowser/components/torconnect/content/connection-failure.svg
- browser/components/torconnect/content/connection-location.svg 4 additions, 0 deletions...ser/components/torconnect/content/connection-location.svg
- browser/components/torconnect/content/tor-connect-broken.svg 11 additions, 0 deletionsbrowser/components/torconnect/content/tor-connect-broken.svg
- browser/components/torconnect/content/tor-connect.svg 7 additions, 0 deletionsbrowser/components/torconnect/content/tor-connect.svg
- browser/components/torconnect/content/tor-not-connected-to-connected-animated.svg 34 additions, 0 deletions...nnect/content/tor-not-connected-to-connected-animated.svg
- browser/components/torconnect/content/torConnectTitlebarStatus.css 79 additions, 0 deletions...omponents/torconnect/content/torConnectTitlebarStatus.css
Loading
Please sign in to comment