Closed
Bug 1399960
Opened 7 years ago
Closed 7 years ago
Disallow global sharing for Ctypes.jsm / PerfMeasurement.jsm
Categories
(Core :: XPConnect, enhancement, P2)
Core
XPConnect
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox57 | --- | fix-optional |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
Details
I'd like to blacklist Ctypes.jsm and PerfMeasurement.jsm. They both take it upon themselves to try and freeze global objects. While they currently work because they fail to find the builtins on the NSVO, it prevents Bug 1396050 from being feasible.
Let's blacklist these for now and revisit in future.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → tcampbell
Status: NEW → ASSIGNED
status-firefox57:
--- → fix-optional
Priority: -- → P2
Assignee | ||
Comment 1•7 years ago
|
||
These JSMs actually behave correctly in shared-global use case.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•