Closed
Bug 1024098
Opened 11 years ago
Closed 10 years ago
Add some helpers for principal verification with PBackground
Categories
(Core :: DOM: Content Processes, defect)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
References
Details
Attachments
(1 file, 1 obsolete file)
7.40 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
We need to verify principals in PBackground protocols. Unfortunately principals and URIs are not threadsafe so we have to do extra work. Patch in a bit.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8439408 -
Flags: review?(mrbkap)
Updated•10 years ago
|
Component: IPC → DOM: Content Processes
Updated•10 years ago
|
Attachment #8439408 -
Flags: review?(mrbkap) → review+
Comment 2•10 years ago
|
||
A random thought I had: does this need to deal with document.domain? If it does, do we have to broadcast document.domain changes between parent and children (or vice versa)?
Flags: needinfo?(bent.mozilla)
Attachment #8448416 -
Flags: review?(mrbkap)
Sorry, I accidentally hit enter while filling out the reviewer. I'd like to be able to do structured clone of nsIPrincipal and Blake pointed me to this bug. I factored out Ben's code into something that we can use for both. Hope this is okay Ben.
Blocks: 1032592
Comment 5•10 years ago
|
||
Comment on attachment 8448416 [details] [diff] [review]
principal-info
I'd love bent to weigh in here.
Attachment #8448416 -
Flags: review?(mrbkap)
Attachment #8448416 -
Flags: review?(bent.mozilla)
Attachment #8448416 -
Flags: review+
Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8448416 [details] [diff] [review]
principal-info
Review of attachment 8448416 [details] [diff] [review]:
-----------------------------------------------------------------
Spoke with billm, we're going to do something else with this.
Attachment #8448416 -
Flags: review?(bent.mozilla) → review-
Assignee | ||
Updated•10 years ago
|
Attachment #8448416 -
Attachment is obsolete: true
Flags: needinfo?(bent.mozilla)
Assignee | ||
Comment 7•10 years ago
|
||
Comment 8•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•