Closed
Bug 237448
Opened 21 years ago
Closed 21 years ago
In <am-smtp.js>, "Warning: function onAdvanced does not always return a value"
Categories
(SeaMonkey :: MailNews: Account Configuration, defect)
SeaMonkey
MailNews: Account Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8alpha1
People
(Reporter: sgautherie, Assigned: sgautherie)
Details
Attachments
(3 obsolete files)
[Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7a) Gecko/20040219] (W98SE)
{{
Warning: function onAdvanced does not always return a value
Source File: chrome://messenger/content/am-smtp.js
Line: 129
Source Code:
}
}}
Updating:
*(A.To) sspitzer@mozilla.org -> me
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.8alpha
Assignee | ||
Comment 1•21 years ago
|
||
Big fix,
plus a little cleanup.
Assignee | ||
Updated•21 years ago
|
Attachment #143890 -
Flags: review?(neil.parkwaycc.co.uk)
Assignee | ||
Updated•21 years ago
|
Attachment #143890 -
Attachment is obsolete: true
Attachment #143890 -
Flags: review?(neil.parkwaycc.co.uk)
Assignee | ||
Comment 2•21 years ago
|
||
Av1, without cleanup.
(I moved the modified lines to the left as the existing code permitted.)
Assignee | ||
Updated•21 years ago
|
Attachment #144128 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 3•21 years ago
|
||
Comment on attachment 144128 [details] [diff] [review]
(Av1b) <am-smtp.js>
> else
> window.alert(alertMsg);
>
>- return false;
>+ return;
> }
>(I moved the modified lines to the left as the existing code permitted.)
I don't know what you mean here; r=me if you don't change the indent.
>@@ -127,4 +127,3 @@ function onAdvanced(event)
> onLoad();
> }
> }
>-
Nit: Unnecessary
Attachment #144128 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Assignee | ||
Comment 4•21 years ago
|
||
Av1b, with comment 3 suggestion(s).
Attachment #144128 -
Attachment is obsolete: true
Assignee | ||
Comment 5•21 years ago
|
||
Comment on attachment 144972 [details] [diff] [review]
(Av1c) <am-smtp.js>
[Checked in: Comment 7]
Keeping |(Av1b) <am-smtp.js> patch 2004-03-17 07:33 PST
neil.parkwaycc.co.uk: review+|.
Attachment #144972 -
Flags: superreview?(mscott)
Attachment #144972 -
Flags: review+
Updated•21 years ago
|
Attachment #144972 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 6•21 years ago
|
||
Comment on attachment 144972 [details] [diff] [review]
(Av1c) <am-smtp.js>
[Checked in: Comment 7]
'approval1.7=?':
Trivial code fix, no risk;
(Trying v1.7 instead of waiting for v1.8a, as v1.7 will become new
long-lived...)
Attachment #144972 -
Flags: approval1.7?
Assignee | ||
Updated•21 years ago
|
Attachment #144972 -
Flags: approval1.7?
Comment 7•21 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•21 years ago
|
Attachment #144972 -
Attachment description: (Av1c) <am-smtp.js> → (Av1c) <am-smtp.js>
[Checked in: Comment 7]
Attachment #144972 -
Attachment is obsolete: true
Assignee | ||
Comment 8•21 years ago
|
||
Comment on attachment 144972 [details] [diff] [review]
(Av1c) <am-smtp.js>
[Checked in: Comment 7]
'approval1.7=?':
Trivial U.I. code cleanup, no risk.
(already on Trunk)
Attachment #144972 -
Flags: approval1.7?
Comment 9•21 years ago
|
||
Comment on attachment 144972 [details] [diff] [review]
(Av1c) <am-smtp.js>
[Checked in: Comment 7]
warning cleanups can happen on the trunk. there's not much user value, even if
the risk is low -- and warning cleanups have broken features in the past.
Attachment #144972 -
Flags: approval1.7? → approval1.7-
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•