Skip to content

Commit

Permalink
browser(firefox): introduce SimpleChannel
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aslushnikov committed Mar 4, 2020
1 parent 8aa88d5 commit d943f43
Show file tree
Hide file tree
Showing 2 changed files with 299 additions and 280 deletions.
2 changes: 1 addition & 1 deletion browser_patches/firefox/BUILD_NUMBER
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1032
1033
Loading

0 comments on commit d943f43

Please sign in to comment.