Antonio Gomes [Wed, 30 Jul 2014 13:00:40 +0000 (09:00 -0400)]
Remove SelectionRootBoundsChanged from render_widget_host_view_efl.hi/cc
In chromium, this method used to be implemented
in render_widget_host_view_base.h (base class)
under a OS_ANDROID build guard, but was removed
by r273628 [1].
Commit message (of the removal):
"
Revert of Chromium plumbing to use the selection root bounds. (https://codereview.chromium.org/
186753002/)
Reason for revert:
The Android plumbing to use the root selection bounds has been removed, and the
visibility calculation will soon be performed by the compositor
(see crbug.com/135959).
(...)
https://codereview.chromium.org/
306803002
"
Antonio Gomes [Wed, 30 Jul 2014 12:39:33 +0000 (08:39 -0400)]
Update the signature of RenderWidgetHostViewEfl::FocusedNodeChanged
The base class (RenderWidgetHostViewBase in chromium)
has a new signature. The new signature basically removes
one of the parameters. Luckly this parameter was not used
in the "impl" overload, so it can just be dropped.
Viatcheslav Ostapenko [Wed, 30 Jul 2014 06:57:22 +0000 (02:57 -0400)]
Remove TextInputTypeChanged since it was merged with TextInputStateChanged in chromium
Viatcheslav Ostapenko [Wed, 30 Jul 2014 06:18:59 +0000 (02:18 -0400)]
Remove CancelContextMenu form WebContentsViewEfl
Not used anymore. It is removed from WebContentsView, delegate and other places.
Viatcheslav Ostapenko [Tue, 29 Jul 2014 21:23:03 +0000 (17:23 -0400)]
RenderViewObserverEfl changes because of RenderViewObserver update and missing chromium changes for eflwebview.
Viatcheslav Ostapenko [Tue, 29 Jul 2014 20:40:50 +0000 (16:40 -0400)]
Move webcursor_efl.* to impl from chrome tree.
Viatcheslav Ostapenko [Tue, 29 Jul 2014 20:30:51 +0000 (16:30 -0400)]
ifdef out use of JAVASCRIPT_MESSAGE_TYPE_NAVIGATION_PROMPT because of missing chromium change.
Antonio Gomes [Tue, 29 Jul 2014 19:36:51 +0000 (15:36 -0400)]
Stub out the declaration of ContentRendererClientEfl::HandleNavigation
This API requires a change in content/public/renderer/content_renderer_client.h
The base class declares this method for OS_ANDROID only.
Antonio Gomes [Tue, 29 Jul 2014 19:34:23 +0000 (15:34 -0400)]
Stub out a call dependent upon ThreadRestrictions (src/base/threading/thread_restrictions.h)
CookieManager has to add itself as a friend class of
ThreadRestrictions (src/base/threading/thread_restrictions.h)
to be allowed to use its private class members.
Viatcheslav Ostapenko [Tue, 29 Jul 2014 15:54:22 +0000 (11:54 -0400)]
Removed OnTabCrashed form WebContentsViewEfl because it removed in chromium.
Use WebContentsObserver::RenderProcessGone() .
Antonio Gomes [Tue, 29 Jul 2014 18:18:52 +0000 (14:18 -0400)]
Update the declaration of Notification related methods in impl/content_browser_client_efl.cc/h
Namely, the following methods' signature were changed (to match the base class):
ShowDesktopNotification and RequestDesktopNotificationPermission.
Additionally, its implementation were stubbed out.
Viatcheslav Ostapenko [Tue, 29 Jul 2014 07:53:03 +0000 (03:53 -0400)]
Remove OverrideCreateWebContentsView form ContentBrowserClientEfl.
https://codereview.chromium.org/
262823006/
Replacement CreateWebContentsView() already exists in web_contents_view_efl.cc .
Viatcheslav Ostapenko [Tue, 29 Jul 2014 06:49:36 +0000 (02:49 -0400)]
Disable EditorClientAgent because WebEditorClient class is missing in blink.
Viatcheslav Ostapenko [Tue, 29 Jul 2014 05:41:25 +0000 (01:41 -0400)]
Undef USE_CLIPBOARD_AURAX11 in EFL clipboard implementation.
Viatcheslav Ostapenko [Tue, 29 Jul 2014 05:36:20 +0000 (01:36 -0400)]
WebCore:: -> blink:: in clipboard_efl.cc .
Viatcheslav Ostapenko [Tue, 29 Jul 2014 05:33:19 +0000 (01:33 -0400)]
DispatchPostponedGestureEvent was moved to GestureSequenceDelegate .
Viatcheslav Ostapenko [Tue, 29 Jul 2014 05:27:47 +0000 (01:27 -0400)]
Fix WebContentsDelegateEfl because of updates in chromium WebContentsDelegate .
Viatcheslav Ostapenko [Mon, 28 Jul 2014 22:39:40 +0000 (18:39 -0400)]
Add extra header for some ParamTraits moved to ui/gfx .
Viatcheslav Ostapenko [Mon, 28 Jul 2014 22:25:23 +0000 (18:25 -0400)]
Temporary fix for missing EditingMessageStart in chromium ipc_message_start.h
Probably breaks editing.
Viatcheslav Ostapenko [Mon, 28 Jul 2014 22:08:46 +0000 (18:08 -0400)]
Ifdef out ShouldOverrideMimeType override in ResourceDispatcherHostDelegateEfl that is missing definition in chromium ResourceDispatcherHostDelegate.
Viatcheslav Ostapenko [Mon, 28 Jul 2014 20:32:40 +0000 (16:32 -0400)]
Fix SkBitmap::config() removal in chrome.
Viatcheslav Ostapenko [Mon, 28 Jul 2014 19:50:54 +0000 (15:50 -0400)]
WebCore::TextDirection -> blink::TextDirection
Viatcheslav Ostapenko [Mon, 28 Jul 2014 16:23:21 +0000 (12:23 -0400)]
Fix gyp for moved tizen_weview.
Viatcheslav Ostapenko [Mon, 28 Jul 2014 15:27:04 +0000 (11:27 -0400)]
Use also v8 from our boston repo
Viatcheslav Ostapenko [Mon, 28 Jul 2014 15:01:43 +0000 (11:01 -0400)]
Add v8 and skia repos to custom deps.
Viatcheslav Ostapenko [Mon, 28 Jul 2014 14:50:43 +0000 (10:50 -0400)]
Add v8 and skia to custom deps.
Viatcheslav Ostapenko [Mon, 28 Jul 2014 04:20:19 +0000 (00:20 -0400)]
Poing .gclient and custom deps to boston server.
Balazs Kelemen [Sat, 26 Jul 2014 00:18:13 +0000 (20:18 -0400)]
ewk_bringup
Stub out all the API's that have engine change dependency so that
we can bring up a minimal working browser without the engine changes.
Adding ewk_bringup=1 to GYP_DEFINES (or ~/.gyp/include.gypi) switches
the api's from stub to non-stub.
Note that some of the api's were already stubbed out in our baseline
m37 rebase because of rebase issues (look for the #warnings).
This still builds and works with the m37 rebased src/. Next step is
to make it build with (close to) vanilla s-chromium and s-blink.
Antonio Gomes [Fri, 25 Jul 2014 22:14:08 +0000 (18:14 -0400)]
External patches that allow gstreamer packages to build on new Ubuntu versions.
Fix the compilations of the following packages/dependencies on
recent Ubuntu releases by applying external patches:
ffmpeg, gst-plugins-good, gst-plugins-bad and gstreamer itselt
Additionally, patch also adds a pango dependency needed to
match the glib version part of jhbuild.
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
Piotr Tworek [Wed, 30 Jul 2014 12:11:59 +0000 (14:11 +0200)]
fixup! Add Tizen-platform implementation of BrowserContext
Change-Id: Ib8ad2d12cb1784a6d709ef71a769f2f5fe2c1b27
Tomasz Olszak [Wed, 30 Jul 2014 10:59:26 +0000 (12:59 +0200)]
fixup! Add Tizen-platform implementation of NetworkDelegate
Change-Id: Ib75586eacfe72bdd3e6845c71f52c746f726b75f
Tomasz Olszak [Wed, 30 Jul 2014 10:39:13 +0000 (12:39 +0200)]
fixup! Refactor of ResourceDispatcherHostDelegateEfl
Change-Id: I59e9cd9699640b01253c1c1d07f98104a4f18644
Tomasz Olszak [Wed, 30 Jul 2014 10:39:21 +0000 (12:39 +0200)]
Revert "fixup! Refactor of ResourceDispatcherHostDelegateEfl"
This reverts commit
9d9bc5f48058678a370d7fea94bef09bdaf1a4f6.
Tomasz Olszak [Wed, 30 Jul 2014 06:27:50 +0000 (08:27 +0200)]
Revert "Temp fix of build break : Implementn FaviconDatabase."
This reverts commit
4e4c4120afd80574f2679880e0f1cbb389e61063.
SeungSeop Park [Wed, 30 Jul 2014 03:05:19 +0000 (12:05 +0900)]
Temp fix build break: disabled notifications
Revert this after proper solution is given
Change-Id: I9f421404224e5e561873db9ea764a5cb6a80b1eb
SeungSeop Park [Wed, 30 Jul 2014 03:00:31 +0000 (12:00 +0900)]
fixup! Add Tizen-platform implementation of ContentMainDelegate, of ResourceDispatcherHostDelegate and of ContentBrowserClient
Change-Id: Ied523cf515c196f9afe6c707a4c4d951c2e8ba5a
SeungSeop Park [Wed, 30 Jul 2014 02:50:41 +0000 (11:50 +0900)]
Temp fix build break : Desktop notifications
Need proper implementations.
Change-Id: I51b3faae37acaeb03b227082c604ec18dc8126fd
SeungSeop Park [Wed, 30 Jul 2014 01:32:25 +0000 (10:32 +0900)]
Temp fix of build break : Implementn FaviconDatabase.
Todo: Revert this
Change-Id: I18b4fce98bc900172f43145f00cb3ad96fcfaa6c
SeungSeop Park [Wed, 30 Jul 2014 00:42:45 +0000 (09:42 +0900)]
fixup! Implement "Direct Rendering"
Change-Id: I2f01e5bf77da9157a99de46e69b05c571a3e61e4
SeungSeop Park [Wed, 30 Jul 2014 00:34:58 +0000 (09:34 +0900)]
fixup! Add Tizen-platform implementation of command_line
Change-Id: Ib56c290b8156786401422d35b6f44dafda1b18e4
Tomasz Olszak [Tue, 29 Jul 2014 15:09:03 +0000 (17:09 +0200)]
fixup! Add generic support for EFL toolkit.
Change-Id: I15df0bcdb88b9208bc36753841fa8099b3a32fb1
SeungSeop Park [Tue, 29 Jul 2014 13:20:41 +0000 (22:20 +0900)]
fixup! Add Tizen-platform implementation of web context
Change-Id: I761c20d8f1263a870e249a71acf9662c7b7baec2
SeungSeop Park [Tue, 29 Jul 2014 13:18:38 +0000 (22:18 +0900)]
fixup! Add Tizen-platform implementation of web context
Change-Id: I39bea41a3d130297344df6d0eacbffe9579af68d
SeungSeop Park [Tue, 29 Jul 2014 12:34:33 +0000 (21:34 +0900)]
fixup! Refactor of DeleteAllApplicationCache
Change-Id: Ia720b740ba36d1858e68b0346acf4e6e6ee5a9d7
SeungSeop Park [Tue, 29 Jul 2014 12:29:50 +0000 (21:29 +0900)]
fixup! Refactor of DeleteAllApplicationCache
Change-Id: I3d38fec0d4a04425f9a51e4a99164393acd33829
SeungSeop Park [Tue, 29 Jul 2014 12:28:00 +0000 (21:28 +0900)]
fixup! Current legacy font size mode support added.
Change-Id: I91d45fdfa796716905f50d6abd979669b4b82879
SeungSeop Park [Tue, 29 Jul 2014 12:24:52 +0000 (21:24 +0900)]
fixup! Add Tizen-platform implementation of RenderWidgetHostView
Change-Id: I6ffc5517e3fa37968b4deff53678c4764e91eac0
SeungSeop Park [Tue, 29 Jul 2014 12:23:58 +0000 (21:23 +0900)]
fixup! Add Tizen-platform implementation of RenderWidgetHostView
Change-Id: I51195edf533c9640125c2228171a81ca936f4fa5
SeungSeop Park [Tue, 29 Jul 2014 11:57:09 +0000 (20:57 +0900)]
fixup! Refactoring of build scripts
Change-Id: I1f6acdc268d0ecf40fa2c2c714c2ad776cf035ca
SeungSeop Park [Tue, 29 Jul 2014 11:52:46 +0000 (20:52 +0900)]
fixup! Implement ewk_view_web_application_capable_get
Change-Id: I42006594af209f44aec769df6e23f9d63b00bef7
SeungSeop Park [Tue, 29 Jul 2014 11:52:13 +0000 (20:52 +0900)]
fixup! Add implementation needed by ewk_view_web_application_icon_urls_get
Change-Id: Icd6d6c42b6c8b079d1be18a28349d5dcc3c8fc22
SeungSeop Park [Tue, 29 Jul 2014 11:51:34 +0000 (20:51 +0900)]
fixup! Implement ewk_view_web_application_icon_url_get.
Change-Id: Ic87227be6e299c9515ca67647de0efefbfe91a74
SeungSeop Park [Tue, 29 Jul 2014 11:47:44 +0000 (20:47 +0900)]
fixup! Add the Tizen platform API implementation
Change-Id: I6fc8f4873858c48e44ee93b3b5f000419f0d4b20
SeungSeop Park [Tue, 29 Jul 2014 11:32:54 +0000 (20:32 +0900)]
fixup! Add Tizen-platform implementation of ContentClient
Change-Id: Iec74de9c2925c99d47441b523c071eeb46f40d93
SeungSeop Park [Tue, 29 Jul 2014 11:18:28 +0000 (20:18 +0900)]
fixup! Refactor of ResourceDispatcherHostDelegateEfl
Change-Id: Ic27b39603a1ae43860c3b39ebfb2b25f68812488
Tomasz Olszak [Fri, 25 Jul 2014 10:32:57 +0000 (12:32 +0200)]
Refactoring of build scripts
Use gyp_chromium instead of gyp_chromiumefl
Change-Id: Ib5380ce042c46f7079ba1c2731f725805e17eb87
Umesh Kumar Patel [Mon, 28 Jul 2014 09:27:51 +0000 (14:57 +0530)]
WCS Feature: Enabling Rebase Issue CBWEBCORE-476
Change-Id: I3a9a01a5f2116ebd3c377233a563869de867a3ae
Conflicts:
impl/chromium-efl.gyp
nguyen.canh [Fri, 30 May 2014 02:34:24 +0000 (11:34 +0900)]
[Qualcomm] Port "System Perf" patch to tizen
- Implement interface to control number of online cpus and their frequency when browser
runs heavy workloads
- Don’t process non-visible lines for layout. Will improved Text layout benchmarks like
GuiMark2
- Reduce the cost of calling memoryUsageMB Normally memoryUsageMB() uses mallinfo(), which
collects extra information and which traverses linked lists with poor memory locality,
causing cache issues. Call dlmalloc_footprint() instead
- Compiler O3 optimization is now used for WebKit
Issue Id: CBGRAPHICS-322
Change-Id: I59bd958010c51c58e3b1de6ecaf576e9fc991037
Conflicts:
impl/chromium-efl.gypi
Conflicts:
src/cc/trees/layer_tree_host_impl.cc
Michał Obrembski [Thu, 10 Jul 2014 22:53:15 +0000 (15:53 -0700)]
Fix clipboard thumbnail not displayed
Tapping on Copy Image context menu option while clipboard window
is diplayed produces improper thumbnail image in clipboard window.
Issue-Id: CBBROWSER-300
Change-Id: I35517ec6c997088f3cf1b9933ab13c9e38568d24
SeungSeop Park [Thu, 10 Jul 2014 22:39:23 +0000 (15:39 -0700)]
fix no return statement in creating a javascript modal dialog
This should be merged with
3e8ebc8b (gerrit entry #1738)
Change-Id: Icdb60b31735d0876130075fed64070dd995e6a92
Karol Furmaniak [Fri, 4 Jul 2014 08:50:06 +0000 (10:50 +0200)]
Fix crash when loading google.com in landscape mode.
Issue: CBBROWSER-299
Change-Id: I8f50e0f5a50470839865e7e248b01c4e80706363
Dominik Duda [Thu, 3 Jul 2014 13:02:13 +0000 (15:02 +0200)]
Enabling support of viewport meta tag.
This patch enables page scaling depending on the presence of a viewport
meta tag on a web page. Up to this patch only recognition of a viewport
tag in HTML code was supported but page was not displayed properly.
Issue: CBBROWSER-101, CBBROWSER-102
Change-Id: I3b70c54328ab1920cb6986682c760a0ef6e444af
Conflicts:
impl/command_line_efl.cc
Conflicts:
src/content/renderer/web_preferences.cc
src/webkit/common/webpreferences.cc
src/webkit/common/webpreferences.h
Kamil Klimek [Tue, 1 Jul 2014 11:28:31 +0000 (13:28 +0200)]
Remove application cache on IO thread instead of UI thread
Issue: CBWEBVIEW-895
Change-Id: If1c59830ebf157cece277feaba187fec8f2209f7
Dong-Jun Kim [Fri, 4 Jul 2014 04:50:02 +0000 (13:50 +0900)]
[wr28] Changed exsiting WeekNumber to 28.
New package version will be 34.1847.76.28-1
Change-Id: I1c8bc5ad22be8444975c753156aa3810ac28e897
Conflicts:
packaging/chromium-efl.spec
Kamil Klimek [Mon, 23 Jun 2014 10:44:31 +0000 (12:44 +0200)]
Fix issue with calling Render*::FromID outside UI thread
Problem : the entire hit test code was using some chromium functionality from the wrong thread
Issue: CBEFL-103, CBWEBCORE-471
Change-Id: I5e5ad931c45f10833f07da69d964d8a7aba86ebf
Karol Furmaniak [Tue, 1 Jul 2014 11:30:00 +0000 (13:30 +0200)]
Add triggering download callback.
Issue: CBBROWSER-292, CBBROWSER-293, CBBROWSER-294, CBBROWSER-295
Also added null check in cookie_manager.
This patch require chromium-ewk "ewk_view_get_cookies_for_url fix char* return"
to avoid crash in com.samsung.browser
Change-Id: I69ebae7ff074f7d84338b9bf31f9a0ee4ae19bb8
Mikolaj Czyzewski [Fri, 27 Jun 2014 09:48:17 +0000 (11:48 +0200)]
Fix ewk_context_local_file_system_all_delete.
When given URL was empty, returned GURL was "://".
Now returned GURL is an empty string "".
Change-Id: Ic9caba3a4515abf915de86483a2ecfc6bde6a099
Piotr An Nguyen [Thu, 12 Jun 2014 15:53:51 +0000 (17:53 +0200)]
Implement ewk_context_memory_sampler_start and ewk_context_memory_sampler_stop
Issue: CBWEBVIEW-559, CBWEBVIEW-560
Change-Id: I791b7e19b70eb266b15acf2af64b2efedd3433c6
Conflicts:
impl/chromium-efl.gyp
Lukasz Krok [Tue, 8 Jul 2014 21:13:33 +0000 (14:13 -0700)]
Add the required null checks to EWebView::handleFocusIn() method.
The patch fixes occasional webview segfaults (observed in email application).
Issue: CBWEBVIEW-875
Change-Id: I5aaaab8f41ee7515dd3a672a032aeeb85e2f6a4f
Karol Furmaniak [Tue, 8 Jul 2014 21:00:44 +0000 (14:00 -0700)]
Fix position of text selection menu when paste.
Patch fixed position of text selection menu when paste.
Issue: CBBROWSER-285
Change-Id: I692d6d31d152ada93fb8662f7ffe468ded55bd72
Kamil Klimek [Tue, 8 Jul 2014 19:36:23 +0000 (12:36 -0700)]
Fix for an issue with ewk_view_hit_test_new API
This commit fixes open link issue in email app.
The solution is to apply the device scale factor and offset to x, y coords.
Issue: CBEFL-103 CBWEBVIEW-839
Change-Id: Icb937f97adf80cfeb82f7db2b81135a8bd1c42c9
Lukasz Krok [Tue, 24 Jun 2014 13:12:46 +0000 (15:12 +0200)]
Fix for the text Align* buttons not working ok in email application.
It is possible to make the text align buttons all to be clicked in the same time.
Issue: CBWEBVIEW-877
Change-Id: I7428213c1475d8a3ed166ed599dab96d5695292a
Prashant Nevase [Tue, 24 Jun 2014 22:47:22 +0000 (04:17 +0530)]
Optimize the RWHV EvasObjectImagePixelsGetCallback function
This improves canvas benchmark performance by ~ 0.03.
Issue: CBGRAPHICS-299
Change-Id: Iebf38c93a65b786acceabe8b65580a5c08dd3a29
Piotr An Nguyen [Mon, 7 Jul 2014 22:49:34 +0000 (15:49 -0700)]
Fix problem when ContextMenuItemSelected callback is not called when it should.
Issue: CBWEBVIEW-855
Repairing [UnitTest] Unit test Fail - ewk_context_menu_item_link_url_get
Change-Id: I0bfbd38ae611956dafccc7463c4c1ba9e4661dc9
Youngcheol Kang [Mon, 7 Jul 2014 20:58:44 +0000 (13:58 -0700)]
Add "policy,decision,new,window" smart callback for Tizen TV
Patch only added declaration, so implementation is required.
Change-Id: I56e79790709ad372a43228b7177cbec550300665
Sergey [Wed, 18 Jun 2014 11:31:14 +0000 (20:31 +0900)]
Magnifier shown at wrong place of screen in email application
Issue :CBWEBVIEW-854
Change-Id: Ice0f0c175c74fcefcfddc0606ac5e5b4ce00ddba
Kamil Klimek [Mon, 7 Jul 2014 20:33:39 +0000 (13:33 -0700)]
Enable orientation event, fix a related crash and APIs
Change-Id: I948e70e9b7b1344ccd2dc7f2d6264b98e01a961a
Conflicts:
impl/eweb_view.cc
Jongsoo Yoon [Tue, 24 Jun 2014 13:23:54 +0000 (22:23 +0900)]
Add "ui-gadget::client" permission
Composer is pending when it is replied by click email address.
According to the result of checking smack log (/var/log/audit/audit.log),
chromium-efl cannot access to "ui-gadget::client".
As Adding "ui-gadget::client" permission, composer can avoid pending issue.
Issue : CBWEBVIEW-878
Change-Id: I7f2fc81001fb870ef6f9648d916bd850d71536a0
Signed-off-by: Jongsoo Yoon <join.yoon@samsung.com>
Conflicts:
packaging/org.tizen.chromium-efl.manifest
Karol Furmaniak [Mon, 7 Jul 2014 23:04:08 +0000 (16:04 -0700)]
Fix text selection problem when mouse/touch events are prevented.
Issue: CBBROWSER-204, CBBROWSER-205, CBBROWSER-247
When mousemove/down/up events are prevent defaulted,
text selection should be hided after tap.
When touchend event is prevent defaulted,
text selection should not be hided after tap.
Change-Id: Ic5041f7da9fa0efcc3d8f087d7ad3ef41dac9364
Karol Furmaniak [Mon, 7 Jul 2014 20:45:49 +0000 (13:45 -0700)]
Fix hiding context menu when selection is covered.
Issue: CBBROWSER-271, CBBROWSER-151
[Problem]: When selection is covered context menu and selection handlers are still visible.
[Solution]: Add check if in selection point is not covered.
Change-Id: I270a14c8f8080b9a826be46fce368c292097e63d
Sergey [Fri, 20 Jun 2014 05:47:59 +0000 (14:47 +0900)]
Add switch(kUseSWRenderingPath) to choose SW render path during runtime
It works only under TIZEN_OS.
Issue : CBGRAPHICS-341
Change-Id: I84ea9fb6d3bfec86c4c60d2b494a6a0af289694a
Conflicts:
impl/browser/renderer_host/render_widget_host_view_efl.cc
impl/command_line_efl.cc
Lukasz Krok [Tue, 17 Jun 2014 10:41:40 +0000 (12:41 +0200)]
Bold, Italic and Underline Icons are bugged.
Issue: CBEFL-152 / CBWEBVIEW-852
Cause: _ewk_view_text_style_state_cb in email application was not executed on text input in order to
make the rich text toolbar to become dimmed.
Solution: Query for selection style on text input state changed.
Change-Id: If7f8545a0d95d1c58a34dbdc75cc49714721e050
Tomasz Olszak [Thu, 12 Jun 2014 15:22:25 +0000 (17:22 +0200)]
Omit creation of debug packages.
Debug packages should not be created when nodebug
flag is passed. The libraries don't contain debug
information so these steps (extract debug info,
create debug packages) only result in longer build
process.
Change-Id: I6599916b263bbbc2d2bee20d44bfc3069127ac10
Issue-Id: CBEFL-150
Signed-off-by: Tomasz Olszak <t.olszak@samsung.com>
SeungSeop Park [Mon, 16 Jun 2014 00:26:52 +0000 (09:26 +0900)]
Refactor policy decision: use const char* instead of Eina_Stringshare*
Replaced because no good reason for Eina_Stringshare* was found.
Issue: CBWEBVIEW-387
Change-Id: I74eaa843e7f9759c43cd7fdfbb7a16ca94b0c410
Signed-off-by: SeungSeop Park <sns.park@samsung.com>
SeungSeop Park [Mon, 23 Jun 2014 04:13:02 +0000 (13:13 +0900)]
refactor dependency : ewkUpdateWebkitPreference() (removed ewk_view_private.h)
The function is not used by chormium-efl and hence better to belong to ewk layer.
Issue: CBEFL-95
Change-Id: Iba3b13921e858f499d8e1fb7533a37fa23670184
Signed-off-by: SeungSeop Park <sns.park@samsung.com>
Conflicts:
impl/chromium-efl.gyp
SeungSeop Park [Sat, 21 Jun 2014 10:01:07 +0000 (19:01 +0900)]
break dependency to EWebView
EWebView has complicated dependencies to chromium internal, which makes it hard
to break dependency between chromium-efl and ewk.
To simplify the dependency, this commit does followings:
- hide EWebView from outside use
- add new class, tizen_webview::WebView, for public use
- bridge EWebView as private impl for tizen_webview::WebView.
The next step is to tidy up EWebView and move some of the implementations to
proper location.
Issue: CBEFL-92
Change-Id: I6fe1b2c396c8be1fed4253d2441d6dbb961ac88f
Signed-off-by: SeungSeop Park <sns.park@samsung.com>
Conflicts:
impl/chromium-efl.gyp
Marek Ruszczynski [Thu, 12 Jun 2014 12:05:26 +0000 (14:05 +0200)]
Implement ewk_settings_link_magnifier_enabled_set and get.
The link magnifier is enabled by default.
Issue: CBWEBVIEW-569
Change-Id: I850d8e7d0a0cdcad1fe1b9db63ebe08719874662
w.basiak [Fri, 13 Jun 2014 07:05:53 +0000 (09:05 +0200)]
Implement ewk_view_encoding_custom_set
Issue: CBWEBVIEW-843
Change-Id: I84e1a5049aeec5168d6c94a79f4f784f9c991265
Marcin Lapinski [Mon, 7 Jul 2014 21:23:58 +0000 (14:23 -0700)]
Changed implementation of EWebView::GetSnapshot
Previously snapshot was obtained from BackingStore, which is not a valid
approach any more. In this patch, the implemenation is changed so as to
get snapshot directly from GPU buffer via RenderViewHostViewEfl.
From EWK perspective, this fixes UTC ewk_view_screenshot_contents_get fail,
and the ewk side patch http://suprem.sec.samsung.net/gerrit/#/c/2214/ should
be merged after landing this patch.
Issue: CBWEBVIEW-526
Change-Id: I010375946983685be2e97b1bd46d5b0db2ccdcd5
Conflicts:
impl/eweb_view.cc
Shadakshari B C [Thu, 29 May 2014 09:20:26 +0000 (14:50 +0530)]
[GStreamer] Handle play/pause when Home/Power key is pressed in Mobile.
Patch fixes HTML5 TC #13 and #14.
PS: Once application sends proper events then this patch will be modified
IssueID: CBWEBCORE-486
Change-Id: I73db8222d915d2d3ed978d77df5a69f75d9eff0f
young bae kim [Mon, 12 May 2014 06:46:05 +0000 (15:46 +0900)]
[Gstreamer] Add README. Gstreamer packages installation guide for media element. IssueID-CBWEBCORE-482
Change-Id: I5ddc591e0663261c93eceb7a7f0bb47b33c79650
Vinod Keshav [Mon, 16 Jun 2014 19:02:53 +0000 (12:02 -0700)]
WebAudio Implementation - Decoder using GST
Patch implements WebAudio decoder by using GST.
Issue id: CBMM-14
Change-Id: Iceaa49d3426db5049b180d5b9c01ec6424673286
Conflicts:
src/content/content_browser.gypi
src/media/media.gyp
Youngcheol Kang [Fri, 23 May 2014 09:57:29 +0000 (18:57 +0900)]
Implement webrtc features.
Implement the audio / video port using CAPI for webrtc.
Issue: CBMM-99 CBMM-410
Change-Id: I149bb29f835aa82ce4577b22a230d0119ecb4536
KANGYONG PARK [Mon, 21 Jul 2014 12:13:21 +0000 (21:13 +0900)]
Fix GetUserAgent
ISSUE : CBWEBCORE-440
Change-Id: Ic2e2d631509abba2c2b0daabf563d3abfed17a82
Piotr Tworek [Mon, 21 Jul 2014 12:41:58 +0000 (14:41 +0200)]
Fix URLRequestContext creation to work with chromium M37.
Change-Id: I07ab0d6e615d1ded9d2165d4a78d8151f1d8e06c
Karol Furmaniak [Tue, 10 Jun 2014 13:20:28 +0000 (15:20 +0200)]
Fix show/hide Largehandler.
Issue: CBBROWSER-196, CBWEBCORE-417
[Problem]:After input field focus change large handler is showing,
but it shouldn't.
[Solution]: Add unsetting caret selection status on FocusedNodeChanged.
Also fixed disapearing selected text when predictive mode is on.
Change-Id: If9f7eb01170119a8bb8d9cf66fa5ac6dcb562a8d
Conflicts:
impl/browser/renderer_host/render_widget_host_view_efl.cc
Adam Banasiak [Fri, 6 Jun 2014 12:23:55 +0000 (14:23 +0200)]
Implement ewk_view_url_request_set
[Issue#] CBWEBVIEW-253
[Depend on] http://suprem.sec.samsung.net/gerrit/#/c/2213/
Change-Id: I729134c586aab87b3113b9cac0146858d4e1bae4
Conflicts:
impl/eweb_view.cc
Lukasz Krok [Fri, 6 Jun 2014 18:19:41 +0000 (20:19 +0200)]
Current legacy font size mode support added.
Issue : CBWEBVIEW-174
Font size on editing mode is not changed.
This commit is a follow-up for
f0cf3481 and
0fa07a7 (chromium-ewk) commits.
Without correct legacy font size mode manipulation possibility,
the FontSizeCSS editor command does not work fully properly,
e.g. when in email application user sets
text font size to 12px and then selects the text again,
the rich text toolbar will show 2px instead of 12, that is legacy (not pixel) font size value.
Solution : Migrate required implementation from tizen webkit2.
Change-Id: I3cd42256c24f771704ec7307a84ddc43075ca8a3
Conflicts:
src/third_party/WebKit/Source/core/editing/EditingStyle.cpp
src/third_party/WebKit/Source/core/frame/Settings.h
Conflicts:
src/content/public/common/common_param_traits_macros.h
src/content/renderer/web_preferences.cc
src/third_party/WebKit/Source/core/editing/EditingStyle.cpp
src/webkit/common/webpreferences.cc
src/webkit/common/webpreferences.h
Umesh Kumar Patel [Fri, 6 Jun 2014 11:47:20 +0000 (17:17 +0530)]
WCS Feature : Chrome reused files
Change-Id: Ie7498630ba2cd1e0891e1b5b6bdd65be0cdf25ff
Michał Obrembski [Thu, 12 Jun 2014 13:47:50 +0000 (15:47 +0200)]
Fix bad hardware back key behavior.
On mobile, when context menu is shown, and user presses hardware back
key, browser opens previous site instead of closing menu.
This commit fixes this issue.
Issue-Id: CBBROWSER-76
Change-Id: Ic336dbd2ca63c847c87bc092b391af90e32437e2