platform/framework/web/chromium-efl.git
6 years agoUpdate spec file for latest xwalk version
Arnaud Renevier [Fri, 5 Jun 2015 22:18:20 +0000 (15:18 -0700)]
Update spec file for latest xwalk version

Some files are no more parts of xwalk source: xwalk.service.in, xwalk.in
and org.crosswalkproject.Runtime1.service

Also, xwalk_launcher is not a gyp target anymore.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13152
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: I4fa0d00369b62a5c1dc9d334a8dbc1dbc4d0da02
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years ago[M40 Merge] Disable double tap zoom on fullscreen view
kriti.s [Wed, 3 Jun 2015 13:22:06 +0000 (18:52 +0530)]
[M40 Merge] Disable double tap zoom on fullscreen view

Checks if fullscreen is active on double tap gesture.
If it is, don't send event to renderer.

m40 patch: http://165.213.202.130/gerrit/#/c/76539/
Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12361
Reviewed by: SeungSeop Park, Siba Samal, mohan reddy, venu musham

Change-Id: I8b03a1ec293754515e69dee66a5d3ea2853a12a8
Signed-off-by: kriti.s <kriti.s@samsung.com>
6 years agoChange default color of TapHighlight to orange for Tizen.
Karol Furmaniak [Wed, 3 Jun 2015 08:10:53 +0000 (10:10 +0200)]
Change default color of TapHighlight to orange for Tizen.

[Issue] Default color was light grey.
[Requirment] Colors should be orange, by WCS TC 146.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12725
Reviewed by: Antonio Gomes, Piotr Grad

Change-Id: I73e745c4681baef88f9444c42b98e7539031a45f
Signed-off-by: Karol Furmaniak <k.furmaniak@samsung.com>
6 years agoRemove one pushd/popd usage
Arnaud Renevier [Thu, 4 Jun 2015 16:01:13 +0000 (09:01 -0700)]
Remove one pushd/popd usage

Use readlink instead of pwd. This avoids us a directory change.
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: I6dbcae001dde0f1b97b73d944211a8c85a18fb73
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years agoBuild with chromium libusb
Arnaud Renevier [Wed, 3 Jun 2015 23:27:00 +0000 (16:27 -0700)]
Build with chromium libusb

Crosswalk on tizen pulls some dependencies which eventually use libsub
methods appeared in libusb 1.0.16. But tizen3.0 has libusb 1.0.9.

So, we temporary use chromium libusb. Once bug #13185 is fixed, we can
revert this patch.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13152
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: Id8c6359677e185563a9c678348ba573d36fc990a
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years ago[EWK_REFACTOR] Get orientation from native window, not ewebview
yh106.jung [Wed, 3 Jun 2015 07:29:41 +0000 (16:29 +0900)]
[EWK_REFACTOR] Get orientation from native window, not ewebview

Get orientation from native window in order to remove dependency on ewebview.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12028
Reviewed by: Antonio Gomes, Hyunhak Kim, SeungSeop Park, arno renevier

Change-Id: Ifa04a26e562dfd563d59be9a1e9e1478bb5832c0
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
6 years ago[M40 Merge][MM][WebRTC] Merge patches from M40.
s.kamath [Tue, 26 May 2015 13:25:41 +0000 (18:55 +0530)]
[M40 Merge][MM][WebRTC] Merge patches from M40.

[WebRTC][M0] Fix front camera rotation.
http://165.213.202.130/gerrit/#/c/76321/

[WebRTC] Fix noise on captured video frame.
http://165.213.202.130/gerrit/#/c/75655/

[MM][WebRTC] Make front camera as default one.
http://165.213.202.130/gerrit/#/c/77498/

[MM][WebRTC] Adding SMACK rules to mini_browser.
http://165.213.202.130/gerrit/#/c/76094/

[MM][WebRTC] Fix Evas Popup crash for Media request.
http://165.213.202.130/gerrit/#/c/75898/

fixup! [WebRTC][M0] Fix front camera rotation.
http://165.213.202.130/gerrit/#/c/77130/

Enable video capture port on M0
http://165.213.202.130/gerrit/#/c/74561

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13054

Together with: I6b6e518cbc88c9613804cd3f12e2ecd5d1d637e0
Reviewed by: Antonio Gomes, SeungSeop Park, Venugopal S M

Change-Id: Id0d04324a58ec53c48ea7a59945ff1f0429a2352
Signed-off-by: s.kamath <s.kamath@samsung.com>
6 years agoReplace system_info_internal.h with system_info.h
Youngcheol Kang [Tue, 2 Jun 2015 01:32:44 +0000 (10:32 +0900)]
Replace system_info_internal.h with system_info.h

In Tizen 2.4/3.0, system_info_internal.h is replaced by system_info.h.
In the meanwhile, an API changed as well:
- system_info_get_value_string => system_info_get_platform_string

This patch adapts the code according to the change.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13129
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: I018815e61ff801393ba85f8a52bece2fefd5e6b7
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
6 years agocall PathEfl::Register from efl::Initialize
Arnaud Renevier [Tue, 2 Jun 2015 17:42:19 +0000 (10:42 -0700)]
call PathEfl::Register from efl::Initialize

Currently, PathEfl::Register is called from Shell::PlatformInitialize

But other non applications, like crosswalk will also need to Register
PathEfl. So with this patch, we call it from efl::Initialize

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13152
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: I50dd66ce4c8654168cca63ce63b3ed0e24717666
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years agofixup! Implement Chromium Theme for Tizen.
Antonio Gomes [Tue, 2 Jun 2015 16:09:20 +0000 (12:09 -0400)]
fixup! Implement Chromium Theme for Tizen.

Since https://codereview.chromium.org/738113003,
LayoutTheme::theme method is not defined in LayoutThemeChromiumDefault
anymore. Instead, each subclass (Win,Android,Mac and Tizen)
that needs a implementation of ::theme adds its own.

Following that, Efl/Tizen port can now have its own
implementation of LayoutTheme::theme without the
RenderThemeChromiumDefault_override hack.

Patch removes the hack, accordingly.
Reviewed by: Balazs Kelemen, SeungSeop Park, arno renevier

Change-Id: I5cdaa53abe0d39d8afd701361337dbcda29ec936
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years agofixup! [M40 Merge][Tizen 3.0][EWK API] Change argument of ewk_send_widget_info
Michał Pakuła vel Rutka [Fri, 29 May 2015 14:02:30 +0000 (16:02 +0200)]
fixup! [M40 Merge][Tizen 3.0][EWK API] Change argument of ewk_send_widget_info

Update ewk unittest to match changed API.
Reviewed by: Antonio Gomes, Hyunhak Kim

Change-Id: I27911a5e99a5b3e0b3156a20ca55212e61f6175a
Signed-off-by: Michał Pakuła vel Rutka <m.pakula@samsung.com>
6 years agoUpdate S_TRUNK_OWNERS of chromium-efl
Jongsoo Yoon [Tue, 2 Jun 2015 04:57:52 +0000 (13:57 +0900)]
Update S_TRUNK_OWNERS of chromium-efl

Current S_TRUNK_OWNERS is for dev/m42 branch.
Becuase beta/m42 just branch off of dev/m42.
It should be replaced from beta/m40 S_TRUNK_OWNERS.

  - S_TRUNK_OWNER is replace from beta/m40_2214_t
  - Inactive reviewers are removed.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13126
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: Id7be400c3122762276a507b5169f2692bc990ba1
Signed-off-by: Jongsoo Yoon <join.yoon@samsung.com>
6 years ago[MM] Video rotation issue in full screen mode
Umesh Kumar Patel [Fri, 22 May 2015 12:53:58 +0000 (18:23 +0530)]
[MM] Video rotation issue in full screen mode

On Video rotation on fullscreen mode exiting to normal mode,
because of fullscreen mode information is not passed to
RenderWidgetHost, made changes to pass fullscreen information.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13052
Reviewed by: SeungSeop Park, Siba Samal, Venugopal S M

Change-Id: Id6cdf91d757d6855e3276730d2348cee94113504
Signed-off-by: jitu.patel <jitu.patel@samsung.com>
Signed-off-by: Umesh Kumar Patel <umeshk.patel@samsung.com>
6 years ago[Ozone Wayland] Fix for evasgl issue/crash in efl_webview_app/mini_browser on Note4
Chandan Padhi [Fri, 29 May 2015 13:12:41 +0000 (18:42 +0530)]
[Ozone Wayland] Fix for evasgl issue/crash in efl_webview_app/mini_browser on Note4

