Closed
Bug 167449
Opened 23 years ago
Closed 23 years ago
fix branding
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
Phoenix0.1
People
(Reporter: asa, Assigned: bugzilla)
References
Details
we need to fix the releaseURL, the about Phoenix and any other locations that
still report Mozilla instead of Phoenix. This should happen for 0.1.
| Reporter | ||
Comment 1•23 years ago
|
||
setting target.
for the Releases link I guess we can just add <!ENTITY releaseURL
"http://mozilla.org/projects/phoenix/releases.html"> to the browser.dtd. Do we
need a brand.dtd and an about.dtd? can we combine a bunch of these?
Target Milestone: --- → Phoenix0.1
| Reporter | ||
Comment 2•23 years ago
|
||
*** Bug 167969 has been marked as a duplicate of this bug. ***
would fixing the userAgent to append Phoenix (ver) to the end be covered by this
bug?
| Assignee | ||
Comment 4•23 years ago
|
||
What say we replace Mozilla's crappy XHTML page-in-window (dialog in Phoenix)
and add a /real/ about dialog, like, say, every other program on the planet?
| Reporter | ||
Comment 5•23 years ago
|
||
Blake, we have a dialog. It already exists, we just need to flip the pref
somewhere (all.js maybe?)
| Reporter | ||
Comment 6•23 years ago
|
||
oops, misread. sure. let's for that, drop the contrib tab, make it a link in a
single pane window.
| Assignee | ||
Comment 7•23 years ago
|
||
new about dlg checked in, marking fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
"Other locations" would include about: (which still reports Mozilla, version
1.1b for me) and Themes ("Theme changes will take effect when youy restart
Mozilla.").
Details of the latter are listed in duped bug 167969 (which is not fixed).
The fix for that is to change brand.properties.
Also, about: could be fixed if about.xhtml was changed to use &brandShortName;
and &lang.version; from brand.dtd.
Change about.xhtml's doctype as follows to allow the use of those entities:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
]>
-> Reopened
Alternatively, we could mark this fixed (again) and reopen the duped bug to
solve the Theme problem.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Appologies--forgot to mention that I verified the broken brand.properties in
2002-09-17-08.
Also, I see "Mozilla 0.1", not "Mozilla 1.1b" as previously stated (oops). It
still says "Mozilla", though. (If making it import brand.dtd to use
&brandShortName; is not desired, there's always the option of changing the
hard-coded "Mozilla" in about.xhtml).
| Assignee | ||
Comment 10•23 years ago
|
||
really fixed, I think.
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 11•23 years ago
|
||
verified. themes don't support us yet so we don't support them. panel and menu
for switching removed. about dialog fixed. releases menulink fixed. Not sure
what we're going to do about UA. This bug is finished though.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•