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
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>
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>
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
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>
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>
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
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>
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>
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>
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
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
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>
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
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>
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
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>
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
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>
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
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
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
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>
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>
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
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>
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>
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>
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>
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>
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>
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
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
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>
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
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>
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
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>
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>
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
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
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
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>
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>
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
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
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>
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>
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
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
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>
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>
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
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
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>
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>
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>
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
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
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
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
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
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
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>
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>
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
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
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
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>
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>
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
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
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
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>
m.kawonczyk [Wed, 8 Jun 2016 08:24:12 +0000 (10:24 +0200)]
Removing efl animation on device rotation
Change-Id: I274f8090ca6a0812d68f5d1e2218ddc82e2d3876
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
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>
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
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>
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
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>
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
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>
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>
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>
HyeKyoung Hwang [Fri, 17 Jun 2016 05:57:43 +0000 (14:57 +0900)]
Release 1.4.4
Change-Id: Ie2e17de442c8ba1979d79d66a22e5be320d549c7
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
Kamil Nowac [Thu, 16 Jun 2016 12:26:28 +0000 (14:26 +0200)]
Add null checks for webview
[Issue] N/A
[Problem] No checking if webview exist
[Solution] Added null checks
[Verify] Browser should work normally
Change-Id: I15794f585ab637b658370c86f94d2f9b5ba1a780
Maciej Skrzypkowski [Thu, 16 Jun 2016 10:25:54 +0000 (12:25 +0200)]
Fix for WebEngineService::isLoadError crash
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-1473
[Problem] There was no check for webview existence in web engine
[Solution] added check
[Verify] Open browser without tabs, write new url and open new tab
Change-Id: I7c02a30ff4f40d9145c1f9f539f4b2ba28c26ffa
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
HyeKyoung Hwang [Thu, 16 Jun 2016 06:19:56 +0000 (15:19 +0900)]
Release 1.4.3
Change-Id: Ie01860fb0fbd1505c36f4d7dc413a07d299609e8
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
HyeKyoung Hwang [Thu, 16 Jun 2016 04:48:30 +0000 (13:48 +0900)]
Enable setenv("COREGL_FASTPATH", "1", 1);
[ Problem ] The youtube blackscreen issue is fixed.
So for reqeust by Randering TG, it is enable
Change-Id: I8bc213fd4e37c003ecb5e0fa07189b42c9224e06
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
Dariusz Frankiewicz [Wed, 15 Jun 2016 09:57:47 +0000 (11:57 +0200)]
Fix for SVACE issue 84658
Change-Id: Ia58eeb859081738e72f5bbaa520813468a066a6d
Kamil Nowac [Wed, 15 Jun 2016 12:49:43 +0000 (14:49 +0200)]
Crash on HW back key after deletion of data
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-1494
[Problem] Passing nullpointer as callback
[Solution] Added nullcheck
[Verify] Open browser -> Settings -> Delete Web Browsing Data
-> Delete Selected Data (all checkboxes selected)
Data should be removed correctly and no crash should
occur.
Change-Id: I82636fad8b76896dc864f59e493505c85cdfaf7f
HyeKyoung Hwang [Wed, 15 Jun 2016 09:55:50 +0000 (18:55 +0900)]
Release 1.4.2
Change-Id: I301730eb9d796522b22f4750d4dc89878ed79a76
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
HyeKyoung Hwang [Wed, 15 Jun 2016 09:35:39 +0000 (18:35 +0900)]
In the Image only, the "Open in new tab" is removed in the context menu by requested Webview team
Change-Id: I18470be852e10f377e1a9fe061c938e113ad5e6d
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
Kamil Nowac [Wed, 15 Jun 2016 07:59:09 +0000 (09:59 +0200)]
Fix not opening views related with elementary change
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-1441
[Problem] Views do not open
[Solution] Unset view before hide and make sure evas_object_hide
is called on the object
[Verify] As in the issue url
Change-Id: Ia04472cb38b01cb2b0f696146fd4b4be18720547
Lim DoHyung [Wed, 15 Jun 2016 06:43:04 +0000 (15:43 +0900)]
svace issue fixed. (17164, 19166, 19167, 84741, 99258 99505)
# commit format
[Issue] svace occur issue in browser code.
[Problem] omit syntax and Initialize array, throw proceed.
[Solution] I added and fix code.
[Verify] Launch the browser and success confirm.
Change-Id: Id6d07fda9964f327f953ddd98ab13ea5a4a866fc
Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
jaekuk, lee [Wed, 15 Jun 2016 02:03:50 +0000 (11:03 +0900)]
add the mediastorage privilege
Change-Id: I99e60ec736ff89e325507f28932e507fffd53b7e
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
HyeKyoung Hwang [Tue, 14 Jun 2016 12:54:02 +0000 (21:54 +0900)]
Release 1.4.1
Change-Id: I87c4eb7379578452b1aa18c946b2d13eb43d2014
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
HyeKyoung Hwang [Tue, 14 Jun 2016 11:46:02 +0000 (20:46 +0900)]
When pop-up Share display, screen is white colour
[ Issue ] http://suprem.sec.samsung.net/jira/browse/TSAM-3447
[ Problem ] When the browser is suspend, browser is called the ewk_view_visibility_set.
[ Solution] We remove the ewk_view_visibility_set.
For http://10.113.136.204/jira/browse/TSAM-523 issue is fixed by https://review.tizen.org/gerrit/#/c/74503/1
(In the youtube site, homekey do not stop play issue)
[ Verify] browser lauch share menu
Change-Id: I4c21416a282aedc8f4e6f2fe44a0a592569323fc
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
Dariusz Frankiewicz [Tue, 14 Jun 2016 10:19:35 +0000 (12:19 +0200)]
Replace elm_progressbar with own implementation
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-1454
[Problem] elm_progressbar_value_set makes too frequent composite calling.
[Solution] Replace elm_progressbar with own implementation in edc file.
[Verify] Load some pages and measure composite calls on engine side.
Change-Id: I03e10cc3729738cfeb46f59ff1326931f0ca0add