diff options
author | Martin Robinson <mrobinson@igalia.com> | 2012-02-03 03:47:34 +0800 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2012-02-03 03:47:34 +0800 |
commit | 98ad801a50d8a7f470678bdb86f9eb57dd009ee5 (patch) | |
tree | 28965a6a0173eb52f426576b2bd0329942fc4e61 /data | |
parent | 9ead439a12282b6182da3e7c81f4df46a3a6270d (diff) | |
download | gsoc2013-epiphany-98ad801a50d8a7f470678bdb86f9eb57dd009ee5.tar.gz gsoc2013-epiphany-98ad801a50d8a7f470678bdb86f9eb57dd009ee5.tar.zst gsoc2013-epiphany-98ad801a50d8a7f470678bdb86f9eb57dd009ee5.zip |
Allow toggling WebGL as a runtime GSettings switch
If WebGL is enabled in WebKitGTK+, this new GSettings switch
disables and enables WebGL settings at runtime. WebGL is disabled
by default currently because Epiphany may use Clutter in the future.
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml.in b/data/org.gnome.epiphany.gschema.xml.in index 887990d5c..b831ba193 100644 --- a/data/org.gnome.epiphany.gschema.xml.in +++ b/data/org.gnome.epiphany.gschema.xml.in @@ -168,6 +168,11 @@ <default>true</default> <summary>Enable JavaScript</summary> </key> + <key type="b" name="enable-webgl"> + <default>false</default> + <summary>Enable WebGL</summary> + <description>Whether to enable support for WebGL contexts.</description> + </key> </schema> <schema path="/org/gnome/epiphany/state/" id="org.gnome.Epiphany.state"> <key type="s" name="open-dir"> |