Closed
Bug 470403
Opened 16 years ago
Closed 14 years ago
Permission denied to create wrapper for object of class UnnamedClass" error
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: sanjaysutar18, Unassigned)
Details
(Whiteboard: [CLOSEME 2010-11-01])
Attachments
(1 file)
153 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
"Permission denied to create wrapper for object of class UnnamedClass" error
on line
XmlReq.open('GET', requestUrl, false);
XmlReq.onreadystatechange = HandleResponseForGetZip;
XmlReq.send(null);
if (XmlReq.onreadystatechange == null) HandleResponseForGetZip(); -->>>this line
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•16 years ago
|
||
Could you give more information how to reproduce this error?
http://new.quality.mozilla.org/bug-writing-guidelines
And does the problem still occur in the latest test build?
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central/
Comment 2•16 years ago
|
||
This test case reproduces the described problem for me with ff3.0 but not in either a 3.1 or a moz-central debug build. [Load the page and then immediately open the javascript console; if the problem is happening the error will be there.]
I do not know if a more complicated test case would still trigger the problem in ff3.1.
Comment 3•16 years ago
|
||
Duplicate of bug 436953?
Comment 4•14 years ago
|
||
This is a mass search for bugs which are in the Firefox General component, are
UNCO, have not been changed for 500 days and have an unspecified version.
Reporter, can you please update to Firefox 3.6.10 or later, create a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles, and test again. If you still see the issue, please update this bug. If the issue is gone, please set the status to RESOLVED > WORKSFORME.
Whiteboard: [CLOSEME 2010-11-01]
Comment 5•14 years ago
|
||
No reply from reporter, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•