2011-11-30 Mary Wu remove buildinformation from BlackBerry porting build system https://bugs.webkit.org/show_bug.cgi?id=73276 Reviewed by Daniel Bates. * Source/cmake/OptionsBlackBerry.cmake: remove script file generate-buildinfo 2011-11-30 Andrew Wason Replace Qt QThread threading back-end with pthread/Win32 threading back-ends https://bugs.webkit.org/show_bug.cgi?id=72155 Reviewed by Simon Hausmann. Add additional WebCoreSupport files for Qt. * Source/api.pri: 2011-11-30 Adenilson Cavalcanti [Qt][WK2] Implement permission API for Qt port https://bugs.webkit.org/show_bug.cgi?id=59200 Permission API hookup for Geolocation, it allows to receive in WebView a signal when a permission request is done (e.g. to grant permission for accessing geolocation information) and set it accordingly. Reviewed by Simon Hausmann. * Source/qtwebkit-export.map: 2011-11-29 Kevin Ollivier [wx] Unreviewed build fix for Leopard compilation. * wscript: 2011-11-29 Philippe Normand [GTK] hide WebAudio build option until support for FFTW is removed https://bugs.webkit.org/show_bug.cgi?id=73295 Reviewed by Martin Robinson. * configure.ac: Disable WebAudio until the FFTW dependency is removed. 2011-11-29 Hyowon Kim [Texmap][EFL] Accelerated compositing support using TextureMapper on EFL port https://bugs.webkit.org/show_bug.cgi?id=73111 Add feature define for TextureMapper and OpenGL package. Reviewed by Noam Rosenthal. * Source/cmake/OptionsEfl.cmake: 2011-11-29 Roland Steiner