diff options
author | Philippe Normand <philn@igalia.com> | 2012-08-02 18:37:02 +0800 |
---|---|---|
committer | Philippe Normand <phil@base-art.net> | 2012-08-02 18:37:02 +0800 |
commit | 85ae7a5cbb8e0ea22e149041b278bf8d031dabe9 (patch) | |
tree | 07fb3181e4a63e0010e50eae795424d3a465f322 /data | |
parent | 8a38c7a9ba0238092edc4e398ca7635bb4392c5f (diff) | |
download | gsoc2013-epiphany-85ae7a5cbb8e0ea22e149041b278bf8d031dabe9.tar.gz 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')
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml | 5 |
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> |