platform/framework/web/crosswalk-tizen.git
8 years agoMerge pull request #33 from JoonghyunCho/update_readme
Seungkeun Lee [Wed, 4 Nov 2015 07:51:32 +0000 (16:51 +0900)]
Merge pull request #33 from JoonghyunCho/update_readme

Update README.md contents

8 years agoUpdate README.md contents
jh5.cho [Tue, 3 Nov 2015 07:31:53 +0000 (16:31 +0900)]
Update README.md contents

  - Add 'System Requirement' and 'Quick Start Guide' in the contents

8 years agoMerge pull request #31 from WonyoungChoi/fix_runtime_ipc accepted/tizen/mobile/20151023.054212 accepted/tizen/tv/20151023.054232 accepted/tizen/wearable/20151023.054247 submit/tizen/20151023.005939
WonYoung Choi [Fri, 23 Oct 2015 00:58:37 +0000 (09:58 +0900)]
Merge pull request #31 from WonyoungChoi/fix_runtime_ipc

Fix RuntimeIPCClient to set routing_id in V8Context

8 years agoFix RuntimeIPCClient to set routing_id in V8Context
WonYoung Choi [Thu, 22 Oct 2015 10:11:56 +0000 (19:11 +0900)]
Fix RuntimeIPCClient to set routing_id in V8Context

Chromium-EFL creates a routing index for each global context.
The index is stored in V8Context's embedder data with index number 12.

8 years agoMerge pull request #30 from sung-su/bugfix
Seungkeun Lee [Fri, 23 Oct 2015 00:09:37 +0000 (09:09 +0900)]
Merge pull request #30 from sung-su/bugfix

Fix incorrectly unique_ptr declared

8 years agoFix incorrectly unique_ptr declared
sung-su.kim [Thu, 22 Oct 2015 00:38:27 +0000 (09:38 +0900)]
Fix incorrectly unique_ptr declared

from unique_ptr<char> to unique_ptr<char[]>

8 years agoMerge pull request #29 from WonyoungChoi/replace_mainloop accepted/tizen/mobile/20151021.085418 accepted/tizen/tv/20151021.085440 accepted/tizen/wearable/20151021.085446 submit/tizen/20151021.061853
WonYoung Choi [Wed, 21 Oct 2015 06:15:20 +0000 (15:15 +0900)]
Merge pull request #29 from WonyoungChoi/replace_mainloop

Replace g_mainloop to ecore_mainloop of extension process

8 years agoReplace g_mainloop to ecore_mainloop of extension process
WonYoung Choi [Tue, 20 Oct 2015 10:08:19 +0000 (19:08 +0900)]
Replace g_mainloop to ecore_mainloop of extension process

Extension process uses ecore_mainloop instead of g_mainloop because
some platform libraries that used in extensions are working on the
ecore mainloop.
But the ecore mainloop of the extension process integrates g_mainloop
iterations. Glib functions using g_mainloop are working well also.

8 years agoMerge pull request #27 from myroot/fix-focus-issue accepted/tizen/mobile/20151020.110916 accepted/tizen/tv/20151020.110922 accepted/tizen/wearable/20151020.110941 submit/tizen/20151020.072357
WonYoung Choi [Tue, 20 Oct 2015 07:22:56 +0000 (16:22 +0900)]
Merge pull request #27 from myroot/fix-focus-issue

Remove focus button

8 years agoMerge pull request #28 from crosswalk-project/revert-26-revert-24-master accepted/tizen/mobile/20151020.015737 accepted/tizen/tv/20151020.015745 accepted/tizen/wearable/20151020.015759 submit/tizen/20151019.090549
WonYoung Choi [Mon, 19 Oct 2015 10:21:54 +0000 (19:21 +0900)]
Merge pull request #28 from crosswalk-project/revert-26-revert-24-master

Reintroduce  "config.xml parameter change: on-reset -> reload"

8 years agoRevert "Revert "config.xml parameter change: on-reset -> reload""
psikorski [Mon, 19 Oct 2015 09:09:04 +0000 (11:09 +0200)]
Revert "Revert "config.xml parameter change: on-reset -> reload""

8 years agoRemove focus button
Seungkeun Lee [Mon, 19 Oct 2015 01:14:27 +0000 (10:14 +0900)]
Remove focus button
 - Webkit-efl webview can't got focus
   So, We need a button to get a focus
   But, chromium-efl webview can got focus
   So, We remove the button
   It was interfere operation of focus

8 years agoMerge pull request #25 from myroot/fix-widget-size-issue accepted/tizen/mobile/20151016.102656 accepted/tizen/tv/20151016.102705 accepted/tizen/wearable/20151016.102720 submit/tizen/20151016.062032 tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
WonYoung Choi [Fri, 16 Oct 2015 05:46:38 +0000 (14:46 +0900)]
Merge pull request #25 from myroot/fix-widget-size-issue

Fix widget size issue

8 years agoMerge pull request #26 from crosswalk-project/revert-24-master
WonYoung Choi [Fri, 16 Oct 2015 05:46:08 +0000 (14:46 +0900)]
Merge pull request #26 from crosswalk-project/revert-24-master

Revert "config.xml parameter change: on-reset -> reload"

