[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.4.0esr-14.5-1] 2 commits: fixup! Bug 40458: Implement .tor.onion aliases



Title: GitLab

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:

Changes:

  • browser/components/rulesets/RulesetsParent.sys.mjs
    ... ... @@ -30,7 +30,7 @@ export class RulesetsParent extends JSWindowActorParent {
    30 30
         );
    
    31 31
       }
    
    32 32
     
    
    33
    -  willDestroy() {
    
    33
    +  didDestroy() {
    
    34 34
         Services.obs.removeObserver(
    
    35 35
           this.observer,
    
    36 36
           OnionAliasStoreTopics.ChannelsChanged
    

  • toolkit/components/torconnect/TorConnectParent.sys.mjs
    ... ... @@ -77,7 +77,7 @@ export class TorConnectParent extends JSWindowActorParent {
    77 77
         );
    
    78 78
       }
    
    79 79
     
    
    80
    -  willDestroy() {
    
    80
    +  didDestroy() {
    
    81 81
         Services.obs.removeObserver(
    
    82 82
           this.torConnectObserver,
    
    83 83
           TorConnectTopics.StageChange
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx