Closed
Bug 60736
Opened 25 years ago
Closed 24 years ago
javascript strict warnings in contentAreaUtils.js
Categories
(SeaMonkey :: UI Design, defect, P3)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
WORKSFORME
mozilla1.0
People
(Reporter: bugzilla, Assigned: paulkchen)
Details
Attachments
(1 file)
|
882 bytes,
patch
|
Details | Diff | Splinter Review |
JavaScript strict warning:
chrome://communicator/content/contentAreaUtils.js line 133: assignment to
undeclared variable charsetArg
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Updated•25 years ago
|
Comment 2•25 years ago
|
||
Since Don has left, Vishy is taking his bugs in bulk, pending reassignment.
thanks,
Vishy
Assignee: don → vishy
nav triage team:
Ok, there's a patch, let's get this in, marking nsbeta1, mozilla0.9, reassigning
to pchen
Comment 4•24 years ago
|
||
r=blake, cc alec for sr
Comment 5•24 years ago
|
||
sr=alecf
Comment 6•24 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 8•24 years ago
|
||
In todays build:
JavaScript strict warning:
chrome://communicator/content/contentAreaUtils.js line 30: reference to
undefined property _content.frames
JavaScript error:
chrome://communicator/content/contentAreaUtils.js line 31: contentFrames has no
properties
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 10•24 years ago
|
||
kind of. Now it's an error...
JavaScript error:
chrome://communicator/content/contentAreaUtils.js line 31: contentFrames has no
properties
There seems to be some relationship between this bug and:
http://bugzilla.mozilla.org/show_bug.cgi?id=67623
| Assignee | ||
Comment 11•24 years ago
|
||
This has fallen off my mozilla0.9 list, marking nsbeta1-. It's not that I don't
want it fixed, but it's getting to that time where we gotta cut stuff.
| Assignee | ||
Comment 12•24 years ago
|
||
Marking nsbeta1+, mozilla0.9
| Assignee | ||
Comment 13•24 years ago
|
||
Moving to mozilla0.9.1
Target Milestone: mozilla0.9 → mozilla0.9.1
Comment 14•24 years ago
|
||
as discussed in team meeting, moving all Nav+ team members nsbeta1+ P3 bugs from
mozilla0.9.1 to mozilla0.9.2.
Target Milestone: mozilla0.9.1 → mozilla0.9.2
| Assignee | ||
Comment 15•24 years ago
|
||
nav triage team:
Pushing out to mozilla0.9.3
Target Milestone: mozilla0.9.2 → mozilla0.9.3
| Reporter | ||
Comment 16•24 years ago
|
||
Warning: reference to undefined property entry.postData
Source File: chrome://communicator/content/contentAreaUtils.js
Line: 86
| Assignee | ||
Comment 17•24 years ago
|
||
nav triage team:
Not a mozilla0.9.3 stopper, pushing out to mozilla1.0
Target Milestone: mozilla0.9.3 → mozilla1.0
Comment 18•24 years ago
|
||
See bug 102155 for a JS Error that now occurs in this file.
| Assignee | ||
Comment 19•24 years ago
|
||
Can't see the entry.postData warning. Marking w4m
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → WORKSFORME
Comment 20•23 years ago
|
||
mass verification of WorksForMe bugs: to find all bugspam pertaining to this,
set your search string to "IfItWorksForSlappyTheSquirrelThenItWFM".
if you think this particular bug is *still* an open issue, please make sure of
the following before reopening:
a. that it's still a problem with ***recent trunk builds*** on the all
appropriate platform[s]
b. provide clear steps to reproduce (unless a good test case is already in the
bug report), making sure it pertains to the original problem (avoid morphing as
much as possible :)
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•