Below evasl gl errors are seen when we run efl_webview_app/mini_browser on Note4:
ERR<5058>:EvasGL modules/evas/engines/gl_common/evas_gl_api_ext.c:327 evgl_api_ext_init()
glGetString returned NULL! Something is very wrong...
ERR<5058>:EvasGL modules/evas/engines/gl_common/evas_gl_core.c:1437
evgl_engine_init() Extensions failed to load. This shouldn't happen, Evas GL load fails.
ERR<5058>:evas_main lib/evas/canvas/evas_gl.c:367 evas_gl_context_version_create() Failed
creating a context from the engine.
[0518/235828:FATAL:gl_shared_context_efl.cc(33)] GLSharedContextEflPrivate(): Create evas
gl context Fail

However, these errors are not seen for ubrowser.

On Note4, tt seems like all gl/egl initialization must be completed
before the evas_object is created and its evas canvas is used to
created an Evas GL object. Platform team may explain more on this.

In chromium-efl, this initialization is done in the ewk_context_default_get() call.
In case of efl_webview_app/mini_browser, ewk_context_default_get() call is made after the
main window gets created whereas its called before main window creation for ubrowser.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12492
Reviewed by: DaeHyun Ko, Siba Samal

Change-Id: Iceec7d29c7057cd00d62453c2fd753b876c096cd
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
6 years ago[Crosswalk] Reenable hook to generate UPSTREAM.blink
Antonio Gomes [Mon, 1 Jun 2015 22:20:21 +0000 (18:20 -0400)]
[Crosswalk] Reenable hook to generate UPSTREAM.blink

Patch fixes the following error:

