Closed
Bug 287695
Opened 20 years ago
Closed 20 years ago
Hardcoded appname in default mailto: form subject
Categories
(MailNews Core :: Composition, defect, P3)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.8beta2
People
(Reporter: kairo, Assigned: csthomas)
References
Details
Attachments
(1 file, 2 obsolete files)
|
5.36 KB,
patch
|
Biesinger
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
In http://lxr.mozilla.org/mozilla/search?string=DefaultFormSubject we use "Form Post from Mozilla" as default subject for mailto: form posts. We should replace "Mozilla" with whatever app name we're using (brandShortName). Very soon, we won't even have any product called "Mozilla" on the trunk any more (see bug 285696), and it also looks strange for Firefox (see bug 265300).
| Assignee | ||
Updated•20 years ago
|
Assignee: sspitzer → cst
Keywords: helpwanted
Priority: -- → P5
Target Milestone: --- → mozilla1.8beta2
| Assignee | ||
Updated•20 years ago
|
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #179006 -
Flags: superreview?(bzbarsky)
Attachment #179006 -
Flags: review?(caillon)
| Assignee | ||
Updated•20 years ago
|
Whiteboard: [cst: r?]
| Reporter | ||
Comment 2•20 years ago
|
||
Comment on attachment 179006 [details] [diff] [review] patch OK, I built with this here (on Linux) with a different breandShortName than "Mozilla", and it compiles and works correctly.
Comment 3•20 years ago
|
||
How about adding brand.properties to the properties files that nsContentUtils knows about instead of copying all that code?
Updated•20 years ago
|
Attachment #179006 -
Flags: superreview?(bzbarsky) → superreview-
| Assignee | ||
Updated•20 years ago
|
Attachment #179006 -
Attachment is obsolete: true
Attachment #179006 -
Flags: review?(caillon)
| Assignee | ||
Comment 4•20 years ago
|
||
Attachment #179395 -
Flags: superreview?(bzbarsky)
Attachment #179395 -
Flags: review?(cbiesinger)
| Assignee | ||
Updated•20 years ago
|
Attachment #179395 -
Attachment is obsolete: true
Attachment #179395 -
Flags: superreview?(bzbarsky)
Attachment #179395 -
Flags: review?(cbiesinger)
| Assignee | ||
Comment 5•20 years ago
|
||
Attachment #179401 -
Flags: superreview?(bzbarsky)
Attachment #179401 -
Flags: review?(cbiesinger)
Comment 6•20 years ago
|
||
Comment on attachment 179401 [details] [diff] [review] patch + formatStrings, 1, subjectStr); s/1/NS_ARRAY_LENGTH(formatStrings)/
Attachment #179401 -
Flags: review?(cbiesinger) → review+
Comment 7•20 years ago
|
||
Comment on attachment 179401 [details] [diff] [review] patch sr=bzbarsky if biesi's nit is addressed.
Attachment #179401 -
Flags: superreview?(bzbarsky) → superreview+
| Assignee | ||
Comment 8•20 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
QA Contact: stephend
Resolution: --- → FIXED
Whiteboard: [cst: r?]
Comment 9•20 years ago
|
||
Verified FIXED using LXR for code inspection: http://lxr.mozilla.org/mozilla/search?string=DefaultFormSubject DefaultFormSubject /content/html/content/src/nsFormSubmission.cpp, line 460 -- "DefaultFormSubject", /dom/locales/en-US/chrome/layout/HtmlForm.properties, line 44 -- # LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName /dom/locales/en-US/chrome/layout/HtmlForm.properties, line 45 -- DefaultFormSubject=Form Post from %S
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•