Closed
Bug 366367
Opened 19 years ago
Closed 19 years ago
SeaMonkey link on mailnews start page is incorrect in suiterunner
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Assigned: bugzilla)
References
Details
Attachments
(1 file, 1 obsolete file)
6.48 KB,
patch
|
bugzilla
:
review+
bugzilla
:
superreview+
|
Details | Diff | Splinter Review |
Start up mailnews in suiterunner. On the "Welcome to SeaMonkey Mail & Newsgroups" banner, SeaMonkey links to http://www.mozilla.org/ - it should link to http://www.mozilla.org/projects/seamonkey/
The problem is that the mailnews start page (http://lxr.mozilla.org/seamonkey/source/mailnews/base/resources/content/start.xhtml)
uses vendorURL (http://lxr.mozilla.org/seamonkey/search?string=vendorURL) which is defined in toolkit's region.dtd. xpfe SeaMonkey defines this in region.properties.
I guess what we should do is define vendorURL as a pref pointing to brand.properties, and use the urlformatter in a similar style to the other urls in the start.xhtml page to set the title correctly.
I don't think this will cause any problems - from what I can tell the vendorURL in toolkit is not required or doesn't have any significant affect.
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•19 years ago
|
Assignee: mail → aqualon
Status: ASSIGNED → NEW
![]() |
||
Comment 1•19 years ago
|
||
As a note, the localized pref to use through urlformatter should probably be app.vendorURL - and we probably should file a bug for http://lxr.mozilla.org/seamonkey/source/toolkit/content/about.xhtml#63 to use the same pref.
Assignee | ||
Comment 2•19 years ago
|
||
Attachment #251231 -
Flags: superreview?(neil)
Attachment #251231 -
Flags: review?(kairo)
![]() |
||
Comment 3•19 years ago
|
||
Comment on attachment 251231 [details] [diff] [review]
define vendorURL as pref and use URLFormatterService
>Index: suite/locales/en-US/chrome/branding/brand.properties
>===================================================================
> app.releaseNotesURL=http://www.mozilla.org/projects/seamonkey/releases/seamonkey%VERSION%/
> keyword.moreInfoURL=http://www.mozilla.org/docs/end-user/internet-keywords.html
>+app.vendorURL=http://www.mozilla.org/projects/seamonkey/
Nit: Move the new entry one line up so the two app.* ones are next to each other.
r=me
Attachment #251231 -
Flags: review?(kairo) → review+
Updated•19 years ago
|
Attachment #251231 -
Flags: superreview?(neil) → superreview+
Comment 4•19 years ago
|
||
Comment on attachment 251231 [details] [diff] [review]
define vendorURL as pref and use URLFormatterService
Oh, don't forget to update xpfe's browser-prefs.js too.
Assignee | ||
Comment 5•19 years ago
|
||
Assignee | ||
Updated•19 years ago
|
Attachment #251231 -
Attachment is obsolete: true
Assignee | ||
Updated•19 years ago
|
Attachment #252177 -
Flags: superreview+
Attachment #252177 -
Flags: review+
Comment 6•19 years ago
|
||
Landed on trunk.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•