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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-153.1.0esr-16.0-1] fixup! TB 44806: Implement the tor integration in Rust.



Title: GitLab

Pier Angelo Vendrame pushed to branch tor-browser-153.1.0esr-16.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 66acc554
    by Pier Angelo Vendrame at 2026-08-26T16:00:06+02:00
    fixup! TB 44806: Implement the tor integration in Rust.
    
    No bug: fix the onClosed call.
    

1 changed file:

Changes:

  • toolkit/components/tor-launcher/TorControlPort.sys.mjs
    ... ... @@ -566,7 +566,7 @@ export class TorController {
    566 566
               self.#handleNotification(message);
    
    567 567
             },
    
    568 568
             onClosed() {
    
    569
    -          self.onClosed();
    
    569
    +          self.#eventHandler?.onClosed();
    
    570 570
             },
    
    571 571
           };
    
    572 572
           this.#socket.start(receiver);
    

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