Closed
Bug 494391
Opened 16 years ago
Closed 16 years ago
JavaScript strict warning: reference to undefined property gApp.id
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: florian, Unassigned)
References
Details
Attachments
(1 file)
1.26 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
JavaScript strict warning: file:/// ... /Contents/MacOS/components/nsExtensionManager.js, line 4245: reference to undefined property gApp.id
This code appeared with the patch in bug 396129.
All other places in the same file use gApp.ID, so the fix seems trivial here.
The way I use to reproduce this: install addons from the addons manager (using the 'Install...' button). The .xpi file I used was a multi item package, and the warning was displayed once per item, producing a lot of noise in my terminal.
Attachment #379142 -
Flags: review?(dtownsend)
Updated•16 years ago
|
Attachment #379142 -
Flags: review?(dtownsend) → review+
Reporter | ||
Comment 1•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
Comment 3•14 years ago
|
||
The code this affected no longer exists
Flags: in-testsuite? → in-testsuite-
Updated•14 years ago
|
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•