[webkit-help] understand basic codeflow of webkit

Thiago Marcos P. Santos tmpsantos at gmail.com
Mon Feb 25 11:10:05 PST 2013


On Thu, Feb 21, 2013 at 2:54 PM, navan webkitfreak
<webkitfreak at 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,


More information about the webkit-help mailing list