platform/framework/web/crosswalk-tizen.git
8 years agoMerge pull request #14 from sung-su/decryption
Seungkeun Lee [Fri, 2 Oct 2015 01:29:43 +0000 (10:29 +0900)]
Merge pull request #14 from sung-su/decryption

Add resource decryption

8 years agoAdd resource decryption
sung-su.kim [Wed, 30 Sep 2015 02:47:21 +0000 (11:47 +0900)]
Add resource decryption

- If `<tizen:setting encryption="enable">` case,
  the app-installers should be encrypted and saved the resource.
  (.html, .htm, .js, .css extensions files)
- When the web-engine requests the encrypted resource,
  web-runtime should be return the decrypted resource
  to the web-engine through the data scheme.

8 years agoMerge pull request #15 from JoonghyunCho/fix_ExtName_function
WonYoung Choi [Wed, 30 Sep 2015 10:58:57 +0000 (19:58 +0900)]
Merge pull request #15 from JoonghyunCho/fix_ExtName_function

Fix ExtName() that was returning the wrong value

8 years agoFix ExtName() function that is in common/file_utils.cc
jh5.cho [Wed, 30 Sep 2015 10:11:31 +0000 (19:11 +0900)]
Fix ExtName() function that is in common/file_utils.cc

  ExtName() function, which returns a file extension, was returning the wrong extention
  when there is '?' or '#' after a 'html' file path.

  (ex) If path is "file://abc.html?test=c", returned value was ".html?test=c".
       Now it is corrected to ".html"

8 years agoMerge pull request #12 from YongseopKim/fix_rp_crash_when_iframe_external accepted/tizen/mobile/20150925.012835 accepted/tizen/tv/20150925.012846 accepted/tizen/wearable/20150925.012907 submit/tizen/20150924.103444
WonYoung Choi [Thu, 24 Sep 2015 10:31:51 +0000 (19:31 +0900)]
Merge pull request #12 from YongseopKim/fix_rp_crash_when_iframe_external

Fix rp crash when iframe navigates to external url

8 years agoFix rp crash when iframe navigates to external url
yons.kim [Thu, 24 Sep 2015 02:15:54 +0000 (11:15 +0900)]
Fix rp crash when iframe navigates to external url

XWalk tried to delete any XWalkModuleSystem whether it is set or not.

So, adds code about

1. Setting XWalkModuleSystem in v8::Context with null before checking
whether base_url is external or not in DynamicPlginStartSession()

2. Deleting XWalkModuleSystem after checking whether the XwalkModuleSystem
is not null in XWalkModuleSystem::ResetModuleSystemFromContext()

8 years agoMerge pull request #13 from YongseopKim/fix_popup_error_not_init
WonYoung Choi [Thu, 24 Sep 2015 08:02:53 +0000 (17:02 +0900)]
Merge pull request #13 from YongseopKim/fix_popup_error_not_init

Fix popup error due to uninitialized members

8 years agoFix popup error due to uninitialized members
yons.kim [Thu, 24 Sep 2015 06:49:52 +0000 (15:49 +0900)]
Fix popup error due to uninitialized members

Add code to initialize member variables in Popup's constructor and
to check whether the value from elm_entry_entry_get() is null or not

When cert popups are opened in succession, elm_entry_entry_get() returns
null occationally. So it needs null check.

Until now, Popup's boolean member variables have not initialized. So
Popup::Result() enters code about entry although Popup doesn't use entry.
It needs to initialize member variables with proper values.

8 years agoMerge pull request #11 from JoonghyunCho/fix_popup_layout accepted/tizen/mobile/20150922.000918 accepted/tizen/tv/20150922.000950 accepted/tizen/wearable/20150922.001008 submit/tizen/20150921.093222
Seungkeun Lee(이승근) [Mon, 21 Sep 2015 02:29:07 +0000 (11:29 +0900)]
Merge pull request #11 from JoonghyunCho/fix_popup_layout

[Popup] Fix popup layout destroying issue

