Loading browser/base/content/browser.js.globals +2 −1 Original line number Diff line number Diff line Loading @@ -283,5 +283,6 @@ "TorConnectTopics", "gTorConnectUrlbarButton", "gTorConnectTitlebarStatus", "OnionAuthPrompt" "OnionAuthPrompt", "OnionLocationParent" ] browser/components/onionservices/OnionLocationChild.sys.mjs +3 −0 Original line number Diff line number Diff line // Copyright (c) 2020, The Tor Project, Inc. /** * This class contains the child part of Onion Location. */ export class OnionLocationChild extends JSWindowActorChild { handleEvent(event) { this.onPageShow(event); Loading browser/components/onionservices/OnionLocationParent.sys.mjs +3 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,9 @@ const NOTIFICATION_DESCRIPTION = TorStrings.onionLocation.description; const NOTIFICATION_LEARN_MORE_URL = TorStrings.onionLocation.learnMoreURLNotification; /** * This class contains the parent part of Onion Location. */ export class OnionLocationParent extends JSWindowActorParent { // Listeners are added in BrowserGlue.jsm receiveMessage(aMsg) { Loading Loading
browser/base/content/browser.js.globals +2 −1 Original line number Diff line number Diff line Loading @@ -283,5 +283,6 @@ "TorConnectTopics", "gTorConnectUrlbarButton", "gTorConnectTitlebarStatus", "OnionAuthPrompt" "OnionAuthPrompt", "OnionLocationParent" ]
browser/components/onionservices/OnionLocationChild.sys.mjs +3 −0 Original line number Diff line number Diff line // Copyright (c) 2020, The Tor Project, Inc. /** * This class contains the child part of Onion Location. */ export class OnionLocationChild extends JSWindowActorChild { handleEvent(event) { this.onPageShow(event); Loading
browser/components/onionservices/OnionLocationParent.sys.mjs +3 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,9 @@ const NOTIFICATION_DESCRIPTION = TorStrings.onionLocation.description; const NOTIFICATION_LEARN_MORE_URL = TorStrings.onionLocation.learnMoreURLNotification; /** * This class contains the parent part of Onion Location. */ export class OnionLocationParent extends JSWindowActorParent { // Listeners are added in BrowserGlue.jsm receiveMessage(aMsg) { Loading