Closed Bug 422191 Opened 17 years ago Closed 14 years ago

track needing the ability to do multi-principal testing in xpcshell

Categories

(Core :: Security: CAPS, defect)

defect
Not set
major

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: timeless, Assigned: timeless)

References

Details

ok, Components.utils.Sandbox is sufficient.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
i take that back, i can't figure out any way to make it useful: js> good=Components.utils.Sandbox("http://good");evil=Components.utils.Sandbox("http://evil");good.print=print;good.maybe=function(){print("good...maybe")};evil.good=good;Components.utils.evalInSandbox("good.maybe()",evil) good...maybe
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Resolving unconfirmed bugs older than a year with no activity as INCOMPLETE. Please reopen or file a new bug if you can still reproduce the bug.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago14 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.