browser.windows events no longer fire
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Tracking
(thunderbird_esr6869+ fixed, thunderbird69 fixed, thunderbird70 fixed)
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
mkmelin
:
review+
jorgk-bmo
:
approval-comm-beta+
jorgk-bmo
:
approval-comm-esr68+
|
Details | Diff | Splinter Review |
We don't have a test on the windows API, and it's regressed. :-(
onCreated
, onRemoved
, and onFocusChanged
don't fire, I assume because the of the changes to the event code in toolkit.
Assignee | ||
Comment 1•5 years ago
|
||
I've copied what m-c has. (Test is mine.) We should've made this change ages ago, but didn't notice because there was no test.
Assignee | ||
Comment 2•5 years ago
|
||
Left some stray pieces behind from an earlier iteration.
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/f4c0e4703937
Fix browser.windows events. r=mkmelin DONTBUILD
Updated•5 years ago
|
Assignee | ||
Comment 5•5 years ago
|
||
I'd prefer it to be in a beta, but not if that prevents it making 68.1. It's a regression from 60, so we'd best not have it broken for too long.
Comment 6•5 years ago
|
||
TB 69 beta 4:
https://hg.mozilla.org/releases/comm-beta/rev/b7c5e0ad60a05e6efc93b697549f9e03eb9d3fdd
Updated•5 years ago
|
Comment 7•5 years ago
|
||
TB 68.1 ESR:
https://hg.mozilla.org/releases/comm-esr68/rev/c70145d758c0b170e9b39f57b8351fe77124d96a
Description
•