Closed
Bug 1582993
Opened 4 years ago
Closed 4 years ago
ReferenceError: reference to undefined property "QueryInterface" in passwordManager.js:338:16
Categories
(Thunderbird :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 71.0
People
(Reporter: aceman, Assigned: aceman)
References
Details
Attachments
(1 file)
1.55 KB,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1556030 +++
ReferenceError: reference to undefined property "QueryInterface" in passwordManager.js:338:16
The same problem in other tree in the Exceptions tree (for remote content):
ReferenceError: reference to undefined property "QueryInterface" treeUtils.js:80:5
Attachment #9094424 -
Flags: review?(jorgk)
Comment 3•4 years ago
|
||
Comment on attachment 9094424 [details] [diff] [review] 1582993.patch Hmm, I think I only saw those after setting and javascript.options.strict and javascript.options.strict.debug. Anyway, they are gone now. Not the most fatal bug we found today ;-) (I had bug 1582937, bug 1582941, bug 1582989 and bug 1582961).
Attachment #9094424 -
Flags: review?(jorgk) → review+
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/28a6a4967e9f
add QI to nsITreeView for permissions and passwords tree views to stop a JS warning. r=jorgk
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Target Milestone: --- → Thunderbird 71.0
You need to log in
before you can comment on or make changes to this bug.
Description
•