WebKitProcessModel

Enum values used for determining the #WebKitWebContext process model.

Values

ValueMeaning
SHARED_SECONDARY_PROCESS0

Deprecated 2.26.

MULTIPLE_SECONDARY_PROCESSES1

Use one process for each #WebKitWebView, while still allowing for some of them to share a process in certain situations. The main advantage of this process model is that the rendering process for a web view can crash while the rest of the views keep working normally. This process model is indicated for applications which may use a number of web views and the content of in each must not interfere with the rest — for example a full-fledged web browser with support for multiple tabs.

Meta

Since

2.4