I added some hacks to send the socket path to the web process using WebKit IPC because Embedded message is not in the DBus interface. We can simply add the message to the interface definition and handle it instead to simplify everything.
Created attachment 446986 [details] Patch
Comment on attachment 446986 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=446986&action=review > Source/WebCore/accessibility/atspi/AccessibilityRootAtspi.cpp:200 > + m_parentPath = parentPath; Nice, and I like it that this allows to remove the USE(GTK4) switcheroo above and the USE(ATSPI) one down below 💪️
Created attachment 447109 [details] Patch for landing
Committed r287014 (245219@trunk): <https://commits.webkit.org/245219@trunk>