This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-91.10.0esr-11.5-1 in repository tor-browser.
The following commit(s) were added to refs/heads/tor-browser-91.10.0esr-11.5-1 by this push: new b99f714220a4c fixup! Bug 40458: Implement .tor.onion aliases b99f714220a4c is described below
commit b99f714220a4cf0b6bb334eebb7d6c4eda8b582b Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Thu Jun 16 18:38:10 2022 +0200
fixup! Bug 40458: Implement .tor.onion aliases
Bug 41032: OnionAliasStore.jsm is missing from the moz.build --- browser/components/onionservices/moz.build | 1 + 1 file changed, 1 insertion(+)
diff --git a/browser/components/onionservices/moz.build b/browser/components/onionservices/moz.build index 27f9d2da4a9ea..8644548caa15d 100644 --- a/browser/components/onionservices/moz.build +++ b/browser/components/onionservices/moz.build @@ -1,6 +1,7 @@ JAR_MANIFESTS += ["jar.mn"]
EXTRA_JS_MODULES += [ + "OnionAliasStore.jsm", "OnionLocationChild.jsm", "OnionLocationParent.jsm", ]