Pier Angelo Vendrame pushed to branch tor-browser-102.5.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits: 3844f07c by Poncho at 2022-12-12T20:13:26+01:00 fixup! Bug 10760: Integrate TorButton to TorBrowser core
Bug 41519: honor the TOR_SOCKS_IPC_PATH variable
Add back FileUtils which was accidentaly removed in 004b629b Fixes: "ReferenceError: FileUtils is not defined startup-observer.js:121"
- - - - -
1 changed file:
- toolkit/torbutton/components/startup-observer.js
Changes:
===================================== toolkit/torbutton/components/startup-observer.js ===================================== @@ -26,6 +26,7 @@ const { TorProtocolService } = ChromeUtils.import(
XPCOMUtils.defineLazyModuleGetters(this, { ComponentUtils: "resource://gre/modules/ComponentUtils.jsm", + FileUtils: "resource://gre/modules/FileUtils.jsm", });
// Module specific constants
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/3844f07c...
tbb-commits@lists.torproject.org