Closed
Bug 240092
Opened 21 years ago
Closed 21 years ago
Application name in View Source titlebar differs from application
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: Waldo)
References
()
Details
(Keywords: fixed-aviary1.0, polish, Whiteboard: fixed0.9)
Attachments
(1 file, 1 obsolete file)
|
1.15 KB,
patch
|
Details | Diff | Splinter Review |
In the titlebar of a View Source window, the application name is simply
"Firefox" instead of "Mozilla Firefox".
| Reporter | ||
Comment 1•21 years ago
|
||
Forgot to note that I'm seeing this in the 20040406 build.
URL: view-source:
→ view-source:
| Assignee | ||
Comment 2•21 years ago
|
||
| Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 145750 [details] [diff] [review]
Changes titlemodifier entity to &brandFullName;
Going by <http://forums.mozillazine.org/viewtopic.php?t=51312> it appears the
titlemodifier attribute in toolkit/components/viewsource/content/viewSource.xul
is the culprit. The attribute is the entity &mainWindow.titlemodifier; which
is changed in the patch.
This is an easy, simple, one-liner patch; could it perhaps get in for Firefox
0.9?
Attachment #145750 -
Flags: review?(p_ch)
| Assignee | ||
Comment 4•21 years ago
|
||
I've managed to get access to a computer for a sec, so nominating a few polish
bugs for Firefox 1.0...
Flags: blocking1.0?
Updated•21 years ago
|
Flags: blocking1.0? → blocking1.0+
Updated•21 years ago
|
Attachment #145750 -
Flags: review?(p_ch) → review+
Updated•21 years ago
|
Whiteboard: checkin0.9
Updated•21 years ago
|
Assignee: firefox → jwalden+bmo
| Assignee | ||
Comment 5•21 years ago
|
||
I didn't realize "Firefox" was specified through two different attributes in
viewSource.xul (and thus two different entities) when I made the older patch.
This patch makes the correct extra change to the entity for the window title
(shows up when no document is viewed, aka view-source:). I'm not quite sure if
another review is required as the extra change just duplicates the initial one
at another point in the file.
Attachment #145750 -
Attachment is obsolete: true
Comment 6•21 years ago
|
||
Fix checked in on the aviary branch and on the trunk.
Comment 7•21 years ago
|
||
good catch, although I don't think anyone really opens view source without a
page loaded :)
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Whiteboard: checkin0.9 → fixed0.9
| Reporter | ||
Comment 8•21 years ago
|
||
v trunk 20040523 PC/WinXP
Updated•21 years ago
|
Keywords: fixed-aviary1.0
You need to log in
before you can comment on or make changes to this bug.
Description
•