profile/common/apps/web/browser.git
8 years agoMerge branch 'tizen' of ssh://review.tizen.org:29418/profile/common/apps/web/browser... accepted/tizen_5.0_unified accepted/tizen_common tizen_5.0 accepted/tizen/4.0/unified/20170816.020104 accepted/tizen/4.0/unified/20170828.222052 accepted/tizen/5.0/unified/20181106.202449 accepted/tizen/common/20161221.183413 accepted/tizen/unified/20170310.112532 submit/tizen/20161221.062558 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100008 submit/tizen_4.0_unified/20170814.115522 submit/tizen_5.0/20181101.000008 submit/tizen_5.0/20181106.000001 submit/tizen_unified/20170310.112012 tizen_4.0.m1_release
HyeKyoung Hwang [Wed, 21 Dec 2016 06:24:29 +0000 (15:24 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/profile/common/apps/web/browser into tizen

8 years agoConfiguarbility/BuildingBlock Support for Tizen 4.0
MyungJoo Ham [Thu, 10 Nov 2016 11:07:42 +0000 (20:07 +0900)]
Configuarbility/BuildingBlock Support for Tizen 4.0

- This is for Tizen 4.0. Do not merge into 3.0 (tizen_3.0) branch.

- When this commit gets SR'ed, the maintainer needs to create JIRA-TRE
 issue of:

 - Replace browser with browser-profile_common in common profile.

- For Tizen 4.0 Configurability / Building Blocks, every Tizen package
 should be able to be built in a single OBS project (Unified Build)
 and every Tizen pacakge should be able to be located in a single
 dependency tree.

- For Type-B packages (packages with same name but differnt profile
 located in different git paths), we add Provides for common package
 name to make this change transparent to other packages and make
 each package unique.

- Other twins--mobile and tv--will be modified soon as well.

Change-Id: Iac71a69ec44afd9d724abe19d912f78894b1bd97
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
8 years agoConfiguarbility/BuildingBlock Support for Tizen 4.0 50/96850/1
MyungJoo Ham [Thu, 10 Nov 2016 11:07:42 +0000 (20:07 +0900)]
Configuarbility/BuildingBlock Support for Tizen 4.0

- This is for Tizen 4.0. Do not merge into 3.0 (tizen_3.0) branch.

- When this commit gets SR'ed, the maintainer needs to create JIRA-TRE
 issue of:

 - Replace browser with browser-profile_common in common profile.

- For Tizen 4.0 Configurability / Building Blocks, every Tizen package
 should be able to be built in a single OBS project (Unified Build)
 and every Tizen pacakge should be able to be located in a single
 dependency tree.

- For Type-B packages (packages with same name but differnt profile
 located in different git paths), we add Provides for common package
 name to make this change transparent to other packages and make
 each package unique.

- Other twins--mobile and tv--will be modified soon as well.

Change-Id: Iac71a69ec44afd9d724abe19d912f78894b1bd97
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
8 years agoBuild for Common Profile 97/94297/1 accepted/tizen/common/20161028.114900 submit/tizen_common/20161028.064039
HyeKyoung Hwang [Fri, 28 Oct 2016 05:43:08 +0000 (14:43 +0900)]
Build for Common Profile

Change-Id: I035aa3359d8c010ed779273f50d666c0fc712d07
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoChange the chromium-efl ewk_header 95/94295/1
HyeKyoung Hwang [Tue, 11 Oct 2016 01:35:03 +0000 (10:35 +0900)]
Change the chromium-efl ewk_header

Change-Id: Ie0920661b8fbb10669eeb372d0c8d4ab6a9aff77
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoText selection back key issue 66/94266/1
HyeKyoung Hwang [Wed, 19 Oct 2016 02:18:44 +0000 (11:18 +0900)]
Text selection back key issue

[Issue] http://suprem.sec.samsung.net/jira/browse/TSAM-8681
[Problem] When the Back key twice select, ewk_view_text_selection_clear(m_ewkView); is return True even if the text selection was removed as to first back key
[Solution] The text selection is clear by webview
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
Change-Id: I8c7fa213400fa50738bc62e423f61a2dc2541daf

8 years agoCertificate popup landscape - proper size 65/94265/1
Maciej Skrzypkowski [Mon, 17 Oct 2016 13:12:26 +0000 (15:12 +0200)]
Certificate popup landscape - proper size

[Issue]    http://suprem.sec.samsung.net/jira/browse/TSAM-8772
           http://suprem.sec.samsung.net/jira/browse/TSAM-8776
[Problem]  Certificate didn't resize properly.
[Solution] Corrected EDC relatives.
[Verify]   Open certifiacate popup in portrait, rotate, rotate
           again. Browser shouldn't crash, certifiacate should
           close on "OK" click and resize properly.
           The same repeat for landscape view.

Change-Id: Ia5fa3d91352542705f0762c407a54787c13d8b80

8 years agoFind on page does not hide on fullscreen 64/94264/1
Kamil Nowac [Mon, 10 Oct 2016 07:37:59 +0000 (09:37 +0200)]
Find on page does not hide on fullscreen

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2257
[Problem]  As in the title
[Solution] Added signal
[Verify]   - Open youtube.com. open find on page. go to fullscreen
           in portrait mode. rotate while in fullscreen to
           landscape mode.
           find on page should not be visible.
           - turn off fullscreen mode
           find on page should be visible

Change-Id: I0d300dada3806ed1568277dc56de314d5e4ed846

8 years agoScreen not staying alive while video is playing in fullscreen after 15 secs 61/94261/1
HyeKyoung Hwang [Wed, 5 Oct 2016 09:31:12 +0000 (18:31 +0900)]
Screen not staying alive while video is playing in fullscreen after 15 secs

[ Problem ]http://suprem.sec.samsung.net/jira/browse/TSAM-6875
[ Soultion]There is no <privilege>http://tizen.org/privilege/display</privilege>           So add the privilege
[ Verify ] Check the youtube.com

Change-Id: I12e3db288a8d2597bc021c8174365c3d771cac4e
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoThe dummy button 60/94260/1
m.kawonczyk [Mon, 3 Oct 2016 06:53:08 +0000 (08:53 +0200)]
The dummy button

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-2222
[Problem]      The dummy button is needed by webview for focus
               managment.
[Solution]     Add #ifdefed the dummy button feature.
[Verify]       Open any webpage, dlogutil browser. Check if the
               dummy button is properly focused/unfocused and if
               webview focus is ok.

Change-Id: I66f9bcc00e8eaf0b4c708ca1fae3c367a9ea06ff

8 years agoWhite patch is displayed while rotating device 59/94259/1
m.kawonczyk [Thu, 29 Sep 2016 13:04:23 +0000 (15:04 +0200)]
White patch is displayed while rotating device

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-2216
[Problem]      White patch is displayed while rotating device
[Solution]     Manually invoke rotation when browsing websites when
               browser receives "rotate,prepared" callback from
               webview.
[Verify]       Open any website, rotate device. Rotation should be
               smooth. Then use other views and check if rotations
               works as intended.

Change-Id: I21bcb527328543f27bc99ae86808afca6e3611bf

8 years agoMake sure all tabs are deleted from database 58/94258/1
Kamil Nowac [Thu, 29 Sep 2016 10:25:56 +0000 (12:25 +0200)]
Make sure all tabs are deleted from database

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1642
[Problem]  Reset Browser does not clear all tabs
[Solution] Remove ids marked as deleted
[Verify]   Open few tabs. Reset browser.
           Situation described in Issue should not occur

Change-Id: If06006a34325f4cf5078ecd337ca9f103a0f3dca

8 years agoRestore focus to ewk_view on load,finished 57/94257/1
m.kawonczyk [Fri, 23 Sep 2016 12:24:38 +0000 (14:24 +0200)]
Restore focus to ewk_view on load,finished

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-2190
[Problem]      WebView is not getting focus by default after
               application start.
[Solution]     Call ewk_view_focus_set on load,finish callback
[Verify]       Open google.com, wait untill website is fully loaded.
               Cursor should be visible in google entry.

Change-Id: Iac7562c3f456e7246c257a65e74241a36ea500ae

8 years agoThe Dummy Button removal 55/94255/1
m.kawonczyk [Thu, 22 Sep 2016 13:44:00 +0000 (15:44 +0200)]
The Dummy Button removal

[Issue]        N/A
[Problem]      WebView team managed to extract Evas_Object from
               ewk_view smart object. This object can be focused
               and unfocused, so The Dummy Button - proxy widget is
               not needed anymore
[Solution]     Delete The Dummy Button, add support for extracted
               Evas_Object.
[Verify]       Open any website, check if focus is working as
               intended.

Change-Id: Idf388056f1c6be494f76b5d36fef0be6bcef4556

8 years agoFix fullscreen issue 54/94254/1
Kamil Nowac [Thu, 22 Sep 2016 08:51:08 +0000 (10:51 +0200)]
Fix fullscreen issue

[Issue]    N/A
[Problem]  Fullscreen while playing a video
[Solution] Hide url bar
[Verify]   Open youtube video in fullscreen
           url bar should be hidden

Change-Id: I580615f9682d3757b2244ac6ca3ef51102b3723a

8 years agoFix swapped autofill forms fields 51/88251/1 accepted/tizen_3.0_common tizen_3.0.m2 accepted/tizen/3.0/common/20161114.112029 accepted/tizen/common/20160922.120740 submit/tizen/20160922.045356 submit/tizen/20160922.050537 submit/tizen_3.0_common/20161104.104000
Kamil Nowac [Thu, 15 Sep 2016 12:40:30 +0000 (14:40 +0200)]
Fix swapped autofill forms fields

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2112
[Problem]  Swapped fields
[Solution] Replaced functions
[Verify]   As in the issue

Change-Id: I0f635484f25f7b0868bd6d8291d38d109cda9e05

8 years agoChange the mirroring build server 72/83272/1
HyeKyoung Hwang [Wed, 10 Aug 2016 02:03:10 +0000 (11:03 +0900)]
Change the mirroring build server

Change-Id: Iaed9f54de36b1c1fb4be69d9a2e067102dd1a8fa
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoClear app cache data when clearing cache private data 40/82640/1
Marcin Niesluchowski [Thu, 4 Aug 2016 17:07:58 +0000 (19:07 +0200)]
Clear app cache data when clearing cache private data

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1810
[Problem]      Appcache data is not cleared when clearing cache.
[Solution]     Use ewk_context_application_cache_delete_all api.
[Verify]       1. Go to www.spritecow.com
               2. Turn off internet
               3.a. Enter |Settings| -> Enter |Delete Web Browsing Data|
                    -> Select |Cache| -> Click |Delete Selected Data|
                or
               3.b. Enter |Settings| -> Enter |Reset Browser| -> Click
                    |Reset Browser|
               4. Go to www.spritecow.com (internet still off)
               Site should not load.

Change-Id: Ibd667a33981987fdf655c268fd477f62f0f26b1a
Signed-off-by: Marcin Niesluchowski <m.niesluchow@samsung.com>
8 years agoImprove performance 66/82166/5
m.kawonczyk [Mon, 1 Aug 2016 08:25:16 +0000 (10:25 +0200)]
Improve performance

[Issue]        N/A
[Problem]      Performance slowed down by 100ms.
[Solution]     Moved initialization of the download control to the
               lazy loading function.
[Verify]       Open browser and dlogutil. Check it time is improved
               and if download is working as intended.

Change-Id: Id3c898f7e2e489e26f0acae4e1f59def8f2fb64b

8 years agoRelease 1.6.4 42/81242/2 accepted/tizen_mobile accepted/tizen/common/20160725.153819 accepted/tizen/mobile/20160725.064945 submit/tizen_common/20160725.041726 submit/tizen_common/20160921.142650 submit/tizen_mobile/20160725.041719
HyeKyoung Hwang [Mon, 25 Jul 2016 04:08:59 +0000 (13:08 +0900)]
Release 1.6.4

Change-Id: I0f8b3dd16f610239123675e42005b9cb110e02c2
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoWhen the Savelink download, 2 times download 41/81241/2
HyeKyoung Hwang [Mon, 25 Jul 2016 03:53:43 +0000 (12:53 +0900)]
When the Savelink download, 2 times download

[ Problem] launch_download_app is called  twice in the _download_request_cb
[Solution] Remove the unnecessary _download_request_cb()
[Verify] Check the Savelink

Change-Id: Ib794bb7e326d5a39890fbe134c93043e4490db7c
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoFix crash while downloading items after navigating back. 96/80696/3 accepted/tizen/common/20160722.135357 accepted/tizen/mobile/20160724.043135 submit/tizen_common/20160722.092049 submit/tizen_mobile/20160722.092040
Dariusz Frankiewicz [Tue, 19 Jul 2016 12:24:47 +0000 (14:24 +0200)]
Fix crash while downloading items after navigating back.

[Issue]    n/a
[Problem]  While we're navigating back and close webview then crash
           happens when we try to download some items.
[Cause]    Webview context was null after close tab because of bad this
           assignment.
[Solution] Move implementation of download request from webview to
           webengine service.
[Verify]   Open image from context menu in new tab, close this tab by back
           key and next try to download this image from origin page.

Change-Id: I0498a1ecfd0ff47f0fb3ebc23da18d54aba223fe

8 years agoRlease 1.6.3 41/81141/1 submit/tizen_common/20160722.085324 submit/tizen_mobile/20160722.085316
HyeKyoung Hwang [Fri, 22 Jul 2016 08:49:25 +0000 (17:49 +0900)]
Rlease 1.6.3

Change-Id: Ifa4880fb2d7effefb465553a495ae9b067f7798b
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoCan not open image with internet in SD Card 28/81128/2
HyeKyoung Hwang [Fri, 22 Jul 2016 07:51:42 +0000 (16:51 +0900)]
Can not open image with internet in SD Card

[Issue] http://suprem.sec.samsung.net/jira/browse/TSAM-6639
[Problem]Browser don't have the privilege for SD Card
[Soulution] Add the privilege http://tizen.org/privilege/externalstorage
[Verify ] Check the open the image in the SD Card

Change-Id: I5c3c1bca9e70948dda79ab365bd0f38e01221247
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoRelease 1.6.2 85/80385/1 accepted/tizen/common/20160718.160534 accepted/tizen/mobile/20160718.105324 submit/tizen_common/20160718.015816 submit/tizen_mobile/20160718.015805
HyeKyoung Hwang [Mon, 18 Jul 2016 01:19:36 +0000 (10:19 +0900)]
Release 1.6.2

Change-Id: Id0aab55ba8966f072402146e0e5919b171569267
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoFix regresion made by SVACE 83651 51/79651/3
m.kawonczyk [Tue, 12 Jul 2016 07:42:00 +0000 (09:42 +0200)]
Fix regresion made by SVACE 83651

[Issue]    N/A
[Problem]  Tab did not update screenshot after load,finished.
[Solution] Call function omited after SVACE.
[Verify]   Open website, go to tabs to see temporary screenshot.
           Go back to website, wait until it finished loading and
           go to tabs. Screenshot should be updated.

Change-Id: If1c778183cc66946bcefe0c4f651b178cb8b281c

8 years agoThe dummy button is not working 36/80236/1
m.kawonczyk [Fri, 15 Jul 2016 10:24:17 +0000 (12:24 +0200)]
The dummy button is not working

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1748
[Problem]  Dummy button was not created after resume.
[Solution] Initialize with nullptr in WebPageUI constructor.
[Verify]   Open website, open dlogutil browser, check if
           dummy_button_focus/unfocus is called.

Change-Id: I708df2195e397db29e0c11228d614c605a3acad2

8 years agoRelease 1.6.1 06/80006/1 accepted/tizen/common/20160714.153654 accepted/tizen/mobile/20160714.054319 submit/tizen_common/20160714.053539 submit/tizen_mobile/20160714.053333
HyeKyoung Hwang [Thu, 14 Jul 2016 05:30:44 +0000 (14:30 +0900)]
Release 1.6.1

Change-Id: I6905493ca8e1624c4d24571c1113371b1b941397
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoSometimes when the browser is lauching, browser is crash 04/80004/2
Hye Kyoung Hwang [Thu, 14 Jul 2016 05:24:47 +0000 (22:24 -0700)]
Sometimes when the browser is lauching, browser is crash

Revert "Async service loading and initialization"

This reverts commit 5de3a7d3982ebfcb88d05e74ee11c148c1457224.

Change-Id: Ie8dc592f99dc584b6340fa43f5622d92c3a81687

8 years agoRelease 1.6.0 22/79622/1 accepted/tizen/common/20160712.151659 accepted/tizen/mobile/20160712.091308 submit/tizen_common/20160712.053436 submit/tizen_mobile/20160712.053426
HyeKyoung Hwang [Tue, 12 Jul 2016 05:31:57 +0000 (14:31 +0900)]
Release 1.6.0

Change-Id: Iaa2079f6d88bbd5b39efdd35e18dec96132191b8
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoPlatform fix the issue by https://review.tizen.org/gerrit/#/c/79485/ 21/79621/2
Hye Kyoung Hwang [Tue, 12 Jul 2016 05:28:03 +0000 (22:28 -0700)]
Platform fix the issue by https://review.tizen.org/gerrit/#/c/79485/

Revert "[Workaround] Fix for not working bottom area scroll."

This reverts commit b6d2ad36191e6d5f58db5a4757db518b461c63aa.

Change-Id: Ibc57d8ef01f12b893f4ad8b5147184ae4912dc83

8 years agoRelease 1.5.9 85/79585/1 accepted/tizen/mobile/20160712.043221 submit/tizen_common/20160712.024207 submit/tizen_mobile/20160712.024146
HyeKyoung Hwang [Tue, 12 Jul 2016 02:38:53 +0000 (11:38 +0900)]
Release 1.5.9

Change-Id: I777c447b086ab2467d4e41839a5a93aee657709f
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years ago[Workaround] Fix for not working bottom area scroll. 48/79548/1
Dariusz Frankiewicz [Mon, 11 Jul 2016 17:25:33 +0000 (19:25 +0200)]
[Workaround] Fix for not working bottom area scroll.

[Problem] elm_entry_select_all is not working correctly.
[Solution] Disable usage.

Change-Id: I950094591c3b97ba66d2b905c07578f55d1b8f54

8 years agoRelease 1.5.8 38/79538/1 accepted/tizen/common/20160711.171316 accepted/tizen/mobile/20160712.000751 submit/tizen_common/20160711.154649 submit/tizen_mobile/20160711.154628
HyeKyoung Hwang [Mon, 11 Jul 2016 15:43:25 +0000 (00:43 +0900)]
Release 1.5.8

Change-Id: Ic7c4e50730d98de6ef4477854c3940e16df0a3e8
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoTemporary disable url history list. 35/79535/1
Dariusz Frankiewicz [Mon, 11 Jul 2016 15:25:16 +0000 (17:25 +0200)]
Temporary disable url history list.

[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-1725

Change-Id: I3f12f1487f22411b5cd50efe52edcfbc7e2ceb79

8 years agoSometimes scroll is not working. 12/79512/2
Lim DoHyung [Mon, 11 Jul 2016 13:57:04 +0000 (06:57 -0700)]
Sometimes scroll is not working.

Revert "Fix for not working history list"

This reverts commit 933348348cf450b45ec957a7ec2c4f6015ea999f.

Change-Id: If467d6539954c042e6d667396a14fd8ada0a7eda

8 years agoSometimes scroll is not working. 11/79511/2
Lim DoHyung [Mon, 11 Jul 2016 13:56:51 +0000 (06:56 -0700)]
Sometimes scroll is not working.

Revert "Hide history list on "X" button click in uri entry"

This reverts commit 3229427bde11b930605f7c4b6dcba06ff4b76f99.

Change-Id: If2afca949f5a6beb2fe589a0967575239582e287

8 years agoFix the common project build Error 28/79428/4
HyeKyoung Hwang [Mon, 11 Jul 2016 09:48:23 +0000 (18:48 +0900)]
Fix the common project build Error

Change-Id: I7d5c7e1717e31ad982fe27b39ca0bddb7aeedcaa
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoCan't open the file from download link in the Quickpanel 83/79383/3
HyeKyoung Hwang [Mon, 11 Jul 2016 06:49:00 +0000 (15:49 +0900)]
Can't open the file from download link in the Quickpanel

[ Issue ] http://suprem.sec.samsung.net/jira/browse/TSAM-6252
[ Problem]There is no url name, it can't find the proper app in the app_control
[ Solution] In case of check the mime type, and remove the url name
            If there is no file:/// , the Webvie can't open the file.
            So just "/opt/" path, it add the file://
[Verify] Check the save link and open the file

Change-Id: Icb090645c5125d0e53d9cd040edffbfa75e085c3
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoMerge branch 'tizen' of ssh://review.tizen.org:29418/apps/web/browser into tizen accepted/tizen/mobile/20160711.030840 submit/tizen_mobile/20160711.024335
HyeKyoung Hwang [Mon, 11 Jul 2016 02:41:48 +0000 (11:41 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/apps/web/browser into tizen

8 years agoRelease 1.5.7 14/79314/2
HyeKyoung Hwang [Mon, 11 Jul 2016 02:31:58 +0000 (11:31 +0900)]
Release 1.5.7

Change-Id: I85f14ad5081f8f2c109b8545457ccd4154df7dda
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoRelease 1.5.7 14/79314/1
HyeKyoung Hwang [Mon, 11 Jul 2016 02:31:58 +0000 (11:31 +0900)]
Release 1.5.7

Change-Id: I85f14ad5081f8f2c109b8545457ccd4154df7dda
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years ago[Launching Performance] 05/79305/3
HyeKyoung Hwang [Mon, 11 Jul 2016 01:58:19 +0000 (10:58 +0900)]
[Launching Performance]

For improve the lauching performance, so file  change
After patch, loading time 0.39 sec imporved.

Change-Id: Ib63af7ab3c5c5702bbd6ac07a2a6e7a2f1761fea
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years ago[Performance] 05/79305/1
HyeKyoung Hwang [Mon, 11 Jul 2016 01:58:19 +0000 (10:58 +0900)]
[Performance]

For improve the lauching performance, so file  change

Change-Id: Ib63af7ab3c5c5702bbd6ac07a2a6e7a2f1761fea
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoFix for SVACE 84793 51/79251/1
Maciej Skrzypkowski [Sat, 9 Jul 2016 11:44:06 +0000 (13:44 +0200)]
Fix for  SVACE 84793

Change-Id: I6308a7a11d672df012516916afee6c85fd70c2e5
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
8 years agoHide history list on "X" button click in uri entry 35/79235/1
Maciej Skrzypkowski [Sat, 9 Jul 2016 09:27:43 +0000 (11:27 +0200)]
Hide history list on "X" button click in uri entry

[Issue]    http://suprem.sec.samsung.net/jira/browse/TSAM-6263
[Problem]  url history list was not hidden
[Solution] call hide method
[Verify]   Open url history list, click "X" button, check if list hides.

Change-Id: Id0e23efe22c49e1356189c292868e2e40a1aa360
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
8 years agoFix for not working history list 14/78714/9 accepted/tizen/mobile/20160709.072130 submit/tizen_mobile/20160709.025049
Kamil Nowac [Wed, 6 Jul 2016 12:23:01 +0000 (14:23 +0200)]
Fix for not working history list

[Issue]    http://suprem.sec.samsung.net/jira/browse/TSAM-5971
[Problem]  List does not react on click
[Solution] Moved hide function and removed timer
[Verify]   Open few pages. Enter few letters into url bar
           until history list appear. Click on the record from
           the list.
           Page should change.

Change-Id: Ie2e0a610b76a46d3c654fbb4ed6bf98a56079f47

8 years agoHistory not visible when opened first time 74/78974/1
m.kawonczyk [Thu, 7 Jul 2016 13:26:48 +0000 (15:26 +0200)]
History not visible when opened first time

[Issue]    N/A
[Problem]  History added elements to a non-created view.
[Solution] Create UI before appending elements.
[Verify]   Open History and see if it works correctly.

Change-Id: Iebd5063034468ec554999529d8dd0ba4ebf285bb

8 years agoRelease 1.5.6 06/78806/1 accepted/tizen/mobile/20160707.043813 submit/tizen_mobile/20160707.023501
HyeKyoung Hwang [Thu, 7 Jul 2016 02:30:35 +0000 (11:30 +0900)]
Release 1.5.6

Change-Id: Iecb0aef08fb2f2a86cbe06e1cf15554e741fe340
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoSomtimes it's not working 04/78804/2
Hye Kyoung Hwang [Thu, 7 Jul 2016 02:25:43 +0000 (19:25 -0700)]
Somtimes it's not working
Revert "[ Loading Performance]"

This reverts commit d46e2c750489499ca4a4a22bfe09517ba19d1b94.

Change-Id: Ibbb87d1a49f8862d1003dbe8c0fa6e5e1d7acc13

8 years agoRelease 1.5.5 86/78786/1 submit/tizen_mobile/20160707.013353
HyeKyoung Hwang [Thu, 7 Jul 2016 01:30:56 +0000 (10:30 +0900)]
Release 1.5.5

Change-Id: I2a48e5579141998417be1b1865221fd95ab0531e
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoTitle of popup disappear in the first tap on key icon 38/78738/2
m.kawonczyk [Wed, 6 Jul 2016 14:32:32 +0000 (16:32 +0200)]
Title of popup disappear in the first tap on key icon

[Issue]    http://suprem.sec.samsung.net/jira/browse/TSAM-5967
[Problem]  Title of the popup is not visible. Popup max height
           is to big when showed. When popup was opened on
           landscape and rotated to vertical, it was possible
           to scroll horizontal.
[Solution] Register on wm,rotation,change callback to notify
           elm_object on different maximum size before it is
           resized and repainted. Tried using edc programs on
           resize, it was working, however transition wasn't
           smooth enought.
[Verify]   Open wp.com and click on on lock icon. Rotate to
           landscape and vertical. Everything should be
           visible. Open popup when device is landscape and
           rotate. Horizontal scroller shouldn't be allowed
           and whole text should be visible.

Change-Id: I19f5f65965ff22c666a8f4c9769fbac511e4e9b4

8 years agoRelease 1.5.4 58/78658/1 accepted/tizen/mobile/20160706.132654 submit/tizen_mobile/20160706.101921
HyeKyoung Hwang [Wed, 6 Jul 2016 10:15:50 +0000 (19:15 +0900)]
Release 1.5.4

Change-Id: Ief5815bf293a002074df76c0e17f0f217f37319e
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years ago[ Loading Performance] 77/78577/2
HyeKyoung Hwang [Wed, 6 Jul 2016 06:41:36 +0000 (15:41 +0900)]
[ Loading Performance]

To improve the loading performance,
when the loadstart set the ecore_animator_frametime_set to 0.1,
and the loadfinish set the original value

Change-Id: I705474b0fcf79ccf410f8ba3b93dd9a18d370b09
ignee-off-by: HyeKyoung Hwang <cookie@samsung.com>
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoRevert "Open page on visibility change state" 69/78569/2
Hye Kyoung Hwang [Wed, 6 Jul 2016 06:16:18 +0000 (23:16 -0700)]
Revert "Open page on visibility change state"

This reverts commit 9209a5a99427574f862bd9a7553fdf30e2fde404.

Change-Id: I4787cbb4007df87c5d65e221b9c68b240279aeca

8 years agoAsync service loading and initialization 16/78216/10
Kamil Nowac [Mon, 4 Jul 2016 12:05:34 +0000 (14:05 +0200)]
Async service loading and initialization

[Issue]    N/A
[Problem]  Synchronous service loading
[Solution] Use of std::async interface

Change-Id: Idb89f090ecd132b5253bb6e81ed11e28334da4e9

8 years ago1st launching time decrease. Add lazy loading. 18/78218/9
m.kawonczyk [Tue, 5 Jul 2016 12:00:11 +0000 (14:00 +0200)]
1st launching time decrease. Add lazy loading.

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1624
[Problem]      Browser startup time is too long.
[Solution]     Move UI creation to when it is needed. Use own
               visibility function to support lazy loading. Move
               methods not needed on initialization - such as
               webview preinitialization and dummy button to after
               browser is created and functional.
[Verify]       dlogutil -v time browser and check time between
               BROWSER IS SAYING HELLO and void app_resume(void*)

Change-Id: I77d3b82931077ffad80122763bbb01139754c29f

8 years agoRlease 1.5.3 05/78505/1 accepted/tizen/mobile/20160706.014900 submit/tizen_mobile/20160706.010513
HyeKyoung Hwang [Wed, 6 Jul 2016 01:01:45 +0000 (10:01 +0900)]
Rlease 1.5.3

Change-Id: I446371a48b1582670ba151625e7e2a9c6ed50ba0
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoFix the FindOnPage 35/78435/5
HyeKyoung Hwang [Tue, 5 Jul 2016 12:09:09 +0000 (21:09 +0900)]
Fix the FindOnPage

[Issue] \7fhttp://suprem.sec.samsung.net/jira/browse/TSAM-6049
[Problem] When the clear the string by Backkey, the count is display
[Solution] There is no string, _set_count(0, 0);

Change-Id: Ic0c0476480ab77ffe80865daa7fce285b11378e1
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoOpen page on visibility change state 15/78415/5
Kamil Nowac [Tue, 5 Jul 2016 10:58:12 +0000 (12:58 +0200)]
Open page on visibility change state

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1649
[Problem]  Wrong innerWidth on browser open
[Solution] Added visibility change callback
[Verify]   Run test from
           http://suprem.sec.samsung.net/jira/browse/TSAM-5664

Change-Id: I3cd9270a381abdb4c3487920f1b923d27b091f19

8 years agoAutoFillForms - Check box disappear after rotate device 94/78394/2
m.kawonczyk [Tue, 5 Jul 2016 09:53:25 +0000 (11:53 +0200)]
AutoFillForms - Check box disappear after rotate device

    [Issue]        http://suprem.sec.samsung.net/jira/browse/TSAM-5890
    [Problem]      Checkbox should display normally after rotate
    [Solution]     Add efl functions to customize genlist.
    [Verify]       MoreMenu > Settings > Autofill forms. Rotate device.
                   Delete > rotate. Checkbox in genlist elements should
                   be visible.

Change-Id: Ie4ea990f1135bd8de4b160ebe6f95dbe8edc15b3

8 years agoInclude Auto Fill forms. when click to all back, destructor not call. 82/78282/3
Lim DoHyung [Tue, 5 Jul 2016 04:40:38 +0000 (13:40 +0900)]
Include Auto Fill forms. when click to all back, destructor not call.

Change-Id: Ia840978c3d0c6098c5889c5ee3e87ba78b2a1640
Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
8 years agoRelease 1.5.2 75/78275/1 accepted/tizen/mobile/20160705.100530 submit/tizen_mobile/20160705.042316
HyeKyoung Hwang [Tue, 5 Jul 2016 04:19:13 +0000 (13:19 +0900)]
Release 1.5.2

Change-Id: Ie363f9caaeaf18baa0f179af4ea9a9a5e9e336d9
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years ago[Common] Build break 94/78094/2
m.kawonczyk [Mon, 4 Jul 2016 08:57:23 +0000 (10:57 +0200)]
[Common] Build break

[Issue]        N/A
[Problem]      Build break on branch Common.
[Solution]     Add #if PROFILE_MOBILE where it is needed
[Verify]       Build browser using ./build.sh

Change-Id: I5a63ea894fd375718b7cf959c267ca7e30437523

8 years agoRemove ellipsis from find on page entry. 41/78141/1
Dariusz Frankiewicz [Mon, 4 Jul 2016 10:23:06 +0000 (12:23 +0200)]
Remove ellipsis from find on page entry.

[Issue]    http://suprem.sec.samsung.net/jira/browse/TSAM-5300
[Problem]  Cannot scroll entry text.
[Solution] Remove ellipsis from text style.
[Verify]   Find some long text by find on page and try to scrool text
           inside entry field.

Change-Id: I88a425611652af70ed62a1d673fe0c8401a56cdc

8 years agoFindOnPage <br> tag issue 49/77849/4
HyeKyoung Hwang [Fri, 1 Jul 2016 09:03:45 +0000 (18:03 +0900)]
FindOnPage <br> tag issue

[Issue]  http://suprem.sec.samsung.net/jira/browse/TSAM-5300
[Problme] When the multi line selected and then Find On Page, the text is cut
[Solution] When the <br> tag, it change to tag:   "br" "";
[Verify] Check the FindOnPage

Change-Id: I06a3d4d4b6e08478e0866d31eb5978e3bd140cbe
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoRelease 1.5.1 49/78049/1 accepted/tizen/mobile/20160704.091503 submit/tizen_mobile/20160704.055725
HyeKyoung Hwang [Mon, 4 Jul 2016 05:55:00 +0000 (14:55 +0900)]
Release 1.5.1

Change-Id: I503ac863a185eed46884be393f7a127c23a16c2d
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoRevert "maps.google.com blue URL Bar and crash issue" 90/77890/3
m.kawonczyk [Fri, 1 Jul 2016 10:31:09 +0000 (12:31 +0200)]
Revert "maps.google.com blue URL Bar and crash issue"

This reverts commit 3ccdcc88a8da5a0a39b205d7ba63b5bdd19a24a9.

Patch is not needed anymore as it is fixed by a dummy button
introduced to fix EwkView focus issues.

Change-Id: Ie026a2a1281917256b2827f7e3d24219182a2c47

8 years ago[Workaround] Improved Dummy button that fixes all focus issues on webview 06/77706/6
m.kawonczyk [Thu, 30 Jun 2016 13:36:10 +0000 (15:36 +0200)]
[Workaround] Improved Dummy button that fixes all focus issues on webview

[Issue]        http://suprem.sec.samsung.net/jira/browse/TSAM-5691
[Problem]      WebView can't focus and unfocus itself using their own
               functions. Because of that every application needs
               to create button that is doing that for them.
[Solution]     Create improved dummy button that will notify web_view
               that they are focused and unfocused. Remove excess
               gray highlight workaround.
[Verify]       Open inout_picker_test.html > Focus on Date >
               Change Date > OK. Focus should still be in webview.

Change-Id: I5fdab9d1acf788a38be547b08a83cf8b0902ddc1

8 years agoMenu Tree matching to UI context. 41/78041/2
Lim DoHyung [Mon, 4 Jul 2016 05:14:49 +0000 (14:14 +0900)]
Menu Tree matching to UI context.

# commit format
[Issue]  Between Menu Tree document content and UI content not matching syntax.
[Problem] syntax not matching.
[Solution] UI content syntax modify to same Menu Tree.
[Verify] Launch the browser and normal syntax view.

Change-Id: I20b4e78f6dee1b9d7d2866d4b31948ca15923c37
Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
8 years agomany compositing call occur by progress bar, it fixed notification popup. 71/77771/2 accepted/tizen/common/20160703.183612 submit/tizen_common/20160703.163500
Lim DoHyung [Fri, 1 Jul 2016 05:12:14 +0000 (14:12 +0900)]
many compositing call occur by progress bar, it fixed notification popup.

# commit format
[Issue]  many compositing call occur.
[Problem] normal execute but inner animation executing for inner.
[Solution] progress bar replace wheel to process.
[Verify] many compositing call reduce showing.

Change-Id: Ieb8f1138743eea490fded9840a93a3d4605d0405
Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
8 years agoRelease 1.5.0 89/77489/1 accepted/tizen/mobile/20160630.063617 submit/tizen_mobile/20160630.040808
HyeKyoung Hwang [Thu, 30 Jun 2016 03:59:29 +0000 (12:59 +0900)]
Release 1.5.0

Change-Id: I3e3342691d0e7140d6b4a8663f07239f1387f47a
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoRevert "Revert "[Workaround] Highlight text color is gray"" 77/77477/2
Hye Kyoung Hwang [Thu, 30 Jun 2016 02:35:12 +0000 (19:35 -0700)]
Revert "Revert "[Workaround]   Highlight text color is gray""

This reverts commit 909739dbb63c1c3da9368e00645e8375586378eb.

Change-Id: Idf889da0b7e199fe6554853b44315769c6147c79

8 years agoRevert "[Workaround] Dummy button that fixes all focus issues on webview" 74/77474/2
Hye Kyoung Hwang [Thu, 30 Jun 2016 02:34:13 +0000 (19:34 -0700)]
Revert "[Workaround] Dummy button that fixes all focus issues on webview"

This reverts commit 18fe7f55756c60d67ce993754b7c2ae24e91d364.

Change-Id: If2d019986b410547a4da6b1a2be9b17a538309a0

8 years agoRevert "[Workaround] Highlight text color is gray" 14/77414/4
m.kawonczyk [Wed, 29 Jun 2016 13:28:30 +0000 (15:28 +0200)]
Revert "[Workaround]   Highlight text color is gray"

This reverts commit 4ea914ed7b88c6eed9e15593b33ea7199b342a63.

Change-Id: Ibfdb50909accb3128df63147263dbc312650e4e5

8 years ago[Workaround] Dummy button that fixes all focus issues on webview 87/77387/2
m.kawonczyk [Wed, 29 Jun 2016 12:40:08 +0000 (14:40 +0200)]
[Workaround] Dummy button that fixes all focus issues on webview

[Issue]        http://suprem.sec.samsung.net/jira/browse/TSAM-5691
[Problem]      WebView can't focus and unfocus itself using their own
               functions. Because of that every application needs
               to create button that is doing that for them.
[Solution]     Create dummy button that will notify web_view that
               they are focused and unfocused.
[Verify]       Open inout_picker_test.html > Focus on Date >
               Change Date > OK. Focus should still be in webview.

Change-Id: I8dee03fad7c4d7833fdae5ff42d0b52af0378527

8 years agoText in URL bar is dissapearing 21/77121/4
m.kawonczyk [Tue, 28 Jun 2016 15:09:28 +0000 (17:09 +0200)]
Text in URL bar is dissapearing

    [Issue]        http://suprem.sec.samsung.net/jira/browse/TSAM-5649
    [Problem]      Entry is clearing itself on unfocus. Rotating device
                   results in receiving virtualkeypad,state,off which
                   is unfocusing entry. In addition wrong event was
                   used - mouse,in instead of mouse,down. Mouse position
                   stayed in a same place after rotation, which called
                   mouse,in on a different evas.
    [Solution]     Change event from mouse,in to mouse,down. Remove
                   unfocusing entry on virtualkeypad,state,off as it
                   is not needed there.
    [Verify]       Open browser, type anything in urlbar. Rotate
                   device. Check if IME is still visible as well as if
                   text is visible.

Change-Id: Icaf08003c1b42c09d5d8b95f72569e832e206ef9

8 years agoKeyboard display after Select browser to come back to foreground 41/77341/1
Kamil Nowac [Wed, 29 Jun 2016 10:30:58 +0000 (12:30 +0200)]
Keyboard display after Select browser to come back to foreground

[Issue]    http://suprem.sec.samsung.net/jira/browse/TSAM-5681
[Problem]  Keyboard shows on resume
[Solution] Check visibility of find on page ui
[Verify]   As in the issue url

Change-Id: I614cf2398e8b1b126a807cd97a2fccee0726f414

8 years agoRelease 1.4.9 03/77303/1 accepted/tizen/mobile/20160630.004324 submit/tizen_mobile/20160629.095127
HyeKyoung Hwang [Wed, 29 Jun 2016 09:46:31 +0000 (18:46 +0900)]
Release 1.4.9

Change-Id: Ide74a1b6329d7f4de3c52a189cb9efe58356617a
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoTemporarily Disable the Indicator 86/77186/1
HyeKyoung Hwang [Wed, 29 Jun 2016 04:29:42 +0000 (13:29 +0900)]
Temporarily Disable the Indicator

http://suprem.sec.samsung.net/jira/browse/TSAM-5664
http://suprem.sec.samsung.net/jira/browse/TSAM-5661

[ Issue ] Resize issue
          When the rotation, indicator resize is called
[Solution] Temporarily Indicator is disable
           After Beta release, EFL and Weview team discuss about the resize

Change-Id: Ibd1d9b8887ad613e5065f3bba06bad1f6ed8151c
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoThe Thin Red Line 73/77073/2
Kamil Nowac [Tue, 28 Jun 2016 11:06:29 +0000 (13:06 +0200)]
The Thin Red Line

[Issue]    http://suprem.sec.samsung.net/jira/browse/TSAM-5661
[Problem]  Thin red line on the left side
[Solution] Modified EDC file
[Verify]   Open test from issue url for the forst time
           There should be no red line on the left side

Change-Id: Ib9693b5c2e83292f14c062240e469ebc929e7e42

8 years agoName of Bookmark does not update 20/77020/2
m.kawonczyk [Tue, 28 Jun 2016 09:06:54 +0000 (11:06 +0200)]
Name of Bookmark does not update

    [Issue]        http://suprem.sec.samsung.net/jira/browse/TSAM-5642
    [Problem]      Folder name wasn't properly changed between utf8
                   and markup.
    [Solution]     Use elm_entry_utf8_to_markup and
                   elm_entry_markup_to_utf8 on text.
    [Verify]       Open Website>MoreMenu>Add to bookmark. Add folder
                   by clicking +. Write some special characters. Check
                   if everything works as intended. Go to bookmark
                   manager, open created folder, click menu > edit
                   folder name. Check if folder name is correctly
                   edited and storred in a database.

Change-Id: Ib5f8704d9d6c6449ace3d9a0046a4dd44cfac082

8 years agoBookmarkFlowUI - Right side of screen is cut 69/76869/2
m.kawonczyk [Mon, 27 Jun 2016 13:13:56 +0000 (15:13 +0200)]
BookmarkFlowUI - Right side of screen is cut

    [Issue]        http://suprem.sec.samsung.net/jira/browse/TSAM-5218
    [Problem]      After rotating twice screen didn't resize properly
    [Solution]     Change Genlist parameters to make sure it resizes
                   properly.
    [Verify]       Open Website>MoreMenu>Add to bookmark. Click Mobile
                   to choose folder. While keeping genlsit opened rotate
                   to landscape and back to portrait. UI should resize
                   properly.

Change-Id: I7b85d2398ac1984306336816cc26950f1bc99ff4

8 years agoRelease 1.4.8 90/76690/1 accepted/tizen/mobile/20160627.092811 submit/tizen_mobile/20160627.042101
HyeKyoung Hwang [Mon, 27 Jun 2016 02:24:58 +0000 (11:24 +0900)]
Release 1.4.8

Change-Id: I435ec79851bf5bc0e83384e187d506ce2599f977
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoprivilege add to content that recorder. 84/76684/3
Lim DoHyung [Mon, 27 Jun 2016 01:54:33 +0000 (10:54 +0900)]
privilege add to content that recorder.

# commit format
[Issue]  [Tizen3.0][ref.browser] Adding a privilege for recorder to use speech recognition
         http://suprem.sec.samsung.net/jira/browse/TWF-1561
[Problem] Need to recoder previlege content.
[Solution] Add to recoder previlege content.
[Verify] test for MM team success.

Change-Id: I2d0fbb871f3e9a00429ef410a9d48657bf7b48bf
Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
8 years agoAutofillforms delete button still highlight when nothing is checked 02/76602/3
m.kawonczyk [Fri, 24 Jun 2016 10:11:53 +0000 (12:11 +0200)]
Autofillforms delete button still highlight when nothing is checked

    [Issue]        http://suprem.sec.samsung.net/jira/browse/TSAM-5451
    [Problem]      Delete button is highlight when nothing is checked.
    [Solution]     Emit signal to edc, dissable button when nothing is
                   checked.
    [Verify]       Open Settings->Autofillforms->Delete. Check something,
                   then uncheck the same element. Delete button should be
                   dimmed and dissabled.

Change-Id: I306ea7a0a91639638e211165ac10e1dd46531906

8 years ago[Workaround] Highlight text color is gray 85/76385/7
m.kawonczyk [Thu, 23 Jun 2016 14:48:12 +0000 (16:48 +0200)]
[Workaround]   Highlight text color is gray

[Issue]        http://suprem.sec.samsung.net/jira/browse/TSAM-3448
               http://suprem.sec.samsung.net/jira/browse/TSAM-4692
[Problem]      Web_View is unfocusing itself on suspend and can not take
               focus back on resume. It is only an web_view issue - other
               efl components doesn't have this problem.
[Solution]     We are storing information if web_view is focused before
               calling ewk_view_suspend and returning it after
               ewk_view_resume. This is a workaround.
[Verify]       Open any website, focus some text. After that:
               a) press middle button, then open browser again
               b) press share on a context menu, then go back to browser
               c) press share on a context menu, choose option, then go
                  back to browser
               Everytime text should be highlighted in blue, not in gray.

Change-Id: I7d24c609bf7e9d8af1913596d96c8a9202731fc6

8 years agoFix the http://suprem.sec.samsung.net/jira/browse/TSAM-5410 70/76570/4
m.kawonczyk [Fri, 24 Jun 2016 09:46:51 +0000 (11:46 +0200)]
Fix the suprem.sec.samsung.net/jira/browse/TSAM-5410

[ issue ] WebApp Game are loading again and sound was on, It is not off
[ Problem] When the browser is suspend by Back key,  ui_app_pause app_control_set_app_id(service, caller); so it run webapp.
[ Solution] When the browser is suspend, we use the elm_win_lower()
[ Verify] Browser back key test

Change-Id: I458f3ad3273745a2efc9e5c9c9c6f3cbe6198f28

8 years agoRelease 1.4.7 40/76140/1 accepted/tizen/mobile/20160623.125528 submit/tizen_mobile/20160623.025324
HyeKyoung Hwang [Thu, 23 Jun 2016 02:45:22 +0000 (11:45 +0900)]
Release 1.4.7

Change-Id: Icb804314a301a2228c5a7cc96b5a7d2ff5829c1d
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoRemoving efl animation on device rotation 75/73475/5
m.kawonczyk [Wed, 8 Jun 2016 08:24:12 +0000 (10:24 +0200)]
Removing efl animation on device rotation

Change-Id: I274f8090ca6a0812d68f5d1e2218ddc82e2d3876

8 years agoFixes for Find on Page 67/75967/5
Kamil Nowac [Wed, 22 Jun 2016 08:36:06 +0000 (10:36 +0200)]
Fixes for Find on Page

[Issue]    http://suprem.sec.samsung.net/jira/browse/TSAM-5219
           http://suprem.sec.samsung.net/jira/browse/TSAM-5314
           http://suprem.sec.samsung.net/jira/browse/TSAM-5320
[Problem]  Find on Page keyboard and focus issues
[Solution] Set focus on entry
[Verify]   As under the issues url

Change-Id: I59d30e95cb9ce85ea14cbd5bcac4f23ba5b1bcc3

8 years agoRelease 1.4.6 60/75860/1 accepted/tizen/mobile/20160622.093404 submit/tizen_mobile/20160622.023423
HyeKyoung Hwang [Wed, 22 Jun 2016 02:31:25 +0000 (11:31 +0900)]
Release 1.4.6

Change-Id: Ic6232747ee336ddefb8cc6dc3602c756ddb0503e
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years ago[Tool] Enable WebInspector Server 33/74433/5
Dariusz Frankiewicz [Tue, 14 Jun 2016 07:44:46 +0000 (09:44 +0200)]
[Tool] Enable WebInspector Server

Manual:
Connect phone by SDB and forward port by:
     sdb forward tcp:12345 tcp:9222
Next run on your desktop computer Chromium browser and open:
     localhost:12345

Change-Id: I1940a21f54aaae3e2d7279ad7b0333291341082f

8 years agosvace issue 101869 fixed. 97/75697/2
Lim DoHyung [Tue, 21 Jun 2016 05:07:07 +0000 (14:07 +0900)]
svace issue 101869 fixed.

# commit format
[Issue]  svace have been checking that null value.
[Problem] binSerial array null value input as possible.
[Solution] In binSerial null check logic added.
[Verify] Launch the browser and I checked normal showing Serial number.

Change-Id: I7a95bdbdc145874c5d0e4c09dbc63794700ee8e0
Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
8 years agoSvace 19164, 19166, 19167 49/75549/3
Kamil Nowac [Mon, 20 Jun 2016 10:52:11 +0000 (12:52 +0200)]
Svace 19164, 19166, 19167

[Issue]    N/A
[Problem]  Deprecated throw()
[Solution] Used noexcept

Change-Id: I75655e7d8a242a9df5e9a6f150b6f956c024bf4f

8 years agoRelease 1.4.5 41/75541/1 submit/tizen_mobile/20160620.101318
HyeKyoung Hwang [Mon, 20 Jun 2016 10:09:16 +0000 (19:09 +0900)]
Release 1.4.5

Change-Id: Ia5b7f3fd81c3205edfe4352fb8fa1eee3c462dc7
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agomaps.google.com blue URL Bar and crash issue 32/75132/4
m.kawonczyk [Fri, 17 Jun 2016 08:54:12 +0000 (10:54 +0200)]
maps.google.com blue URL Bar and crash issue

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1508
[Problem]      After clicking OK or CANCEL on web_view popup
               browser is crashing sometimes.
[Solution]     Clear focus from the entry and focus tab manager
               button, so the EFL dont focus entry again after
               clicking OK or CANCEL.
[Verify]       Open maps.google.com from uribar and click OK or
               CANCEL. Browser should work normally.

Change-Id: I08362da1f0032d9dfdd16e9a18d10bf50658b099

8 years agoNot adding tab when bp_tab_adaptor_create returns error 48/75348/1
Maciej Skrzypkowski [Fri, 17 Jun 2016 11:31:31 +0000 (13:31 +0200)]
Not adding tab when  bp_tab_adaptor_create returns error

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1521
[Problem]      Tab was added even thought id hadn't been added
[Solution]     Added check for error
[Verify]       Open about 30 tabs,  and close them, all should be able to
               close

Change-Id: I52cb4997eea200ba19fa4aba1b30ea5e00df2cb3
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
8 years agoRemove unneeded editingCanceled method 86/74286/9
Maciej Skrzypkowski [Tue, 14 Jun 2016 10:10:27 +0000 (12:10 +0200)]
Remove unneeded editingCanceled method

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1452
[Problem]      Page url was changed to previous one
[Solution]     Removed unneeded editingCanceled method
[Verify]       google.com -> Add bookmark -> Save -> More Menu ->
               BookMark Manager -> X button,
               check if proper URL is set in URL bar

Change-Id: I541adadffd8aa6a4dceb75bf13139fa6e7624c0c
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
8 years agoFix for unpresent tab id 22/75122/2
Maciej Skrzypkowski [Thu, 16 Jun 2016 14:22:47 +0000 (16:22 +0200)]
Fix for unpresent tab id

[Issue]       http://suprem.sec.samsung.net/jira/browse/TWF-1507
[Problem]      There was no check for tab existence in web engine
[Solution]     added check
[Verify]       open few tabs, browse, close all, open some again

Change-Id: Iecd7dd26af085efa81b872e9c8aeee09a374810f
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>