Bug 151541

Summary: [GTK] Use the network process unconditionally
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: berto, bugs-noreply, commit-queue, gustavo, mcatanzaro, mrobinson
Priority: P2 Keywords: Gtk
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 140075, 151418    
Attachments:
Description Flags
Patch achristensen: review+

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>