Closed
Bug 1631995
Opened 5 years ago
Closed 5 years ago
Tests for browser.tabs events with multiple windows
Categories
(Thunderbird :: Add-Ons: Extensions API, task)
Thunderbird
Add-Ons: Extensions API
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 77.0
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(1 file)
11.78 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
This is to go with the tests from bug 1627556, but it deals with the "tabs" we have when opening special windows like address book. Currently browser.tabs.onCreated
and browser.tabs.onRemoved
events are not fired for these windows and should be.
Assignee | ||
Comment 1•5 years ago
|
||
Attachment #9142223 -
Flags: review?(mkmelin+mozilla)
Comment 2•5 years ago
|
||
Comment on attachment 9142223 [details] [diff] [review]
1631995-windows-tabs-test-1.diff
Review of attachment 9142223 [details] [diff] [review]:
-----------------------------------------------------------------
Great! r=mkmelin
Attachment #9142223 -
Flags: review?(mkmelin+mozilla) → review+
Assignee | ||
Updated•5 years ago
|
Keywords: checkin-needed-tb
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/a15a99bbf363
Test events in the browser.windows and browser.tabs APIs and fix things that fail. r=mkmelin DONTBUILD
Assignee | ||
Updated•5 years ago
|
Target Milestone: --- → Thunderbird 77.0
You need to log in
before you can comment on or make changes to this bug.
Description
•