8 years agoMerge pull request #10 from myroot/remove-unused-cert-svc-package
WonYoung Choi [Mon, 21 Sep 2015 02:23:52 +0000 (11:23 +0900)]
Merge pull request #10 from myroot/remove-unused-cert-svc-package

Remove unsused package(cert-svc).

8 years ago[Popup] Fix popup layout destroying issue
jh5.cho [Mon, 21 Sep 2015 02:05:25 +0000 (11:05 +0900)]
[Popup] Fix popup layout destroying issue

  - Remove using grid container
  - Use layout format to contain multiple widgets
  - Erase unused groups in edc file

8 years agoRemove unsused package(cert-svc).
Seungkeun Lee [Mon, 21 Sep 2015 01:52:53 +0000 (10:52 +0900)]
Remove unsused package(cert-svc).

8 years agoMerge pull request #9 from myroot/fix-build-error-related-appcontrol
WonYoung Choi [Mon, 21 Sep 2015 01:35:30 +0000 (10:35 +0900)]
Merge pull request #9 from myroot/fix-build-error-related-appcontrol

Fix namespace related error

8 years agoFix namespace related error
Seungkeun Lee [Mon, 21 Sep 2015 01:18:06 +0000 (10:18 +0900)]
Fix namespace related error
 - common:: namsespace was required

8 years agoMerge pull request #8 from myroot/fix-context-menu
WonYoung Choi [Mon, 21 Sep 2015 01:29:22 +0000 (10:29 +0900)]
Merge pull request #8 from myroot/fix-context-menu

Fix context menu handling

8 years agoMerge pull request #7 from myroot/fix-localize-logic
WonYoung Choi [Mon, 21 Sep 2015 01:28:48 +0000 (10:28 +0900)]
Merge pull request #7 from myroot/fix-localize-logic

Fix resource localize logic

8 years agoMerge pull request #6 from myroot/handle-scheme-to-appcontrol
WonYoung Choi [Mon, 21 Sep 2015 01:04:27 +0000 (10:04 +0900)]
Merge pull request #6 from myroot/handle-scheme-to-appcontrol

Implement Scheme to Appcontrol request

8 years agoMerge pull request #4 from myroot/getusermeida-permission
WonYoung Choi [Mon, 21 Sep 2015 01:03:54 +0000 (10:03 +0900)]
Merge pull request #4 from myroot/getusermeida-permission

Implement GetUsermedia Popup

8 years agoFix resource localize logic
Seungkeun Lee [Tue, 1 Sep 2015 07:37:10 +0000 (16:37 +0900)]
Fix resource localize logic
 - Input Url could be localed url including locale folder
 - Input Url was encoded with URL encode

Change-Id: I956d17fd29efd2a756d9e9d0605a489c49c2c744

8 years agoImplement Scheme to Appcontrol request
Seungkeun Lee [Mon, 7 Sep 2015 06:29:46 +0000 (15:29 +0900)]
Implement Scheme to Appcontrol request
 - Well-known scheme was converted to AppControl request
 - Except (http(s), file, app, data, blob), all custom scheme was send to AppControl request

Change-Id: Id4fe074cdec87bd8812519f555dea31f28be60ea

8 years agoMerge pull request #1 from WonyoungChoi/fix_spec_for_manifest
Seungkeun Lee(이승근) [Fri, 18 Sep 2015 08:24:36 +0000 (17:24 +0900)]
Merge pull request #1 from WonyoungChoi/fix_spec_for_manifest

Fix spec file for changing manifest file location

8 years agoImplement GetUsermedia Popup
Seungkeun Lee [Mon, 7 Sep 2015 02:10:39 +0000 (11:10 +0900)]
Implement GetUsermedia Popup

Change-Id: I57bd1a45a70b2173cb75308c830293a2edb92504

8 years agoFix context menu handling
Seungkeun Lee [Thu, 3 Sep 2015 05:29:35 +0000 (14:29 +0900)]
Fix context menu handling
 - ewk_context_menu_item_count could be 0
 - item index was starts with 0

Change-Id: I27ec8336726665a33ca9b8ec9cbcaaf9d29be519

