[Webkit-unassigned] [Bug 234841] AX: Make more tests async to pass in isolated tree mode
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 10 06:26:42 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=234841
--- Comment #11 from Carlos Garcia Campos <cgarcia at igalia.com> ---
In the end I managed to make most of the test pass by doing the layout in AXIsolatedTree::create and only processing main thread events while waiting for the ax thread when the ax thread is probably blocked waiting for the main thread. See bug #234950. I don't like the solution of only processing main thread events after a timeout, but at least it seems to work for now. I think the other tests still failing really need to be made async. I'll check them.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220110/71f7c6a2/attachment.htm>
More information about the webkit-unassigned
mailing list