This is an automated email from the git hooks/post-receive script.
richard pushed a change to branch tor-browser-91.10.0esr-11.5-1 in repository tor-browser.
from 4332905853eb8 fixup! fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection new b551f9ac2710f fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser new 5228cd1529cdf fixup! Bug 40597: Implement TorSettings module
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes:
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-91.10.0esr-11.5-1 in repository tor-browser.
commit b551f9ac2710fa1185b20ec337614265094853fe Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Thu Jul 7 19:47:15 2022 +0200
fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser --- browser/components/sessionstore/SessionStore.jsm | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/browser/components/sessionstore/SessionStore.jsm b/browser/components/sessionstore/SessionStore.jsm index ddeb923784329..2150c424d8b83 100644 --- a/browser/components/sessionstore/SessionStore.jsm +++ b/browser/components/sessionstore/SessionStore.jsm @@ -186,10 +186,6 @@ ChromeUtils.defineModuleGetter( "resource://gre/modules/sessionstore/SessionHistory.jsm" );
-const { TorProtocolService } = ChromeUtils.import( - "resource:///modules/TorProtocolService.jsm" -); - XPCOMUtils.defineLazyServiceGetters(this, { gScreenManager: ["@mozilla.org/gfx/screenmanager;1", "nsIScreenManager"], });
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-91.10.0esr-11.5-1 in repository tor-browser.
commit 5228cd1529cdfd6ba1aa93f76925785857833a4e Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Thu Jul 7 19:48:20 2022 +0200
fixup! Bug 40597: Implement TorSettings module --- browser/components/sessionstore/SessionStore.jsm | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/browser/components/sessionstore/SessionStore.jsm b/browser/components/sessionstore/SessionStore.jsm index 2150c424d8b83..ddeb923784329 100644 --- a/browser/components/sessionstore/SessionStore.jsm +++ b/browser/components/sessionstore/SessionStore.jsm @@ -186,6 +186,10 @@ ChromeUtils.defineModuleGetter( "resource://gre/modules/sessionstore/SessionHistory.jsm" );
+const { TorProtocolService } = ChromeUtils.import( + "resource:///modules/TorProtocolService.jsm" +); + XPCOMUtils.defineLazyServiceGetters(this, { gScreenManager: ["@mozilla.org/gfx/screenmanager;1", "nsIScreenManager"], });
tor-commits@lists.torproject.org