Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

browser(firefox): introduce SimpleChannel #1209

Merged
merged 1 commit into from
Mar 4, 2020

Conversation

aslushnikov
Copy link
Collaborator

Review URL: aslushnikov/juggler@6364381

Refactor inter-process communication inside Firefox. The goal is
to have a single abstraction that works nicely for all our cross-process
communication needs (browser <-> content, content <-> workers, content
<-> file:// process, e.t.c.)

This is step 1 that eliminates content sessions everywhere.
Step 2 will move workers onto SimpleChannel as well.

This is a pre-requisite for #720: with a single browser <-> content
communication channel it will be easier to await permission change in tabs.

References #720

Review URL: aslushnikov/juggler@6364381

Refactor inter-process communication inside Firefox. The goal is
to have a single abstraction that works nicely for all our cross-process
communication needs (browser <-> content, content <-> workers, content
<-> file:// process, e.t.c.)

This is step 1 that eliminates content sessions everywhere.
Step 2 will move workers onto `SimpleChannel` as well.

This is a pre-requisite for microsoft#720: with a single `browser <-> content`
communication channel it will be easier to await permission change in tabs.

References microsoft#720
@aslushnikov aslushnikov requested a review from dgozman March 4, 2020 04:42
@dgozman
Copy link
Contributor

dgozman commented Mar 4, 2020

Left some comments on the commit.

@aslushnikov aslushnikov merged commit 3127840 into microsoft:master Mar 4, 2020
@aslushnikov aslushnikov deleted the ff-simple-channel branch March 4, 2020 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants