Joone Hur [Fri, 30 Aug 2013 21:10:56 +0000 (14:10 -0700)]
Delay the Wayland initialization in the WebProcess for WRT.
Wayland initialization should be done in the UIProcess before the WebProcess
starts to do this, but in case of WRT, the WebProcess does this ahead of the UIProcess.
So, we have to initialize the PlatformSurfacePoolTizen in WebProcess::createWebPage,
not WebProcess::initialize because it is triggered by the createWebPage message sent
from the UIProcess, which delays the Wayland initialization in the WebProcess.
This patch fixes the bug below:
WebGL context creation hangs when called from a web app
https://bugs.tizen.org/jira/browse/TIVI-1602
Change-Id: I8c886e9693ec2b398db0700e8de48401999ced52
Joone Hur [Wed, 28 Aug 2013 23:07:25 +0000 (16:07 -0700)]
Disable unused-local-typedefs and maybe-uninitialized warning in GCC 4.8
This patch fixes the webkit2-efl build problem caused by exceeding build log quota in OBS.
https://bugs.tizen.org/jira/browse/TIVI-1683
Merged from http://trac.webkit.org/changeset/147640, http://trac.webkit.org/changeset/154381.
Rafael Antognolli [Wed, 28 Aug 2013 21:04:54 +0000 (18:04 -0300)]
Add option to disable toolbar on MiniBrowser.
Joone Hur [Mon, 19 Aug 2013 21:41:20 +0000 (14:41 -0700)]
update changelog
Joone Hur [Thu, 15 Aug 2013 19:30:20 +0000 (12:30 -0700)]
[3.0] MediaPlayer crashed when switching audio to play(about 20%)
https://bugs.tizen.org/jira/browse/TIVI-1518
Add TIZEN_GSTREAMER_VIDEO guard in the destructor of GStreamerGWorld class
because the gstGWorldSyncMessageCallback signal is not used for Tizen WebKit.
Joone Hur [Wed, 7 Aug 2013 20:32:12 +0000 (13:32 -0700)]
Allow to build without NDEBUG macro
Kondapally Kalyan [Wed, 14 Aug 2013 14:40:05 +0000 (17:40 +0300)]
Add safe fall back to use EGLChooseConfig.
In EGLConfigSelector, we try to find an exact match for EGL attributes.
This breaks things on drivers which don't match the expected configuration.
This patch changes so that we try to find the exact match first but have
a safe fall back to use EGLChooseConfig.
Change-Id: Ibf28f3661e3d8590720ce80b2def2713b96b1d65
Kondapally Kalyan [Mon, 12 Aug 2013 05:43:13 +0000 (08:43 +0300)]
Avoid round trip to display for every surface creation.
We currently do a round trip every time a surface is created.
This patch changes it so that instead of doing to for every surface,
we handle the synchronization once all the current tile updates are
done in WebProcess side.
Change-Id: I444d8bfa35e3bbf82bf11b78512eb03d1325b897
Kondapally Kalyan [Tue, 6 Aug 2013 05:21:07 +0000 (08:21 +0300)]
This patch adds support for LockSurface.
Changes in SharedPlatformSurfaceTizen are based on initial patch
provided by Joone Hur.
Change-Id: Ib572872447056b1777135ff6b65d458b2fcaab26
Kondapally Kalyan [Mon, 5 Aug 2013 05:35:02 +0000 (08:35 +0300)]
Support for sharing wl_buffers between Web and UI process.
This patch adds support for sharing wl_buffers between UI and
WebProcess. The patch also makes necessary adoptation in the
platform layer of GraphicsContext3D.
Change-Id: I2ee281022c6ec2c856a7bc08392a37c22b0d3efa
Rusty Lynch [Thu, 1 Aug 2013 14:59:17 +0000 (07:59 -0700)]
Update changelog
Joone Hur [Mon, 29 Jul 2013 22:11:06 +0000 (15:11 -0700)]
Add "full screen" parameter to MiniBrowser
This patch comes from http://trac.webkit.org/changeset/141808
José Bollo [Wed, 24 Jul 2013 07:42:32 +0000 (09:42 +0200)]
Improved separation of ASM and enabled video playing.
Improvement of the separation of the audio session manager using the
compiling option ENABLE_TIZEN_AUDIO_SESSION_MANAGER. It solves a
bug on the mute status of the media elements (TZ:bug 3809).
Addition of the compiling option ENABLE_TIZEN_GSTREAMER_VIDEO_SET_SINK
that enforces to use the webkit sink. It allows to play video on
surfaces.
Activating option ENABLE_TIZEN_GSTREAMER_VIDEO_SET_SINK
for GStreamer 1.0 (surely to be changed in futur)
Rusty Lynch [Tue, 23 Jul 2013 19:31:15 +0000 (12:31 -0700)]
Update changelog for release
Kondapally Kalyan [Mon, 22 Jul 2013 00:58:52 +0000 (03:58 +0300)]
Dont force to always use alpha on Mesa.
We always use alpha supported configs when using Mesa.
Instead of forcing it, we do a run time validation
with this patch. This patch also disables logging during config
selection unless EGL_LOG_LEVEL=debug is set.
Change-Id: I3cdaec13ed319729efda54399235ec56fb8ab649
José Bollo [Wed, 17 Jul 2013 13:58:32 +0000 (15:58 +0200)]
WebKitSourceGStreamer improved gstreamer 1.0 integration
José Bollo [Wed, 17 Jul 2013 13:19:52 +0000 (15:19 +0200)]
Integrating gstreamer-1.0 to GStreamerGWorld
José Bollo [Wed, 17 Jul 2013 12:37:13 +0000 (14:37 +0200)]
Images: bug fix (gst-1.0), improvement of includes
José Bollo [Wed, 17 Jul 2013 12:31:14 +0000 (14:31 +0200)]
adding facilities functions to manage buffers
José Bollo [Wed, 17 Jul 2013 12:16:40 +0000 (14:16 +0200)]
Adding GstBuffer managing functions
José Bollo [Wed, 17 Jul 2013 10:45:35 +0000 (12:45 +0200)]
adding log facilities
José Bollo [Wed, 17 Jul 2013 10:45:04 +0000 (12:45 +0200)]
minor enhancement
José Bollo [Wed, 17 Jul 2013 10:16:12 +0000 (12:16 +0200)]
Bug fix: Gstreamer-1.0 behaviour should still mimic the old one
José Bollo [Wed, 17 Jul 2013 09:42:49 +0000 (11:42 +0200)]
minor optimisation of the audio processing
José Bollo [Tue, 16 Jul 2013 15:26:57 +0000 (17:26 +0200)]
Removing a duplication code
Rusty Lynch [Mon, 15 Jul 2013 20:48:32 +0000 (13:48 -0700)]
Update changelog
Rusty Lynch [Mon, 15 Jul 2013 19:51:25 +0000 (12:51 -0700)]
Merge "Dont query for supported GLExtensions during Initialization." into tizen
Joone Hur [Fri, 12 Jul 2013 21:08:55 +0000 (14:08 -0700)]
Set a file containing certificates for recognized SSL Certificate Authorities.
The file(/var/lib/ca-certificates/ca-bundle.pem) is used to refer to SSL CA
certificates in Tizen3.0 IVI, so we need to set SSL CA certificates in order
to connect websites over HTTPS. This allows to remove the following warning
messages occurred while accessing websites over HTTPS.
(process:1948): GLib-Net-WARNING **: The anchor file name for used with a GTlsFileDatabase must be an absolute path, and not relative:
(process:1948): GLib-CRITICAL **: g_file_get_contents: assertion `filename != NULL' failed
Rusty Lynch [Fri, 12 Jul 2013 18:48:05 +0000 (11:48 -0700)]
Merge "Fix attribute in query surface." into tizen
Wang Quanxian [Fri, 12 Jul 2013 01:48:59 +0000 (09:48 +0800)]
Bug fix building issue for WebProcess, MiniBrowser, PLUGIN_PROCESS and dependency issue
Bug Fix TDIST-248. (https://bugs.tizen.org/jira/browse/TDIST-248)
Signed-Off-By Quanxian Wang <quanxian.wang@intel.com>
Kondapally Kalyan [Tue, 9 Jul 2013 20:00:02 +0000 (23:00 +0300)]
Fix attribute in query surface.
The color buffer of a locked surface can be mapped by calling
eglQuerySurface with attribute EGL_BITMAP_POINTER_KHR. This patch
fixes sharedPlatformSurface to use correct attribute in querysurface.
Change-Id: Ic89a32466d24b3f257e7b125f7140a9f613d65a0
Kondapally Kalyan [Tue, 9 Jul 2013 17:52:04 +0000 (20:52 +0300)]
Dont query for supported GLExtensions during Initialization.
We query for needed EGL and GL extensions while resolving EGL
bindings during EGLSurface creation. We would need a context to be
current to check if it supports the needed GL extensions.
The patch makes changes so that eglImageTargetTexture2DOES is resolved
first time it is used.
Change-Id: I9bfeeb40476746ad0d65c6e2f1ba4e40e58afe70
Rusty Lynch [Tue, 9 Jul 2013 16:57:46 +0000 (09:57 -0700)]
Update changelog
Kondapally Kalyan [Tue, 2 Jul 2013 09:57:02 +0000 (12:57 +0300)]
Minor refactor in SharedPlatformSurface.
This patch does the following changes in SharedPlatformSurface:
1)Removes un-necessary code.
2)Use SurfaceAttributes as the key instead of generating a new one
each time a context is created.
3)Ensure's we always restore previous surface and context correctly.
Change-Id: Ic883dd2ea1e573914cc930b2eda58655989c470e
Joone Hur [Wed, 3 Jul 2013 15:20:25 +0000 (08:20 -0700)]
Make a web page fit in the window
This patch allows to get the screen size and DPI properly using Wayland APIs, which makes a web page fit in the window.
Joone Hur [Tue, 2 Jul 2013 22:29:47 +0000 (15:29 -0700)]
Disable TIZEN_WEBKIT2_CONTEXT_X_WINDOW under Wayland.
We do not need to share x-window ID between the UIProcess and WebPorcess.
This feature was added to access x-window ID from the WebProcess in order to get window's orientation.
Kondapally Kalyan [Wed, 3 Jul 2013 03:01:29 +0000 (06:01 +0300)]
Add Mesa checks.
With Wayland on Mesa, we include MesaExtensions header.
This header might not be present on platforms not using mesa.
This patch adds checks to include mesa specific headers only
when available.
Change-Id: I49a542d5e36e4b4ca1b2f178f85f18c7ba98690c
Kondapally Kalyan [Thu, 4 Jul 2013 17:45:16 +0000 (20:45 +0300)]
Avoid linking to ecore_x on Wayland
We donot use ecore_x on Wayland but still link to ecore_x.
This patch makes changes so that we link to ecore_wayland on
Wayland and ecore_x with X.
Change-Id: I46d76a33031d95ddc42b021ff707178b9b64a9c8
Baptiste DURAND [Tue, 2 Jul 2013 09:56:17 +0000 (11:56 +0200)]
Add Build Option to enable/disable audio_session_manager support
Rusty Lynch [Tue, 2 Jul 2013 00:39:16 +0000 (17:39 -0700)]
Merge "EGLWaylandSurface implementation." into tizen
Rusty Lynch [Mon, 1 Jul 2013 23:46:04 +0000 (16:46 -0700)]
Merge "Share EGLConfig between surfaces." into tizen
Rusty Lynch [Mon, 1 Jul 2013 23:45:09 +0000 (16:45 -0700)]
Merge "Make JavaScript window.screen object work" into tizen
Rusty Lynch [Mon, 1 Jul 2013 23:43:41 +0000 (16:43 -0700)]
Merge "Adding missing wayland initialization." into tizen
Kondapally Kalyan [Mon, 1 Jul 2013 17:03:36 +0000 (20:03 +0300)]
Adding missing wayland initialization.
The patch adds missing calls for ecore initializtion
on wayland.
Change-Id: Ia243ce2ebb0d0e8edce2d357b2efbbd4613ccb7f
Joone Hur [Fri, 14 Jun 2013 21:49:39 +0000 (14:49 -0700)]
Make JavaScript window.screen object work
This patch allows to get screen size using ecore_wl_screen_size_get.
The following JS APIs will work:
window.screen.availHeight
window.screen.availWidth
window.screen.width
window.screen.height
Kondapally Kalyan [Sun, 30 Jun 2013 21:30:41 +0000 (00:30 +0300)]
EGLWaylandSurface implementation.
This patch adds support for EGLWaylandSurface which creates
and manages wl EGL window.
Change-Id: If79e47966df634979f0a04a6e184c6d9c27b83f9
Kondapally Kalyan [Sun, 30 Jun 2013 19:25:04 +0000 (22:25 +0300)]
Share EGLConfig between surfaces.
We create surfaces with attributes which don't vary much in the
most common cases. It would be good to share EGLConfig between surfaces
using same attributes. This patch refactors EGLConfigSelector to be able to
share configs between different surfaces without having to query for it
all the time.
Change-Id: I10fa6188a1ae4692e47b9be8932eab39e8458373
Alexandru Cornea [Fri, 28 Jun 2013 16:11:21 +0000 (19:11 +0300)]
resetting manifest requested domain to floor
Rusty Lynch [Wed, 26 Jun 2013 20:04:52 +0000 (13:04 -0700)]
Update chagnelog
Joone Hur [Tue, 25 Jun 2013 23:30:30 +0000 (16:30 -0700)]
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.
This patch allows to call ewk_view_mark_for_sync in PageClientEvasGL::setViewNeedsDisplay.
Kondapally Kalyan [Thu, 20 Jun 2013 16:40:14 +0000 (19:40 +0300)]
Add LockSurface support in GLPlatformSurface.
This patch makes changes to make it possible for
EGL implementations to handle the lock surface support.
Change-Id: I91741ad02090ebe4788aa7752208bf84e98f078d
Rusty Lynch [Thu, 20 Jun 2013 01:15:31 +0000 (18:15 -0700)]
Merge "Fix EGLConfigSelection for IVI on Genx." into tizen
Kondapally Kalyan [Tue, 18 Jun 2013 22:36:05 +0000 (01:36 +0300)]
SharedPlatformSurfaceTizen should accept PlatformSurface Attributes
SharedPlatformSurfaceTizen accepts boolean values of all the
features it needs to support. Instead of using the boolean values,
it would be better to use GLPlatformSurface attributes.
This patch changes the constructor of SharedPlatformSurfaceTizen
to use GLPlatformSurface Attributes instead of boolean values.
Change-Id: Idf91d722251b54ea18b4616c0f4ffa6a09b42138
Kondapally Kalyan [Tue, 18 Jun 2013 15:59:51 +0000 (18:59 +0300)]
Fix EGLConfigSelection for IVI on Genx.
Currently, In some cases we request for depth
with no stencil support or vice versa. This causes a conflict
during config selection with mesa. On current hardware we don't
support configurations without alpha support. These patch fixes
these issues when vendor is Mesa. These changes don't effect other
profiles. Added Tizen specific pre-processor macro till the changes
end up in upstream webkit.
Change-Id: I10fe3e92de45cb195f6b9e44f096f16c2fe83d78
Rusty Lynch [Tue, 18 Jun 2013 07:27:03 +0000 (00:27 -0700)]
Update changelog
Kondapally Kalyan [Mon, 17 Jun 2013 22:26:44 +0000 (01:26 +0300)]
Fix crash with WebGL demos.
While creating a new pixmap context, we obtain raw pointer after calling release.
The release call already passes the ownership and resets the temporary pointer to null.
The patch changes so that the raw pointer is obtained before passing the ownership.
Also removes an un-necessary makecurrent call. The patch also adds a null ptr check
in GraphicsContext3DOffscreen.
Change-Id: I14eaef21356c479885f575ea086c8ae7ced637e0
Kondapally Kalyan [Sun, 16 Jun 2013 18:41:48 +0000 (21:41 +0300)]
Fix enum values
This patch changes the constants in PlatformSurface to
power of two. These would be used for bit wise operations.
Kondapally Kalyan [Sun, 16 Jun 2013 14:54:41 +0000 (17:54 +0300)]
Create Lock Surface only if supported.
PlatformSurfacePoolTizen creates a temporary EGLSurface supporting
Locking to work around a cairo issue. This patch adds a check in
SharedPlatformSurfaceTizen to create the surface only if Lock Surface
is supported.
Kondapally Kalyan [Tue, 18 Jun 2013 01:47:50 +0000 (04:47 +0300)]
Add Wayland dependencies.
This patch adds wayland-egl as a required dependency
when compiling with wayland support.
Change-Id: I271ca4d0cf583ef84902b422e5d06110e8edc74e
Rusty Lynch [Fri, 14 Jun 2013 22:18:49 +0000 (15:18 -0700)]
Update changelog
Kondapally Kalyan [Fri, 14 Jun 2013 14:16:43 +0000 (17:16 +0300)]
Check for correct Evas Backend.
We always check the supported evas engine to determine
if Acceleration is enabled. With X we check for opengl_x11 backend.
This patch makes changes to check for the correct(Wayland_egl) backend
with Wayland. This patch also enables WebGL by default in the settings.
Kondapally Kalyan [Thu, 13 Jun 2013 22:55:19 +0000 (01:55 +0300)]
Initial Wayland support.
The patch adds support to open a wayland display connection
and initialize EGL.
Joone Hur [Wed, 12 Jun 2013 23:36:15 +0000 (16:36 -0700)]
X related code needs to be guarded by PLATFORM(X11)
Baptiste DURAND [Tue, 11 Jun 2013 13:25:52 +0000 (15:25 +0200)]
Update Changelog
Baptiste DURAND [Tue, 11 Jun 2013 13:22:07 +0000 (15:22 +0200)]
Fix compatibility for x64 arch
According to type of value returned , update prototype function ( querySurface).
Update the function call according to this changements
Baptiste DURAND [Tue, 11 Jun 2013 13:01:13 +0000 (15:01 +0200)]
Fix build issue : missing includes file
Fix to avoid this build error graphics/surfaces/x/X11Helper.cpp:272:26: error: 'UNUSED_PARAM' was not declared in this scope
Rusty Lynch [Sat, 8 Jun 2013 00:14:39 +0000 (17:14 -0700)]
Update changelog for release
Rusty Lynch [Fri, 7 Jun 2013 20:27:09 +0000 (13:27 -0700)]
Create thin archives
Fix build issues on 64bit architectures where the archive files
exceed the 1G limit and use a trick documented in
https://bugs.webkit.org/show_bug.cgi?id=108330
Rusty Lynch [Sun, 5 May 2013 00:20:54 +0000 (17:20 -0700)]
Fix crashers for when no IMF plugin available
Baptiste DURAND [Fri, 7 Jun 2013 12:42:15 +0000 (14:42 +0200)]
Fix build Error : Add gtest-devel dependency
Baptiste DURAND [Fri, 7 Jun 2013 12:41:24 +0000 (14:41 +0200)]
Remove hardcoded lib path
Baptiste DURAND [Fri, 7 Jun 2013 12:40:50 +0000 (14:40 +0200)]
Fix compatibility for x64 arch : Fix Invalid Cast
For x64 : cast from void* to long long instead of int for x64 arch.
Baptiste DURAND [Fri, 7 Jun 2013 12:39:34 +0000 (14:39 +0200)]
Fix Ruby Script according to upstream.
https://bugs.webkit.org/show_bug.cgi?id=90098
Baptiste DURAND [Fri, 7 Jun 2013 08:19:40 +0000 (10:19 +0200)]
Fix compatibility for x64 architecture
-> Fix type error : invalid initialization of reference of type 'long long int&' from expression of type 'int64_t {aka long int}'
Rusty Lynch [Fri, 7 Jun 2013 16:18:41 +0000 (09:18 -0700)]
Merge "Don't query for supported extensions" into tizen
Rusty Lynch [Fri, 7 Jun 2013 14:43:19 +0000 (07:43 -0700)]
Merge "Refactor ImageBufferCairo" into tizen
Rusty Lynch [Fri, 7 Jun 2013 14:42:41 +0000 (07:42 -0700)]
Merge "Use GL_EXT_texture_format_BGRA8888 and GL_EXt_unpack_subimage" into tizen
Kondapally Kalyan [Fri, 7 Jun 2013 00:04:24 +0000 (03:04 +0300)]
Use GL_EXT_texture_format_BGRA8888 and GL_EXt_unpack_subimage
With shared surface support disabled, we would be uploading data
to textures. In this scenario it would be efficient to use
both the above mentioned extensions. This patch adds the needed
support in TextureMapperGL.
Kondapally Kalyan [Thu, 6 Jun 2013 23:16:33 +0000 (02:16 +0300)]
Refactor ImageBufferCairo
This patch makes changes in ImageBufferCairo to take
GLPlatformSurface and Context into use.
Kondapally Kalyan [Thu, 6 Jun 2013 21:58:03 +0000 (00:58 +0300)]
Don't query for supported extensions
This is a temporary fix to avoid crashing while
trying to query for supported extensions on platforms
other than X.
Kondapally Kalyan [Thu, 6 Jun 2013 19:53:13 +0000 (22:53 +0300)]
Use GLPlatformSurface within SharedPlatformSurfaceTizen
This patch changes SharedPlatformSurfaceTizen to use GLPlatformSurface
internally.
Kondapally Kalyan [Wed, 5 Jun 2013 21:31:48 +0000 (00:31 +0300)]
Refactor SharedVideoPlatformSurfaceTizen.
This patch separates the platform specific code of SharedVideoPlatformSurfaceTizen
from its core logic. SharedVideoPlatformSurfaceTizen is now an abstract base class.
Platform specific adaptations can be done by extending the class and implementing
the required functions. SharedVideoPlatformSurfaceTizenX extends SharedVideoPlatformSurfaceTizen
and implements the support for X backend.
Kondapally Kalyan [Tue, 4 Jun 2013 09:23:35 +0000 (12:23 +0300)]
Define shared buffer handle type in GLDefs.
Currently, shared buffer handle is used in many places. This
patch defines the type of the shared buffer handle in GLDefs
and uses it in all the appropriate places.
Rusty Lynch [Wed, 29 May 2013 19:47:55 +0000 (12:47 -0700)]
Update changelog for new release
Rusty Lynch [Wed, 29 May 2013 18:27:51 +0000 (11:27 -0700)]
Add a test subpackage
Kondapally Kalyan [Tue, 28 May 2013 19:37:12 +0000 (22:37 +0300)]
Implement graphics abstraction layer.
This is in preparation for adding support for Wayland.
This patch introduces an abstraction layer to make it easy to add support for different platforms (X, Wayland, etc)
and do any specific optimizations as needed. Two new classes are added with this implementation,
GLPlatformContext and GLPlatformSurface.
GLPlatformContext encapsulates an OpenGL context hiding any platform specific management.
It uses GL extension ARB_robustness (when available) to detect driver resets.
It defines a simple interface for things that need to be handled by the context.
GLPlatformSurface encapsulates an OpenGL drawable hiding any platform specific management.
It defines a simple interface for things that need to be handled by the surface.
Relevant changes in SharedPlatformSurfaceTizen, VideoSurface, etc. would be done in
followup patches.
Rusty Lynch [Tue, 21 May 2013 15:07:36 +0000 (08:07 -0700)]
Replace manifest with floor definition
Rusty Lynch [Tue, 21 May 2013 04:04:25 +0000 (21:04 -0700)]
Adding changelog
Rusty Lynch [Tue, 21 May 2013 01:06:02 +0000 (18:06 -0700)]
Enable building without ecore-x
Rusty Lynch [Sun, 19 May 2013 02:38:45 +0000 (19:38 -0700)]
Disable TIZEN_SCREEN_READER
The tizen screen reader functionality depends on some yet to be
ported capabilities in elementary. This patch will disable the
feature until elementary is ready.
Rusty Lynch [Sun, 19 May 2013 02:36:55 +0000 (19:36 -0700)]
Enable SCREEN_READER_FOCUS_RING_IMAGE_PATH when screen reader is off
Kalyan Kondapally [Sat, 18 May 2013 22:12:54 +0000 (15:12 -0700)]
Implement EGL Lock Surface extension runtime check
mesa does not support EGL Lock Surface extension which causes webpage rendering
to fail if ENABLE_TIZEN_WEBKIT2_TILED_AC_SHARED_PLATFORM_SURFACE is enabled.
ENABLE_TIZEN_WEBKIT2_TILED_AC_SHARED_PLATFORM_SURFACE is still needed for
HW accelerated video and WebGL. With this patch,
ENABLE_TIZEN_WEBKIT2_TILED_AC_SHARED_PLATFORM_SURFACE can be enabled and
web pages still render correctly.
Change-Id: I7e0db439896f35ad50f4d3443a229b285f11a737
Signed-off-by: Kalyan Kondapally <kalyan.kondapally@intel.com>
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
Rusty Lynch [Sat, 18 May 2013 22:09:56 +0000 (15:09 -0700)]
Fix build errors found by stricter toolchain
Rusty Lynch [Sat, 18 May 2013 22:04:32 +0000 (15:04 -0700)]
Fix breakage caused by using newer bison
Rusty Lynch [Sat, 18 May 2013 21:26:42 +0000 (14:26 -0700)]
Add BuildRequires for ethumb
Rusty Lynch [Sat, 18 May 2013 17:49:44 +0000 (10:49 -0700)]
Enable building against mesa
Rusty Lynch [Sat, 18 May 2013 23:20:32 +0000 (16:20 -0700)]
Enable gstreamer-1.0 support
Sanghyup Lee [Tue, 14 May 2013 09:51:58 +0000 (18:51 +0900)]
[Release] Webkit2-efl-123997_0.11.47
Change-Id: I99c8c3e4fd8ce00e8968771067877999686e4499
eojin.ham [Tue, 14 May 2013 04:42:06 +0000 (13:42 +0900)]
Fix issue that timeline goes back to end when try to seek an arbitary position after playback is finished.
[Title] Fix issue that timeline goes back to end when try to seek an arbitary position after playback is finished.
[Problem] N_SE-38230
[Cause] playbackPosition() method return m_mediaDuration when end of file was reached.
[Solution] Fix for playbackPosition() to return queried result even end of file was reached.
Change-Id: I4b26cad8400fb0b0be4142f7eb63613dcce03a71
Jiyeon Kim [Mon, 13 May 2013 08:36:36 +0000 (17:36 +0900)]
Add cancelForOpenPanel api for removing openPanelResultListener
[Title] Add cancelForOpenPanel api for removing openPanelResultListener
[Problem] After user select cancel button on app selector popup or cancel operation during media capture function, appselect or other app couldn't launch
[Cause] If openPanel doesn't receive cancel callback from application, openpanel doesn't launch.
[Solution] Add cancelForOpenPanel api for removing previous openPanelResultListener
Change-Id: Ie7bfc1f0a351a7c4d74101e19e85a638a171172f