[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-102.5.0esr-12.5-1] fixup! Bug 10760: Integrate TorButton to TorBrowser core
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Mon Dec 12 19:15:36 UTC 2022
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/3844f07cf60696940f73e60b768c9e5419a64803
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/3844f07cf60696940f73e60b768c9e5419a64803
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20221212/1fa636bd/attachment.htm>
More information about the tbb-commits
mailing list