Closed
Bug 647322
Opened 14 years ago
Closed 14 years ago
Port |Bug 640649 - Remove unused cmd_file| to SeaMonkey
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.1final
People
(Reporter: sgautherie, Assigned: ewong)
References
()
Details
Attachments
(1 file, 1 obsolete file)
|
4.29 KB,
patch
|
mnyromyr
:
review+
mnyromyr
:
superreview+
sgautherie
:
feedback+
|
Details | Diff | Splinter Review |
No description provided.
Flags: in-testsuite-
| Reporter | ||
Comment 1•14 years ago
|
||
"Found 5 matching lines in 3 files"
Comment 2•14 years ago
|
||
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/mailnews/base/resources/content/mailWindowOverlay.xul&rev=1.89
> 1.89 <mscott@netscape.com> 2001-03-16 17:57
> Land the Mailnews Performance Branch.
> Includes front end re-write to use the outliner widget for the thread pane.
>
> Improvements in scrolling, folder loading, message display, replyto time, sorting, selecting, deleting, the list goes
> on and on.
>
> enjoy =).
Eeek. 11 years ago mscott removed the observer but didn't remove the observed command.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → ewong
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•14 years ago
|
||
Attachment #523782 -
Flags: review?(mnyromyr)
| Reporter | ||
Comment 4•14 years ago
|
||
Comment on attachment 523782 [details] [diff] [review]
Ported |Bug 640649| to SeaMonkey
Comparing with bug 640649 changeset,
>- return GetNumSelectedMessages() > 0;
I agree this would make SM more like TB.
But you should search history and explain whether/why we want that change too.
>- return (gCurrentMessageUri != null);
TB still has this line.
I assume it should not be removed, not without explanation.
Attachment #523782 -
Flags: feedback-
| Assignee | ||
Comment 5•14 years ago
|
||
Attachment #523782 -
Attachment is obsolete: true
Attachment #523782 -
Flags: review?(mnyromyr)
Attachment #524612 -
Flags: review?(mnyromyr)
| Reporter | ||
Updated•14 years ago
|
Attachment #524612 -
Flags: feedback+
Updated•14 years ago
|
Attachment #524612 -
Flags: superreview+
Attachment #524612 -
Flags: review?(mnyromyr)
Attachment #524612 -
Flags: review+
| Reporter | ||
Comment 6•14 years ago
|
||
Comment on attachment 524612 [details] [diff] [review]
Port |bug 640649 - Removed unused cmd_file| to SeaMonkey (v2)
[Checked in: Comment 6]
http://hg.mozilla.org/comm-central/rev/c4fd9ad67939
Attachment #524612 -
Attachment description: Port |bug 640649 - Removed unused cmd_file| to SeaMonkey (v2) → Port |bug 640649 - Removed unused cmd_file| to SeaMonkey (v2)
[Checked in: Comment 6]
| Reporter | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [good first bug]
Target Milestone: --- → seamonkey2.1final
| Reporter | ||
Comment 7•14 years ago
|
||
(In reply to comment #4)
> >- return GetNumSelectedMessages() > 0;
>
> I agree this would make SM more like TB.
> But you should search history and explain whether/why we want that change too.
I filed (TB) bug 650703, fwiw.
You need to log in
before you can comment on or make changes to this bug.
Description
•