8 years agoRevert "config.xml parameter change: on-reset -> reload"
WonYoung Choi [Fri, 16 Oct 2015 05:38:44 +0000 (14:38 +0900)]
Revert "config.xml parameter change: on-reset -> reload"

8 years agoFix Widget width/height getter function
Seungkeun Lee [Fri, 16 Oct 2015 04:47:46 +0000 (13:47 +0900)]
Fix Widget width/height getter function
 - width/height values not changed
 - Change the getter function

8 years ago Fix webview resize issue
Seungkeun Lee [Fri, 16 Oct 2015 04:44:16 +0000 (13:44 +0900)]
 Fix webview resize issue
 - WebView was not resize before running idler (EFL issue)
 - evas_norender performed resize of viewes
 - After set the Webview, called evas_norender to resize

8 years agoMerge pull request #24 from psikorski/master
WonYoung Choi [Wed, 14 Oct 2015 12:12:03 +0000 (21:12 +0900)]
Merge pull request #24 from psikorski/master

Change an attribute of config.xml : on-reset -> reload

8 years agoconfig.xml parameter change: on-reset -> reload
Pawel Sikorski [Wed, 30 Sep 2015 07:32:46 +0000 (09:32 +0200)]
config.xml parameter change: on-reset -> reload

Depends on: https://review.tizen.org/gerrit/#/c/48171/

Change-Id: Ifb8bf53d6610d2a4df56a537e02f6df452370abe

8 years agoMerge pull request #23 from WonyoungChoi/fix_exit_procedure accepted/tizen/mobile/20151013.230423 accepted/tizen/tv/20151013.230435 accepted/tizen/wearable/20151013.230447 submit/tizen/20151013.103110
Seungkeun Lee [Thu, 8 Oct 2015 05:49:56 +0000 (14:49 +0900)]
Merge pull request #23 from WonyoungChoi/fix_exit_procedure

Call terminator of WebApplication when receive tizen://exit

8 years agoCall terminator of WebApplication when receive tizen://exit
WonYoung Choi [Thu, 8 Oct 2015 02:16:57 +0000 (11:16 +0900)]
Call terminator of WebApplication when receive tizen://exit

Application should call the terminator of WebApplication to terminate
application in normal procedure when receive the runtime message
'tizen://exit' from Device APIs.

8 years agoMerge pull request #22 from myroot/reuse-webview-onappcontrol accepted/tizen/mobile/20151006.042140 accepted/tizen/tv/20151006.042146 accepted/tizen/wearable/20151006.042200 submit/tizen/20151006.012358 submit/tizen/20151006.012517
WonYoung Choi [Mon, 5 Oct 2015 07:13:06 +0000 (16:13 +0900)]
Merge pull request #22 from myroot/reuse-webview-onappcontrol

Reuse WebView to response appcontrol request

8 years agoReuse WebView to response appcontrol request
Seungkeun Lee [Mon, 5 Oct 2015 05:32:32 +0000 (14:32 +0900)]
Reuse WebView to response appcontrol request
 - Issue
  WebView re-create was cause re-create renderer process
  Re-creation of WebView was take a long time
 - Proposal
  Reuse WebView(just change the URL of current WebView)

8 years agoMerge pull request #21 from myroot/fix-appcontrol-reset
WonYoung Choi [Mon, 5 Oct 2015 07:09:01 +0000 (16:09 +0900)]
Merge pull request #21 from myroot/fix-appcontrol-reset

Fix AppControl reload="disable" behavior bug

8 years agoFix AppControl reload="disable" behavior bug
Seungkeun Lee [Mon, 5 Oct 2015 04:48:20 +0000 (13:48 +0900)]
Fix AppControl reload="disable" behavior bug
 - WebView::GetUrl() was returing localized URL, But we compare with relative URL
 - res->uri convert to localized url and compare with webview::GetUrl()
 - Remove unused instance variable

8 years agoMerge pull request #20 from JoonghyunCho/fix_comparemime_function
WonYoung Choi [Mon, 5 Oct 2015 05:10:43 +0000 (14:10 +0900)]
Merge pull request #20 from JoonghyunCho/fix_comparemime_function

Fix comparemime function

8 years agoFix wildcard character comparison process in CompareMime()
jh5.cho [Mon, 5 Oct 2015 04:51:40 +0000 (13:51 +0900)]
Fix wildcard character comparison process in CompareMime()

  The wildcard character is supposed to cover every value that includs an empty string("")
  when compare mime types.
  issue: crosswalk-project/crosswalk-tizen#18
         ( https://github.com/crosswalk-project/crosswalk-tizen/issues/18 )

8 years agoMerge pull request #16 from sung-su/ordering accepted/tizen/mobile/20151005.055326 accepted/tizen/tv/20151005.055337 accepted/tizen/wearable/20151005.055355 submit/tizen/20151005.012452
WonYoung Choi [Mon, 5 Oct 2015 01:07:00 +0000 (10:07 +0900)]
Merge pull request #16 from sung-su/ordering

Reorder the sequence of includes

8 years agoReorder the sequence of includes
sung-su.kim [Fri, 2 Oct 2015 07:14:38 +0000 (16:14 +0900)]
Reorder the sequence of includes

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

9 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

9 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

9 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

9 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

9 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

9 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