Pier Angelo Vendrame pushed to branch base-browser-115.3.1esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
45e4c1dd by Henry Wilkes at 2023-10-10T12:45:38+02:00
fixup! Bug 40925: Implemented the Security Level component
Bug 41973: re-align popup panel to the anchor's corner edge.
- - - - -
1 changed file:
- browser/components/securitylevel/content/securityLevel.js
Changes:
=====================================
browser/components/securitylevel/content/securityLevel.js
=====================================
@@ -146,7 +146,7 @@ var SecurityLevelButton = {
});
}
- panel.openPopup(anchorNode, "bottomcenter topright", 0, 0, false);
+ panel.openPopup(anchorNode, "bottomright topright", 0, 0, false);
},
init() {
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/45e4c1d…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/45e4c1d…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-115.3.1esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
4605a45d by Henry Wilkes at 2023-10-10T10:44:08+00:00
fixup! Bug 40925: Implemented the Security Level component
Bug 41973: re-align popup panel to the anchor's corner edge.
- - - - -
1 changed file:
- browser/components/securitylevel/content/securityLevel.js
Changes:
=====================================
browser/components/securitylevel/content/securityLevel.js
=====================================
@@ -146,7 +146,7 @@ var SecurityLevelButton = {
});
}
- panel.openPopup(anchorNode, "bottomcenter topright", 0, 0, false);
+ panel.openPopup(anchorNode, "bottomright topright", 0, 0, false);
},
init() {
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4605a45…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4605a45…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-115.3.1esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
ed56d740 by Henry Wilkes at 2023-10-10T11:27:22+01:00
fixup! Bug 41600: Add a tor circuit display panel.
Bug 41973: re-align popup panel to the anchor's corner edge.
- - - - -
1 changed file:
- browser/components/torcircuit/content/torCircuitPanel.js
Changes:
=====================================
browser/components/torcircuit/content/torCircuitPanel.js
=====================================
@@ -221,7 +221,7 @@ var gTorCircuitPanel = {
* This should only be called if the toolbar button is visible.
*/
show() {
- this.panel.openPopup(this.toolbarButton, "bottomcenter topleft", 0, 0);
+ this.panel.openPopup(this.toolbarButton, "bottomleft topleft", 0, 0);
},
/**
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ed56d74…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ed56d74…
You're receiving this email because of your account on gitlab.torproject.org.