Closed
Bug 262892
Opened 21 years ago
Closed 18 years ago
In <mail3PaneWindowCommands.js>, "Warning: redeclaration of var parentResource"
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8alpha6
People
(Reporter: sgautherie, Assigned: sgautherie)
Details
Attachments
(1 file, 1 obsolete file)
1.78 KB,
patch
|
bryner
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
[Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a4) Gecko/20040927] (release) (W98SE)
{{
Warning: redeclaration of var parentResource
Source File: chrome://messenger/content/mail3PaneWindowCommands.js
Line: 950, Column: 20
Source Code:
var parentResource =
selectedFolder.parent.QueryInterface(Components.interfaces.nsIRDFResource);
}}
Assignee | ||
Comment 1•21 years ago
|
||
Assignee: sspitzer → gautheri
Status: NEW → ASSIGNED
Assignee | ||
Updated•21 years ago
|
Attachment #161082 -
Flags: superreview?(bienvenu)
Attachment #161082 -
Flags: review?(bienvenu)
Updated•21 years ago
|
Attachment #161082 -
Flags: superreview?(bienvenu)
Attachment #161082 -
Flags: superreview+
Attachment #161082 -
Flags: review?(bienvenu)
Attachment #161082 -
Flags: review+
Updated•21 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 161082 [details] [diff] [review]
(Av1-MAS) <mail3PaneWindowCommands.js> [Checked in: Comment 2]
Check in: { 2004-10-04 21:07 bienvenu%nventure.com mozilla/ mailnews/
base/ resources/ content/ mail3PaneWindowCommands.js 1.138 }
Attachment #161082 -
Attachment description: (Av1) <mail3PaneWindowCommands.js> (SeaMonkey part) → (Av1) <mail3PaneWindowCommands.js> (SeaMonkey part)
[Checked in: Comment 2]
Attachment #161082 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Target Milestone: --- → mozilla1.8alpha5
Assignee | ||
Comment 3•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #161209 -
Flags: superreview?(bienvenu)
Attachment #161209 -
Flags: review?(bienvenu)
Updated•21 years ago
|
Product: Browser → Seamonkey
Assignee | ||
Comment 4•21 years ago
|
||
Re-opening, for the Toolkit part, which missed "Mozilla v1.8a5".
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•21 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Updated•21 years ago
|
Target Milestone: mozilla1.8alpha5 → mozilla1.8alpha6
Assignee | ||
Comment 5•21 years ago
|
||
Comment on attachment 161209 [details] [diff] [review]
(Bv1-TB) <mail3PaneWindowCommands.js>
[Checkin: Comment 9]
No (super-)review from <bienvenu@nventure.com> since " 2004-10-05" :-(
Attachment #161209 -
Attachment description: (Bv1) <mail3PaneWindowCommands.js> (Toolkit part) → (Bv1-TB) <mail3PaneWindowCommands.js>
Attachment #161209 -
Flags: superreview?(mscott)
Attachment #161209 -
Flags: superreview?(bienvenu)
Attachment #161209 -
Flags: review?(bryner)
Attachment #161209 -
Flags: review?(bienvenu)
Updated•20 years ago
|
Attachment #161209 -
Flags: review?(bryner) → review+
Assignee | ||
Updated•20 years ago
|
Attachment #161082 -
Attachment description: (Av1) <mail3PaneWindowCommands.js> (SeaMonkey part)
[Checked in: Comment 2] → (Av1-MAS) <mail3PaneWindowCommands.js> [Checked in: Comment 2]
Comment 6•20 years ago
|
||
I'm only going to approve this if you can tell me it has been tested :)
Assignee | ||
Comment 7•20 years ago
|
||
(In reply to comment #6)
> I'm only going to approve this if you can tell me it has been tested :)
All right...
What I did test is it's MAS counterpart which was checked in 5 months ago.
Brian, could you test and state it ?
(I would still be happy if someone could give me a name of a "true" FF+TB
developper/tester to help me/us on these simple patches...)
Assignee | ||
Comment 8•20 years ago
|
||
Comment on attachment 161209 [details] [diff] [review]
(Bv1-TB) <mail3PaneWindowCommands.js>
[Checkin: Comment 9]
[Mozilla Thunderbird, version 1.0.1 (20050309)] (nightly) (W98SE)
Scott, it fixes the warning ! ...
Updated•18 years ago
|
Attachment #161209 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 9•18 years ago
|
||
Comment on attachment 161209 [details] [diff] [review]
(Bv1-TB) <mail3PaneWindowCommands.js>
[Checkin: Comment 9]
Checkin: {
2007-04-27 05:29 bugzilla%standard8.demon.co.uk mozilla/mail/base/content/mail3PaneWindowCommands.js 1.38
}
Attachment #161209 -
Attachment description: (Bv1-TB) <mail3PaneWindowCommands.js> → (Bv1-TB) <mail3PaneWindowCommands.js>
[Checkin: Comment 9]
Assignee | ||
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago → 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•