Closed
Bug 1606506
Opened 6 years ago
Closed 6 years ago
Error getting _title and _url properties of a message window "tab"
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Thunderbird
Add-Ons: Extensions API
Tracking
(thunderbird_esr68 fixed)
RESOLVED
FIXED
Thunderbird 73.0
| Tracking | Status | |
|---|---|---|
| thunderbird_esr68 | --- | fixed |
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(1 file)
|
5.12 KB,
patch
|
mkmelin
:
review+
mkmelin
:
approval-comm-esr68+
|
Details | Diff | Splinter Review |
We're trying to read properties of this.browser, but it is null. You can see this by opening a message in a window and calling browser.tabs.query({}).
| Assignee | ||
Comment 1•6 years ago
|
||
Also, this only happens with the tabs permission. The properties aren't used without it.
| Assignee | ||
Comment 2•6 years ago
|
||
Attachment #9118244 -
Flags: review?(mkmelin+mozilla)
Attachment #9118244 -
Flags: approval-comm-esr68?
Updated•6 years ago
|
Attachment #9118244 -
Flags: review?(mkmelin+mozilla)
Attachment #9118244 -
Flags: review+
Attachment #9118244 -
Flags: approval-comm-esr68?
Attachment #9118244 -
Flags: approval-comm-esr68+
Updated•6 years ago
|
Keywords: checkin-needed-tb
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/fca52e027551
Fix _title and _url properties tabs that don't have a browser; r=mkmelin
| Assignee | ||
Updated•6 years ago
|
Target Milestone: --- → Thunderbird 73.0
| Assignee | ||
Comment 4•6 years ago
|
||
status-thunderbird_esr68:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•