Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
torbutton
Commits
c36ccb58
Commit
c36ccb58
authored
Jul 31, 2020
by
Alex Catarineu
Committed by
Georg Koppen
Aug 06, 2020
Browse files
Bug 40005: Initialize the identity UI before setting up the circuit display
Caused by
https://bugzilla.mozilla.org/show_bug.cgi?id=1646780
.
parent
bce41d2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
chrome/content/tor-circuit-display.js
View file @
c36ccb58
...
...
@@ -445,6 +445,10 @@ let ensureCorrectPopupDimensions = function () {
// the "enablePref" is set to true, and stopped when it is set to false.
// A reference to this function (called createTorCircuitDisplay) is exported as a global.
let
setupDisplay
=
function
(
enablePrefName
)
{
// From 79 on the identity popup is initialized lazily
if
(
gIdentityHandler
.
_initializePopup
)
{
gIdentityHandler
.
_initializePopup
();
}
setupGuardNote
();
let
myController
=
null
,
stopCollectingIsolationData
=
null
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment