Closed
Bug 604957
Opened 14 years ago
Closed 14 years ago
Change Sandbox constructor
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta7+ |
People
(Reporter: peterv, Assigned: peterv)
References
Details
(Keywords: dev-doc-complete, Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file, 2 obsolete files)
9.31 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
We decided to change the API slightly. Currently it has two optional arguments but they're really independent, so one always has to specify the first if the second needs to be set. We should change that to be one optional argument that's an object with properties instead.
Assignee | ||
Comment 1•14 years ago
|
||
Assignee | ||
Comment 2•14 years ago
|
||
Attachment #483804 -
Attachment is obsolete: true
Attachment #483806 -
Flags: review?(mrbkap)
Assignee | ||
Updated•14 years ago
|
blocking2.0: --- → ?
Comment 3•14 years ago
|
||
If we have to do this, it has to block beta7, as an API change.
blocking2.0: ? → beta7+
Assignee | ||
Comment 4•14 years ago
|
||
Attachment #483806 -
Attachment is obsolete: true
Attachment #484193 -
Flags: review?(mrbkap)
Attachment #483806 -
Flags: review?(mrbkap)
Updated•14 years ago
|
Attachment #484193 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Assignee | ||
Comment 6•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b7
Updated•14 years ago
|
Keywords: dev-doc-needed
Comment 7•14 years ago
|
||
Documentation updated:
https://developer.mozilla.org/en/Components.utils.evalInSandbox
https://developer.mozilla.org/en/Components.utils.Sandbox
The latter article in particular got a major overhaul, and I would appreciate it if someone would review it. In particular, I don't know what the wantXrays parameter means exactly, so if someone can clarify that it would be lovely.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•