Bug 149212

Summary: [EFL] Fix the help message of separated web process option of MiniBrowser
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, k.wolanski
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 130190    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-09-16 04:02:29 PDT
http://trac.webkit.org/changeset/166639 added the separated web process 
option to EFL's MiniBrowser which is false by default, but the help
message says it is true by default.

static Eina_Bool separated_process_enabled = EINA_FALSE;
  vs
ECORE_GETOPT_STORE_DEF_BOOL('S', "separate-process", "Create new window in separated web process.", EINA_TRUE)
Comment 1 Csaba Osztrogonác 2015-09-16 04:03:15 PDT
Created attachment 261303 [details]
Patch
Comment 2 Gyuyoung Kim 2015-09-16 05:02:17 PDT
Comment on attachment 261303 [details]
Patch

r=me.
Comment 3 WebKit Commit Bot 2015-09-16 05:48:53 PDT
Comment on attachment 261303 [details]
Patch

Clearing flags on attachment: 261303

Committed r189861: <http://trac.webkit.org/changeset/189861>
Comment 4 WebKit Commit Bot 2015-09-16 05:48:57 PDT
All reviewed patches have been landed.  Closing bug.