Closed
Bug 503785
Opened 16 years ago
Closed 15 years ago
no logging for incorrect extension proxy files
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla1.9.3a5
People
(Reporter: mconnor, Assigned: mossop)
References
Details
https://developer.mozilla.org/en/Setting_up_extension_development_environment#Firefox_extension_proxy_file
If you have an invalid value in the text file, nothing is logged with extensions.logging.enabled set to true. This seems like something that'd be easy to add and useful to extension developers.
| Assignee | ||
Comment 1•16 years ago
|
||
There are masses of failures around these "proxy" files (who made up that name?) It would be easy to add logging during the first startup, though I suspect right now the presence of the new link causes an EM restart which will throw away anything we log from the error console and kill any text console on windows.
| Assignee | ||
Comment 2•15 years ago
|
||
Fixed by the new extension manager (with bug 575987 to make things even better)
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 3•15 years ago
|
||
Basic fix should be in the patch on bug 553169.
Warning: WARN addons.xpi: File pointer /firefox/mozmill-branch/extensions/mozmill-crowd@qa.mozilla.org points to /data/build/etensions/mozmill-crowd/extension which does not exist
Verified with Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; en-US; rv:2.0b2pre) Gecko/20100704 Minefield/4.0b2pre
Dave, do we have tests for it?
Assignee: nobody → dtownsend
Status: RESOLVED → VERIFIED
Depends on: 553169
Flags: in-testsuite?
Flags: in-litmus-
Target Milestone: --- → mozilla1.9.3a5
| Assignee | ||
Comment 4•15 years ago
|
||
We have tests for bad pointer files in test_filepointer.js, they don't verify things are logged but I don't think we should spend time testing that.
Flags: in-testsuite? → in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•