Closed
Bug 61801
Opened 24 years ago
Closed 24 years ago
javascript strict warnings in FilterListDialog.js
Categories
(MailNews Core :: Filters, defect, P3)
MailNews Core
Filters
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: maolson)
References
Details
Attachments
(3 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
JavaScript strict warning:
chrome://messenger/content/FilterListDialog.js line 48: reference to undefined
property window.arguments
Reporter | ||
Comment 1•24 years ago
|
||
Also...
JavaScript strict warning:
chrome://messenger/content/FilterListDialog.js line 166: reference to undefined
property args.refresh
When you fix this, can someone verify, thanks!
Assignee | ||
Comment 3•24 years ago
|
||
Assignee | ||
Comment 4•24 years ago
|
||
The first warning was cleaned up already. The attached patch gets at the others.
Comment 5•24 years ago
|
||
r=blake, cc'ing timeless for r=
Comment 6•24 years ago
|
||
r=jag
Assignee | ||
Comment 7•24 years ago
|
||
Hold up a sec, new patch imminent as I found some (existing) bugs while testing.
(filter delete doesn't work) New patch momentarily.
Assignee | ||
Comment 8•24 years ago
|
||
Assignee | ||
Comment 9•24 years ago
|
||
Comment 10•24 years ago
|
||
r=jag
Great job!
Assignee | ||
Comment 11•24 years ago
|
||
cc'ing sspitzer for sr
Comment 12•24 years ago
|
||
I'd like the module owner (gayatrib) to review and test this first, before I
super review it.
Comment 13•24 years ago
|
||
since jag gave the review, and the fix looks like a slam dunk, sr=sspitzer
gayatri can follow up later. mark, feel free to take this bug and check in your
fix.
Comment 15•24 years ago
|
||
fix checked in
Comment 16•24 years ago
|
||
Delete still doesn't work. (bug 68505)
Verified FIXED. Saw no JS errors when Editing and Deleting a filter.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
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
•