profile/tv/apps/web/browser.git
8 years ago1) Fixed a crash of adding bookmark. 06/42606/1 accepted/tizen/tv/20150701.001505 submit/tizen/20150630.125137
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>
8 years agofixup! Unable to delete all history items. 50/42350/3 accepted/tizen/tv/20150629.064317 submit/tizen/20150629.024237
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

8 years agoModifying path for db files 26/42026/4 accepted/tizen/tv/20150623.005629 submit/tizen/20150622.134331
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>
9 years agoScript files to build the reference browser 66/41466/1
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>
9 years ago[Issues] TNEF-2062,TNEF-2056,TNEF-2055,TNEF-2129, 30/41030/1
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>
9 years ago[Issues] TNEF-2062,TNEF-2056,TNEF-2055,TNEF-2129, 12/41012/1
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>
9 years agoMerge branch 'tizen' of ssh://review.tizen.org:29418/profile/tv/apps/web/browser... 15/40915/1
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

9 years agoMerge commit 'refs/changes/76/40776/1' of ssh://review.tizen.org:29418/profile/tv... 14/40914/1
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

9 years agoMerge "Implement a routine to go back to previous page or quit Browser when BackSpace...
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

9 years agoMerge "Fix for evasgl issue/crash in reference browser on XU3." into tizen accepted/tizen/tv/20150610.002202 submit/tizen_tv/20150609.230008
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

9 years agoImplement a routine to go back to previous page or quit Browser when BackSpace Key... 76/40776/1
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>
9 years agoDisable PointerMode in Settings Menu 64/40664/1
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>
9 years agoChange DEFAULT_URI to BLANK 57/40657/1 accepted/tizen/tv/20150608.063632 submit/tizen_tv/20150608.023106
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>
9 years agoFix for evasgl issue/crash in reference browser on XU3. 19/40519/1 accepted/tizen/tv/20150605.024025 submit/tizen_tv/20150604.231136
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>
9 years agoHistory Implementation using Browser Provider. 04/40304/3 accepted/tizen/tv/20150605.023945 submit/tizen_tv/20150604.064843
Priyesh Lakar [Tue, 2 Jun 2015 06:37:56 +0000 (12:07 +0530)]
History Implementation using Browser Provider.

Change-Id: Id6588ef903ae08804233e5de0e71092886f1313f

9 years agoSupport Wayland 25/39025/1 accepted/tizen/tv/20150507.140719 submit/tizen_tv/20150507.085609
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>
9 years agoExclude Tizen 3.0 Wayland on TV profile 84/38284/1 accepted/tizen/tv/20150416.024209 submit/tizen_tv/20150416.021754
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>
9 years agoRemove unnecessary files 32/38232/1
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>
9 years agoTizen 3.0 Reference Web Browser for TV profile 77/38177/1 submit/tizen_tv/20150414.082250
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>
9 years agoInitial empty repository master
KyungMi Lee [Mon, 23 Feb 2015 04:11:41 +0000 (20:11 -0800)]
Initial empty repository