Closed
Bug 1186294
Opened 9 years ago
Closed 9 years ago
Allow sending a parent process initiated network load to child process
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
RESOLVED
INVALID
blocking-b2g | 2.5+ |
People
(Reporter: kanru, Unassigned)
References
Details
To implement the new security model[1] we want to check the package's signature in parent side before the content side actually load the content. After we check the package's signature we could send the halfway loaded content to the content side to continue the load to avoid opening a new connection. To be honest I don't know how to make this work yet.
[1]: https://wiki.mozilla.org/FirefoxOS/New_security_model
Comment 1•9 years ago
|
||
What exactly is the "package" here? An "application/package" content? Or something else?
Reporter | ||
Comment 2•9 years ago
|
||
(In reply to Honza Bambas (:mayhemer) from comment #1)
> What exactly is the "package" here? An "application/package" content? Or
> something else?
The signed package implemented in bug 1036275
Updated•9 years ago
|
Priority: -- → P1
Updated•9 years ago
|
blocking-b2g: --- → 2.5+
Updated•9 years ago
|
Priority: P1 → P2
Comment 3•9 years ago
|
||
We changed the process switch signalling mechanism so mark it invalid. See Bug 1186290.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•