Closed
Bug 718733
Opened 13 years ago
Closed 13 years ago
Allow JSAPI tests with principals
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: mrbkap, Assigned: mrbkap)
Details
Attachments
(1 file)
1.05 KB,
patch
|
jorendorff
:
review+
mrbkap
:
checkin+
|
Details | Diff | Splinter Review |
Currently, the compartments and global objects that jsapi-test creates have a null principal. For some tests, it is useful to be able to have principals. I could override createGlobal, but it turns out that it's pretty easy to add this directly to tests.h.
Assignee | ||
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Attachment #589235 -
Flags: review?(jorendorff) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 589235 [details] [diff] [review]
Proposed fix
https://hg.mozilla.org/integration/mozilla-inbound/rev/04af5f29e0bf
Attachment #589235 -
Flags: checkin+
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
You need to log in
before you can comment on or make changes to this bug.
Description
•