[Webkit-unassigned] [Bug 125463] [GTK] Add API to allow setting the process model in WebKitWebContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 21 06:16:24 PST 2014


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





--- Comment #9 from Adrian Perez <aperez at igalia.com>  2014-01-21 06:13:55 PST ---
(In reply to comment #7)
> (From update of attachment 218989 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=218989&action=review

> > Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.h:234
> > +                                                     WebKitProcessModel             process_model);
> 
> processModel

This is a public API header, so it follow the GObject convention of
using “lowercase_with_underscores” for argument names.

> > Tools/MiniBrowser/gtk/main.c:244
> > +    const gchar *minibrowser = g_getenv("MINIBROWSER_MULTIPROCESS");
> 
> It'd be nice to know if Mac is using something like this and use the same variable name.

It seems that multi-process mode is the default for Mac — there is no
toggle for changing the process mode in the Mac MiniBrowser.

-- 
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