Closed
Bug 293065
Opened 20 years ago
Closed 5 years ago
XBL doesn't bind its methods
Categories
(Core :: XBL, defect)
Core
XBL
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bzbarsky, Unassigned)
References
Details
A lot of XBL assumes that |this| will be the bound node. Since XBL doesn't
actually use JSFUN_BOUND_METHOD, this is not guaranteed. If we plan to give XBL
expanded privs, maybe we should be using JSFUN_BOUND_METHOD?
Updated•15 years ago
|
Assignee: xbl → nobody
QA Contact: ian → xbl
Reporter | ||
Comment 1•5 years ago
|
||
XBL is now disabled in Firefox (Bug 1583314) and is in the process of being removed from Gecko (Bug 1566221), so closing bugs requesting changes to its implementation as wontfix.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•