[Webkit-unassigned] [Bug 229032] [GTK] Simplify TestWebKitAccessibility

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 20 03:11:16 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=229032

--- Comment #10 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Michael Catanzaro from comment #9)
> (In reply to Carlos Garcia Campos from comment #8)
> > It happens with devhelp too...
> 
> Sounds like either GTK or WebKit itself is to blame then, right? I doubt
> devhelp has any a11y-related code at all.

I've found the common point, the WebKit bubblewrap sandbox. For some reason atk bridge is creating a dbus server for a socket path that is never created. I don't know what fails exactly, but I would say dbus_server_listen() should fail instead of returning a server for a socket path that doesn't actually exist.

-- 
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/20210820/f4351456/attachment.htm>


More information about the webkit-unassigned mailing list