Port |Bug 482080 - new message created from compose window should use the same initial identity as its parent compose window| to SeaMonkey
Categories
(SeaMonkey :: MailNews: Composition, task)
Tracking
(seamonkey2.53+ fixed, seamonkey2.57esr? affected)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.8)
Attachments
(1 file)
|
13.29 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
Port to SeaMonkey the relevant parts of:
- Bug 482080 - new message created from compose window should use the same initial identity as its parent compose window.
Also switch to using MailServices.compose in MsgComposeCommands.js
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: none
Testing completed (on m-c, etc.): 2.53.7
Risk to taking this patch (and alternatives if risky): none
String changes made by this patch: none
Comment 2•4 years ago
|
||
Comment on attachment 9204396 [details] [diff] [review]
1693992-port482080-2538.patch
LGTM
NIT typo inorder
regexp is missing the change from Bug 1138095:
body = body.replace("&", "&", "g");
body = body.replace(/&/g, "&");
I corrected both and uploaded a version 1.1 to gitlab. Please check and I would push then unless you want to do a separate patch for the regexp.
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/10ccf95f9741
Port |Bug 482080 - new message created from compose window should use the same initial identity as its parent compose window| to SeaMonkey. r=frg
Comment 4•4 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/b97bb10974ca27f2941e356480f5a8135e9f4ade
Port |Bug 482080 - new message created from compose window should use the same initial identity as its parent compose window| to SeaMonkey. r=frg a=frg
Description
•