Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
Epiphany
Commits
5694d817
Commit
5694d817
authored
Mar 19, 2014
by
Carlos Garcia Campos
Committed by
Carlos Garcia Campos
Mar 19, 2014
Browse files
Switch to one process per web view model by default
parent
acec1b8d
Changes
1
Show whitespace changes
Inline
Side-by-side
data/org.gnome.epiphany.gschema.xml
View file @
5694d817
...
...
@@ -67,7 +67,7 @@
<description>
When this option is set to true, tabs will not start loading until the user switches to them, upon session restore.
</description>
</key>
<key
name=
"process-model"
enum=
"org.gnome.Epiphany.EphyPrefsProcessModel"
>
<default>
'
shared
-secondary-process'
</default>
<default>
'
one
-secondary-process
-per-web-view
'
</default>
<summary>
Process model
</summary>
<description>
This option allows to set the process model used. Use 'shared-secondary-process' to use a single web process shared by all the tabs and 'one-secondary-process-per-web-view' to use a different web process for each tab.
</description>
</key>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment