Closed Bug 1729043 Opened 3 years ago Closed 2 years ago

[GMP] Remove intr usage from PGMP.ipdl

Categories

(Core :: Audio/Video: GMP, task, P3)

task

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.

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

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.

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
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
Flags: needinfo?(nika)
Flags: needinfo?(jld)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: