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): move workers to use SimpleChannel #1232

Merged

Conversation

aslushnikov
Copy link
Collaborator

Review URL: aslushnikov/juggler@4753d01

This patch:

  • Moves Workers to FrameTree
  • Introduces WorkerData in PageAgent that proxies runtime agent
    in worker to browser process
  • Introduces WorkerHandler in PageHandler that handles communicates
    with runtime agent in worker and handles Juggler protocol

As part of this patch, SimpleChannel no longer manages lifetime of
any of its handlers.

Review URL: aslushnikov/juggler@4753d01

This patch:
- Moves Workers to FrameTree
- Introduces WorkerData in PageAgent that proxies runtime agent
  in worker to browser process
- Introduces WorkerHandler in PageHandler that handles communicates
  with runtime agent in worker and handles Juggler protocol

As part of this patch, SimpleChannel no longer manages lifetime of
any of its handlers.
@aslushnikov aslushnikov requested a review from dgozman March 5, 2020 02:59
@aslushnikov aslushnikov merged commit 1bf5b61 into microsoft:master Mar 5, 2020
@aslushnikov aslushnikov deleted the ff-workers-over-simple-channel branch March 5, 2020 05:18
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