[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.0esrbase-13.0-1] 25 commits: fixup! Bug 40933: Add tor-launcher functionality

richard (@richard) git at gitlab.torproject.org
Tue Jul 11 21:41:05 UTC 2023



richard pushed to branch tor-browser-115.0esrbase-13.0-1 at The Tor Project / Applications / Tor Browser


Commits:
1492a00d by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 40933: Add tor-launcher functionality

Switched to ES modules for this commit.

- - - - -
60a28f46 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 40933: Add tor-launcher functionality

Implemented a function for getting GETINFO net/listeners/socks.

- - - - -
168a3899 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core

Remove unused assets.

- - - - -
5bea8348 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core

Remove part of the about:tor additions from the torbutton commit to
move them to a commit on their own.

- - - - -
e089589f by Kathleen Brade at 2023-07-11T21:38:01+00:00
Bug 7494: Create local home page for TBB.

- - - - -
fa669b81 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 7494: Create local home page for TBB.

Removed unused mobile CSS

- - - - -
448ac064 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 7494: Create local home page for TBB.

Moved aboutTor.xhtml to its new location and make it use more modern IPC
mechanisms.

- - - - -
1aeaceb8 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 7494: Create local home page for TBB.

First step toward IPC modernizartion (WIP).

- - - - -
1865d68c by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 7494: Create local home page for TBB.

Populate the page with real data.

- - - - -
8d33aa91 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core

Do not send data to about:tor on Torbutton anymore.

- - - - -
ec0f4a89 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core

Move the Tor checking functions from torbutton.js to its file.
Also, rework the file a little bit, to make it an ES module, and import
the file directly, instead of using XPCOM.

- - - - -
61c0fed5 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 7494: Create local home page for TBB.

Get the TorCheckService by importing the module, instead of using XPCOM.

- - - - -
ee3f0a7f by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core

Continued to rework TorCheckService.

Use a ConsoleAPI logger instead of the old Torbutton logger.

Reworked the local check, to delegate TorProtocolService to get the
listeners, and then improved the rest of the function, in general.

Finally, changed the topic name, and notify observers whenever the
status change, also if suddenly the check succeeded.

- - - - -
2a10a930 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 7494: Create local home page for TBB.

If we know that TorCheckService already failed, or that we are invoked
by an observer, do not wait for the test again, but show the result
immediately.
If it changes, the observer will trigger another page update.

- - - - -
9fcb8789 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core

Reworked the remote check of TorCheckService.

- - - - -
1ed38c58 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core

Move the check service to the about:tor commit.

- - - - -
983b1f77 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 7494: Create local home page for TBB.

Move TorCheckService here, since it is used only for about:tor.
Move here also the check for the TOR_DEFAULT_HOMEPAGE variable.

- - - - -
3173b2c0 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core

Stop customizing the about dialog in the Torbutton commit.

- - - - -
71a828ca by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 2176: Rebrand Firefox to TorBrowser

Customize the about dialog in the branding commit.

This actually depends on the strings commit, but maybe we could move it
to earlier in the patchset.

- - - - -
993f3151 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core

Bug 41842: Remove the logic to remove cookies|protected-*json

Removed the function that deleted some cookie JSON preference file.
The function was introduced in
torbutton at 2dfa0e0c9cff7cfad93664e0b0b6cdc05b24b7f2 in 2019.
However, since we have had a watershed release, we don't need it
anymore.
And because of the 12.0 watershed, we do not need to mess up with some
these preferences anymore.

- - - - -
4f033ea0 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 40933: Add tor-launcher functionality

Bug 41842: Stop migrating torrc: we have not written control/socks
ports to it for years!

- - - - -
e75aa843 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core

Bug 41845: Do not force pref values for non-PBM users anymore.

A preference cleanup function will be added later, when we finish
removing all the torbutton stuff.

- - - - -
7943e632 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core

Add default values for preferencs in the logger.
I anticipated the removal of the old defaults, since the logger is going
away with another MR, but the cleanup function was already in this one.

- - - - -
a5366a9a by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 40562: Added Tor Browser preferences to 000-tor-browser.js

Remove the defaults for the old preferences we are deleting.

- - - - -
cda83a31 by Pier Angelo Vendrame at 2023-07-11T21:38:01+00:00
fixup! Bug 41435: Add a Tor Browser migration function

Bug 41845: Clear user values for the prefs we decided not to force
anymore.

Also, remove some old Torbutton preferences.

- - - - -


30 changed files:

- browser/app/profile/000-tor-browser.js
- browser/base/content/aboutDialog.xhtml
- toolkit/torbutton/chrome/skin/aboutDialog.css → browser/base/content/aboutDialogTor.css
- browser/base/jar.mn
- browser/components/BrowserGlue.sys.mjs
- + browser/components/abouttor/AboutTorChild.sys.mjs
- + browser/components/abouttor/AboutTorParent.sys.mjs
- + browser/components/abouttor/HomepageOverride.sys.mjs
- + browser/components/abouttor/TorCheckService.sys.mjs
- toolkit/torbutton/chrome/skin/aboutTor.css → browser/components/abouttor/content/aboutTor.css
- + browser/components/abouttor/content/aboutTor.js
- + browser/components/abouttor/content/aboutTor.xhtml
- toolkit/torbutton/chrome/skin/banner-warning.svg → browser/components/abouttor/content/banner-warning.svg
- toolkit/torbutton/chrome/skin/dax-logo.svg → browser/components/abouttor/content/dax-logo.svg
- + browser/components/abouttor/jar.mn
- + browser/components/abouttor/moz.build
- browser/components/moz.build
- docshell/base/nsAboutRedirector.cpp
- toolkit/components/tor-launcher/TorBootstrapRequest.jsm → toolkit/components/tor-launcher/TorBootstrapRequest.sys.mjs
- toolkit/components/tor-launcher/TorLauncherUtil.jsm → toolkit/components/tor-launcher/TorLauncherUtil.sys.mjs
- toolkit/components/tor-launcher/TorMonitorService.jsm → toolkit/components/tor-launcher/TorMonitorService.sys.mjs
- toolkit/components/tor-launcher/TorParsers.jsm → toolkit/components/tor-launcher/TorParsers.sys.mjs
- toolkit/components/tor-launcher/TorProcess.jsm → toolkit/components/tor-launcher/TorProcess.sys.mjs
- toolkit/components/tor-launcher/TorProtocolService.jsm → toolkit/components/tor-launcher/TorProtocolService.sys.mjs
- toolkit/components/tor-launcher/TorStartupService.jsm → toolkit/components/tor-launcher/TorStartupService.sys.mjs
- toolkit/components/tor-launcher/components.conf
- toolkit/components/tor-launcher/moz.build
- toolkit/themes/shared/desktop-jar.inc.mn
- toolkit/torbutton/chrome/skin/about-wordmark.png → toolkit/themes/shared/illustrations/about-wordmark.png
- − toolkit/torbutton/chrome/content/aboutTor/aboutTor-content.js


The diff was not included because it is too large.


View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/a884f352ec0a3f43c96765b3a5598bdfacc6f42e...cda83a31f42a40514912c2cbe05b7d71b57df74f

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/a884f352ec0a3f43c96765b3a5598bdfacc6f42e...cda83a31f42a40514912c2cbe05b7d71b57df74f
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/tor-commits/attachments/20230711/232b703b/attachment-0001.htm>


More information about the tor-commits mailing list