Closed
Bug 972071
Opened 11 years ago
Closed 11 years ago
Decouple Xray expando chain machinery from reserved slots on the target
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bholley, Assigned: bholley)
Details
Right now, the common (non-Trait-specific) Xray code assumes that the expando object lives in a slot on the target. This isn't going to work for JS Xrays, since expandos there will probably have to live in a WeakMap in the target compartment.
This shouldn't be hard to fix, but can land separately, so I'm splitting it out from bug 914970.
Assignee | ||
Comment 1•11 years ago
|
||
Oh, nevermind. I totally misread this. I think it's general enough as-is.
You need to log in
before you can comment on or make changes to this bug.
Description
•