Closed
Bug 258925
Opened 21 years ago
Closed 21 years ago
Delicious Delicacies is broken in 2004-09-08 and later
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: jruderman, Assigned: bugs)
Details
(Keywords: regression)
Steps to reproduce:
1. Install Delicious Delicacies 0.1 from
http://www.squarefree.com/extensions/delicious-delicacies/.
2. Restart Firefox.
3. Open Privacy Prefs.
Result: XML parsing error (missing entity).
This is a regression between 2004-09-07 branch and 2004-09-08 branch. I blame
the checkin for bug 246014, "Extension manager does not generate appropriate
chrome.rdf entries for locale entities".
I don't know whether this bug affects any other extensions and I don't know what
about Delicious Delicacies triggers it.
Reporter | ||
Updated•21 years ago
|
Flags: blocking-aviary1.0PR?
Assignee | ||
Comment 1•21 years ago
|
||
246014 may have uncovered this, but there's a bug in your contents.rdf for your
package:
<RDF:Description about="urn:mozilla:package:delicious-delicacies"
chrome:author="Jesse Ruderman"
chrome:authorURL="http://www.squarefree.com/"
chrome:description="Restores our favorite placeholder text."
chrome:displayName="Delicious Delicacies"
chrome:extension="true"
chrome:name="delcious-delicacies"/> <--- delcious-delicacies?!
... thus the lookup fails for
chrome://delicious-delicacies/locale/delicious-delicacies.dtd...
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 2•21 years ago
|
||
Thanks. Fixing the typo fixed the extension.
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•21 years ago
|
Flags: blocking-aviary1.0PR?
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•