Pier Angelo Vendrame pushed to branch tor-browser-128.4.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits: 2ec9bfd0 by Henry Wilkes at 2024-11-13T16:42:16+00:00 fixup! Bug 40458: Implement .tor.onion aliases
Bug 43294: Replace willDestroy with didDestroy.
- - - - - 1d5bf97c by Henry Wilkes at 2024-11-13T16:42:46+00:00 fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser
Bug 43294: Replace willDestroy with didDestroy.
- - - - -
2 changed files:
- browser/components/rulesets/RulesetsParent.sys.mjs - toolkit/components/torconnect/TorConnectParent.sys.mjs
Changes:
===================================== browser/components/rulesets/RulesetsParent.sys.mjs ===================================== @@ -30,7 +30,7 @@ export class RulesetsParent extends JSWindowActorParent { ); }
- willDestroy() { + didDestroy() { Services.obs.removeObserver( this.observer, OnionAliasStoreTopics.ChannelsChanged
===================================== toolkit/components/torconnect/TorConnectParent.sys.mjs ===================================== @@ -77,7 +77,7 @@ export class TorConnectParent extends JSWindowActorParent { ); }
- willDestroy() { + didDestroy() { Services.obs.removeObserver( this.torConnectObserver, TorConnectTopics.StageChange
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/1f6fc08...
tor-commits@lists.torproject.org