Closed
Bug 267315
Opened 21 years ago
Closed 21 years ago
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect") in a XBL constructor make mozilla crash.
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 267311
People
(Reporter: jantonio122, Assigned: hyatt)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041028
xbl constructor, make mozilla crash.
the files on the test are
test.xul
widgets.css
widgets.xml
Reproducible: Always
Steps to Reproduce:
1. create a simple widget with a constructor containing the line:
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect")
2. create a xul with a binding to that widget.
3. run the xul.
Actual Results:
Mozilla crash, and the application is closed.
Expected Results:
Execute the code inside an xbl constructor after a privilege is requested.
js3250.dll
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 267311 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•