Closed
Bug 593026
Opened 14 years ago
Closed 14 years ago
Make it possible to get the system principal from script
Categories
(Core :: Security: CAPS, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
1.06 KB,
patch
|
jst
:
review+
jst
:
approval2.0+
|
Details | Diff | Splinter Review |
I don't see a reason to prevent this, and it's needed to properly initialize things like DOMParser to allow it to parse XUL in XPCOM components, I think.
Assignee | ||
Comment 1•14 years ago
|
||
This is needed to handle parsing XUL from XPCOM components after sicking's changes.
Updated•14 years ago
|
Attachment #471486 -
Flags: review?(jst) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Comment on attachment 471486 [details] [diff] [review]
Proposed patch
Requesting approval for 2.0 for this simple change.
Attachment #471486 -
Flags: approval2.0?
Assignee | ||
Updated•14 years ago
|
Whiteboard: [need approval]
Assignee | ||
Updated•14 years ago
|
Priority: -- → P1
Updated•14 years ago
|
Attachment #471486 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Updated•14 years ago
|
Whiteboard: [need approval] → [need landing]
Comment 3•14 years ago
|
||
I assume that a UUID rev is not needed here, is that the case?
Assignee | ||
Comment 4•14 years ago
|
||
That's correct; this is a binary-compatible change, and from script it's easy to tell apart the two versions of the interface by using "in".
(All assuming no one is implementing nsIScriptSecurityManager in JS, but if they are they're already So Broken.)
Assignee | ||
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Whiteboard: [need landing]
Target Milestone: --- → mozilla2.0b6
You need to log in
before you can comment on or make changes to this bug.
Description
•