Closed
Bug 242830
Opened 22 years ago
Closed 21 years ago
default theme is badly named "Mozilla Firebird (default)"
Categories
(Toolkit :: Add-ons Manager, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla1.7
People
(Reporter: sophia, Assigned: bugs)
References
Details
(Keywords: fixed-aviary1.0)
Attachments
(2 obsolete files)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a) Gecko/20040506 Firefox/0.8.0+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a) Gecko/20040506 Firefox/0.8.0+
The default theme (Pinstripe) is named "Mozilla Firebird (default)" in the
Themes section of Preferences. Firebird doesn't exist anymore, so it should say
"Firefox".
Reproducible: Always
Steps to Reproduce:
look in Themes in Preferences
Actual Results:
see the word "Firebird"
Expected Results:
see the word "Firefox"
Probably, if the following lines are changed, it will fix.
http://lxr.mozilla.org/mozilla/source/toolkit/skin/mac/info/contents.rdf#13
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•22 years ago
|
||
Here's a slightly better patch in that "Firefox" isn't hardcoded into the name
of the theme (it uses a DTD import of brand.dtd to access a product name
entity). I also made this change to Qute, which also hardcodes Firefox into
the file.
Note: I don't know if DTD imports are allowed in skin contents.rdf files. If
they aren't this patch is void and the previous one should be used instead.
Can someone please test this in a build (as I'm affected by bug 239643)?
Comment 4•22 years ago
|
||
Comment on attachment 148077 [details] [diff] [review]
More correct fix (also makes a change to Qute)
(In reply to comment #3)
> Note: I don't know if DTD imports are allowed in skin contents.rdf files.
Manually applying the above patch to
classic.jar!skin/classic/global/contents.rdf on Windows worked okay, and the
Themes section of Options wasn't borked. This suggests that DTD imports in
skin contents.rdf files is okay.
Given the above, I'm putting this up for review from Ben.
Attachment #148077 -
Flags: review?(bugs)
Comment 5•22 years ago
|
||
Nominating as blocking1.0?...
This is a simple polish issue that seems simple to fix. It's also got a
(untested in a build) patch.
Flags: blocking1.0?
| Assignee | ||
Comment 6•22 years ago
|
||
Blocking .9 but this isn't the fix. The fix is in my extension changes.
Flags: blocking1.0? → blocking0.9+
Comment 7•22 years ago
|
||
Comment on attachment 148077 [details] [diff] [review]
More correct fix (also makes a change to Qute)
removing request since the fix, as ben says, is in the extension manager :)
Attachment #148077 -
Attachment is obsolete: true
Attachment #148077 -
Flags: review?(bugs)
Comment 8•22 years ago
|
||
Reassigning to Ben because the Windows counterpart to this file has already been
coded (and creating a Mac port should be simple):
http://lxr.mozilla.org/mozilla/source/browser/app/profile/extensions/%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D/install.rdf
I notice the program name is hard-coded into the file ("Firefox" instead of
&brandShortName; with a DTD import). I don't know using an entity is valid for
the install.rdf file or not, but if it is using the entity is probably a better
course than hard-coding. Just food for thought for Ben...
Assignee: jwalden+bmo → bugs
Status: ASSIGNED → NEW
| Assignee | ||
Updated•22 years ago
|
| Assignee | ||
Updated•22 years ago
|
Whiteboard: fixed-aviary1.0
Comment 9•22 years ago
|
||
that's the theme name though :) it can certainly be hardcoded ;)
Comment 10•22 years ago
|
||
it is also ugly and Qute should be the default theme
Comment 11•21 years ago
|
||
Is this file still in use? It says chrome:displayName="Mozilla Firebird Default".
http://lxr.mozilla.org/aviarybranch/source/toolkit/themes/pinstripe/global/contents.rdf?raw=1
One of those stupid binary files btw.
Flags: blocking-aviary1.0PR?
Updated•21 years ago
|
Flags: blocking-aviary1.0PR?
Updated•21 years ago
|
Keywords: fixed-aviary1.0
Whiteboard: fixed-aviary1.0
Comment 12•21 years ago
|
||
Has been fixed in newer versions of Firefox. Mano, can you verify this?
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•