diff options
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 |
