Closed
Bug 1729043
Opened 4 years ago
Closed 3 years ago
[GMP] Remove intr usage from PGMP.ipdl
Categories
(Core :: Audio/Video: GMP, task, P3)
Core
Audio/Video: GMP
Tracking
()
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: bryce, Assigned: jld)
References
Details
Attachments
(1 file)
We should rework this intr usage. See bug 1729036 for motivation.
Assignee | ||
Comment 1•3 years ago
|
||
PGMP::StartPlugin
is effectively a sync
message in the parent-to-child direction; normal sync
messages are restricted to be child-to-parent, but nested sync messages can bypass that restriction and can be used here.
Assignee: nobody → jld
Assignee | ||
Comment 2•3 years ago
|
||
PGMP::StartPlugin
is intr
in order to be a sync message in the
parent-to-child direction; normal sync messages must be child-to-parent.
However, nested sync messages have looser restrictions; this patch
changes the message to do that.
Comment 3•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/ada19d93895f
Remove `intr` from the `PGMP` protocol. r=nika,bryce
Comment 5•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
•