Closed
Bug 1517694
Opened 7 years ago
Closed 7 years ago
Add a test to verify system windows and sandboxes are in the same compartment
Categories
(Core :: XPConnect, enhancement, P2)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla66
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
It should be easy to test this, one way is calling Cu.getClassName with aUnwrap = false. This test should also check |freshCompartment: true| does what we expect, etc.
| Assignee | ||
Comment 1•7 years ago
|
||
And also JSMs.
| Assignee | ||
Comment 2•7 years ago
|
||
This also changes test_bug1516237.html to now assert we're same-compartment
instead of supporting both cases.
Updated•7 years ago
|
Priority: -- → P2
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bf1e3f284efb
Add a test to verify sandboxes, chrome windows and JSMs are in the same compartment. r=kmag
Comment 4•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•