summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.7.0
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-05-02 13:44:42 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-05-02 13:32:59 +0000
commit8bd2dd7d60927be705e0922501c76f7e6297bc11 (patch)
treeecaeca9bd919715d48dec0575c8b17939001865e /dist/changes-5.7.0
parentc59e577a18ea20283a3267b9400de5f812056f93 (diff)
Remove WebAudio settings
In Chromium 51 WebAudio will be always on, and can not be runtime enabled or disabled. We should avoid introducing a setting we can not even support in the next version. Change-Id: I42f7d4f3f7f952f38361ef73dfe7b318ea1a4cf5 Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'dist/changes-5.7.0')
-rw-r--r--dist/changes-5.7.06
1 files changed, 2 insertions, 4 deletions
diff --git a/dist/changes-5.7.0 b/dist/changes-5.7.0
index f29d1e1bf..8b6e302b8 100644
--- a/dist/changes-5.7.0
+++ b/dist/changes-5.7.0
@@ -46,8 +46,7 @@ information about a particular change.
* New API for disabling or clearing HTTP cache
- WebEngineSettings:
- * New settings for controlling WebGL, WebAudio, automatic favicon
- download and more.
+ * New settings for controlling WebGL, automatic favicon download and more.
****************************************************************************
@@ -72,8 +71,7 @@ information about a particular change.
* New API for disabling or clearing HTTP cache
- QWebEngineSettings:
- * New settings for controlling WebGL, WebAudio, automatic favicon
- download and more.
+ * New settings for controlling WebGL, automatic favicon download and more.
****************************************************************************
* Examples *