summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-03Menu Tree matching to UI context.Lim DoHyung2-3/+3
# 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>
2016-06-30many compositing call occur by progress bar, it fixed notification popup.submit/tizen_common/20160703.163500accepted/tizen/common/20160703.183612Lim DoHyung1-1/+1
# 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>
2016-06-30Release 1.5.0submit/tizen_mobile/20160630.040808accepted/tizen/mobile/20160630.063617HyeKyoung Hwang1-1/+1
Change-Id: I3e3342691d0e7140d6b4a8663f07239f1387f47a Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-06-29Revert "Revert "[Workaround] Highlight text color is gray""Hye Kyoung Hwang2-0/+18
This reverts commit 909739dbb63c1c3da9368e00645e8375586378eb. Change-Id: Idf889da0b7e199fe6554853b44315769c6147c79
2016-06-29Revert "[Workaround] Dummy button that fixes all focus issues on webview"Hye Kyoung Hwang8-34/+31
This reverts commit 18fe7f55756c60d67ce993754b7c2ae24e91d364. Change-Id: If2d019986b410547a4da6b1a2be9b17a538309a0
2016-06-29Revert "[Workaround] Highlight text color is gray"m.kawonczyk2-18/+0
This reverts commit 4ea914ed7b88c6eed9e15593b33ea7199b342a63. Change-Id: Ibfdb50909accb3128df63147263dbc312650e4e5
2016-06-29[Workaround] Dummy button that fixes all focus issues on webviewm.kawonczyk8-31/+34
[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
2016-06-29Text in URL bar is dissapearingm.kawonczyk5-6/+16
[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
2016-06-29Keyboard display after Select browser to come back to foregroundKamil Nowac1-1/+1
[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
2016-06-29Release 1.4.9submit/tizen_mobile/20160629.095127accepted/tizen/mobile/20160630.004324HyeKyoung Hwang1-1/+1
Change-Id: Ide74a1b6329d7f4de3c52a189cb9efe58356617a Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-06-29Temporarily Disable the IndicatorHyeKyoung Hwang1-1/+2
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>
2016-06-28The Thin Red LineKamil Nowac1-1/+1
[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
2016-06-28Name of Bookmark does not updatem.kawonczyk2-11/+12
[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
2016-06-27BookmarkFlowUI - Right side of screen is cutm.kawonczyk2-7/+27
[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
2016-06-27Release 1.4.8submit/tizen_mobile/20160627.042101accepted/tizen/mobile/20160627.092811HyeKyoung Hwang1-1/+1
Change-Id: I435ec79851bf5bc0e83384e187d506ce2599f977 Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-06-26privilege add to content that recorder.Lim DoHyung1-0/+1
# 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>
2016-06-26Autofillforms delete button still highlight when nothing is checkedm.kawonczyk1-1/+4
[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
2016-06-26[Workaround] Highlight text color is graym.kawonczyk3-4/+21
[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
2016-06-24Fix the http://suprem.sec.samsung.net/jira/browse/TSAM-5410m.kawonczyk2-13/+1
[ 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
2016-06-23Release 1.4.7submit/tizen_mobile/20160623.025324accepted/tizen/mobile/20160623.125528HyeKyoung Hwang1-1/+1
Change-Id: Icb804314a301a2228c5a7cc96b5a7d2ff5829c1d Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-06-22Removing efl animation on device rotationm.kawonczyk2-42/+9
Change-Id: I274f8090ca6a0812d68f5d1e2218ddc82e2d3876
2016-06-22Fixes for Find on PageKamil Nowac5-14/+39
[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
2016-06-22Release 1.4.6submit/tizen_mobile/20160622.023423accepted/tizen/mobile/20160622.093404HyeKyoung Hwang1-1/+1
Change-Id: Ic6232747ee336ddefb8cc6dc3602c756ddb0503e Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-06-21[Tool] Enable WebInspector ServerDariusz Frankiewicz1-0/+20
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
2016-06-20svace issue 101869 fixed.Lim DoHyung1-2/+6
# 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>
2016-06-20Svace 19164, 19166, 19167Kamil Nowac2-3/+3
[Issue] N/A [Problem] Deprecated throw() [Solution] Used noexcept Change-Id: I75655e7d8a242a9df5e9a6f150b6f956c024bf4f
2016-06-20Release 1.4.5submit/tizen_mobile/20160620.101318HyeKyoung Hwang1-1/+1
Change-Id: Ia5b7f3fd81c3205edfe4352fb8fa1eee3c462dc7 Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-06-20maps.google.com blue URL Bar and crash issuem.kawonczyk2-1/+2
[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
2016-06-17Not adding tab when bp_tab_adaptor_create returns errorMaciej Skrzypkowski3-1/+8
[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>
2016-06-16Remove unneeded editingCanceled methodMaciej Skrzypkowski3-29/+2
[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>
2016-06-16Fix for unpresent tab idMaciej Skrzypkowski1-0/+17
[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>
2016-06-17Release 1.4.4submit/tizen_mobile/20160617.060012accepted/tizen/mobile/20160617.084450HyeKyoung Hwang1-1/+1
Change-Id: Ie2e17de442c8ba1979d79d66a22e5be320d549c7 Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-06-16Add null checks for webviewKamil Nowac1-3/+132
[Issue] N/A [Problem] No checking if webview exist [Solution] Added null checks [Verify] Browser should work normally Change-Id: I15794f585ab637b658370c86f94d2f9b5ba1a780
2016-06-16Fix for WebEngineService::isLoadError crashMaciej Skrzypkowski1-0/+4
[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>
2016-06-16Release 1.4.3submit/tizen_mobile/20160616.062446accepted/tizen/mobile/20160617.084351HyeKyoung Hwang1-1/+1
Change-Id: Ie01860fb0fbd1505c36f4d7dc413a07d299609e8 Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-06-16Enable setenv("COREGL_FASTPATH", "1", 1);HyeKyoung Hwang1-2/+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>
2016-06-15Fix for SVACE issue 84658Dariusz Frankiewicz1-8/+10
Change-Id: Ia58eeb859081738e72f5bbaa520813468a066a6d
2016-06-15Crash on HW back key after deletion of dataKamil Nowac1-1/+3
[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
2016-06-15Release 1.4.2submit/tizen_mobile/20160615.100540accepted/tizen/mobile/20160616.003711HyeKyoung Hwang1-1/+1
Change-Id: I301730eb9d796522b22f4750d4dc89878ed79a76 Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-06-15In the Image only, the "Open in new tab" is removed in the context menu by ↵HyeKyoung Hwang1-7/+4
requested Webview team Change-Id: I18470be852e10f377e1a9fe061c938e113ad5e6d Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-06-15Fix not opening views related with elementary changeKamil Nowac1-8/+14
[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
2016-06-14svace issue fixed. (17164, 19166, 19167, 84741, 99258 99505)Lim DoHyung3-8/+16
# 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>
2016-06-15add the mediastorage privilegesubmit/tizen_wearable/20160615.024850submit/tizen_tv/20160615.024844submit/tizen_mobile/20160615.024839submit/tizen_common/20160615.024854accepted/tizen/mobile/20160615.070509jaekuk, lee1-0/+1
Change-Id: I99e60ec736ff89e325507f28932e507fffd53b7e Signed-off-by: jaekuk, lee <juku1999@samsung.com>
2016-06-14Release 1.4.1HyeKyoung Hwang1-1/+1
Change-Id: I87c4eb7379578452b1aa18c946b2d13eb43d2014 Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
2016-06-14When pop-up Share display, screen is white colourHyeKyoung Hwang1-2/+0
[ 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>
2016-06-14Replace elm_progressbar with own implementationDariusz Frankiewicz5-61/+124
[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
2016-06-14Unable to edit address bar when url is changing rapidlym.kawonczyk2-10/+13
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-1446 [Problem] Site prevents user from changing url on a current tab [Solution] Remove unfocusing url entry when url is changes. Url is not changed when entry is focused, but stored and changed when it is unfocused. [Verify] Open url_bar_test.html from TWF-1446. Try entering something in urlbar. Change-Id: I0a435ab425e7e491c1241a60ed0d7f48fe4f46e5
2016-06-14Lock icon for proper certificateMaciej Skrzypkowski14-84/+98
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-913 [Problem] Wrong lock icon was shown when leaving page with wrong, accepted certificate [Solution] Added usage of additional certificate callback. [Verify] Go to: https://badssl.com, check proper certificate icon, click on "expired", check wrong certificate icon, go to wp.pl, click on URL bar (while page is loading) then click on web page area, there shouldn't be any certificate icon shown. Change-Id: I11e1fae1f3dc7aac59b6becdb5690f8196fca8e7 Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com> Conflicts: services/SimpleUI/SimpleUI.cpp
2016-06-14Back to Quick Access from Web ViewMaciej Skrzypkowski4-2/+12
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-1394 [Problem] Pressing back key from web view caused closing browser, even if it was opend from quick access [Solution] Check if web view was opened form quick access and back to it on back key. [Verify] Open few tabs from quick access, check if back key opens quick access. Change-Id: I546c6741427a8464ebba7107216dfa408c3584da Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
2016-06-10Release 1.4.0submit/tizen_mobile/20160610.115505accepted/tizen/mobile/20160611.084418HyeKyoung Hwang1-1/+1
Change-Id: I85464cc6aba6fabe73c233a34efb5b51640ccb56 Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>