aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.epiphany.gschema.xml
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2012-08-02 18:37:02 +0800
committerPhilippe Normand <phil@base-art.net>2012-08-02 18:37:02 +0800
commit85ae7a5cbb8e0ea22e149041b278bf8d031dabe9 (patch)
tree07fb3181e4a63e0010e50eae795424d3a465f322 /data/org.gnome.epiphany.gschema.xml
parent8a38c7a9ba0238092edc4e398ca7635bb4392c5f (diff)
downloadgsoc2013-epiphany-85ae7a5cbb8e0ea22e149041b278bf8d031dabe9.tar
gsoc2013-epiphany-85ae7a5cbb8e0ea22e149041b278bf8d031dabe9.tar.gz
gsoc2013-epiphany-85ae7a5cbb8e0ea22e149041b278bf8d031dabe9.tar.bz2
gsoc2013-epiphany-85ae7a5cbb8e0ea22e149041b278bf8d031dabe9.tar.lz
gsoc2013-epiphany-85ae7a5cbb8e0ea22e149041b278bf8d031dabe9.tar.xz
gsoc2013-epiphany-85ae7a5cbb8e0ea22e149041b278bf8d031dabe9.tar.zst
gsoc2013-epiphany-85ae7a5cbb8e0ea22e149041b278bf8d031dabe9.zip
Settings: add a enable-webaudio setting.
WebAudio support in WebKitGTK is not stable yet but it would be good to allow Epiphany users to test this feature nonetheless. The enable-webaudio gsetting is set to false by default.
Diffstat (limited to 'data/org.gnome.epiphany.gschema.xml')
-rw-r--r--data/org.gnome.epiphany.gschema.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 1a38d9564..7437c85f4 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -179,6 +179,11 @@
<summary>Enable WebGL</summary>
<description>Whether to enable support for WebGL contexts.</description>
</key>
+ <key type="b" name="enable-webaudio">
+ <default>false</default>
+ <summary>Enable WebAudio</summary>
+ <description>Whether to enable support for WebAudio.</description>
+ </key>
<key type="b" name="do-not-track">
<default>false</default>
<summary>Do Not Track</summary>