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 Firefox crashes (#10904) Review URL: https://github.com/aslushnikov/juggler/commit/aff16fc8e4ae4133bf82efce8ae3c660f8ffdaf9 This patch fixes 2 firefox crashers: - color scheme override code was not used, but was called from multiple threads, which caused a weakptr use violation (cannot be used from multiple threads) - snapshot listener callback was reset asynchronously, so when `HeadlessWindowCapturer` was destroyed, it was still occasionally called (see `HeadlessWindowCapturer::~HeadlessWindowCapturer`) With this patch, I no londer experience tracing crashes in firefox. References #10259
2021-12-13 21:23:25 -08:00
1310
Changed: lushnikov@chromium.org Mon 13 Dec 2021 07:00:27 PM PST
Reference in New Issue
Copy Permalink