ninja: Entering directory `/<path>/src/out.x64/Release'
ninja: error: '../../xwalk/build/UPSTREAM.blink', needed by
'gen/blink_upstream_version.h', missing and no known rule to make it
Error: File:tizen_src/build/build_desktop.sh Line:155
Reviewed by: Hyunhak Kim, SeungSeop Park, arno renevier

Change-Id: Ic687023271ca73d015fe460556c729513f05bc84
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years agofixup! ozone integration
Antonio Gomes [Fri, 29 May 2015 22:19:26 +0000 (18:19 -0400)]
fixup! ozone integration

Since http://165.213.202.130/gerrit/#/c/80317/ we
hit the follow ASSERT upon launch (desktop debug build
of content shell).

[0529/143728:FATAL:at_exit.cc(53)] Check failed: false. Tried to RegisterCallback without an AtExitManager
 #0 0x000000792167 base::debug::StackTrace::StackTrace()
 #1 0x0000006cca71 logging::LogMessage::~LogMessage()
 #2 0x0000006b07e5 base::AtExitManager::RegisterTask()
 #3 0x000004ad9078 ui::DeviceDataManager::DeviceDataManager()
 #4 0x000004ad92b9 ui::DeviceDataManager::CreateInstance()
 #5 0x0000013b78a3 ui::OzonePlatform::InitializeForUI()
 #6 0x000000505f70 efl::Initialize()
 #7 0x00000041fb1e main
 #8 0x7ffff302aec5 __libc_start_main
 #9 0x00000041fa34 <unknown>

AtExitManager has to be init'ed before frame #6.

Similarly to [1] and [2], add a AtExitManager variable
declared as a local variable in 'main'.

[1] https://code.google.com/p/chromium/codesearch#chromium/src/ui/ozone/demo/ozone_demo.cc&ct=rc&cd=51&q=atexitmanager&sq=package:chromium&l=314&dr=C
[2] https://code.google.com/p/chromium/codesearch#chromium/src/mandoline/app/desktop/main.cc&q=atexitmanager&sq=package:chromium&l=13&dr=C

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=8054
Reviewed by: Balazs Kelemen, arno renevier

Change-Id: I8045ce570d6839da068c5e5aa2b704b1c736af54
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years agofixup! ozone integration
Antonio Gomes [Fri, 29 May 2015 17:00:08 +0000 (13:00 -0400)]
fixup! ozone integration

Since http://165.213.202.130/gerrit/#/c/80317/ we
hit the follow ASSERT upon launch (desktop debug build
of ubrowser --mobile).

[0529/105606:FATAL:at_exit.cc(53)] Check failed: false. Tried to RegisterCallback without an AtExitManager
 #0 0x7fee4c9d7037 base::debug::StackTrace::StackTrace()
 #1 0x7fee4ca15373 logging::LogMessage::~LogMessage()
 #2 0x7fee4c9c9ff1 base::AtExitManager::RegisterTask()
 #3 0x7fee4dcf0f56 ui::DeviceDataManager::DeviceDataManager()
 #4 0x7fee4dcf1197 ui::DeviceDataManager::CreateInstance()
 #5 0x7fee4dd09ca5 ui::OzonePlatform::InitializeForUI()
 #6 0x7fee4ba14c64 EwkGlobalData::GetInstance()
 #7 0x7fee4b9d4d83 EWebContext::EWebContext()
 #8 0x7fee4bab0d29 Ewk_Context::Ewk_Context()
 #9 0x7fee4bab0b6b Ewk_Context::Create()
 #10 0x7fee4bab09b2 Ewk_Context::DefaultContext()
 #11 0x7fee4baba2f5 ewk_context_default_get
 #12 0x000000407c00 Browser::Browser()
 #13 0x00000040c167 app_create()
 #14 0x00000040c43e main
 #15 0x7fee49591ec5 __libc_start_main

AtExitManager has to be init'ed before frame #5,
or AtExitManager could be declared as a local variable in 'main'.

In our code, the initialization happens in the lines right below
the call to OzonePlatform::InitializeForUI.
See content/app/content_main_runner.cc@Initialize.

Patch flips those lines in order to fix the ASSERT.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=8054
Reviewed by: Balazs Kelemen, arno renevier

Change-Id: Ib4705a858f10561d86f5779e99a661fe37edf4c8
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years agoRevert "[SPIN][Temporary] Removed the error codes which happened in libvpx"
Youngsoo Choi [Fri, 29 May 2015 14:08:28 +0000 (23:08 +0900)]
Revert "[SPIN][Temporary] Removed the error codes which happened in libvpx"

This reverts commit d182c7b5159b9dd5ea79a1e92db8695e0654de26.

With the original patch, following linking error is coming from emulator build
because the original one prevents building the implementation of the function
'vp9_fdct8x8_quant_ssse3' by disabling target 'libvpx_intrinsics_ssse3'
under the architecture is ia32.

>> [ XXs] error: undefined reference to 'vp9_fdct8x8_quant_ssse3'

This patch enables chromium-efl to be built on tizen v3.0 emulator(ia32).

Note that currently it is not able to build chromium-efl on tizen v2.4 emulator
due to platform issue, so it needs to be verified once the issue is fixed.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13116
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: I471cc65f02f0554c20c2c746b8fdf4191fcf13ca
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
6 years agoInitialize ecore wayland for other embedders
yh106.jung [Mon, 1 Jun 2015 04:20:26 +0000 (13:20 +0900)]
Initialize ecore wayland for other embedders

This patch initializes ecore wayland for other embedders like content
shell and crosswalk.

bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12492
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: I8ff28a1d2b6a878884873bd721b1df140b257545
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
6 years agoFixup! [Tizen 3.0][Mobile] Use the prebuilt gold instead of the system gold
Youngsoo Choi [Fri, 29 May 2015 11:40:33 +0000 (20:40 +0900)]
Fixup! [Tizen 3.0][Mobile] Use the prebuilt gold instead of the system gold

Original patch prevents requiring binutils-gold from tizen v3.0 emulator and tv,
and it causes following build error.

>> [  XXXs] collect2: fatal error: cannot find 'ld'

Original patch: http://165.213.202.130/gerrit/#/c/80546/

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13107
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: I21c6e32572b07cf63302475f72f5a44503ef7781
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
6 years ago[tizen v3.0] Updating tizen v3.0 repository information
Youngsoo Choi [Fri, 29 May 2015 12:05:31 +0000 (21:05 +0900)]
[tizen v3.0] Updating tizen v3.0 repository information

Tizen v3.0 does not support x11 repositories anymore.

Available repositories can be found in following urls.

>> TV
>> http://download.tizen.org/snapshots/tizen/tv/latest/repos/

>> Mobile
>> http://download.tizen.org/snapshots/tizen/mobile/latest/repos/

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13108
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: Id232761d149fb9eef0abf68cc175debb4b4e030d
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
6 years agofixup! fixup! [dev/m42][uBrowser] Wrong output on double tap.
Antonio Gomes [Fri, 29 May 2015 16:30:44 +0000 (12:30 -0400)]
fixup! fixup! [dev/m42][uBrowser] Wrong output on double tap.

http://165.213.202.130/gerrit/#/c/79807/ introduced
a bogus DCHECK, easily verified when run ubroser --mobile
on desktop debug mode.

This method can be called no matter if touch_events_enabled_
is TRUE or FALSE.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12717
Reviewed by: Hyunhak Kim, arno renevier

Change-Id: Ib643bbec7a22584845205a1decc26c391e06aa7c
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years agofixup! [dev/m42][uBrowser]Select picker doesn't work
Antonio Gomes [Wed, 27 May 2015 20:36:48 +0000 (13:36 -0700)]
fixup! [dev/m42][uBrowser]Select picker doesn't work

FrameMsg_ClosePopupMenu does not exist in chromium
and we do not need it anymore. To close a popup,
a FrameMsg_SelectPopupMenuItems message is emitted
with an empty vector as parameter passed.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12720
Reviewed by: Hyunhak Kim, arno renevier

Change-Id: I419dc0bb7708c295e54e6a636133ad1f814b0134
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years ago[HOTFIX] Create dummy APIs for WRT build
yh106.jung [Thu, 28 May 2015 13:50:43 +0000 (22:50 +0900)]
[HOTFIX] Create dummy APIs for WRT build

This is hotfix for WRT build.
Create dummy for below APIs:
ewk_context_notification_callbacks_set
ewk_context_notification_callbacks_reset

original gerrit: http://165.213.202.130/gerrit/#/c/75818/
Reviewed by: Hyunhak Kim, Marcin Krakowiak

Change-Id: I727181807a5b994786b88923ce4ede7e629b540b
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
6 years agoRevert "temporary fix - add Ewk_Context to ewk_notification_showed to make WRT compile"
yh106.jung [Thu, 28 May 2015 12:57:54 +0000 (21:57 +0900)]
Revert "temporary fix - add Ewk_Context to ewk_notification_showed to make WRT compile"

This reverts commit 6e6015b9a35c2630454ec69f35d788571b854f1c.

Original commit message:
Context was not used and we removed it, but WRT assumes that
ewk_notification_showed takes context as one of the parameters
and after our Notification API refactoring it doesn't compile.
WRT will update to the new API, but for now we need this temporary
fix for it to work.
Reviewed by: Antonio Gomes, Daniel Waślicki, Hyunhak Kim

Change-Id: Ib3fe9036f8bfe2992d17e219a21213ed33bd6d90
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
6 years ago[M40 Merge] Add ewk_notification_icon_save_as_png API
Kamil Klimek [Wed, 4 Mar 2015 11:18:17 +0000 (12:18 +0100)]
[M40 Merge] Add ewk_notification_icon_save_as_png API

After notification API refactoring the only way to retrieve notification
icon was to create new Evas_Object with icon. Add extra API for
convinience

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=11368
Reviewed by: Antonio Gomes, Eun Namgung, Jaesik Chang, Piotr Tworek, commitbot

Change-Id: Ia383aef963e403e3879c7a098761dc39ebadbd51
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
6 years ago[Tizen 3.0][Mobile] Use the prebuilt gold instead of the system gold
Youngcheol Kang [Thu, 28 May 2015 11:05:37 +0000 (20:05 +0900)]
[Tizen 3.0][Mobile] Use the prebuilt gold instead of the system gold

Using the binutils-gold of system had a crash in the Tizen 3.0 Mobile
(mobile-wayland-arm64-n4 Image).

This is the temporary solution. It will be removed after fixing
the problem by Platform team.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13083
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: I0b2708802fdda56ab7db208117702c1d93ac7c35
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
6 years ago[Ozone Wayland] Get wayland display
Chandan Padhi [Tue, 26 May 2015 16:27:08 +0000 (21:57 +0530)]
[Ozone Wayland] Get wayland display

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12492
Reviewed by: Antonio Gomes, DaeHyun Ko, Eun Namgung, Hyunhak Kim, SeungSeop Park

Change-Id: Ifa3bd1d35a8ba107acf1bc5b94b8c9cc7e1445a1
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
6 years ago[wayland][tizen v3.0] Do not set ecore_imf_context_input_panel_enabled_set as false
yh106.jung [Wed, 27 May 2015 05:07:59 +0000 (14:07 +0900)]
[wayland][tizen v3.0] Do not set ecore_imf_context_input_panel_enabled_set as false

This is workaround patch before finding root cause.
IME was not shown after calling
ecore_imf_context_input_panel_enabled_set(context, false).
So block temporarily the code.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12973
Reviewed by: Antonio Gomes, Hyunhak Kim

Change-Id: Ia707b5c4cf584e945ec985d66b87385af3049f10
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
6 years agoozone integration
Arnaud Renevier [Wed, 13 May 2015 17:59:22 +0000 (10:59 -0700)]
ozone integration

Implement a subset of ozone porting layer needed to get chromium GL
layer working.

When using ozone, chromium uses surfaces and contexts based on egl, and
does not use x11 anymore.

So this is a first step towards enabling wayland on chromium-efl
Reviewed by: Antonio Gomes, DaeHyun Ko, Hyunhak Kim

Change-Id: I7c3b810b14bd071434f3b23c7a56b1aff61abc38
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years ago[wayland][tizen v3.0] ecore wayland function integration
yh106.jung [Thu, 21 May 2015 10:23:50 +0000 (19:23 +0900)]
[wayland][tizen v3.0] ecore wayland function integration

This patch is based on [WAYLAND_BRINGUP] Wayland window fuctions
integration(http://165.213.202.130/gerrit/79542)

1. ecore_x_window_size_get -> ecore_wl_screen_size_get
2. ecore_x_window_resize -> ecore_wl_window_resize
3. ecore_x_window_hide -> ecore_wl_window_hide
4. ecore_x_window_show -> ecore_wl_window_show
5. ecore_x_window_move -> ecore_wl_window_move

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12693
Reviewed by: Antonio Gomes, Hyunhak Kim, Jaesik Chang

Change-Id: Ic55f136a883710c5cc36f42d03712f3f28238dc8
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
6 years ago[M40 Merge][Tizen 3.0][WRT] Send whole Ewk_IPC_Wrt_Message_Data via evas smart callback
yh106.jung [Fri, 15 May 2015 04:53:14 +0000 (13:53 +0900)]
[M40 Merge][Tizen 3.0][WRT] Send whole Ewk_IPC_Wrt_Message_Data via evas smart callback

Send whole Ewk_IPC_Wrt_Message_Data not only type via evas smart callback when
ewk_ipc_plugins_sync_message_send is called.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12990
Reviewed by: Antonio Gomes, Hyunhak Kim, arno renevier

Change-Id: I5f64f26cd6153ca0ac78e298a4721937327fd396
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
6 years ago[M40 Merge][Tizen 3.0][WRT] Implements DynamicPluginStopSession
yh106.jung [Mon, 18 May 2015 07:55:14 +0000 (16:55 +0900)]
[M40 Merge][Tizen 3.0][WRT] Implements DynamicPluginStopSession

Implements DynamicPluginStopSession inteface like below.

extern "C" void DynamicPluginStopSession(
    const char* tizen_id, v8::Handle<v8::Context> context)

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12998
Reviewed by: Antonio Gomes, Hyunhak Kim, arno renevier

Change-Id: I4f98a152b062a63dcdf4826a53ec8867f1f85112
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
6 years ago[M40 Merge][Tizen3.0][WRT] Refactor ewk_send_widget_info API
Krzysztof Czech [Wed, 13 May 2015 12:18:48 +0000 (14:18 +0200)]
[M40 Merge][Tizen3.0][WRT] Refactor ewk_send_widget_info API

Associate widget's information with efl context. This is part of
the refactoring started here http://107.108.218.239/bugzilla/show_bug.cgi?id=10976.

bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12843
Reviewed by: Antonio Gomes, Hyunhak Kim, Jaesik Chang, arno renevier

Change-Id: I67158821a0ba56625e54df516bf88ae20475b262
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
6 years agoRemove X11EventSourceEfl
Arnaud Renevier [Mon, 18 May 2015 21:27:13 +0000 (14:27 -0700)]
Remove X11EventSourceEfl

PlatformEventSource::CreateDefault() is called by ozone. So we don't
need to call it anymore ourselves.

Also with ozone, it's the platform event source stub that is used.

So that means we can remove X11EventSourceEfl.
Reviewed by: Antonio Gomes, DaeHyun Ko, SeungSeop Park

Change-Id: Ic9c0552309c1c0521ddbca8720cb5cb5c4c46106
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years ago[M40 Merge][Tizen 3.0][EWK API] Change argument of ewk_send_widget_info
Krzysztof Czech [Thu, 30 Apr 2015 13:21:31 +0000 (15:21 +0200)]
[M40 Merge][Tizen 3.0][EWK API] Change argument of ewk_send_widget_info

Change argument's name and type: int => const char*

bug : http://107.108.218.239/bugzilla/show_bug.cgi?id=12806
Reviewed by: DONGJUN KiM, Hyunhak Kim, Jaesik Chang, Piotr Tworek, arno renevier

Change-Id: I270b86107c2a7e12f063a610119224851b027f8c
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
6 years ago[M40 Merge][WAYLAND_BRINGUP] Display size for Wayland
Chandan Padhi [Wed, 13 May 2015 13:34:19 +0000 (19:04 +0530)]
[M40 Merge][WAYLAND_BRINGUP] Display size for Wayland

This patch gets the display width and height using ecore_wl_screen_size_get().

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12492
Reviewed by: Antonio Gomes, DaeHyun Ko

Change-Id: Idef09cfcd18eb091bd66387dc53808dd955381cf
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
6 years agofixup! Remove GCC 4.6 support
Antonio Gomes [Tue, 26 May 2015 17:47:59 +0000 (10:47 -0700)]
fixup! Remove GCC 4.6 support

This is not only not needed anymore. Additionally,
it was failing to apply and wrongly removing files
from ffmpeg checkout, causing x86-64 build issues.

This reverts d047c853.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12987
Reviewed by: Karol Furmaniak, arno renevier, mohan reddy

Change-Id: I8b2fe99d131770fc76d5792516171c320c10ecac
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years ago[M40 Merge] Use old url instead of new url when new url is empty in WrtWidget::ParseUrl
yh106.jung [Tue, 28 Apr 2015 11:12:57 +0000 (20:12 +0900)]
[M40 Merge] Use old url instead of new url when new url is empty in WrtWidget::ParseUrl

Page loading was failed when new url was empty after
DynamicUrlParsing.
In that case, use old url as new url.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12822
Reviewed by: Antonio Gomes, Hyunhak Kim, Piotr Tworek

Change-Id: Idff2a940dd009a1f87c537a1536b8a691481a6da
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
6 years ago[M40 Merge] Provide a way to set injected-bundle so name [ewk_context_new_with_inject...
Krzysztof Czech [Fri, 13 Mar 2015 12:26:56 +0000 (13:26 +0100)]
[M40 Merge] Provide a way to set injected-bundle so name [ewk_context_new_with_injected_bundle_path]

API that will be used by the WRT web apps to inject specific bundle to perform some
additional operations directly on JS context. Currently libwrt-injected-bundle.so
is injected by default.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=10976
Reviewed by: DONGJUN KiM, Piotr Tworek
Reviewed by: DONGJUN KiM, Hyunhak Kim, Piotr Tworek, arno renevier, commitbot

Change-Id: I86145ede4bd50bc7af7ee69b4a7a3f241ff4965a
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
6 years ago[wayland][tizen v3.0] Initial support for TV and mobile
Youngsoo Choi [Thu, 2 Apr 2015 06:15:46 +0000 (15:15 +0900)]
[wayland][tizen v3.0] Initial support for TV and mobile

Note that this patch does not directly handle any wayland APIs.
It will be handled in other patch set, enabling blocked feature.

1) All of x11 dependent codes are blocked by flag 'BRINGUP_WAYLAND'.
   It is starting point of supporting chromium-efl on wayland.

2) The wayland library rpm packages are included, and
   the required packages are listed in alphabetical order in spec file.

3) In gyp, all changes of wayland are located under
   the condition 'building_for_tizen' to avoid affecting desktop build.

4) This patch supports builds for TV and mobile on arm-wayland or arm-x11,
   including desktop.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12490
Reviewed by: Antonio Gomes, DaeHyun Ko, Hyunhak Kim, SeungSeop Park

Change-Id: Ie059c270a1545bbba98e4297014f905d5883afe3
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
6 years agoDo not forward shift key to prevent shift keydown event.
Karol Furmaniak [Tue, 19 May 2015 07:24:32 +0000 (09:24 +0200)]
Do not forward shift key to prevent shift keydown event.

When upper case letter is entered there are two events
Shift + letter key. Do not forward shift key to
prevent shift keydown event.

WCS-TC_90

Test case:
Type "A" in text box.

Expected result:
keydown
keypress
compositionend
input
keyup

Actual result:
keydown
keydown
keypress
input
keyup
keyup

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12739
Reviewed by: Antonio Gomes, Hyunhak Kim, Piotr Grad, Piotr Tworek

Change-Id: Ic5945947466c85a064d7603d5bfab8cc5c0162a9
Signed-off-by: Karol Furmaniak <k.furmaniak@samsung.com>
6 years agoUpdate our ozone snapshot to be m42-compatible.
Antonio Gomes [Fri, 22 May 2015 19:30:53 +0000 (12:30 -0700)]
Update our ozone snapshot to be m42-compatible.

The SHA was extracted for crosswalk-m42, which
builds with ozone enabled by default.

For reference, see https://github.com/crosswalk-project/crosswalk/blob/crosswalk-13/DEPS.xwalk#L22

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12490
Reviewed by: Hyunhak Kim, arno renevier

Change-Id: I0c850549b823f65cda1be9b492a7bd0926211042
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years ago[M40 Merge] Removing file:// protocol handler specific for WRT.
Piotr An Nguyen [Mon, 11 May 2015 16:21:08 +0000 (18:21 +0200)]
[M40 Merge] Removing file:// protocol handler specific for WRT.

This is no longer needed on Browser Process side after architectural changes.

Original gerrit: http://165.213.202.130/gerrit/#/c/79548/

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=10969
Reviewed by: Antonio Gomes, Daniel Waślicki, Hyunhak Kim, Michal Roj, Ming Jin, Piotr Tworek

Change-Id: Ie6e1d71396abbc33f019b6d5af56a38ffcc845ee
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
6 years ago[m42] Add arm64 support to ffmpeg
Antonio Gomes [Thu, 21 May 2015 22:09:39 +0000 (15:09 -0700)]
[m42] Add arm64 support to ffmpeg

The following commands were executed within arm64 GBS wayland chroot:

$ # enter chroot
$ gbs chroot --root ~/GBS-ROOT-3.0-MOBILE-ARM64-WAYLAND/local/BUILD-ROOTS/scratch.aarch64.0/
$ # copy over src/third_party/ffmpeg to chroot (e.g.: /home/abuild)
$ cd ffmpeg
$ ./chromium/scripts/build_ffmpeg.py linux arm64
$ ./chromium/scripts/copy_config.sh
$ # edit chromium/scripts/generate_gyp.py; add "arm64" to support platforms.
$ python chromium/scripts/generate_gyp.py
$ edit ffmpeg.gyp; add "asm_sources" to the build
$ # generate the patch against a unchanged ffmpeg copy

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12490
Reviewed by: SeungSeop Park, arno renevier

Change-Id: I7aaab106225cf9a65d97977e9c24220d7ab863c5
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years ago[tizen v3.0] Upversion tts lib
Youngsoo Choi [Thu, 7 May 2015 09:35:22 +0000 (18:35 +0900)]
[tizen v3.0] Upversion tts lib

On tizen v3.0, the latest tts lib does not support variable
'tts_speed_e' and 'tts_voice_type_e'.

So, each variables are defined as 'void' and 'int',
as it was in tizen v2.4.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12933
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: I49bcd9caeeac377639d4d4ed4a61fbd6f42c11b7
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
6 years agoFix EWK unit test build
Michał Pakuła vel Rutka [Thu, 21 May 2015 11:04:27 +0000 (13:04 +0200)]
Fix EWK unit test build

One of EWK unit tests uses ecore_x_display_get, thus requires ecore-x as a
dependency. Ecore-x was added to ewk-test.gypi.
Reviewed by: Antonio Gomes, Piotr Tworek

Change-Id: Ie694dadff689707d286e52aefcaefff875f93657
Signed-off-by: Michał Pakuła vel Rutka <m.pakula@samsung.com>
6 years agoPull the plug in old source files from impl/ directory.
Piotr Tworek [Wed, 20 May 2015 11:21:22 +0000 (13:21 +0200)]
Pull the plug in old source files from impl/ directory.

Not used for anything, just left for reference. There is no reason to
keep them around anymore.
Reviewed by: Antonio Gomes, Hyunhak Kim

Change-Id: I2db8d7ee4a8c5916cc873d21dfffb933b23b74fb
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
6 years agofixup! Remove Xlib dependency in chromium_impl/ui
Arnaud Renevier [Mon, 18 May 2015 22:09:22 +0000 (15:09 -0700)]
fixup! Remove Xlib dependency in chromium_impl/ui

Now that we don't reimplement OpenNewXDisplay, we don't need to depend
on Xlib.h anymore in x11_types_override.cc
Reviewed by: Antonio Gomes, Piotr Tworek, Youngha Jung

Change-Id: I3a21d394bff6cd2516e966320eea432c5a00dd66
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years agoJavaScript window.onfocus does not work.
Karol Furmaniak [Wed, 13 May 2015 12:26:43 +0000 (14:26 +0200)]
JavaScript window.onfocus does not work.

[Problem]: JavaScript window.onfocus does not work.
[Solution]: Added call WasShown on focus in and
Blur on focus out.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12713
Reviewed by: Hyunhak Kim, Piotr Tworek

Change-Id: I18b2d2387c4bea525c770e7fc484b7bda877ce6c
Signed-off-by: Karol Furmaniak <k.furmaniak@samsung.com>
6 years agoMake egde effect effective
Antonio Gomes [Tue, 19 May 2015 15:29:28 +0000 (11:29 -0400)]
Make egde effect effective

Now that Edge Effect is brought up (see [1]), patch
make it effective for scroll/pinch gestures.

What is does? It hides the overscroll indicator
when it is not needed.

[1] http://165.213.202.130/gerrit/#/c/76762/
:
Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=13002
Reviewed by: Piotr Tworek, arno renevier

Change-Id: I98a80374d6b8424b9af80a862c5795b21fc28a00
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years agofixup! [dev/m42][uBrowser] One point touch.
Antonio Gomes [Tue, 19 May 2015 15:25:42 +0000 (11:25 -0400)]
fixup! [dev/m42][uBrowser] One point touch.

We can use the same method as multi touch callback for
up/down/move events.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12716
Reviewed by: Piotr Tworek, arno renevier

Change-Id: Iae532cdf70068f4d4cd17c2ca874eb2e57b0b3d7
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years agoRemove "tilt zoom" and EWK motion code.
Antonio Gomes [Mon, 18 May 2015 18:28:10 +0000 (14:28 -0400)]
Remove "tilt zoom" and EWK motion code.

This is how pinch zoom workflow was:

 0- EWebView::SubscribeMotionEvents (motion,zoom smart callback)
 1- EWebView::HandleTouchEvents
    (if > 2 touch points)
 2- wkext_motion_tilt_start
 3- MotionUI:InitializeTiltToZoom
    (set up tilt callback, initialize sensor)
 4- MotionUI::tiltCallback fires which calls
 5- MotionUI::tiltToZoom which fires "motion,zoom" smart trigger)
 6- EWebView::OnMotionZoom calls
 7- RWHVEfl::makePinchZoom
 8- RWHVEfl::HandleGesture
 9- RWHVEfl::FilterMotion
10- wkext_motion_tilt_position_update
(...)

After http://165.213.202.130/gerrit/#/c/79685/ and
http://165.213.202.130/gerrit/#/c/79684/ pinch is
brought up, and works by directly passing Motion
(multi touch) events to chromium.

Now the follow is:

 0- listen to EVAS_CALLBACK_MULTI_DOWN,MOVE,UP from RWHVEfl
 1- RWHVEfl::On{Mouse,Pointer}{Down,Move,Up}
 2- RWHVEfl::ProcessTouchEvents
    (create motion events)
 3- pass events down to chromium

The whole tilt zoom machinery can then be removed.

PS: Note that since http://165.213.202.130/gerrit/#/c/69834/
all MotionUI code path is disabled.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=13002
Reviewed by: Piotr Tworek, arno renevier

Change-Id: If15f48fd2ff199450fcdfab01e0f5f667176fe89
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years agoRemove GCC 4.6 support
Antonio Gomes [Thu, 14 May 2015 20:18:38 +0000 (16:18 -0400)]
Remove GCC 4.6 support

All our supported platforms have GCC 4.8 or higher available.
That includes Tizen TV 2.2.1, 2.4 and 3.0, as well as Tizen
Mobile 2.4 and 3.0.
The last known Tizen platform that depends on GCC 4.6 is
Tizen 2.3, which is not supported by the current dev and
beta branches.

Additionally, since the m42 upversion and the Xwalk refactor
work switched over to m42, GCC 4.6 specific hacks were not
carried over to s-chromium and s-blink. So the code being
removed is non-functional anymore anyways.

The only file left over is gcc46_compat_wrappers/ecore_x_wrapper.h
which will be used to support wayland. I deliberately
left this file over to avoid merge conflicts with that work.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12987
Reviewed by: Piotr Tworek, SeungSeop Park

Change-Id: Id3cd6ecff1a41a40f300d70d67e7b14bf7ac37ab
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years agoTo generate proper out folder according to architecture and tizen version
Youngsoo Choi [Mon, 18 May 2015 12:21:33 +0000 (21:21 +0900)]
To generate proper out folder according to architecture and tizen version

1) The tizen v2.2.1 and tizen v3.0 tv builds share a same out folder,
   named 'out.tv.arm'.
   Those builds should have separated folders each other with tizen version.

2) Each arm64, x86_64, and ia32 build generates a folder 'out.{profile}.i386'.
   Those builds should generate folders, having proper architecture name,
   instead of i386.

This patch suggests the name of the folder as 'out.{tizen_version}.{target}.{architecture}'.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13001
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: I184e78cc339e6c0c44d612dfe6df848eec70fb7b
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
6 years agobringup double tap to zoom.
Antonio Gomes [Thu, 14 May 2015 16:18:11 +0000 (12:18 -0400)]
bringup double tap to zoom.

Patch toggles on the existing blink patch according
to the touch status.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12986
Reviewed by: Antonio Gomes, Hyunhak Kim, Piotr Tworek

Change-Id: Ia831980b2e1321001952952b69a9057bdb72f469
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years ago[Beta m42] Change branch to beta/m42_2311_t for CT s-* repo sync
Jongsoo Yoon [Mon, 18 May 2015 08:02:57 +0000 (17:02 +0900)]
[Beta m42] Change branch to beta/m42_2311_t for CT s-* repo sync

[Branch Info]
  - chromium-efl : beta/m42_2311_t
  - s-chromium   : beta/m42_2311_t
  - s-blink      : beta/m42_2311_t
  - s-webrtc     : beta/m42_2311_t
  - s-libjingle  : beta/m42_2311_t
  - s-skia       : beta/m42_2311_t
  - s-v8         : beta/m42_2311_t
Reviewed by: Piotr Tworek, SeungSeop Park

Change-Id: Ic9434b0f8248ec7adabb6b3eb053a2fa2ffbdb69
Signed-off-by: Jongsoo Yoon <join.yoon@samsung.com>
6 years agofixup! Do not use elm_config_preferred_engine_set anymore
Antonio Gomes [Fri, 15 May 2015 20:42:49 +0000 (16:42 -0400)]
fixup! Do not use elm_config_preferred_engine_set anymore

Call elm_config_accel_preference_set on mini_browser creation
otherwise it fails at gl context initialization.

PS: This is similar to uBrowser.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12675
Reviewed by: SeungSeop Park, arno renevier

Change-Id: I10447a1104e255948e5eaad6c9bf71dafade4bc3
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years agoImprove renderer process crash handling in EWK.
Piotr Tworek [Thu, 14 May 2015 09:32:28 +0000 (11:32 +0200)]
Improve renderer process crash handling in EWK.

Since the refactoring removed a lot of unnecessary inter dependencies
between EWK and content layers we no longer need to re-create
WebContents each time the renderer process has crashed. On UI process
side renderer process is only represented by the RenderWidgetHostView
class. This fix brings a big benefit of not loosing browsing history
whenever renderer process crashes. Such state is associated with
WebContents not RWHV.

This patch also includes additional bug fix which makes sure
LoadHTMLString function is not called directly from a callback informing
us about a crash. Calling any load method directly from the crash
callback triggers a DCHECK in mojo code when renderer process crashes
multiple times for the same WebContents instance.
Reviewed by: Antonio Gomes, SeungSeop Park, Youngha Jung

Change-Id: Id220b563bea90e6dedd0b55a26ef856fb1528069
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
6 years agoAdded macro support OS(TIZEN), OS(TIZEN_MOBILE) and OS(TIZEN_TV) for WebKit.
Piotr Szawdyński [Mon, 4 May 2015 15:28:43 +0000 (17:28 +0200)]
Added macro support OS(TIZEN), OS(TIZEN_MOBILE) and OS(TIZEN_TV) for WebKit.

1) This patch allows to replace statement #if defined(OS_TIZEN_MOBILE) with
statement #if OS(TIZEN_MOBILE). Usage of OS macro is required because
buildbot has presubmit check which dissalow to commit patch which contains
macro which matches to pattern OS_*.
2) Added dependency to library capi-system-system-settings.
Library 'capi-system-system-settings' is used by WebKit project for Tizen build
(WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp). Currently OS(TIZEN) macro
was not working and after fixing macro issue project won't compile, so we
need to fix also dependency.
Reviewed by: Antonio Gomes, Piotr Szawdyński, SeungSeop Park, Tomasz Czekala

Change-Id: I36694bce7090a02e53982c3d936dc4a997377470
Signed-off-by: Piotr Szawdyński <p.szawdynski@samsung.com>
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
6 years agofixup! [dev/m42][uBrowser] Wrong output on double tap.
Antonio Gomes [Thu, 14 May 2015 16:04:07 +0000 (12:04 -0400)]
fixup! [dev/m42][uBrowser] Wrong output on double tap.

Make double tap toggle ON/OFF tied to touch events status.

Change-Id: Ie54dc656efa159cc75be8881bf86c2223cad7d4e
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years agoRemove Xlib dependency in chromium_impl/ui
Arnaud Renevier [Tue, 12 May 2015 20:19:50 +0000 (13:19 -0700)]
Remove Xlib dependency in chromium_impl/ui

We remove Xlib dependency, or rely on ecore-x instead.

We stop implementing ScreenEfl::GetCursorScreenPoint and
ScreenEfl::GetWindowUnderCursor.
Those methods are only used with toolkit view, which is not enabled for
our port. Those methods are also left unimplemented in android or ios.

In ScreenEfl::GetPrimaryDisplay, we use ecore-x methods instead of X11
methods.

In MakeWebKeyboardEvent, we hardcode all windowsKeyCode results, as is
currently done in quicksilver. This method is fragile, and won't work
currently on all layout keyboards. But it will still give better
results than the current behavior (where most keys are discarded, and
result in a 0 keyCode).

Additionally, we also set event.modifiers, which also used to implement
KeyBoardEvent.location.
Reviewed by: Antonio Gomes, Piotr Tworek

Change-Id: I1763ed7e43b2f216916abf75be56d0ca9ba2a84c
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years agoBringup quota management api
Arnaud Renevier [Wed, 29 Apr 2015 23:30:49 +0000 (16:30 -0700)]
Bringup quota management api

Call ewk_view_quota_permission_request_callback_set in ubrowser.
Requests will always be approved

In order to use this feature, browser must be built with
enable_hardcode_runtime_features set to 0, and launched with
--enable-experimental-web-platform-features

Fixes unittest to use new HTML5 quota management api

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=8472
Reviewed by: Antonio Gomes, Piotr Tworek, Youngha Jung

Change-Id: I4d0064426c1ea49c9f2759ad1f37bf86ac68fa7e
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years ago[Rebase][dev/m42_2311] Autofill bringup
Michał Obrembski [Tue, 5 May 2015 09:19:05 +0000 (11:19 +0200)]
[Rebase][dev/m42_2311] Autofill bringup

This commit adds missing Autofill support from m40.

Tested on org.tizen.browser on gmail registration page
(http://accounts.google.com/SignUp)

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12547
Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12730
Reviewed by: Antonio Gomes, Piotr Tworek, SeungSeop Park

Change-Id: I63d2f633ab8c672695e8de4b8bd3f60515177c71
Signed-off-by: Michał Obrembski <m.obrembski@samsung.com>
6 years agoDo not use elm_config_preferred_engine_set anymore
Arnaud Renevier [Wed, 6 May 2015 22:00:02 +0000 (15:00 -0700)]
Do not use elm_config_preferred_engine_set anymore

As of elementary 1.13, elm_config_preferred_engine_set is deprecated.

Opengl is chosen by default, and using elm_config_preferred_engine_set
does nothing anymore.

Also, instead of setting ELM_ACCEL environment variable, we can now use
elm_config_accel_preference_set. With that information, elm will pick
the right engine automatically for us.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12675
Reviewed by: Antonio Gomes, Hyunhak Kim, Piotr Tworek

Change-Id: Ib72afeb59a3d447879166bed632f4a902f5fc0ae
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years ago[tizen v3.0] Improving build time with optional rpmlint
Youngsoo Choi [Thu, 26 Feb 2015 11:07:40 +0000 (20:07 +0900)]
[tizen v3.0] Improving build time with optional rpmlint

The rpmlint, verifying syntax of spec file, has been
supported from tizen v3.0.

GBS build always runs rpmlint at the end of the build,
and it takes too much time.

To improve the build time for developers,
this patch provides a option for enabling or disabling rpmlint.

To enable the rpmlint, following command can be used.
>> ./build/build_tv.sh -P tztv_v3.0 --define '_rpmlint 1'

By default, the rpmlint is disabled.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12968

Change-Id: I687582583b8eb8b0747a7f1355f2e9d32075e120
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
6 years agofixup! Don't use forward delaration of Elm_Object_Item.
Youngsoo Choi [Wed, 13 May 2015 04:40:48 +0000 (13:40 +0900)]
fixup! Don't use forward delaration of Elm_Object_Item.

The 'Evas.h' is already included in 'Elementary.h'.

Original message:

The definition of the object is different in Elementary 1.13. Since this
is what Tizen 3.0 currently uses the code failed to compile. Instead of
using forward delclarations simply include Elementary.h header. This
should ensure the code builds no matter what version of EFL/Elementary
is being used.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=11876

Change-Id: I78185632e0d61fcbb25e20bddc0aaf6884565532
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
6 years ago[tizen v3.0] Added repositories for local build of OBS
Youngsoo Choi [Tue, 24 Feb 2015 12:35:48 +0000 (21:35 +0900)]
[tizen v3.0] Added repositories for local build of OBS

The OBS repositories are included in the file 'gbs.conf'.
Using newly added repository, developers can do OBS build locally.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12969

Change-Id: Id2776ece309c10ea0db5c33d04dfec23dca1766d
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
6 years ago[tizen v3.0] changes of smack rule as per instruction from tizen v3.0
Youngsoo Choi [Tue, 3 Mar 2015 10:11:04 +0000 (19:11 +0900)]
[tizen v3.0] changes of smack rule as per instruction from tizen v3.0

On Tizen v3.0, most of smack rules are removed.
So, current smack rules need to be changed,
as per the smack instruction from Tizen v3.0.

This changes are confirmed by Tizen platform team.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=11716
Reviewed by: Antonio Gomes, KC Park

Change-Id: Id01dbcfaf25dc9f145d832a51c946428c9ad270a
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
6 years agoAdded tizen v2.2.1 hawkp gbs repository
Youngsoo Choi [Tue, 3 Feb 2015 05:29:40 +0000 (14:29 +0900)]
Added tizen v2.2.1 hawkp gbs repository

Until tizen v3.0 build is fully ready,
We need to support tizen v2.2.1 hawkp.

bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=11069
Reviewed by: Antonio Gomes, KC Park
Reviewed by: Antonio Gomes, KC Park, SeungSeop Park, Sungsik Han, commitbot

Change-Id: Id2912f55182ab295462ebda44cbb848a4bcb9ae5
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
6 years ago[dev/m42][uBrowser] Wrong output on double tap.
Antonio Gomes [Tue, 12 May 2015 19:21:23 +0000 (15:21 -0400)]
[dev/m42][uBrowser] Wrong output on double tap.

RWHVEfl makes use of chromium's GestureRecognizer class
in order to provide gestures support. GestureRecognizer
itself is abstract and gets concrete by its child,
GestureRecognizerImpl, which holds and encapsulates
a GestureProviderAura instance. Problem is that GestureProviderAura
has 'double tap' support disabled by default.

Patch provides the following solution:

- Specialize GestureRecognizerImpl into a class called
  GestureRecognizerImplEfl. The later overrides and makes
  ::GetGestureProviderForConsumer public, granting access to
  its GestureProviderAura instance.
- Override GestureRecognizer::Create method, and instantiate
  a GestureRecognizerImplEfl object (instead of GestureRecognizerImplEfl).

Once accessible, calling GestureProviderAura::SetDoubleTapSupportForPlatformEnabled
fixes the problem.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12717
Change-Id: I81d5a06b80a453acd5b58d68a38e55648822a8b3
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years ago[tizen v3.0] Use app_get_data_path (instead of app_get_data_directory)
Youngsoo Choi [Mon, 11 May 2015 07:29:59 +0000 (16:29 +0900)]
[tizen v3.0] Use app_get_data_path (instead of app_get_data_directory)

Tizen v2.4 and v3.0 do not support the deprecated
API 'app_get_data_directory'.

The API 'app_get_data_path' is suggested to use instead.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12956

Change-Id: Id5784a19c6df8f4286cf66dd3ba14b35ac289f84
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
6 years ago[dev/m42][uBrowser] One point touch.
Antonio Gomes [Tue, 12 May 2015 18:25:32 +0000 (14:25 -0400)]
[dev/m42][uBrowser] One point touch.

Up to now, single point gestures (including panning, fling,
clicking) were handled through a Mouse->to->Pointer
events conversion solution. It happens on the RWHVEfl level,
and benefits both EWK and content apps.
However, multi touch gestures (e.g. pinch zoom) were not functional.

Patch fixes that by start listening to EVAS_CALLBACK_MULTI_{DOWN,MOVE,UP}
events, and forward them to chromium's (Aura) the existing gesture
recognition machinery to get them handled.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12716

Change-Id: I1662c611af8ceba5ba20398adbad9b9bb5ada844
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years ago[Clean up]Remove unused UpdateWebTouchEventAfterDispatch helper
Antonio Gomes [Tue, 12 May 2015 18:22:42 +0000 (14:22 -0400)]
[Clean up]Remove unused UpdateWebTouchEventAfterDispatch helper

SSIA.

Change-Id: I7e83b1fbb073a78c116aec5510ea81cc6f321fa6
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years agoMove text_encoding_map_efl outside of ewk public directory
Arnaud Renevier [Tue, 5 May 2015 23:30:58 +0000 (16:30 -0700)]
Move text_encoding_map_efl outside of ewk public directory

In addition, we make TextEncodingMapEfl a singleton class.

And also, we optimize the search by using a hash set instead of a list.
Search time in now constant time.

Change-Id: I22d8830b2d04c6bd4d4d4ba56fadb42950479d59
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years agofixup! Use system request url getter for AccessTokenStore
Arnaud Renevier [Wed, 6 May 2015 22:45:09 +0000 (15:45 -0700)]
fixup! Use system request url getter for AccessTokenStore

Remove unneeded code.

Change-Id: Ia6200bcb392c1a192ffb298b81c97bea15fa59d3
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years agoRemove tw_webview_delegate
Arnaud Renevier [Tue, 5 May 2015 21:19:11 +0000 (14:19 -0700)]
Remove tw_webview_delegate

Use WebViewDelegateEwk directly instead of
tizen_webview::WebViewDelegate

Additionally, this patch moves WebViewEvasEventHandler out of
tizen_webview namespace, where it doesn't belong.

So we can now get totally rid of tizen_webview

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=11619

Change-Id: Idd9fdc5a007921422c27affe5fd61652442b3d18
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years agoFixes various compiler warnings
Arnaud Renevier [Wed, 6 May 2015 22:55:37 +0000 (15:55 -0700)]
Fixes various compiler warnings

Fixes an unused variable and a suggested parentheses warning.

Also, WrtUrlParseBase is a virtual class. So, it needs a virtual
destructor.

Change-Id: I363167fd6dc49ef68886a274442f80718a0071da
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years ago[M40 Merge][MM] GStreamer 1.2 Multimedia Support
Umesh Kumar Patel [Thu, 16 Apr 2015 10:11:01 +0000 (15:41 +0530)]
[M40 Merge][MM] GStreamer 1.2 Multimedia Support

Following are the m40 patches merged

MM Common:
GST 1.2 Up version
http://165.213.202.130/gerrit/#/c/75366/

Video corruption issue with AppSink
http://165.213.202.130/gerrit/#/c/75610/

ME:
Replace playbin with uridecodebin and fimcconvert
http://165.213.202.130/gerrit/#/c/75740/

Buffered data indication is incorrect for Media Element.
http://165.213.202.130/gerrit/#/c/75819/

HTML5 Video loadstart / progress event TCT fails
http://165.213.202.130/gerrit/#/c/76213/

Use S/W codec for Media Element
http://165.213.202.130/gerrit/#/c/76681/

MSE:
S/W codec support for MSE
http://165.213.202.130/gerrit/#/c/75777/

Fix video corruption when video resolution is changed
http://165.213.202.130/gerrit/#/c/75828/

Youtube playback is not working with PIXMAP
http://165.213.202.130/gerrit/#/c/76137/

Enabling MSE for desktop
http://165.213.202.130/gerrit/#/c/76860/

WebRTC:
Enable H/W accelerated H.264 support for WebRTC on Tizen
http://165.213.202.130/gerrit/#/c/73796/

Change OMX control-rate from VBR to CBR
http://165.213.202.130/gerrit/#/c/74361/

OMX codec integration on m0 target
http://165.213.202.130/gerrit/#/c/75671/

Appsink implementation with fimcconvert
http://165.213.202.130/gerrit/#/c/75791/

Memory leak fixes
http://165.213.202.130/gerrit/#/c/76561/

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12536
Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12777
Reviewed by: Antonio Gomes, Piotr Tworek, SeungSeop Park

Change-Id: Icc88734422b24f684a49a3f27bb324ba6370f8fc
Signed-off-by: Umesh Kumar Patel <umeshk.patel@samsung.com>
6 years ago[M40-Merge][WebRTC] Fix audio crash fix by passing ecore Display open
sonal.g1@samsung.com [Tue, 5 May 2015 07:50:01 +0000 (13:20 +0530)]
[M40-Merge][WebRTC] Fix audio crash fix by passing ecore Display open

There is some problem with ecore_x_display_get() in chromium-efl.
So replacing the call with XOpenDisplay() as M34 does to fix the
browser crash during webRTC audio enabled.

Original gerrit: http://165.213.202.130/gerrit/#/c/75331/

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=9217

Change-Id: I13fc3e56d56b0ffcf4d00c6c4295f56ee54b7909
Signed-off-by: sonal.g1@samsung.com <sonal.g1@samsung.com>
6 years agoRevert "[Workaround] Disable EFL version of GPUInfoCollector" This commit reverts...
Suneel Kota [Fri, 24 Apr 2015 10:06:11 +0000 (15:36 +0530)]
Revert "[Workaround] Disable EFL version of GPUInfoCollector" This commit reverts the workaround to disable EFL version of GPUInfoCollector

BUG: http://107.108.218.239/bugzilla/show_bug.cgi?id=12551

This reverts commit 119b241911714e6f1de6daf25c750c0c553fbb04.
Reviewed by: Antonio Gomes, DaeHyun Ko, Siba Samal

Change-Id: Ia3f6da5dababf377c02844aff033ced013cd09f2
Signed-off-by: Suneel Kota <suneel.kota@samsung.com>
6 years agoModify DEPS.xwalk configuration
Taeho Kim [Thu, 7 May 2015 05:02:01 +0000 (14:02 +0900)]
Modify DEPS.xwalk configuration

Fetch dev/m42_2311 branch instead of exp/dev/m42_2311 from s-chromium

Change-Id: I8333ed69ea0677bb427ada365c71dcd99ac5eb94
Signed-off-by: Taeho Kim <th81.kim@samsung.com>
6 years agoImplement vibration in ubrowser
Arnaud Renevier [Wed, 6 May 2015 19:49:58 +0000 (12:49 -0700)]
Implement vibration in ubrowser

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=10491
Reviewed by: Antonio Gomes, Hyunhak Kim

Change-Id: I544499034703130f027edad6008ab9c0abc2ec55
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years agoBringup ewk_view_history_get
Arnaud Renevier [Wed, 6 May 2015 21:03:48 +0000 (14:03 -0700)]
Bringup ewk_view_history_get

ewk_view_history_get is guarded by EWK_BRINGUP.

But actually, it is implemented, and unittests work fine.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12675

Change-Id: I12727434e747da3a8f304a82ce21408d63510171
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years agofixup! Remove tw_webview
Arnaud Renevier [Wed, 6 May 2015 00:24:11 +0000 (17:24 -0700)]
fixup! Remove tw_webview

restore correct EWK_VIEW_IMPL_GET_OR_RETURN

Change-Id: Ic4521134ca159e2d619b7dfa0499bf048773f00c
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years agoRemove tw_webview
Arnaud Renevier [Mon, 4 May 2015 22:52:04 +0000 (15:52 -0700)]
Remove tw_webview

Use EWebView directly

We need to make EWebView destructor and constructor public so they can
be used from CreateWebViewAsEvasObject

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=11619

Change-Id: I90dc26c0d6ffec593d9abf30df3ea87634278516
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years agoRemove tw_web_context
Arnaud Renevier [Fri, 24 Apr 2015 05:43:57 +0000 (22:43 -0700)]
Remove tw_web_context

Use Ewk_Context directly

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=11619

Change-Id: Ica1a38660a38fdc2ac778d25989a2a798553cb89
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years agoCrash @WebContentsDelegateEfl::DidFinishLoad
Antonio Gomes [Mon, 4 May 2015 22:24:32 +0000 (18:24 -0400)]
Crash @WebContentsDelegateEfl::DidFinishLoad

When a new window is being opened, it might happen that
about:blank is loaded first, and the actual target URL load
is triggered later.
When that happens, two calls to WebContentsDelegateEfl::DidFinishLoad
are made during the load.
When the first call is made (associated to about:blank) no entry
is added to the NavigationController control, and GetVisibleEntry
returns NULL.

Our implementation wrongly assumed that calling this method would
always return non-null values, and an DCHECK was added.
Patch fixes that assumption by replacing the DCHECK by a null-check.

Note the the signature of the associated NavigationController method
also clearly states that it can return a NULL value:
https://goo.gl/RBiSEu

"
NOTE: This can be nullptr if no entry has committed!
"

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12867
Change-Id: Ie2f2253c7ec14e15f0b67910023a59d96f71b6f6
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years agoWebViewEvasEventHandler does not rely on tizen_webview::WebView anymore
Arnaud Renevier [Thu, 23 Apr 2015 21:52:33 +0000 (14:52 -0700)]
WebViewEvasEventHandler does not rely on tizen_webview::WebView anymore

WebViewEvasEventHandler will use EWebView directly

This patch also renames SelectionControllerEfl::HideHandle to
SelectionControllerEfl::HideHandles (because there are two handles)

Change-Id: I47e5729c6918ec3188b837c93af7be693a073f80
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years agoRemove tw_settings and tw_touch_point
Arnaud Renevier [Wed, 15 Apr 2015 22:19:34 +0000 (15:19 -0700)]
Remove tw_settings and tw_touch_point

We use Ewk_Touch_Point instead of tw::touch_point

tw::Settings was the webview settings member of Ewk_Settings. It's the
object sent from browser process to render process. So this patch
renames it to WebViewSettings, and puts in common/ folder.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=11619

Change-Id: I62ff5383accb3065d67a3b22e2d3ac85ec7cce8c
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years agoForward events to ewk
Arnaud Renevier [Thu, 23 Apr 2015 17:30:28 +0000 (10:30 -0700)]
Forward events to ewk

To match previous behaviour, events (focus, key and mouse) are forwarded
to ewk. If they are handled by the application, they are not forwarded
to chromium anymore.

motion events will be handled in a later patch

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12031

Change-Id: I67d0bf3599e918353b04d8f753dc29b3fad13583
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
6 years agouBrowser: Use slider elementary widget to change zoom level
Piotr Tworek [Thu, 30 Apr 2015 12:22:38 +0000 (14:22 +0200)]
uBrowser: Use slider elementary widget to change zoom level

This solution is much more user friendly compared to previous solution.
The user can now change page zoom level by simply dragging the slider
left, or right.

Change-Id: Iac769a47f001ae42d099bc1e670e3d3b7480583b
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
6 years agoHandle ui::TEXT_INPUT_TYPE_NONE in im_context_efl.cc
Piotr Tworek [Thu, 30 Apr 2015 11:42:22 +0000 (13:42 +0200)]
Handle ui::TEXT_INPUT_TYPE_NONE in im_context_efl.cc

Without this the NOTREACHED() assert in default case can fail in certain
test scenarios.

Change-Id: Icbf9cefc8c9dc30f6f645b399c35ee1df6c8e6dd
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
6 years agouBrowser: Don't rely on specific layout of EFL popups.
Piotr Tworek [Thu, 30 Apr 2015 11:39:42 +0000 (13:39 +0200)]
uBrowser: Don't rely on specific layout of EFL popups.

The popup handling code relied on the specific layout of elm popups to
find the root widget of the element. This is rather fragile and actually
stopped working on 2.4 images recently. Instead of finding popup
elementary widget manually simply store a pointer to the currently
opened popup in the WindowUI object. This should be much more reliable.

Change-Id: Iecfcdf1105d0f5cd61940b31bba7a7214798818d
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
6 years agouBrowser: Add menu option to toggle EWK auto fitting setting.
Piotr Tworek [Wed, 29 Apr 2015 14:10:38 +0000 (16:10 +0200)]
uBrowser: Add menu option to toggle EWK auto fitting setting.

This was requested by SRPOL QA. Apparently some of the tests they plan
to perform on the uBrowser require this feature. The feature is also known
as overview mode.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12737
Reviewed by: Hyunhak Kim, arno renevier

Change-Id: I141fbff5395bc0324b3b342efaf257cceeca2763
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
6 years agoPage rotation look weird
Grzegorz Spryszynski [Tue, 28 Apr 2015 08:16:22 +0000 (10:16 +0200)]
Page rotation look weird

[Problem] In landscape mode pages looks inproper
(rotation and scale are invalid).
[Solution] Old rotation mechanism require matrixes
describing texture transformations. Now it is enougth
to use one matrix regardles of rotation.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12721

Signed-off-by: Grzegorz Spryszynski <g.spryszynsk@samsung.com>
Change-Id: Ib8dd3472ed0b322d79308a9a96744354d566810a

6 years agouBrowser: Add support for EWK tracing feature.
Piotr Tworek [Wed, 29 Apr 2015 13:39:09 +0000 (15:39 +0200)]
uBrowser: Add support for EWK tracing feature.

This is one of the features that is currently available in mini_browser,
but is not exposed in uBrowser. This patch bridges the gap.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12849

Change-Id: I0bb293794cebaede96776839fc8093843851e097
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
6 years agouBrowser: Refactor extra actions menu to use Elementary ctxpopup
Piotr Tworek [Wed, 29 Apr 2015 13:10:14 +0000 (15:10 +0200)]
uBrowser: Refactor extra actions menu to use Elementary ctxpopup

Unfortunately the previous elementary menu object did not work correctly
on 2.4 targets. It was shown, but with an transparent background making
it difficult to use. This patch changes uBrowser to use elementary
ctxpopup widget as the basis of extra actions menu. This widget is
rendered properly all currently supported platforms.

While at this the patch also changes the menu options a bit. On the
refactoring branch stuff like zoom in/out does work on desktop so the patch
exposes it there. Since window resizing is also much more reliable, menu options
for resizing windows are not longer needed.

Change-Id: Ibf09267a81854b5e49f17fa79ba827275459246f
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
6 years agofixup! Enable sound effect when tapping on a link
Antonio Gomes [Wed, 29 Apr 2015 20:28:27 +0000 (16:28 -0400)]
fixup! Enable sound effect when tapping on a link

In order to closely match follow our adjustment logic, patch
performs a hit test "for tap" (instead of a point based one)
using the same "padding" as the original tap event.
That way, as long as touch adjustment picks up a link for clicking,
we will emit a click sound.

Change-Id: Ia481fdd5b7e02ff3f433480bd5e8c1de32dedc06
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
6 years agofixup! Refactor async window creation feature to avoid chromium modifications.
Arnaud Renevier [Wed, 29 Apr 2015 18:25:06 +0000 (11:25 -0700)]
fixup! Refactor async window creation feature to avoid chromium modifications.

WebContentsEflDelegate needs a virtual destructor

Change-Id: I1f4594e61ce10c5bc9052f0acaf6a023188bbe7a
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>