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: - toolkit/components/tor-launcher/TorControlPort.sys.mjs Changes: ===================================== toolkit/components/tor-launcher/TorControlPort.sys.mjs ===================================== @@ -566,7 +566,7 @@ export class TorController { self.#handleNotification(message); }, onClosed() { - self.onClosed(); + self.#eventHandler?.onClosed(); }, }; this.#socket.start(receiver); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/66acc554... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/66acc554... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)