[Webkit-unassigned] [Bug 137488] [GTK] Add back the Win32 target

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 7 09:21:48 PDT 2014


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





--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-10-07 09:21:44 PST ---
We don't use DBus for the IPC in WebKit, we use the internal IPC mechanism based on socketpair, stream sockets and shared memory mainly. Those are the things that would need to be implemented in Windows (among other things). See:

Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp
Source/WebKit2/Platform/IPC/unix/AttachmentUnix.cpp
Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list