Bug 41796: Rebased on top of FIREFOX_ESR_115_BASE
Merge Info
Related Issues
Backporting
Timeline
-
Immediate: patchset needed as soon as possible -
Next Minor Stable Release: patchset that needs to be verified in nightly before backport -
Eventually: patchset that needs to be verified in alpha before backport -
No Backport (preferred): patchset for the next major stable
(Optional) Justification
-
Emergency security update: patchset fixes CVEs, 0-days, etc -
Censorship event: patchset enables censorship circumvention -
Critical bug-fix: patchset fixes a bug in core-functionality -
Consistency: patchset which would make development easier if it were in both the alpha and release branches; developer tools, build system changes, etc -
Sponsor required: patchset required for sponsor -
Other: please explain
Merging
-
Merge to tor-browser
-!fixups
totor-browser
-specific commits, new features, security backports -
Merge to base-browser
-!fixups
tobase-browser
-specific commits, new features to be shared withmullvad-browser
, and security backports-
NOTE: if your changeset includes patches to both
base-browser
andtor-browser
please clearly label in the change description which commits should be cherry-picked tobase-browser
after merging
-
NOTE: if your changeset includes patches to both
Issue Tracking
-
Link resolved issues with appropriate Release Prep issue for changelog generation
Change Description
The previous rebase was on Firefox 115 beta 5.
This is on FIREFOX_ESR_115_BASE
, which is very close to FIREFOX_115_0esr_BUILD1
.
Sadly, Mozilla doesn't provide an esr115 branch on gecko-dev, yet.
So, this is the last tag that is in common with gecko-dev/release
.
The difference with the actual 115.0esr is 4 releng commits that we don't need.
I've done the rebase in two steps:
- Reorder on top of beta 5. It had a few conflicts, but not too difficult to resolve.
- Rebase from the reordered branch to
FIREFOX_ESR_115_BASE
. It was almost clean, except for a slight change in part of the code we remove on the search engine commit.
I've also replaced our old commit about using NSS for mars signatures with the uplifted one. Sadly it didn't make 115.
Edited by Pier Angelo Vendrame