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
3 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
browser(firefox): fix SimpleChannel to await initialization (#4311) As Joel noticed recently, MessageManager in firefox doesn't guarantee message delivery if the opposite end hasn't been initialized yet. In this case, message will be silently dropped on the ground. To fix this, we establish a handshake in SimpleChannel to make sure that both ends are initialized, end buffer outgoing messages until this happens. Drive-by: serialize dialog events to only deliver *after* the `Page.ready` protocol event. Otherwise, we deliver dialog events to the unreported page.
2020-11-02 16:21:34 -08:00
1199
Changed: lushnikov@chromium.org Mon 02 Nov 2020 04:10:47 PM PST
Reference in New Issue
Copy Permalink