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
m.kawonczyk [Mon, 13 Jun 2016 08:34:02 +0000 (10:34 +0200)]
Unable to edit address bar when url is changing rapidly
[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
Maciej Skrzypkowski [Thu, 9 Jun 2016 13:28:12 +0000 (15:28 +0200)]
Lock icon for proper certificate
[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
Maciej Skrzypkowski [Thu, 9 Jun 2016 09:00:51 +0000 (11:00 +0200)]
Back to Quick Access from Web View
[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>
HyeKyoung Hwang [Fri, 10 Jun 2016 11:41:57 +0000 (20:41 +0900)]
Release 1.4.0
Change-Id: I85464cc6aba6fabe73c233a34efb5b51640ccb56
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
m.kawonczyk [Fri, 10 Jun 2016 11:15:13 +0000 (13:15 +0200)]
Binary Back Key Issue
[Issue] N/A
[Problem] Browser crashes on when opened on first page launch
and back key is pressed.
[Solution] elm_entry_text_style_user_push api crashes browser
[Verify] Open browser on a landing page. Press back key. Open
browser again. Both minimalize and resume should
work fast
Change-Id: Ib6dd93bc09ae060a299054e5e450217b9bfaeac9
HyeKyoung Hwang [Fri, 10 Jun 2016 08:58:14 +0000 (17:58 +0900)]
[Performance]
[Problem] The browser launching is slow
[soultion] For launching performance, we use the precreated window when elm_win_add.
Add the hw-acceleration="on" process-pool="true"
[Verify] Launching the browser
Change-Id: Ifc406fa46aa50d314feb1d94251b8324a6c4c1fa
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
Maciej Skrzypkowski [Fri, 10 Jun 2016 08:24:44 +0000 (10:24 +0200)]
Fix for tab manager crash
[Issue] N/A
[Problem] Tab manager crashed when opend from quick access
and there are no tabs, crashed caused creating screenshot
of tab
[Solution] added check for tab existence
[Verify] Close all tabs, open tab manager
Change-Id: I8275432718bdc1ff49663de6f3ee64577efae1cc
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
HyeKyoung Hwang [Thu, 9 Jun 2016 02:16:22 +0000 (11:16 +0900)]
Release 1.3.9
Change-Id: I0e0de61eeeca5d8f0ec75fcb87957fd31898749e
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
Maciej Skrzypkowski [Wed, 8 Jun 2016 07:45:21 +0000 (09:45 +0200)]
fixup! Saving tab orgins between browser starts
Change-Id: I7771b7fb7f876243f2ad40840ec9e54288af9a1b
Kamil Nowac [Mon, 6 Jun 2016 08:00:49 +0000 (10:00 +0200)]
Autofill select all behaviour is wrong
[Issue] http://suprem.sec.samsung.net/jira/browse/TSAM-4098
[Problem] Button is not dimmed after deletion of all items, and
select all check box is still checked
[Solution] Added logic
[Verify] Add items to autofill forms. Select all, and delete.
Items should be deleted, checkbox uncheched and
button dimmed.
Change-Id: I4fcc22af913cfd6163322fe897c838cd3bc431a1
Kamil Nowac [Tue, 7 Jun 2016 07:43:02 +0000 (09:43 +0200)]
Find on Page does not hide on the new page
[Issue] http://suprem.sec.samsung.net/jira/browse/TSAM-4112
[Problem] As in the title
[Solution] Close find on page on loadstarted callback
[Verify] Open any page -> open find on page ->
open new page from any link
Find on page should hide.
Change-Id: I1cc9ddf67cdc870023a3e722f8b315fe75e70bbc
Maciej Skrzypkowski [Tue, 7 Jun 2016 13:02:40 +0000 (15:02 +0200)]
Saving tab orgins between browser starts
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-1394
[Problem] Tab origin was not saved in DB.
[Solution] Added saving in database by bp_tab_adaptor_set_index.
Removed Session, moved it's parameters
to TabService.
[Verify] Go to news.google.com, open any news, it'll open
in new tab. Kill browser, open again,
press back key, tab should be closed
previous tab should be shown.
Tabs and their thumbnails should be saved
between browser starts.
Change-Id: If19b06529c1f4ea14cbb88a62a5e5e876d769f10
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
m.kawonczyk [Wed, 1 Jun 2016 13:09:11 +0000 (15:09 +0200)]
fixup! [Performance] Suspend browser instead of terminated on back pressed
Change-Id: Ic153716ed3c5c2ff432b2763e66bce565c48121b
HyeKyoung Hwang [Fri, 3 Jun 2016 05:31:35 +0000 (14:31 +0900)]
Release 1.3.8
Change-Id: I77fad430375b7f3220d23cf650f6a9385cc8000f
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
min7.choi [Fri, 3 Jun 2016 04:37:50 +0000 (13:37 +0900)]
Fix the popup issue
[Issue] popup issue
[Problem] when file:// url download, popup doesn't come out
[Solution] added the popup
[Verify] when file:// url download, popup is displayed
Change-Id: I17d274a73a04a8f27a42ad8d4bb62145d528251a
Signed-off-by: min7.choi <min7.choi@samsung.com>
HyeKyoung Hwang [Fri, 3 Jun 2016 02:59:49 +0000 (11:59 +0900)]
Add the <privilege>tizen.org/privilege/push</privilege>
It need to WebPush.
Request by Webcore team.
Change-Id: Ie119ee7697c665da03c085e40b346ab9aa900783
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
HyeKyoung Hwang [Thu, 2 Jun 2016 08:53:13 +0000 (17:53 +0900)]
Fix the Context Menu for image link
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-1184
[Problem] 'view image ' option is not displayed in context popup menu on image link case
[Verify] Long press on the link image
Change-Id: I7e85f2a2e52de34652955ff2f6486ba174471536
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
Maciej Skrzypkowski [Thu, 2 Jun 2016 08:59:45 +0000 (10:59 +0200)]
Back to previous tab on back key
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-1280
[Problem] When back key was pressed and there was no previous site
browser closed.
[Solution] Remembering of previous tab.
[Verify] Go to news.google.com, open any news, it'll open
in new tab, press back key, tab should be closed
previous tab should be shown.
Change-Id: Ib7157b3076fe492c79a37b8d36cd53e4170d5818
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
HyeKyoung Hwang [Thu, 2 Jun 2016 04:50:17 +0000 (13:50 +0900)]
Release 1.3.7
Change-Id: I76da8d0c7971895059b2886cd2c2b2c4255c9b7b
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
HyeKyoung Hwang [Thu, 2 Jun 2016 04:22:27 +0000 (13:22 +0900)]
Add the Tizen 3.0 User Agent in the Setting Menu
[issue] N/A
[Problem] There is not Useragent item for Default Tizen 3.0 Reference Browser
[Soultion] Add the item for Default tizen 3.0 ref Browser
[Verify] Check in the whatsmyuseragnet.com
Change-Id: I667b0bf754bec12a5b55d15747463b8bf6cf4749
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
Dariusz Frankiewicz [Mon, 30 May 2016 12:08:25 +0000 (21:08 +0900)]
Fix arguments passing mechanism.
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-1332
[Problem] Engine requires as first argument program name, and next arguments
that we want to pass. As in documentation: ewk_main_internal.h
[Cause] Browser passed all program arguments which are unnecessary.
And some of them have "--" argument which negatively impacts
on default engine parameters resulting in rendering white screen.
[Solution] Remove loop that passes all program arguments and pass only
first argument + Browser specific switches that needs to be
passed to engine.
[Verify] Run browser and check if engine processes have reqired switches
enabled.
Change-Id: I25edb545dc247e5a9310d086954caa7015e10647