Closed
Bug 552835
Opened 15 years ago
Closed 15 years ago
Get a chrome principal to use to create the sandbox for bootstrap.js
Categories
(Toolkit :: Add-ons Manager, defect, P2)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla1.9.3a5
People
(Reporter: mossop, Assigned: mossop)
References
Details
(Whiteboard: [rewrite])
Attachments
(1 file)
1.00 KB,
patch
|
robert.strong.bugs
:
review+
|
Details | Diff | Splinter Review |
Need to make nsIScriptSecurityManager.getSystemPrincipal scriptable and use that.
Assignee | ||
Updated•15 years ago
|
Priority: P1 → P2
Assignee | ||
Comment 1•15 years ago
|
||
Not going to be visible manually
Flags: in-testsuite?
Flags: in-litmus-
Updated•15 years ago
|
Status: NEW → ASSIGNED
Comment 2•15 years ago
|
||
You can get the system principle via:
Cc["@mozilla.org/systemprincipal;1"].createInstance(Ci.nsIPrincipal);
Assignee | ||
Comment 3•15 years ago
|
||
Good find. I presume this is ok Blake, rather than playing in caps?
http://hg.mozilla.org/projects/addonsmgr/rev/9e25dadb569a
Flags: in-testsuite? → in-testsuite+
Whiteboard: [rewrite] → [rewrite][fixed-in-addonsmgr]
Comment 4•15 years ago
|
||
Yep, I sort of forgot about the component manager.
Assignee | ||
Updated•15 years ago
|
Whiteboard: [rewrite][fixed-in-addonsmgr] → [rewrite][fixed-in-addonsmgr][needs-review]
Assignee | ||
Comment 5•15 years ago
|
||
Attachment #435783 -
Flags: review?(robert.bugzilla)
![]() |
||
Updated•15 years ago
|
Attachment #435783 -
Flags: review?(robert.bugzilla) → review+
![]() |
||
Updated•15 years ago
|
Whiteboard: [rewrite][fixed-in-addonsmgr][needs-review] → [rewrite][fixed-in-addonsmgr]
Assignee | ||
Updated•15 years ago
|
Whiteboard: [rewrite][fixed-in-addonsmgr] → [rewrite][fixed-in-addonsmgr][needs-landing]
Assignee | ||
Comment 6•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [rewrite][fixed-in-addonsmgr][needs-landing] → [rewrite]
Target Milestone: --- → mozilla1.9.3a5
You need to log in
before you can comment on or make changes to this bug.
Description
•