On Thu, Feb 21, 2013 at 2:54 PM, navan webkitfreak
<webkitfr...@gmail.com> wrote:
> what is the relation between shared, uiprocess , webprocess and shared  of
> webkit2 code wise. Exactly what happens in each process and which are .cpp
> files in webkit responsible for communication between them?

Details about UIProcess x WebProcess you can find here:
http://trac.webkit.org/wiki/WebKit2

The communication between these processes is done using the CoreIPC:
Source/WebKit2/Platform/CoreIPC

It has a code generator that generates that parses *.messages.in files
and generate code for making the messaging passing more friendly.

Cheers,
_______________________________________________
webkit-help mailing list
webkit-help@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-help

Reply via email to