Age | Commit message (Collapse) | Author | Files | Lines |
|
# 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>
|
|
# 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>
|
|
Change-Id: I3e3342691d0e7140d6b4a8663f07239f1387f47a
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
|
|
This reverts commit 909739dbb63c1c3da9368e00645e8375586378eb.
Change-Id: Idf889da0b7e199fe6554853b44315769c6147c79
|
|
This reverts commit 18fe7f55756c60d67ce993754b7c2ae24e91d364.
Change-Id: If2d019986b410547a4da6b1a2be9b17a538309a0
|
|
This reverts commit 4ea914ed7b88c6eed9e15593b33ea7199b342a63.
Change-Id: Ibfdb50909accb3128df63147263dbc312650e4e5
|
|
[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
|
|
[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
|
|
[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
|
|
Change-Id: Ide74a1b6329d7f4de3c52a189cb9efe58356617a
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
|
|
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>
|
|
[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
|
|
[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
|
|
[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
|
|
Change-Id: I435ec79851bf5bc0e83384e187d506ce2599f977
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
|
|
# 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>
|
|
[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
|
|
[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
|
|
[ 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
|
|
Change-Id: Icb804314a301a2228c5a7cc96b5a7d2ff5829c1d
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
|
|
Change-Id: I274f8090ca6a0812d68f5d1e2218ddc82e2d3876
|
|
[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
|
|
Change-Id: Ic6232747ee336ddefb8cc6dc3602c756ddb0503e
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
|
|
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
|
|
# 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>
|
|
[Issue] N/A
[Problem] Deprecated throw()
[Solution] Used noexcept
Change-Id: I75655e7d8a242a9df5e9a6f150b6f956c024bf4f
|
|
Change-Id: Ia5b7f3fd81c3205edfe4352fb8fa1eee3c462dc7
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
|
|
[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
|
|
[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>
|
|
[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>
|
|
[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>
|
|
Change-Id: Ie2e17de442c8ba1979d79d66a22e5be320d549c7
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
|
|
[Issue] N/A
[Problem] No checking if webview exist
[Solution] Added null checks
[Verify] Browser should work normally
Change-Id: I15794f585ab637b658370c86f94d2f9b5ba1a780
|
|
[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>
|
|
Change-Id: Ie01860fb0fbd1505c36f4d7dc413a07d299609e8
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
|
|
[ 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>
|
|
Change-Id: Ia58eeb859081738e72f5bbaa520813468a066a6d
|
|
[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
|
|
Change-Id: I301730eb9d796522b22f4750d4dc89878ed79a76
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
|
|
requested Webview team
Change-Id: I18470be852e10f377e1a9fe061c938e113ad5e6d
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
|
|
[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
|
|
# 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>
|
|
Change-Id: I99e60ec736ff89e325507f28932e507fffd53b7e
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
|
|
Change-Id: I87c4eb7379578452b1aa18c946b2d13eb43d2014
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
|
|
[ 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>
|
|
[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
|
|
[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
|
|
[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
|
|
[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>
|
|
Change-Id: I85464cc6aba6fabe73c233a34efb5b51640ccb56
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
|