Add an "action" API for the message display toolbar
Categories
(Thunderbird :: Add-Ons: Extensions API, enhancement)
Tracking
(thunderbird_esr6871+ fixed, thunderbird71 fixed)
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(2 files)
18.42 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
18.62 KB,
patch
|
darktrojan
:
review+
jorgk-bmo
:
approval-comm-esr68+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 2•5 years ago
|
||
You're the one that wanted it. :-P
It's about adding button[s] to the message header so the user can do things with the displayed mail. I actually have half a patch somewhere if I ever dig my way out from under the large bugs I'm working on.
Assignee | ||
Comment 3•5 years ago
|
||
It turns out I did have half a patch, but the other half wasn't so easy.
Comment 4•5 years ago
|
||
It would be nice if it would not just allow adding new buttons, but also extending the "More" button. Currently I don't add a separate button for my add-on, but just add a few entries to this button.
Assignee | ||
Comment 6•5 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #4)
Comment on attachment 9094105 [details] [diff] [review]
what's up with the double timeouts?
I'm not sure, but it doesn't work otherwise. I assume there's something waiting to happen on the event loop, that causes something else to be added to the event loop.
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/0d126d5453bd
Add an API for the adding a button to the message display toolbar. r=mkmelin
Updated•5 years ago
|
Assignee | ||
Comment 8•5 years ago
|
||
Assignee | ||
Comment 9•5 years ago
|
||
Assignee | ||
Comment 10•5 years ago
|
||
Updated•5 years ago
|
Comment 11•5 years ago
|
||
TB 68.3 ESR:
https://hg.mozilla.org/releases/comm-esr68/rev/d401e2b789a4429cedc1b9549b252600b918932e
Description
•