Title: [117807] trunk
- Revision
- 117807
- Author
- [email protected]
- Date
- 2012-05-21 12:24:38 -0700 (Mon, 21 May 2012)
Log Message
[EFL] Do not enable Web Audio support by default at build time.
https://bugs.webkit.org/show_bug.cgi?id=86982
Reviewed by Philippe Normand.
Follow-up to r115800. Even though Web Audio support is disabled by
default in build-webkit, enabling it in OptionsEfl.cmake will turn
it on when building the port without build-webkit.
Since Web Audio support for the EFL port does not seem to be fully
working yet, it is better to disable it in all cases.
* Source/cmake/OptionsEfl.cmake: Remove option override for
ENABLE_WEB_AUDIO.
Modified Paths
Diff
Modified: trunk/ChangeLog (117806 => 117807)
--- trunk/ChangeLog 2012-05-21 19:20:14 UTC (rev 117806)
+++ trunk/ChangeLog 2012-05-21 19:24:38 UTC (rev 117807)
@@ -1,3 +1,20 @@
+2012-05-21 Raphael Kubo da Costa <[email protected]>
+
+ [EFL] Do not enable Web Audio support by default at build time.
+ https://bugs.webkit.org/show_bug.cgi?id=86982
+
+ Reviewed by Philippe Normand.
+
+ Follow-up to r115800. Even though Web Audio support is disabled by
+ default in build-webkit, enabling it in OptionsEfl.cmake will turn
+ it on when building the port without build-webkit.
+
+ Since Web Audio support for the EFL port does not seem to be fully
+ working yet, it is better to disable it in all cases.
+
+ * Source/cmake/OptionsEfl.cmake: Remove option override for
+ ENABLE_WEB_AUDIO.
+
2012-05-21 Dominic Mazzoni <[email protected]>
AX: A disabled select element should not be exposed as focusable
Modified: trunk/Source/cmake/OptionsEfl.cmake (117806 => 117807)
--- trunk/Source/cmake/OptionsEfl.cmake 2012-05-21 19:20:14 UTC (rev 117806)
+++ trunk/Source/cmake/OptionsEfl.cmake 2012-05-21 19:24:38 UTC (rev 117807)
@@ -80,7 +80,6 @@
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_VIBRATION ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_VIDEO ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_VIDEO_TRACK ON)
-WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_AUDIO ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_TIMING ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WORKERS ON)
WEBKIT_OPTION_END()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes