This website requires JavaScript.
Explore
Help
Sign In
microsoft
/
playwright
Watch
1
Star
1
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2024-12-20 01:31:34 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
5e42029fce
playwright
/
browser_patches
/
firefox
/
BUILD_NUMBER
3 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
browser(firefox): do not double-attach session to the same target (#4027) We currently might double-attach to the target in `BrowserHandler` since we iterate over all targets, and then subscribe to the additional event when target is getting initialized. This patch fixes this race condition and should unblock the roll to r1177. References #3995
2020-10-01 09:50:02 +03:00
1178
Changed: lushnikov@chromium.org Wed Sep 30 23:36:27 PDT 2020
Reference in New Issue
Copy Permalink