summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-24Release 1.6.4submit/tizen_mobile/20160725.041719submit/tizen_common/20160921.142650submit/tizen_common/20160725.041726accepted/tizen/mobile/20160725.064945accepted/tizen/common/20160725.153819accepted/tizen_mobileHyeKyoung Hwang1-1/+1
Change-Id: I0f8b3dd16f610239123675e42005b9cb110e02c2 Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-24When the Savelink download, 2 times downloadHyeKyoung Hwang1-1/+0
[ 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>
2016-07-22Fix crash while downloading items after navigating back.submit/tizen_mobile/20160722.092040submit/tizen_common/20160722.092049accepted/tizen/mobile/20160724.043135accepted/tizen/common/20160722.135357Dariusz Frankiewicz6-53/+53
[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
2016-07-22Rlease 1.6.3submit/tizen_mobile/20160722.085316submit/tizen_common/20160722.085324HyeKyoung Hwang1-1/+1
Change-Id: Ifa4880fb2d7effefb465553a495ae9b067f7798b Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-22Can not open image with internet in SD CardHyeKyoung Hwang1-0/+2
[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>
2016-07-18Release 1.6.2submit/tizen_mobile/20160718.015805submit/tizen_common/20160718.015816accepted/tizen/mobile/20160718.105324accepted/tizen/common/20160718.160534HyeKyoung Hwang1-1/+1
Change-Id: Id0aab55ba8966f072402146e0e5919b171569267 Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-17Fix regresion made by SVACE 83651m.kawonczyk1-0/+1
[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
2016-07-15The dummy button is not workingm.kawonczyk1-0/+1
[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
2016-07-14Release 1.6.1submit/tizen_mobile/20160714.053333submit/tizen_common/20160714.053539accepted/tizen/mobile/20160714.054319accepted/tizen/common/20160714.153654HyeKyoung Hwang1-1/+1
Change-Id: I6905493ca8e1624c4d24571c1113371b1b941397 Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-13Sometimes when the browser is lauching, browser is crashHye Kyoung Hwang4-144/+104
Revert "Async service loading and initialization" This reverts commit 5de3a7d3982ebfcb88d05e74ee11c148c1457224. Change-Id: Ie8dc592f99dc584b6340fa43f5622d92c3a81687
2016-07-12Release 1.6.0submit/tizen_mobile/20160712.053426submit/tizen_common/20160712.053436accepted/tizen/mobile/20160712.091308accepted/tizen/common/20160712.151659HyeKyoung Hwang1-1/+1
Change-Id: Iaa2079f6d88bbd5b39efdd35e18dec96132191b8 Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-11Platform fix the issue by https://review.tizen.org/gerrit/#/c/79485/Hye Kyoung Hwang1-4/+4
Revert "[Workaround] Fix for not working bottom area scroll." This reverts commit b6d2ad36191e6d5f58db5a4757db518b461c63aa. Change-Id: Ibc57d8ef01f12b893f4ad8b5147184ae4912dc83
2016-07-12Release 1.5.9submit/tizen_mobile/20160712.024146submit/tizen_common/20160712.024207accepted/tizen/mobile/20160712.043221HyeKyoung Hwang1-1/+1
Change-Id: I777c447b086ab2467d4e41839a5a93aee657709f Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-11[Workaround] Fix for not working bottom area scroll.Dariusz Frankiewicz1-4/+4
[Problem] elm_entry_select_all is not working correctly. [Solution] Disable usage. Change-Id: I950094591c3b97ba66d2b905c07578f55d1b8f54
2016-07-12Release 1.5.8submit/tizen_mobile/20160711.154628submit/tizen_common/20160711.154649accepted/tizen/mobile/20160712.000751accepted/tizen/common/20160711.171316HyeKyoung Hwang1-1/+1
Change-Id: Ic7c4e50730d98de6ef4477854c3940e16df0a3e8 Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-11Temporary disable url history list.Dariusz Frankiewicz2-6/+6
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-1725 Change-Id: I3f12f1487f22411b5cd50efe52edcfbc7e2ceb79
2016-07-11Sometimes scroll is not working.Lim DoHyung7-31/+17
Revert "Fix for not working history list" This reverts commit 933348348cf450b45ec957a7ec2c4f6015ea999f. Change-Id: If467d6539954c042e6d667396a14fd8ada0a7eda
2016-07-11Sometimes scroll is not working.Lim DoHyung1-1/+0
Revert "Hide history list on "X" button click in uri entry" This reverts commit 3229427bde11b930605f7c4b6dcba06ff4b76f99. Change-Id: If2afca949f5a6beb2fe589a0967575239582e287
2016-07-11Fix the common project build ErrorHyeKyoung Hwang1-19/+41
Change-Id: I7d5c7e1717e31ad982fe27b39ca0bddb7aeedcaa Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-11Can't open the file from download link in the QuickpanelHyeKyoung Hwang2-4/+8
[ 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>
2016-07-11Merge branch 'tizen' of ssh://review.tizen.org:29418/apps/web/browser into tizensubmit/tizen_mobile/20160711.024335accepted/tizen/mobile/20160711.030840HyeKyoung Hwang0-0/+0
2016-07-10Release 1.5.7HyeKyoung Hwang1-1/+1
Change-Id: I85f14ad5081f8f2c109b8545457ccd4154df7dda Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-11Release 1.5.7HyeKyoung Hwang1-1/+1
Change-Id: I85f14ad5081f8f2c109b8545457ccd4154df7dda Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-10[Launching Performance]HyeKyoung Hwang1-1/+20
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>
2016-07-11[Performance]HyeKyoung Hwang1-1/+20
For improve the lauching performance, so file change Change-Id: Ib63af7ab3c5c5702bbd6ac07a2a6e7a2f1761fea Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-09Fix for SVACE 84793Maciej Skrzypkowski1-7/+11
Change-Id: I6308a7a11d672df012516916afee6c85fd70c2e5 Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
2016-07-09Hide history list on "X" button click in uri entryMaciej Skrzypkowski1-0/+1
[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>
2016-07-08Fix for not working history listsubmit/tizen_mobile/20160709.025049accepted/tizen/mobile/20160709.072130Kamil Nowac7-17/+31
[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
2016-07-07History not visible when opened first timem.kawonczyk1-1/+1
[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
2016-07-07Release 1.5.6submit/tizen_mobile/20160707.023501accepted/tizen/mobile/20160707.043813HyeKyoung Hwang1-1/+1
Change-Id: Iecb0aef08fb2f2a86cbe06e1cf15554e741fe340 Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-06Somtimes it's not workingHye Kyoung Hwang2-6/+2
Revert "[ Loading Performance]" This reverts commit d46e2c750489499ca4a4a22bfe09517ba19d1b94. Change-Id: Ibbb87d1a49f8862d1003dbe8c0fa6e5e1d7acc13
2016-07-07Release 1.5.5submit/tizen_mobile/20160707.013353HyeKyoung Hwang1-1/+1
Change-Id: I2a48e5579141998417be1b1865221fd95ab0531e Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-06Title of popup disappear in the first tap on key iconm.kawonczyk8-15/+37
[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
2016-07-06Release 1.5.4submit/tizen_mobile/20160706.101921accepted/tizen/mobile/20160706.132654HyeKyoung Hwang1-1/+1
Change-Id: Ief5815bf293a002074df76c0e17f0f217f37319e Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-06[ Loading Performance]HyeKyoung Hwang2-2/+6
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>
2016-07-05Revert "Open page on visibility change state"Hye Kyoung Hwang2-14/+7
This reverts commit 9209a5a99427574f862bd9a7553fdf30e2fde404. Change-Id: I4787cbb4007df87c5d65e221b9c68b240279aeca
2016-07-05Async service loading and initializationKamil Nowac4-104/+144
[Issue] N/A [Problem] Synchronous service loading [Solution] Use of std::async interface Change-Id: Idb89f090ecd132b5253bb6e81ed11e28334da4e9
2016-07-051st launching time decrease. Add lazy loading.m.kawonczyk9-30/+50
[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
2016-07-06Rlease 1.5.3submit/tizen_mobile/20160706.010513accepted/tizen/mobile/20160706.014900HyeKyoung Hwang1-1/+1
Change-Id: I446371a48b1582670ba151625e7e2a9c6ed50ba0 Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-05Fix the FindOnPageHyeKyoung Hwang1-0/+1
[Issue] http://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>
2016-07-05Open page on visibility change stateKamil Nowac2-7/+14
[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
2016-07-05AutoFillForms - Check box disappear after rotate devicem.kawonczyk1-0/+8
[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
2016-07-05Include Auto Fill forms. when click to all back, destructor not call.Lim DoHyung1-4/+0
Change-Id: Ia840978c3d0c6098c5889c5ee3e87ba78b2a1640 Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
2016-07-05Release 1.5.2submit/tizen_mobile/20160705.042316accepted/tizen/mobile/20160705.100530HyeKyoung Hwang1-1/+1
Change-Id: Ie363f9caaeaf18baa0f179af4ea9a9a5e9e336d9 Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-04[Common] Build breakm.kawonczyk6-16/+24
[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
2016-07-04Remove ellipsis from find on page entry.Dariusz Frankiewicz1-2/+2
[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
2016-07-04FindOnPage <br> tag issueHyeKyoung Hwang7-0/+15
[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>
2016-07-04Release 1.5.1submit/tizen_mobile/20160704.055725accepted/tizen/mobile/20160704.091503HyeKyoung Hwang1-1/+1
Change-Id: I503ac863a185eed46884be393f7a127c23a16c2d Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-07-03Revert "maps.google.com blue URL Bar and crash issue"m.kawonczyk2-2/+1
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
2016-07-03[Workaround] Improved Dummy button that fixes all focus issues on webviewm.kawonczyk10-49/+57
[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