Bug 143948 - [GTK] MiniBrowser should use NetworkProcess by default
Summary: [GTK] MiniBrowser should use NetworkProcess by default
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2015-04-20 01:11 PDT by Carlos Garcia Campos
Modified: 2015-04-22 05:14 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.63 KB, patch)
2015-04-20 01:13 PDT, Carlos Garcia Campos
svillar: 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-04-20 01:11:09 PDT
It currently uses single web process unless MINIBROWSER_MULTIPROCESS env var is present, I think it's time to do the opposite.
Comment 1 Carlos Garcia Campos 2015-04-20 01:13:05 PDT
Created attachment 251152 [details]
Patch
Comment 2 Sergio Villar Senin 2015-04-20 01:34:34 PDT
Comment on attachment 251152 [details]
Patch

Yes please!

BTW do we have documentation about those useful-for-devs environment variables? If so we should update it, otherwise let's create that doc!
Comment 3 Carlos Garcia Campos 2015-04-20 01:49:49 PDT
(In reply to comment #2)
> Comment on attachment 251152 [details]
> Patch
> 
> Yes please!
> 
> BTW do we have documentation about those useful-for-devs environment
> variables? If so we should update it, otherwise let's create that doc!

No, it's not documented.
Comment 4 Carlos Garcia Campos 2015-04-22 05:14:36 PDT
Committed r183101: <http://trac.webkit.org/changeset/183101>