This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
playwright
Watch
1
Star
0
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2025-06-26 21:40:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
playwright
/
browser_patches
/
firefox
/
BUILD_NUMBER
2 lines
5 B
Plaintext
Raw
Normal View
History
Unescape
Escape
browser(firefox): introduce SimpleChannel (#1209) Review URL: https://github.com/aslushnikov/juggler/commit/6364381adc261caea9a41438594a0a5b477ba6ef 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
2020-03-04 14:33:49 -08:00
1033
Reference in New Issue
Copy Permalink