Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Post firstDrawCallback to avoid a deadlock if the widget is resized in that callback.#1486

Merged
keianhzo merged 1 commit into
masterfrom
postdelayed_first_composite
Aug 2, 2019
Merged

Post firstDrawCallback to avoid a deadlock if the widget is resized in that callback.#1486
keianhzo merged 1 commit into
masterfrom
postdelayed_first_composite

Conversation

@MortimerGoro

@MortimerGoro MortimerGoro commented Aug 1, 2019

Copy link
Copy Markdown
Contributor

fixes #1459

GeckoView deadlocks if surfaceChanged is called within the onFirstComposite call, because surfaceChanged is synchronous internally.

sync

@MortimerGoro MortimerGoro force-pushed the postdelayed_first_composite branch 2 times, most recently from 8a00301 to f97dc6a Compare August 1, 2019 13:48
@keianhzo keianhzo merged commit b8ccd64 into master Aug 2, 2019
@philip-lamb philip-lamb deleted the postdelayed_first_composite branch August 5, 2019 04:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Creating a new window causes app to crash

3 participants