torpatch.es is a dashboard to aid uplifting patches from Tor-Browser into Firefox for the Tor Fusion project. It shows currently worked items and links uplift bugzilla bugs to tor browser bugs. The dashboard has been in progress since end of 2024, but has reached a state of completeness with only minor changes outstanding. torpatch.es was inspired by torpat.ch.
The project collects information from several sources and mashes them together in a single html file per tor-browser branch:
- Git repositories:
- gecko-dev for Firefox source.
- tor-browser, commit on esr branches, that follow the scheme described in the repository overview.
- mullvad-browser
- Gitlab issues (downloading all issues):
- tor-browser: most issues reside here
- trac: some issues are still being referenced, but weren't migrated to tor-browser issue tracker
- mullvad-browser
- tor fenix: nowadays part of gecko-dev / tor-browser, but issues are still referenced from commit messages
- tor android-components: also archived, but still referenced
- Bugzilla: all bugs that have
[tor]
or[tor #]
in the whiteboard. The[tor #]
-whiteboard tag is used to match uplift bugs in bugzilla to tor-browser bugs.
The source code is available under MPLv2 on gitlab.torproject.org.