Changeset 117807 in webkit
- Timestamp:
- May 21, 2012, 12:24:38 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Source/cmake/OptionsEfl.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r117803 r117807 1 2012-05-21 Raphael Kubo da Costa <rakuco@webkit.org> 2 3 [EFL] Do not enable Web Audio support by default at build time. 4 https://bugs.webkit.org/show_bug.cgi?id=86982 5 6 Reviewed by Philippe Normand. 7 8 Follow-up to r115800. Even though Web Audio support is disabled by 9 default in build-webkit, enabling it in OptionsEfl.cmake will turn 10 it on when building the port without build-webkit. 11 12 Since Web Audio support for the EFL port does not seem to be fully 13 working yet, it is better to disable it in all cases. 14 15 * Source/cmake/OptionsEfl.cmake: Remove option override for 16 ENABLE_WEB_AUDIO. 17 1 18 2012-05-21 Dominic Mazzoni <dmazzoni@google.com> 2 19 -
trunk/Source/cmake/OptionsEfl.cmake
r117624 r117807 81 81 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_VIDEO ON) 82 82 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_VIDEO_TRACK ON) 83 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_AUDIO ON)84 83 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_TIMING ON) 85 84 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WORKERS ON)
Note:
See TracChangeset
for help on using the changeset viewer.