cookie [Wed, 15 Jan 2020 10:34:20 +0000 (05:34 -0500)]
Fix Toolchain(GCC-9)
Change-Id: I76c2a4754add976c08357d7689611acdc5742c83
Signed-off-by: cookie <cookie@samsung.com>
Dariusz Michaluk [Tue, 6 Aug 2019 10:27:59 +0000 (12:27 +0200)]
Migrate to openssl 1.1
Change-Id: I19da0882187883d73ad88a29c8cc3f559b7ddd59
Jongmin Lee [Mon, 24 Jun 2019 09:41:50 +0000 (18:41 +0900)]
use ecore-wl2 instead of ecore-wayland in cmake files
Change-Id: I718afb49ee20a30ce4f7254ea9465b8bac6450c7
Jongmin Lee [Thu, 30 May 2019 02:00:09 +0000 (11:00 +0900)]
remove unused header files and package dependencies
Change-Id: I8fa3a367e31825b973dca728d31219daf90afe38
cookie [Fri, 11 Aug 2017 05:08:59 +0000 (05:08 +0000)]
Fix the PVS V547, V690
[ Problem ]Expression '!urlPair' is always false.
[ Soluction] Fix the issue
Change-Id: Id67e918da6a52abb127c6a77b1017ee39c65c1ef
Signed-off-by: cookie <cookie@samsung.com>
Youngsoo Choi [Tue, 14 Mar 2017 11:42:58 +0000 (20:42 +0900)]
Disable missing ewk api just until chromium-efl bringup is completed
This CL disables ewk additional feature api call using
the macro |DENABLE_CHROMIUM_EWK_FEATURE|.
Bug: http://suprem.sec.samsung.net/jira/browse/TWF-3168
Change-Id: I5c9952eb626d6ab84b99ff2f057adbc3520bc325
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
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
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>
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>
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>
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>
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
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
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
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>
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
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
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
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
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
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
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>