Split migration steps for 2.53 and 2.57
Categories
(SeaMonkey :: Preferences, enhancement)
Tracking
(seamonkey2.53+ fixed, seamonkey2.57esr? affected)
People
(Reporter: frg, Assigned: frg)
References
Details
(Whiteboard: SM2.53.7)
Attachments
(2 files)
(deleted),
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-release+
|
Details | Diff | Splinter Review |
We have some migrations which are only needed for 2.57 and later. Currently there is only one function and one migration version pref saved in the profile. Every time we need to add a new migration step for 2.53 we currently need to sort out how to do this in both versions.
I think the easiest way is to spilt the migration into two steps one for 2.57 and up only. After 2.53 is discontinued we can merge the code back to use only one pref.
Assignee | ||
Comment 1•4 years ago
|
||
Tested on 2.57 alpha 1 pre
Assignee | ||
Comment 2•4 years ago
|
||
[Approval Request Comment]
Regression caused by (bug #): --
User impact if declined: The world will end
Testing completed (on m-c, etc.): 2.53.7
Risk to taking this patch (and alternatives if risky): trivial
String changes made by this patch: --
Actually, ignore the 5/7 comment as we have no guarantee when this code will be run.
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/930e79b1bfd8
Split migration steps for 2.53 and 2.57. r=IanN
Assignee | ||
Comment 7•4 years ago
|
||
Checked in patch needed a bit of a rebase for not yet finalized/reviewed Bug 1441016
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 9•4 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/24a15b7efad685be3a12954bbdac2f0bc9f21eeb
Split migration steps for 2.53 and 2.57. r=IanN a=IanN
Target 2.53.7
Description
•