From: Rusty Lynch Date: Tue, 9 Jul 2013 16:57:46 +0000 (-0700) Subject: Update changelog X-Git-Tag: accepted/tizen/20130710.221134^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=535d5a5e815b523b17869ff7d2240ffaa9b85094;p=platform%2Fframework%2Fweb%2Fwebkit-efl.git Update changelog --- diff --git a/packaging/webkit2-efl.changes b/packaging/webkit2-efl.changes index 92ac844..4fcf0f8 100644 --- a/packaging/webkit2-efl.changes +++ b/packaging/webkit2-efl.changes @@ -1,3 +1,15 @@ +* Tue Jul 09 2013 Rusty Lynch accepted/tizen/20130627.030127@ef1c826 +- Make a web page fit in the window +- Disable TIZEN_WEBKIT2_CONTEXT_X_WINDOW under Wayland. +- Add Mesa checks. +- Avoid linking to ecore_x on Wayland +- Add Build Option to enable/disable audio_session_manager support +- Adding missing wayland initialization. +- Make JavaScript window.screen object work +- EGLWaylandSurface implementation. +- Share EGLConfig between surfaces. +- resetting manifest requested domain to floor + * Wed Jun 26 2013 Rusty Lynch accepted/tizen/20130618.111022@c93cb51 - EvasGL supports direct rendering without extra copy from an offscreen buffer. In this case, all GL rendering is done in the pixel_getter callback, but this callback is not called sometimes. So it seems that the viewport is not updated when PageClientEvasGL::setViewNeedsDisplay is called directly from WebPageProxy::setViewNeedsDisplay. - Add LockSurface support in GLPlatformSurface.