Closed Bug 258925 Opened 20 years ago Closed 20 years ago

Delicious Delicacies is broken in 2004-09-08 and later

Categories

(Toolkit :: Add-ons Manager, defect)

1.7 Branch
x86
Windows XP
defect
Not set
major

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.
Flags: blocking-aviary1.0PR?
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: 20 years ago
Resolution: --- → INVALID
Thanks.  Fixing the typo fixed the extension.
Status: RESOLVED → VERIFIED
Flags: blocking-aviary1.0PR?
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.