Closed
Bug 235498
Opened 21 years ago
Closed 21 years ago
In <addressingWidgetOverlay.js>, 2 warnings
Categories
(MailNews Core :: Composition, defect)
MailNews Core
Composition
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.7beta
People
(Reporter: sgautherie, Assigned: sgautherie)
Details
Attachments
(2 obsolete files)
[Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7a) Gecko/20040219] (W98SE)
Part A
{{
Warning: anonymous function does not always return a value
Source File: chrome://messenger/content/messengercompose/addressingWidgetOverlay.js
Line: 1148, Column: 2
Source Code:
},
}}
Part B
{{
Warning: redeclaration of var searchResultsForSession
Source File: chrome://messenger/content/messengercompose/addressingWidgetOverlay.js
Line: 1190, Column: 12
Source Code:
var searchResultsForSession = this.searchResults[sessionIndex];
}}
I believe that they happened when I opened Compose !!?
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 142191 [details] [diff] [review]
(Bv1) <addressingWidgetOverlay.js>
[Checked in: Comment 5]
I'm not sure what the correct fix is for Part A:
helpwanted.
Attachment #142191 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 3•21 years ago
|
||
Comment on attachment 142191 [details] [diff] [review]
(Bv1) <addressingWidgetOverlay.js>
[Checked in: Comment 5]
I'd like to say that the answer to your other question is to rewrite the code
:-P
Attachment #142191 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #142191 -
Flags: superreview?(mscott)
Assignee | ||
Comment 4•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #142287 -
Flags: review?(mscott)
Updated•21 years ago
|
Attachment #142191 -
Flags: superreview?(mscott) → superreview+
Updated•21 years ago
|
Attachment #142287 -
Flags: review?(mscott) → review+
Attachment #142287 -
Flags: superreview?(tor)
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
OS: Windows 98 → All
Hardware: PC → All
Assignee | ||
Comment 5•21 years ago
|
||
Comment on attachment 142191 [details] [diff] [review]
(Bv1) <addressingWidgetOverlay.js>
[Checked in: Comment 5]
Check in: { 03/05/2004 14:45 neil%parkwaycc.co.uk mozilla/ mailnews/
compose/ resources/ content/ addressingWidgetOverlay.js 1.85 }
Attachment #142191 -
Attachment description: (Bv1) <addressingWidgetOverlay.js> → (Bv1) <addressingWidgetOverlay.js>
[Checked in: Comment 5]
Attachment #142191 -
Attachment is obsolete: true
Attachment #142287 -
Flags: superreview?(tor) → superreview+
Assignee | ||
Comment 6•21 years ago
|
||
Comment on attachment 142287 [details] [diff] [review]
(Av1) <addressingWidgetOverlay.js>
[Checked in: Comment 6]
Check in: { 03/09/2004 16:23 neil%parkwaycc.co.uk mozilla/ mailnews/
compose/ resources/ content/ addressingWidgetOverlay.js 1.86 }
Attachment #142287 -
Attachment description: (Av1) <addressingWidgetOverlay.js> → (Av1) <addressingWidgetOverlay.js>
[Checked in: Comment 6]
Attachment #142287 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.7beta
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•