X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=1acaaa1bfad878b1eadd4838960eef7fdd71df7a;hb=b4f97073d8304731757b5644952eac270b9e1b6f;hp=031717a818c85c340a8b4bb279721c3c02712d8c;hpb=b96e33af77ac7d81a666d5aa202235b793aeeb21;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/ChangeLog b/ChangeLog old mode 100755 new mode 100644 index 031717a..1acaaa1 --- a/ChangeLog +++ b/ChangeLog @@ -1,15683 +1,220 @@ -2011-11-30 Mary Wu +2012-05-30 Kevin Ollivier - 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. + [wx] Unreviewed build fix. Add needed file back to the wx build. * 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 - -