Update changelog 77/5577/1 devel-gstreamer-1.0 accepted/tizen/20130710.221134 submit/tizen/20130709.165906 submit/tizen/20130710.024322 submit/tizen/20130710.125314
authorRusty Lynch <rusty.lynch@intel.com>
Tue, 9 Jul 2013 16:57:46 +0000 (09:57 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Tue, 9 Jul 2013 16:57:46 +0000 (09:57 -0700)
packaging/webkit2-efl.changes

index 92ac844..4fcf0f8 100644 (file)
@@ -1,3 +1,15 @@
+* Tue Jul 09 2013 Rusty Lynch <rusty.lynch@intel.com> 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 <rusty.lynch@intel.com> 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.