8 years agoFix spec file for changing manifest file location
WonYoung Choi [Thu, 17 Sep 2015 10:06:45 +0000 (19:06 +0900)]
Fix spec file for changing manifest file location

8 years agoCode Refactoring for xwalk release
WonYoung Choi [Tue, 1 Sep 2015 06:20:44 +0000 (15:20 +0900)]
Code Refactoring for xwalk release

Change-Id: I421049c0d242ce5a8ac0b32949362f174fd5e37a

8 years agoFix to enable extracting scheme from str(no ://)
yons.kim [Mon, 31 Aug 2015 10:49:10 +0000 (19:49 +0900)]
Fix to enable extracting scheme from str(no ://)

- enables getting scheme from string which is without '://'
- for below situation
- info_uri: tct / request_uri: tct://test_runner

Change-Id: I442d8a3a1e93e6f3229a41a6b2b619c97c100658

8 years agoUpdate extension lazy loading logic
Seungkeun Lee [Mon, 31 Aug 2015 00:33:58 +0000 (09:33 +0900)]
Update extension lazy loading logic
 - Fix widget loading issue
 - *.json files can be extension metadata
 - All extension plugins should provide the metadata file(.json)
   If does not provide metadata file, It can't load in lazy load mode

Change-Id: I2efd4bb4ede7d3f6cfbbc7cd2e603b9a89ab6bd7

8 years ago Fix window rotation code
Seungkeun Lee [Wed, 26 Aug 2015 04:47:04 +0000 (13:47 +0900)]
 Fix window rotation code
 - elm_win_wm_rotation_preferred_rotation_set will cause window rotation so, I remove elm_win_rotation_set code

Change-Id: Ie096f6e40cfc762249d0a4da984dbc9269427576

8 years agoFix WebEngine opened Popup related crash issue with workaround code
Seungkeun Lee [Fri, 28 Aug 2015 07:37:54 +0000 (16:37 +0900)]
Fix WebEngine opened Popup related crash issue with workaround code
 - If popup(opened by webengein) was not closed when WebView was deleted, it will cause crash
 - When WebView was deleted, request closing popup to the webengine
 - popup close request API should be provided by webengine, currently use workaround API

Change-Id: I3ac2647e09c8d434b6398dbc3143a8e5bf77af20

8 years agoFix Popup related crash issue
Seungkeun Lee [Fri, 28 Aug 2015 06:23:40 +0000 (15:23 +0900)]
Fix Popup related crash issue
 - If popup was not closed when WebView was deleted, it will cause crash
 - When ClearViewStack, all opened popup was force closing

Change-Id: I4affe379c2f39160908c19c6efdbbdb3caa43ce5

8 years agoFix for widget lazyloading (workaround)
Seungkeun Lee [Fri, 28 Aug 2015 08:23:35 +0000 (17:23 +0900)]
Fix for widget lazyloading (workaround)
 - widget API was not added in plugins.json
 - as workaround, add manually widget API

Change-Id: Iacc5512076d1f3aaf83b3d038cc85da859eb1e72

8 years agoAdd Smack manifest
Seungkeun Lee [Thu, 27 Aug 2015 01:13:38 +0000 (10:13 +0900)]
Add Smack manifest
 - request _ label

Change-Id: I1a6e5aa45e02de859bb93bbf2382a551408eeeaa

8 years agoAdd "--no-sandbox" parameter
Seungkeun Lee [Wed, 26 Aug 2015 00:19:04 +0000 (09:19 +0900)]
Add "--no-sandbox" parameter
 - ewk was defaultly enabled sandbox

Change-Id: I165ead392f29e0209721058c06e0d9980ff0860c

8 years agoRevert "Add defense code that sets default text encoding"
Seungkeun Lee [Wed, 26 Aug 2015 00:17:30 +0000 (09:17 +0900)]
Revert "Add defense code that sets default text encoding"

This reverts commit 2a9918b0739165fd2fe82a30e60bc11abe8548c4.

Conflicts:
src/runtime/web_view_impl.cc

Change-Id: Ic16114091a30b8780935b98f85771a1294393598

8 years agoImplements plugin lazy loading
Seungkeun Lee [Mon, 17 Aug 2015 04:14:49 +0000 (13:14 +0900)]
Implements plugin lazy loading

Change-Id: I713582d2e84147e0940176e7db658e785be96bcd

8 years agofix getting user_runtime_dir for dbus
WonYoung Choi [Tue, 18 Aug 2015 06:27:13 +0000 (15:27 +0900)]
fix getting user_runtime_dir for dbus

Change-Id: Ibf121f7f1af21d3a6328dfa8d3d6bd7c63808ffc

8 years agoAdd Profile log
Seungkeun Lee [Thu, 13 Aug 2015 04:48:48 +0000 (13:48 +0900)]
Add Profile log

Change-Id: I6671e750ac16a0fff40a196a23cb030e1b941b7d

8 years agoAdd orientation type
Seungkeun Lee [Wed, 12 Aug 2015 06:53:25 +0000 (15:53 +0900)]
Add orientation type
 - Natural : device natural orientation
 - Any : current orientation

Change-Id: Idfabccd35b1f688b4f790e08286d66a152e8ff3d

8 years agoRemove deprecated callback
Seungkeun Lee [Wed, 12 Aug 2015 07:08:58 +0000 (16:08 +0900)]
Remove deprecated callback
 - ewk_view_orientation_lock_callback_set

Change-Id: I7c56245faeaff8198f825f32f7eb50265823841d

8 years ago[Temporary] skip ewk_shutdown
WonYoung Choi [Thu, 13 Aug 2015 01:50:51 +0000 (10:50 +0900)]
[Temporary] skip ewk_shutdown

Change-Id: I039b882d5f786d25e8e64360ebeefe0a68c49955

8 years agoRuntime process should be terminated when Extension process is crashed
WonYoung Choi [Thu, 13 Aug 2015 01:44:14 +0000 (10:44 +0900)]
Runtime process should be terminated when Extension process is crashed

Change-Id: Ia1166736eea3bb0e8ae8bb7ada971f626da28424

8 years agoMerge "Use smart class - To enable orientation lock API" into tizen
WonYoung Choi [Mon, 10 Aug 2015 04:55:41 +0000 (21:55 -0700)]
Merge "Use smart class  - To enable orientation lock API" into tizen

8 years agoFix SIGABRT when runtime exits.
WonYoung Choi [Mon, 10 Aug 2015 04:33:51 +0000 (13:33 +0900)]
Fix SIGABRT when runtime exits.

ewk_shutdown() should be called after Runtime's destructor.

Change-Id: I64baede07e4418cbf75ba0d65f3d863ee1da3c65

8 years agoUse smart class
Seungkeun Lee [Thu, 11 Jun 2015 09:56:46 +0000 (18:56 +0900)]
Use smart class
 - To enable orientation lock API

Change-Id: I3c6213b364155da7f4e4e3aba4890f7b7ef1b500

8 years agoAdd defense code that sets default text encoding
jh5.cho [Wed, 5 Aug 2015 10:14:43 +0000 (19:14 +0900)]
Add defense code that sets default text encoding

Change-Id: I11798e4ccc0850d1996a42661b20ffa37f6859a6

8 years agoDispatch tizenhwkey 'menu' event
jh5.cho [Thu, 30 Jul 2015 09:46:21 +0000 (18:46 +0900)]
Dispatch tizenhwkey 'menu' event

Change-Id: Iebbce0b1a0d5466482e0fdd635ccb6382fe3892e

8 years agoFix Crash issue, when popup button was quickly double-clicked
Seungkeun Lee [Mon, 27 Jul 2015 08:16:02 +0000 (17:16 +0900)]
Fix Crash issue, when popup button was quickly double-clicked

Change-Id: I3500dc9ba5e117ba6cbae93b5e92abb69c8e3519

8 years agoImplement AppDB by sqlite
Seungkeun Lee [Mon, 27 Jul 2015 06:45:38 +0000 (15:45 +0900)]
Implement AppDB by sqlite

Change-Id: If38d54e4c8fbc531570f00557521c9810a103bc9

8 years agoApply application path to restore 2.x directory structure
jh5.cho [Mon, 27 Jul 2015 10:12:05 +0000 (19:12 +0900)]
Apply application path to restore 2.x directory structure

$HOME/apps_rw/{PKGID}/{APPID}/… to $HOME/apps_rw/{PKGID}/res/wgt…

Change-Id: I9ac512b5abfc38ce6390efb8a465274efaf639cb

8 years ago Only app:// and file:// could be localized
Seungkeun Lee [Fri, 24 Jul 2015 02:02:08 +0000 (11:02 +0900)]
 Only app:// and file:// could be localized

Change-Id: Idf748e9c09b16bba72ec8003e0d8b39f2fad0b0f

8 years agoLint script for only changed files
Seungkeun Lee [Thu, 23 Jul 2015 02:28:13 +0000 (11:28 +0900)]
Lint script for only changed files

Change-Id: I54d5d1fc4d7565f9c32247a8106e213c739912df

8 years agoMerge "Implement WebSetting.removeAllCookies API client side" into tizen
WonYoung Choi [Wed, 22 Jul 2015 04:48:32 +0000 (21:48 -0700)]
Merge "Implement WebSetting.removeAllCookies API client side" into tizen

8 years agoMerge "implement of content element processing" into tizen
WonYoung Choi [Wed, 22 Jul 2015 04:47:54 +0000 (21:47 -0700)]
Merge "implement of content element processing" into tizen

8 years agoImplement WebSetting.removeAllCookies API client side
Seungkeun Lee [Mon, 20 Jul 2015 08:18:06 +0000 (17:18 +0900)]
Implement WebSetting.removeAllCookies API client side

Change-Id: I7a46c77e81e47ad5152155ebe256c4606d15b891

8 years agoimplement of content element processing
Joonghyun Cho [Fri, 3 Jul 2015 01:11:01 +0000 (10:11 +0900)]
implement of content element processing

Change-Id: Ie44a9fb78b409813237777d85bffcbb9232a8942

8 years agoChange deprecated pkg to the new one, efl-assist to efl-extension
jh5.cho [Thu, 16 Jul 2015 02:19:15 +0000 (11:19 +0900)]
Change deprecated pkg to the new one, efl-assist to efl-extension

Change-Id: I849467d6ef0cc5a2b2dfaa30b0c1d50d1f9f8d86

8 years agoApply mime_override_callback for specific mimetype
Yongseop Kim [Mon, 13 Jul 2015 07:10:11 +0000 (16:10 +0900)]
Apply mime_override_callback for specific mimetype

Change-Id: Iccac998196d35452238291b934cb8233dc936ef0

9 years agoApply WidgetConfigParser from Manifest-parser
Yongseop Kim [Fri, 10 Jul 2015 03:06:32 +0000 (12:06 +0900)]
Apply WidgetConfigParser from Manifest-parser

Change-Id: I60cc7496a5ab848d160319710cd5baf9fb1d1642

9 years agoFix code to enable hw key event
Yongseop Kim [Wed, 8 Jul 2015 12:31:56 +0000 (21:31 +0900)]
Fix code to enable hw key event

Change-Id: I91c726d3df4e66d7e94747d8971c7ca612452cf5

9 years agoCleanup code
WonYoung Choi [Wed, 8 Jul 2015 02:00:49 +0000 (11:00 +0900)]
Cleanup code

Change-Id: I19f9f39503149d4296474cbcde60e625ac5a02fe

9 years agoMerge "Refactoring CompareMime(), CompareUri()" into tizen
WonYoung Choi [Wed, 8 Jul 2015 01:26:17 +0000 (18:26 -0700)]
Merge "Refactoring CompareMime(), CompareUri()" into tizen

9 years agoRefactoring CompareMime(), CompareUri()
Yongseop Kim [Thu, 18 Jun 2015 14:14:00 +0000 (23:14 +0900)]
Refactoring CompareMime(), CompareUri()

  - remove regex codes
  - process only '*' wildcard

Change-Id: I469e6588f9bed38db29b1a6e53d21d219cee9d95

9 years agoMerge "Implement new Url class" into tizen
WonYoung Choi [Tue, 7 Jul 2015 02:08:43 +0000 (19:08 -0700)]
Merge "Implement new Url class" into tizen

9 years agoMerge "Implement objecttools module. - It provide Object manipulation function....
WonYoung Choi [Tue, 7 Jul 2015 02:08:07 +0000 (19:08 -0700)]
Merge "Implement objecttools module.  - It provide Object manipulation function.  - It is not redfined by User codes" into tizen

9 years agoChange runtim-info keys to system-settings keys to apply vconf-internal-keys changes
Joonghyun Cho [Mon, 6 Jul 2015 10:22:05 +0000 (19:22 +0900)]
Change runtim-info keys to system-settings keys to apply vconf-internal-keys changes

Change-Id: I7c9c6db6d363bffcf6bcdd1b5ceaafb9a0a12f8b

9 years agoImplement new Url class
Joonghyun Cho [Fri, 19 Jun 2015 02:36:07 +0000 (11:36 +0900)]
Implement new Url class

Change-Id: I6e2ffeb4d28074a930caba3910ad47b0f7974d16

9 years agoSet utc framework with gtest
Yongseop Kim [Thu, 25 Jun 2015 04:43:42 +0000 (13:43 +0900)]
Set utc framework with gtest

Change-Id: I6bbeb62466a9ebcbc2fc4734bab85517674f3543

9 years agoImplement objecttools module.
Seungkeun Lee [Fri, 19 Jun 2015 08:35:27 +0000 (17:35 +0900)]
Implement objecttools module.
 - It provide Object manipulation function.
 - It is not redfined by User codes

Change-Id: I27f50157dbfce90e11e1440f1225846425bd2579

9 years agoSimplify ConsoleMessage
WonYoung Choi [Thu, 18 Jun 2015 10:55:58 +0000 (19:55 +0900)]
Simplify ConsoleMessage

Change-Id: I5d4cea4901d1b69b65b0b9ccb93b68fc8a55ca1e

9 years agoPreference implement refactoring
Seungkeun Lee [Tue, 16 Jun 2015 09:35:06 +0000 (18:35 +0900)]
Preference implement refactoring
 - Preference db lazy initialize
 - Set Size limit (key:80 , value:8192)
 - Set Widget width/height with window.innerWidth/innerHeight
Change-Id: Ic28c8471d686f81f2609f313a57e10cb0025664d

9 years agoMerge "Refactoring ResourceManager class" into tizen
WonYoung Choi [Thu, 18 Jun 2015 00:50:54 +0000 (17:50 -0700)]
Merge "Refactoring ResourceManager class" into tizen

9 years agoRefactoring ResourceManager class
Yongseop Kim [Tue, 16 Jun 2015 08:07:21 +0000 (17:07 +0900)]
Refactoring ResourceManager class

Change-Id: I4a4f0fdaaf19971de1c1ecc6d1babdade84cd242

9 years agoFix popup bypass code
Seungkeun Lee [Tue, 16 Jun 2015 07:35:18 +0000 (16:35 +0900)]
Fix popup bypass code
 - If exist the data of permission, should not show the popup

Change-Id: Id4d61f2b3043386f62c40a5393849db724815acf

9 years agoMerge "Bug fix of ResourceManager - invalid return of GetStartResource()" into...
WonYoung Choi [Tue, 16 Jun 2015 06:28:02 +0000 (23:28 -0700)]
Merge "Bug fix of ResourceManager   - invalid return of GetStartResource()" into tizen

9 years agoFix injected bundle path against aarch64
WonYoung Choi [Tue, 16 Jun 2015 01:37:42 +0000 (10:37 +0900)]
Fix injected bundle path against aarch64

Change-Id: Ia8740c0916b8ad2461a2e88982bb5f266e5bdf12

9 years agoBug fix of ResourceManager
Yongseop Kim [Tue, 16 Jun 2015 01:36:47 +0000 (10:36 +0900)]
Bug fix of ResourceManager
  - invalid return of GetStartResource()

Change-Id: Ie175bf4e96ad84a7947ef4a3ff1c9d54a107ad0f

9 years agoMerge "Bug fix of ResourceManager - iteration for app_control_list was invalid."...
WonYoung Choi [Mon, 15 Jun 2015 11:31:09 +0000 (04:31 -0700)]
Merge "Bug fix of ResourceManager - iteration for app_control_list was invalid." into tizen

9 years agoMerge "WebApplication : Set default encoding type" into tizen
WonYoung Choi [Mon, 15 Jun 2015 11:30:53 +0000 (04:30 -0700)]
Merge "WebApplication : Set default encoding type" into tizen

9 years agoBug fix of ResourceManager
WonYoung Choi [Mon, 15 Jun 2015 11:27:31 +0000 (20:27 +0900)]
Bug fix of ResourceManager
- iteration for app_control_list was invalid.

Change-Id: I2830c98b378a9188a7e838deae7d9e9cfc33c053

9 years agoBug fix : ResourceManager
Seungkeun Lee [Fri, 12 Jun 2015 05:03:48 +0000 (14:03 +0900)]
Bug fix : ResourceManager
 -  Missing file:/// in default start file

Change-Id: I7487cfff29b08133c5493c25eb9f8526c40db223

9 years agoWebApplication : Set default encoding type
Seungkeun Lee [Tue, 9 Jun 2015 01:35:32 +0000 (10:35 +0900)]
WebApplication : Set default encoding type

Change-Id: Iaf8db81dbb2d8cb0a64b5d6752365de2e666bb6a

9 years agoRevert "Revert "Revert "Revert "Update Notification API""""
Seungkeun Lee [Thu, 11 Jun 2015 06:30:53 +0000 (15:30 +0900)]
Revert "Revert "Revert "Revert "Update Notification API""""

This reverts commit 609a59da9cd85ec975b88632ec3261b209ee29e0.

Change-Id: Ida851003e3a528b4d0cc847a8665c27777e5745f

9 years agoRevert "Revert "Revert "Update Notification API"""
Seungkeun Lee [Thu, 11 Jun 2015 00:42:15 +0000 (09:42 +0900)]
Revert "Revert "Revert "Update Notification API"""

This reverts commit 1f27ca5a860177e613ccedff626a5b0a52ec7d96.

Change-Id: Ic4a96ab11b331e947f40996748839a2d5075ad74

9 years agopackaging: disable build in X11 repos
Stephane Desneux [Wed, 10 Jun 2015 08:13:49 +0000 (10:13 +0200)]
packaging: disable build in X11 repos

Bug-Tizen: TINF-965

Change-Id: I91ce9b9e290dcce87dd964ba34a291f584a79ece
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
9 years agoRevert "Revert "Update Notification API""
Seungkeun Lee [Tue, 9 Jun 2015 01:58:30 +0000 (10:58 +0900)]
Revert "Revert "Update Notification API""

This reverts commit c1513a17e8e382ae5477184725e4140c88df35b9.

Change-Id: Ie3246feabec4f2cc2a40143b49a4f4654b07ea5a

9 years agoRevert "Update Notification API"
Seungkeun Lee [Tue, 9 Jun 2015 01:43:43 +0000 (10:43 +0900)]
Revert "Update Notification API"

This reverts commit e18ecaddb6b20013d5f0f45d20444fae096e0421.

Change-Id: Ic5db4df53dda6890ec5e75aa2dd75174972c6d4f

9 years agoCode clean up
Seungkeun Lee [Tue, 9 Jun 2015 01:40:41 +0000 (10:40 +0900)]
Code clean up

Change-Id: Ia0f88206e15f717871c3fc8a05d3f4006451c8af

9 years agoAdds encoding features of Resource/ResourceManager
Yongseop Kim [Mon, 8 Jun 2015 05:31:06 +0000 (14:31 +0900)]
Adds encoding features of Resource/ResourceManager

Change-Id: Id82c40efd67d4ffd235668d844cbb9e38edd5993

9 years agoWebView - text encoding
Seungkeun Lee [Fri, 5 Jun 2015 07:38:22 +0000 (16:38 +0900)]
WebView - text encoding
 - Set Default encoding to UTF-8
 - Add interface to set encoding

Change-Id: I0dfedd4f6dabcf667469da57c77221c53ec9c956

9 years agoFix TCT issue
Seungkeun Lee [Thu, 4 Jun 2015 06:46:47 +0000 (15:46 +0900)]
Fix TCT issue
 - Test if the UA can skip the preference element without a name attribute.
 - widget preference event was not called due to CustomEvent
 - access element without origin attribute
 - access element with invalid origin value
 - Duplicated preference key was skiped
 - overriding Widget toString method
Change-Id: Id2ab923fc9813e755caeedfb052c4b352bd9a258

9 years agoUpdate App control API
Seungkeun Lee [Mon, 8 Jun 2015 07:41:26 +0000 (16:41 +0900)]
Update App control API
 - add internal header

Change-Id: I69d42e70d6175c1016b4ce1d6c50baf32d9faa7c

9 years agoFix ResourceManager::GetLocalizedPath error
Seungkeun Lee [Mon, 8 Jun 2015 05:29:19 +0000 (14:29 +0900)]
Fix ResourceManager::GetLocalizedPath error
 - return empty string("") when localized resource was not existed.
 - cache for each locale folder

Change-Id: Ia8222c2c9b1e1e99aca575c06a0a81b0133bbf1b

9 years agoDisable popup blocker
Seungkeun Lee [Thu, 4 Jun 2015 11:24:20 +0000 (20:24 +0900)]
Disable popup blocker

Change-Id: I372bead22979f00da5a19b068c5e41dbb0c83c8d

9 years agoUpdate Notification API
Seungkeun Lee [Tue, 2 Jun 2015 07:52:41 +0000 (16:52 +0900)]
Update Notification API

Change-Id: Id36b65613ef31650a92fba92f9c76a286b8bc5ce

9 years agoRefactoring Widget API ( Javascript -> Native V8 API )
Seungkeun Lee [Mon, 1 Jun 2015 09:04:42 +0000 (18:04 +0900)]
Refactoring Widget API ( Javascript -> Native V8 API )

Change-Id: Ia4673ac7bebb7627b4c834fc385b78f50c43b407

9 years agoWidget API : Bug fix
Seungkeun Lee [Mon, 1 Jun 2015 05:43:40 +0000 (14:43 +0900)]
Widget API : Bug fix
 - App id quote related bug
 - Missing LoadManifestData bug

Change-Id: I5ef194d7f14f16a9f0aaef07fd995b9842f1284d

9 years agoImplement natural orientation to support landscape natural device
Seungkeun Lee [Fri, 22 May 2015 08:38:57 +0000 (17:38 +0900)]
Implement natural orientation to support landscape natural device

Change-Id: I2d5dc47c92f04c99a60a6248b5d12296f9e90576

9 years agoImplement Access control in ResourceMananger ( include CSP )
Seungkeun Lee [Thu, 28 May 2015 01:11:46 +0000 (10:11 +0900)]
Implement Access control in ResourceMananger ( include CSP )

Change-Id: I08d8c9441180051181c07558e5b13f27966062ca

9 years agoApply fixed v8 apis
WonYoung Choi [Fri, 29 May 2015 09:00:30 +0000 (18:00 +0900)]
Apply fixed v8 apis

Change-Id: I90277ecfc647d0dacdf7bc54f9b7ac7d2fe3dc84

9 years agoFix invalid licenses
Inhwan Lee [Fri, 29 May 2015 07:42:23 +0000 (16:42 +0900)]
Fix invalid licenses

Change-Id: I6e2b5f37fd190cb2045bebf8b3354be6c1d2ffec