[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-102.12.0esr-13.0-1] fixup! Bug 41600: Add a tor circuit display panel.
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Tue Jun 20 16:13:09 UTC 2023
Pier Angelo Vendrame pushed to branch tor-browser-102.12.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
18d2ce82 by Henry Wilkes at 2023-06-20T18:13:00+02:00
fixup! Bug 41600: Add a tor circuit display panel.
Bug 41851: Keep circuit panel open when requesting a new circuit.
- - - - -
1 changed file:
- browser/components/torcircuit/content/torCircuitPanel.js
Changes:
=====================================
browser/components/torcircuit/content/torCircuitPanel.js
=====================================
@@ -194,10 +194,6 @@ var gTorCircuitPanel = {
.getElementById("tor-circuit-new-circuit")
.addEventListener("command", () => {
TorDomainIsolator.newCircuitForBrowser(gBrowser);
- // And hide.
- // NOTE: focus should return to the toolbar button, which we expect to
- // remain visible during reload.
- this.hide();
});
// Update the display just before opening.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/18d2ce82fbea0bc56f066ca765fc0f10a835aa52
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/18d2ce82fbea0bc56f066ca765fc0f10a835aa52
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230620/43e6e65f/attachment-0001.htm>
More information about the tor-commits
mailing list