diff options
| author | Simon Hausmann <simon.hausmann@nokia.com> | 2012-06-01 10:36:58 +0200 |
|---|---|---|
| committer | Simon Hausmann <simon.hausmann@nokia.com> | 2012-06-01 10:36:58 +0200 |
| commit | b1e9e47fa11f608ae16bc07f97a2acf95bf80272 (patch) | |
| tree | c88c45e80c9c44506e7cdf9a3bb39ebf82a8cd5b /Source/WebKit/ChangeLog | |
| parent | be01689f43cf6882cf670d33df49ead1f570c53a (diff) | |
| download | qtwebkit-b1e9e47fa11f608ae16bc07f97a2acf95bf80272.tar.gz | |
Imported WebKit commit 499c84c99aa98e9870fa7eaa57db476c6d160d46 (http://svn.webkit.org/repository/webkit/trunk@119200)
Weekly update :). Particularly relevant changes for Qt are the use of the WebCore image decoders and direct usage
of libpng/libjpeg if available in the system.
Diffstat (limited to 'Source/WebKit/ChangeLog')
| -rw-r--r-- | Source/WebKit/ChangeLog | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog index ec3627150..ae67e33ef 100644 --- a/Source/WebKit/ChangeLog +++ b/Source/WebKit/ChangeLog @@ -1,3 +1,68 @@ +2012-05-31 Gyuyoung Kim <gyuyoung.kim@samsung.com> + + [CMAKE][EFL] Remove unneeded include path + https://bugs.webkit.org/show_bug.cgi?id=87927 + + Reviewed by Kenneth Rohde Christiansen. + + Though *wtf* directory was moved to Source/WTF, PlatformEfl.cmake is still including the previous + path. In addition, files on EFL port are using <wtf/gobject/XXX> directly in #include line. + So, EFL port doesn't need to include ${JAVASCRIPTCORE_DIR}/wtf/gobject path anymore. + + * PlatformEfl.cmake: Remove '${JAVASCRIPTCORE_DIR}/wtf/gobject' path from include path list. + +2012-05-30 Konrad Piascik <kpiascik@rim.com> + + [BlackBerry] Add an Accelerated Compositing layer for Web Inspector DOM highlight. + https://bugs.webkit.org/show_bug.cgi?id=81001 + + Reviewed by Antonio Gomes + + Added new InspectorOverlay class + + * PlatformBlackBerry.cmake: + +2012-05-29 Arvid Nilsson <anilsson@rim.com> + + [BlackBerry] WebKit-side implementation of SelectionOverlay + https://bugs.webkit.org/show_bug.cgi?id=87605 + + Reviewed by Rob Buis. + + Add SelectionOverlay to the build system. + + PR #160263 + + * PlatformBlackBerry.cmake: + +2012-05-29 Arvid Nilsson <anilsson@rim.com> + + [BlackBerry] WebOverlay API + https://bugs.webkit.org/show_bug.cgi?id=87603 + + Reviewed by Rob Buis. + + Add WebOverlay related files to the build system. + + PR #156812 + + * PlatformBlackBerry.cmake: + +2012-05-28 Arvid Nilsson <anilsson@rim.com> + + [BlackBerry] Add a default tap highlight + https://bugs.webkit.org/show_bug.cgi?id=87569 + + Reviewed by Rob Buis. + + Add DefaultTapHighlight to the build system + + Reviewed internally by Mike Lattanzio and Mike Fenton. + + PR #154329 + + * PlatformBlackBerry.cmake: + 2012-05-24 Crystal Zhang <haizhang@rim.com> [BlackBerry] Implement select popup and remove old hook to air popup |
