-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
[Meta] No web contents when adding new windows in v72 #1638
Labels
Comments
I think I found the reason, it's this unhandled exception
I don't have a good answer for "why is this affecting only v72+?" question though |
svillar
added a commit
that referenced
this issue
Nov 20, 2024
This reverts commit aae8014. This workaround was added after the update to Gecko 121. The issues with first contentful paint are not here anymore so we can remove it and avoid synthesizing FCP events at the wrong time which were causing issues when taking screenshots of the web contents. When those generated FCPs were issued, the Gecko compositor was not in a ready state to generate a screenshot and thus an exception was generated. Gecko was not handling it properly so it was affecting subsequent JNI calls causing crashes and hangs in Gecko. Fixes #1638
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Observed behaviour:
This started happening in Beta version of MetaOS v72.
The text was updated successfully, but these errors were encountered: