Fix _execute_browser_action command in menus API
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Tracking
(thunderbird_esr115 fixed, thunderbird_esr128 fixed, thunderbird130 fixed)
People
(Reporter: TbSync, Assigned: TbSync)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-beta+
corey
:
approval-comm-esr115+
corey
:
approval-comm-esr128+
|
Details | Review |
Found to be not working while investigating bug 1911752.
Assignee | ||
Comment 1•9 months ago
|
||
Found to be not working while investigating bug 1911752. Will add a
dedicated test for this in bug 1912021.
This seems to be a left-over from the time when the mail tab was split
into sub windows (or it never worked). A mouse click event on the folder
pane or message pane is passing the about:3pane
window and the
detection code for the unified toolbar (see 1) fails. The action is
therefore not triggered.
Depends on D218622
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Updated•9 months ago
|
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/18cd1b44d498
Fix _execute_browser_action command in menus API. r=aleca
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 3•8 months ago
|
||
Comment on attachment 9418112 [details]
Bug 1912022 - Fix _execute_browser_action command in menus API. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): MailTab redisign in 115
User impact if declined: Using _execute action in the menus API do not work
Testing completed (on c-c, etc.): some days on c-c
Risk to taking this patch (and alternatives if risky): Low, we are just using the correct target window
Assignee | ||
Comment 4•8 months ago
|
||
Comment on attachment 9418112 [details]
Bug 1912022 - Fix _execute_browser_action command in menus API. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): MailTab redisign in 115
User impact if declined: Using _execute action in the menus API do not work
Testing completed (on c-c, etc.): some days on c-c
Risk to taking this patch (and alternatives if risky): Low, we are just using the correct target window
Comment 5•8 months ago
|
||
Comment on attachment 9418112 [details]
Bug 1912022 - Fix _execute_browser_action command in menus API. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 6•8 months ago
|
||
bugherder uplift |
Thunderbird 130.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/5fbd21760318
Comment 7•8 months ago
|
||
John, I didn't see an uplift request for esr128, but I'm fairly certain you intended to add it. Please let me know if not. Thanks.
Comment 8•8 months ago
|
||
Comment on attachment 9418112 [details]
Bug 1912022 - Fix _execute_browser_action command in menus API. r=#thunderbird-reviewers
[Triage Comment]
Approved for esr115
Approved for esr128
Assignee | ||
Comment 9•8 months ago
|
||
Hi Corey, my intention was to request uplift to 128, not 115. I probably was still used to request uplifts to ESR = 115 :-)
If you think uplift to 115 is fine, I will take that as well. Thanks!
Comment 10•8 months ago
|
||
Let's include it then. Going forward I'd prefer to only uplift high impact and security fixes to esr115. Thanks John.
Updated•8 months ago
|
Comment 11•8 months ago
|
||
bugherder uplift |
Thunderbird 128.2.0esr:
https://hg.mozilla.org/releases/comm-esr128/rev/20715e5d6d95
Comment 12•8 months ago
|
||
bugherder uplift |
Thunderbird 115.15.0:
https://hg.mozilla.org/releases/comm-esr115/rev/afc470ec4bdc
Assignee | ||
Updated•8 months ago
|
Description
•