summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
k.lis2 [Fri, 31 Jul 2015 09:29:59 +0000 (11:29 +0200)]
Bug TT-71 Remove private ewk_auth_* and ewk_ceritifcate_* API calls
[Issue#] https://bugs.tizen.org/jira/browse/TT-71
[Problem] Private api calls within browser code
[Cause] -
[Solution] Remove auth and certificate api calls from browser code.
[Verify] Auth and Certificate functionality is not expected
to work after this change.
Change-Id: I60167ea847bc535e292681542b5d9af04c5d3817
Signed-off-by: k.lis2 <k.lis2@samsung.com>
k.lis2 [Tue, 21 Jul 2015 14:37:22 +0000 (16:37 +0200)]
Bug TT-70 Remove remaining private API calls from browser code
[Issue#] https://bugs.tizen.org/jira/browse/TT-70
[Problem] Remaining private apis called in the code
[Cause] -
[Solution] Remove the rest of private api calls from the code.
[Verify] Perform basic sanity check. Zoom & thumbnail
functionalities do not work.
Change-Id: I5e700493534a93f9fa81204ec298cbbbbed59e86
k.lis2 [Tue, 21 Jul 2015 14:09:04 +0000 (16:09 +0200)]
Bug TT-66: Remove private ewk_view_javascript_* APIs from browser code
[Issue#] https://bugs.tizen.org/jira/browse/TT-66
[Problem] Private ewk_view_javascript_ APIs persist in the code
[Cause] -
[Solution] Removejs api calls from the code.
[Verify] Calls to ewk_view_javascript_ API are within dead code
so just run the browser to verify the build was
correct.
Change-Id: I621f082ffc04c453f27b5068f31cdf8b8b8b7f10
Signed-off-by: k.lis2 <k.lis2@samsung.com>
k.lis2 [Thu, 23 Jul 2015 10:32:08 +0000 (12:32 +0200)]
Bug TT-68 Remove private ewk_*_permission_request_* APIs from browser code
[Issue#] https://bugs.tizen.org/jira/browse/TT-68
[Problem] ewk_*_permission_request_* APIs persist in the code
[Cause] -
[Solution] Remove the permission request api calls from the code.
[Verify] This modification can be tested using files attached
in bugzilla.
Change-Id: I2e0514e1db8f063b27b2cb316e7a9224487315c6
Signed-off-by: k.lis2 <k.lis2@samsung.com>
k.lis2 [Tue, 14 Jul 2015 11:59:14 +0000 (13:59 +0200)]
Bug TT-65 Remove the ewk_view_smart APIs from the browser code
[Issue#] https://bugs.tizen.org/jira/browse/TT-65
[Problem] ewk_view_smart APIs persist in the code
[Cause] -
[Solution] Remove the smart api calls from the code.
[Verify] This modification can be tested on www.html.am,
w3schools.com and many other sites.
Change-Id: I59e74a2c7ea2ad0f4e5cda756323b32deec83810
Signed-off-by: k.lis2 <k.lis2@samsung.com>
t.dakowicz [Wed, 5 Aug 2015 11:47:59 +0000 (13:47 +0200)]
Bug TT-88 Fixed asynchronous favicon loading
[Issue] https://bugs.tizen.org/jira/browse/TT-88
[Problem] Favicon wasn't loaded if an image was send
asynchronously
[Solution] Used "icon,received" callback instead of "favicon,change"
which is not implemented
[Verify] Check if favicon is always loaded
Change-Id: If56b9b4d80bc4a94abd52b0830aac42dfa88216f
t.dakowicz [Fri, 31 Jul 2015 08:35:44 +0000 (10:35 +0200)]
Bug TT-87 History button is disabled after opening a browser
[Issue#] https://bugs.tizen.org/jira/browse/TT-87
[Problem] History is not loaded on a first run, it is done
after invoking SimpleUI::showHistory()
[Solution] Loaded the history at the beginning
[Verify] Check if the history can be shown after opening
a browser
Change-Id: I875e2813ec641cf861d4eaff6c7a393e92e74e11
t.dakowicz [Thu, 30 Jul 2015 09:24:24 +0000 (11:24 +0200)]
Bug TT-81 Changed URL validation regex
[Issue#] https://bugs.tizen.org/jira/browse/TT-81
[Problem] Browser tries to navigate to malformed URLs instead
of putting them into search engine query
[Solution] Corrected the regex
[Verify] Check if URLs with spaces are put into Google's search query
Change-Id: Ic49cfa498194cf878bab70007a7dae8ada53708e
Jung Ick Guack [Thu, 9 Jul 2015 01:18:46 +0000 (10:18 +0900)]
Fixed privilege for web-history.admin
Change-Id: I3c3c35421d7bb229af00e283e4686eafde7268a4
Signed-off-by: Jung Ick Guack <ji.guack@samsung.com>
sungwon2.han [Tue, 7 Jul 2015 05:23:30 +0000 (14:23 +0900)]
Change text wrap type of popup object from CHAR to WORD
Change-Id: Ib47aa1c143aca49c0fe079383efc77e0aaaacf68
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
sungwon2.han [Tue, 7 Jul 2015 04:50:54 +0000 (13:50 +0900)]
Delete "Private Browsing" menu item from "Settings"
Change-Id: Ifb7a23d1bbc618469f055054188e5bc51f0bcc59
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
sungwon2.han [Mon, 6 Jul 2015 08:59:07 +0000 (17:59 +0900)]
Temporarily comment out "Back key" process routine
Change-Id: I29a9b4ba24a02d78e33c7fc88447187eed59e89c
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
sungwon2.han [Mon, 6 Jul 2015 06:37:14 +0000 (15:37 +0900)]
Change to use wayland functions instead of x functions
ecore_x_window_size_get --> ecore_wl_screen_size_get
Change-Id: Ib72381ba8e5e515126afe3db2c83d964c0ccd563
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
Jung Ick Guack [Thu, 2 Jul 2015 13:23:14 +0000 (22:23 +0900)]
Release 0.0.9
Change-Id: I8d0ec64259ef4e777885a88cbb589a810d0a52c4
Signed-off-by: Jung Ick Guack <ji.guack@samsung.com>
Jung Ick Guack [Thu, 2 Jul 2015 13:08:01 +0000 (22:08 +0900)]
1) Getting favicon by proper API.
2) Enabling create new tab by <a> tag target attribute.
- Removed smart class, Using smart callback
3) Changed toast text when delete data from setting
4) Not set user agent by full string, just set applicatino name for UA
5) Disabled function of private browsing
Change-Id: I712044d64b791f28cd9608e876ba9472e8a08300
Signed-off-by: Jung Ick Guack <ji.guack@samsung.com>
Jung Ick Guack [Thu, 2 Jul 2015 00:44:48 +0000 (09:44 +0900)]
Fixed app service is not working during runtime.
Change-Id: Ie0ed329ba8449debae7e5d81372097b15c62957e
Signed-off-by: Jung Ick Guack <ji.guack@samsung.com>
Jung Ick Guack [Thu, 2 Jul 2015 00:43:32 +0000 (09:43 +0900)]
Changed "opengl" to "3d" on elm_config_accel_preference_set
Change-Id: I227e313d22ffaf5b5294da53bbf232d1943cd4f7
Signed-off-by: Jung Ick Guack <ji.guack@samsung.com>
Jung Ick Guack [Tue, 30 Jun 2015 12:37:15 +0000 (21:37 +0900)]
1) Fixed a crash of adding bookmark.
(Added null checking)
2) Added privilege for using browser-provider
Change-Id: I2c9c8b4208e9d1ff7b951419fad15ed404a170bb
Signed-off-by: Jung Ick Guack <ji.guack@samsung.com>
Gajendra N [Fri, 26 Jun 2015 08:43:58 +0000 (14:13 +0530)]
fixup! Unable to delete all history items.
1) Fixes popup button not disabled on deleting last item.
2) Shows proper date and time.
Change-Id: I323fdd6a6e7871f153c68f7c10d8587638a1de28
Youngsoo Choi [Mon, 22 Jun 2015 07:45:15 +0000 (16:45 +0900)]
Modifying path for db files
Browser crashes due to the error below.
>> Error while starting transaction
>> UNHANDLED EXCEPTION attempt to write a readonly database
Platform only allows following path to access db files.
>> /home/{ACCOUNT}/.applications/dbspace/
This patch supports multi-user mode and fixes the crash.
However, this should be reverted later
once multi-user db is supported via browser-provider.
Change-Id: I2a2cf7d3956dbba37653b773b203706f866e96a9
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
sungwon2.han [Tue, 16 Jun 2015 00:49:48 +0000 (09:49 +0900)]
Script files to build the reference browser
Change-Id: Ib50f1c53f94c92d44b4e4531d1ef997a08562df7
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
sungwon2.han [Thu, 11 Jun 2015 04:16:47 +0000 (13:16 +0900)]
[Issues] TNEF-2062,TNEF-2056,TNEF-2055,TNEF-2129,
TNEF-2128,TNEF-2127
[Problem] Not possible to Click the web contents area.
[Cause] In the 800x60 size area of searchbox, mouse click
is not working to web contents area
[Solution] Removed the searchbox code.
Searchbox is not scope of reference browser GUI.
[Verify] click the 1120,130~1920,190 area
Change-Id: I69dd8bb644e144ffb286d60444062709196bcfbc
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
sungwon2.han [Thu, 11 Jun 2015 01:26:07 +0000 (10:26 +0900)]
[Issues] TNEF-2062,TNEF-2056,TNEF-2055,TNEF-2129,
TNEF-2128,TNEF-2127
[Problem] Not possible to Click the web contents area.
[Cause] In the 800x60 size area of searchbox, mouse click
is not working to web contents area
[Solution] Removed the searchbox code.
Searchbox is not scope of reference browser GUI.
[Verify] click the 1120,130~1920,190 area
Change-Id: I431a91da11010526a9df24476a43347e4d1fd4e0
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
sungwon2.han [Wed, 10 Jun 2015 08:16:24 +0000 (17:16 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/profile/tv/apps/web/browser into tizen
Change-Id: Iaa379a4b10f34c67dc0c91bdf3059bce6dbe9112
sungwon2.han [Wed, 10 Jun 2015 06:25:15 +0000 (15:25 +0900)]
Merge commit 'refs/changes/76/40776/1' of ssh://review.tizen.org:29418/profile/tv/apps/web/browser into tizen
Change-Id: I2b63e5a00bb1b57f35758724e1bdb9ece680c663
sungwon2.han [Wed, 10 Jun 2015 08:13:07 +0000 (01:13 -0700)]
Merge "Implement a routine to go back to previous page or quit Browser when BackSpace Key is pressed" into tizen
Sungwon Han [Tue, 9 Jun 2015 22:40:17 +0000 (15:40 -0700)]
Merge "Fix for evasgl issue/crash in reference browser on XU3." into tizen
sungwon2.han [Tue, 9 Jun 2015 04:18:35 +0000 (13:18 +0900)]
Implement a routine to go back to previous page or quit Browser when BackSpace Key is pressed
1. Go back to previous page when "Back" is enabled.
2. Quit Browser when "Back" is not enabled.
editorclient,ime,opened, editorclient,ime,closed events should be handled not to process BackSpace Key when focus is on Editor.
Change-Id: I8ee7ab24364aef0662fa4577a5f55497a0836fce
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
sungwon2.han [Mon, 8 Jun 2015 04:46:06 +0000 (13:46 +0900)]
Disable PointerMode in Settings Menu
PlatformInputManager is not working on Wayland binary.
Change-Id: Icd8bdcac1c1de9d10068823b5ae29d029628d18c
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
sungwon2.han [Mon, 8 Jun 2015 02:28:35 +0000 (11:28 +0900)]
Change DEFAULT_URI to BLANK
Change-Id: Idb899162f9f726519bea630a4f90a60a3acf989a
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
Chandan Padhi [Thu, 4 Jun 2015 14:47:24 +0000 (20:17 +0530)]
Fix for evasgl issue/crash in reference browser on XU3.
Change-Id: I66cb199d4f7b694771c2acd0feef035bed7d0b8a
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
Priyesh Lakar [Tue, 2 Jun 2015 06:37:56 +0000 (12:07 +0530)]
History Implementation using Browser Provider.
Change-Id: Id6588ef903ae08804233e5de0e71092886f1313f
sungwon2.han [Thu, 7 May 2015 08:52:14 +0000 (17:52 +0900)]
Support Wayland
Change-Id: If63000c1599e5ee1f8627ac2ffb418e564e1e238
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
sungwon2.han [Thu, 16 Apr 2015 02:16:27 +0000 (11:16 +0900)]
Exclude Tizen 3.0 Wayland on TV profile
Change-Id: I9e50277c1903517c7299e37bcedc3c4802834968
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
sungwon2.han [Wed, 15 Apr 2015 06:24:39 +0000 (15:24 +0900)]
Remove unnecessary files
Change-Id: I4dc459947d6aab02057d27569c22857e932fa05f
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
sungwon2.han [Tue, 14 Apr 2015 00:45:17 +0000 (09:45 +0900)]
Tizen 3.0 Reference Web Browser for TV profile
Change-Id: I1328d7ab9ebd56afdc4de358b13a9a6163a1c8b5
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
KyungMi Lee [Mon, 23 Feb 2015 04:11:41 +0000 (20:11 -0800)]
Initial empty repository