Closed
Bug 1746290
Opened 3 years ago
Closed 3 years ago
Remove IPDL `intr` from the PRemoteSandboxBroker protocol
Categories
(Core :: Security: Process Sandboxing, task)
Core
Security: Process Sandboxing
Tracking
()
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: jld, Assigned: jld)
References
Details
Attachments
(1 file)
PRemoteSandboxBroker::LaunchApp
is similar to PGMP::StartPlugin
: it's basically a sync message but it's in the parent-to-child direction, which isn't allowed for normal sync
messages. However, nested sync messages can support that; intr
isn't required.
Assignee | ||
Comment 1•3 years ago
|
||
PRemoteSandboxBroker::LaunchApp
is similar to PGMP::StartPlugin
:
it's basically a sync message but it's in the parent-to-child direction,
which isn't allowed for normal sync
messages. However, nested sync
messages can support that; intr
isn't required.
Comment 2•3 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:jld, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(nika)
Flags: needinfo?(jld)
Pushed by jedavis@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c68bbade4f81
Remove `intr` from the `PRemoteSandboxBroker` protocol. r=nika,bobowen
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
Updated•3 years ago
|
Flags: needinfo?(nika)
Updated•2 years ago
|
Flags: needinfo?(jld)
You need to log in
before you can comment on or make changes to this bug.
Description
•