setComposeDetails and begin* functions of compose API should use body and plainTextBody as compose mode selectors
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Tracking
(thunderbird_esr78 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | fixed |
People
(Reporter: TbSync, Assigned: TbSync)
Details
Attachments
(1 file, 2 obsolete files)
14.21 KB,
patch
|
TbSync
:
review+
wsmwk
:
approval-comm-esr78+
|
Details | Diff | Splinter Review |
The default compose mode should not have an effect on the compose type of the begin* functions of the compose API. The outcome of
beginNew(
messagId,
{
body:"Something"
}
);
should always create an HTML email.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Fixed spelling error in error msg.
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Added description to schema to document behavior.
Assignee | ||
Updated•5 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/a1ba1e7f0485
use body and plainTextBody in setComposeDetails and begin* functions of compose API as compose mode selectors. r=darktrojan
Updated•5 years ago
|
Assignee | ||
Comment 7•5 years ago
|
||
Comment on attachment 9191848 [details] [diff] [review]
bug1681023_use_body_and_plainTextBody_as_compose_mode_selectors_v2.patch
[Approval Request Comment]
User impact if declined:
Add-on developers can not use the latest fixes and improvements of our WebExtension API.
Testing completed (on c-c, etc.):
https://treeherder.mozilla.org/jobs?repo=try-comm-central&revision=3cdff293d5d1bd77777f5da371caaa02c4b05de3
Risk to taking this patch (and alternatives if risky):
I hope none
Remark:
The provided try run includes all bugs I want to uplift for TB 78.7 and shows a working patch order.
The first one, which does not have a bug number in the commit messages is Bug 1680653.
This bug is the 8th one.
Comment 8•5 years ago
|
||
Comment on attachment 9191848 [details] [diff] [review]
bug1681023_use_body_and_plainTextBody_as_compose_mode_selectors_v2.patch
[Triage Comment]
Approved for esr78
Comment 9•5 years ago
|
||
bugherder uplift |
Thunderbird 78.7.0:
https://hg.mozilla.org/releases/comm-esr78/rev/78bcb38dcef2
Description
•