Bug 151541 - [GTK] Use the network process unconditionally
Summary: [GTK] Use the network process unconditionally
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks: 140075 151418
  Show dependency treegraph
 
Reported: 2015-11-22 02:14 PST by Carlos Garcia Campos
Modified: 2015-11-24 00:01 PST (History)
6 users (show)

See Also:


Attachments
Patch (11.71 KB, patch)
2015-11-22 02:24 PST, Carlos Garcia Campos
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2015-11-22 02:14:44 PST
In preparation for the non-network process option removal. Make the shared secondary process model become multiple secondary process model with a limit of 1 web process.
Comment 1 Carlos Garcia Campos 2015-11-22 02:24:30 PST
Created attachment 266048 [details]
Patch
Comment 2 WebKit Commit Bot 2015-11-22 02:26:21 PST
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Alex Christensen 2015-11-23 21:40:38 PST
Comment on attachment 266048 [details]
Patch

r=me.
This conflicts with https://bugs.webkit.org/show_bug.cgi?id=151580 but such is life.  I'll update around this if you land first.
Comment 4 Carlos Garcia Campos 2015-11-24 00:01:49 PST
Committed r192761: <http://trac.webkit.org/changeset/192761>