platform/framework/web/crosswalk-tizen.git
8 years agoMerge pull request #97 from ideallee/user-extension
WonYoung Choi [Thu, 16 Jun 2016 07:19:03 +0000 (16:19 +0900)]
Merge pull request #97 from ideallee/user-extension

implement module for load user defined crosswalk extension

8 years agoMerge pull request #99 from JongHeonChoi/fx_svace_issue
WonYoung Choi [Thu, 16 Jun 2016 07:09:04 +0000 (16:09 +0900)]
Merge pull request #99 from JongHeonChoi/fx_svace_issue

Fixed svace. (84670 - DEREF_OF_NULL.RET.PROC.STAT)

8 years agoimplement module for load user defined crosswalk extension
Inhwan Lee [Thu, 9 Jun 2016 02:39:04 +0000 (11:39 +0900)]
implement module for load user defined crosswalk extension

8 years agoFixed svace. (84670 - DEREF_OF_NULL.RET.PROC.STAT)
JongHeon Choi [Tue, 14 Jun 2016 07:12:42 +0000 (16:12 +0900)]
Fixed svace. (84670 - DEREF_OF_NULL.RET.PROC.STAT)

8 years agoMerge pull request #96 from JongHeonChoi/add_loader_script accepted/tizen/common/20160610.175916 accepted/tizen/ivi/20160609.091501 accepted/tizen/mobile/20160609.091809 accepted/tizen/tv/20160609.091453 accepted/tizen/wearable/20160609.091504 submit/tizen/20160609.012628
WonYoung Choi [Thu, 9 Jun 2016 01:20:32 +0000 (10:20 +0900)]
Merge pull request #96 from JongHeonChoi/add_loader_script

Add loader script (wrt.loader) for launchpad

8 years agoMerge pull request #80 from JongHeonChoi/fx_show_window
WonYoung Choi [Thu, 9 Jun 2016 01:19:35 +0000 (10:19 +0900)]
Merge pull request #80 from JongHeonChoi/fx_show_window

Show window after frame rendered

8 years agoShow window after frame rendered
JongHeon Choi [Thu, 9 Jun 2016 01:16:16 +0000 (10:16 +0900)]
Show window after frame rendered

8 years agoAdd loader script (wrt.loader) for launchpad
JongHeon Choi [Wed, 8 Jun 2016 22:36:23 +0000 (07:36 +0900)]
Add loader script (wrt.loader) for launchpad

8 years agoMerge pull request #95 from JongHeonChoi/fx_unnecessary_call accepted/tizen/common/20160608.160427 accepted/tizen/ivi/20160609.034000 accepted/tizen/mobile/20160609.033952 accepted/tizen/tv/20160609.033955 accepted/tizen/wearable/20160609.034054 submit/tizen/20160608.080846
WonYoung Choi [Wed, 8 Jun 2016 08:04:53 +0000 (17:04 +0900)]
Merge pull request #95 from JongHeonChoi/fx_unnecessary_call

Fixed build break

8 years agoFixed build break
JongHeon Choi [Wed, 8 Jun 2016 07:00:05 +0000 (16:00 +0900)]
Fixed build break

8 years agoMerge pull request #94 from JongHeonChoi/fx_unnecessary_call
WonYoung Choi [Wed, 8 Jun 2016 06:41:29 +0000 (15:41 +0900)]
Merge pull request #94 from JongHeonChoi/fx_unnecessary_call

Modify unnecessary LoadManifestData() function call

8 years agoModify get pkgid by appid
JongHeon Choi [Wed, 8 Jun 2016 06:25:40 +0000 (15:25 +0900)]
Modify get pkgid by appid

8 years agoModify unnecessary LoadManifestData() function call
JongHeon Choi [Wed, 8 Jun 2016 03:51:59 +0000 (12:51 +0900)]
Modify unnecessary LoadManifestData() function call

8 years agoMerge pull request #93 from WonyoungChoi/destroy_ext_when_exit accepted/tizen/common/20160602.140122 accepted/tizen/ivi/20160602.023301 accepted/tizen/mobile/20160602.023353 accepted/tizen/tv/20160602.023205 accepted/tizen/wearable/20160602.023242 submit/tizen/20160602.003230
WonYoung Choi [Thu, 2 Jun 2016 00:29:04 +0000 (09:29 +0900)]
Merge pull request #93 from WonyoungChoi/destroy_ext_when_exit

Unregister extensions and instances when application exits

8 years agoUnregister extensions and instances when application exits
WonYoung Choi [Wed, 1 Jun 2016 07:55:32 +0000 (16:55 +0900)]
Unregister extensions and instances when application exits

In single process model, the extension server is running in the mainloop
of the browser thread. So the extension server can't receive ewk_ipc message
after the mainloop is terminated. WebApplication calls the Shutdown() method
of ExtensionServer explicitly now.

8 years agoMerge pull request #91 from JongHeonChoi/apply_appcore_watch accepted/tizen/common/20160530.132016 accepted/tizen/ivi/20160531.094836 accepted/tizen/mobile/20160531.094739 accepted/tizen/tv/20160531.094759 accepted/tizen/wearable/20160531.094814 submit/tizen/20160530.030929
WonYoung Choi [Mon, 30 May 2016 03:05:00 +0000 (12:05 +0900)]
Merge pull request #91 from JongHeonChoi/apply_appcore_watch

Fixed build break

8 years agofixed build break
JongHeon Choi [Mon, 30 May 2016 02:29:24 +0000 (11:29 +0900)]
fixed build break

8 years agoMerge pull request #89 from JongHeonChoi/apply_appcore_watch
Seungkeun Lee [Mon, 30 May 2016 01:42:07 +0000 (10:42 +0900)]
Merge pull request #89 from JongHeonChoi/apply_appcore_watch

Apply to watch face

8 years agoApply to watch face
JongHeon Choi [Mon, 30 May 2016 01:35:58 +0000 (10:35 +0900)]
Apply to watch face

8 years agoMerge pull request #75 from JongHeonChoi/enable_web_ime
Seungkeun Lee [Mon, 30 May 2016 01:26:27 +0000 (10:26 +0900)]
Merge pull request #75 from JongHeonChoi/enable_web_ime

Apply to Web IME

8 years agoApply to Web IME
JongHeon Choi [Wed, 25 May 2016 05:15:10 +0000 (14:15 +0900)]
Apply to Web IME

8 years agoMerge pull request #90 from JongHeonChoi/fx_certificate_popup
WonYoung Choi [Mon, 30 May 2016 01:09:38 +0000 (10:09 +0900)]
Merge pull request #90 from JongHeonChoi/fx_certificate_popup

Fixed certificate popup style

8 years agoFixed certificate popup style
JongHeon Choi [Thu, 26 May 2016 08:12:15 +0000 (17:12 +0900)]
Fixed certificate popup style

8 years agoMerge pull request #81 from WonyoungChoi/merge_ep_to_bp accepted/tizen/common/20160525.155847 accepted/tizen/ivi/20160525.062452 accepted/tizen/mobile/20160525.062506 accepted/tizen/tv/20160525.062448 accepted/tizen/wearable/20160525.062501 submit/tizen/20160525.021541
WonYoung Choi [Wed, 25 May 2016 01:48:50 +0000 (10:48 +0900)]
Merge pull request #81 from WonyoungChoi/merge_ep_to_bp

Change to single process model

8 years agoMerge pull request #79 from crosswalk-project/myroot-patch-1 accepted/tizen/common/20160524.150607 accepted/tizen/ivi/20160524.095547 accepted/tizen/mobile/20160524.095614 accepted/tizen/tv/20160524.095411 accepted/tizen/wearable/20160524.095635 submit/tizen/20160524.030535
WonYoung Choi [Tue, 24 May 2016 03:01:56 +0000 (12:01 +0900)]
Merge pull request #79 from crosswalk-project/myroot-patch-1

Fix SplashScreen hide delegate function

8 years agoMerge pull request #59 from mniesluchow/master
WonYoung Choi [Tue, 24 May 2016 02:58:52 +0000 (11:58 +0900)]
Merge pull request #59 from mniesluchow/master

Adjust DynamicPlugin* funtions to library version 1

8 years agoMerge pull request #88 from WonyoungChoi/fix_runtime_ipc_client
Seungkeun Lee [Tue, 24 May 2016 02:56:57 +0000 (11:56 +0900)]
Merge pull request #88 from WonyoungChoi/fix_runtime_ipc_client

Add TryCatch block to avoid crashes of renderer

8 years agoAdd TryCatch block to avoid crashes of renderer
WonYoung Choi [Tue, 24 May 2016 02:48:39 +0000 (11:48 +0900)]
Add TryCatch block to avoid crashes of renderer

When uncatched exception is thrown in the callback, TryCatch block
is necessary in calling the callback like below.

v8::TryCatch try_catch(isolate)
func->Call(..)

8 years agoAdd ApplicationDataManager to maintain the cache for ApplicationData
WonYoung Choi [Thu, 19 May 2016 06:58:32 +0000 (15:58 +0900)]
Add ApplicationDataManager to maintain the cache for ApplicationData

In single process model, the runtime and the injected bundle can
share one ApplicationData instance. The injected bundle uses the
cached ApplicationData instance to reduce launching time.

8 years agoImprove profiler messages
WonYoung Choi [Thu, 19 May 2016 04:24:22 +0000 (13:24 +0900)]
Improve profiler messages

Print name of the namespace and the class in the profiler message

8 years agoChange to single process model
WonYoung Choi [Wed, 11 May 2016 01:50:49 +0000 (10:50 +0900)]
Change to single process model

Chromium-efl supports single process model to reduce memory consumption
and improve loading performance. The extension server is running in the
browser thread in this model. The extension server and client use the
ewk IPC methods to exchange messages each other, but the IPC just exchanges
the messages between threads.

8 years agoMerge pull request #86 from JongHeonChoi/fx_candidate_process_call accepted/tizen/common/20160517.174136 accepted/tizen/ivi/20160517.083459 accepted/tizen/mobile/20160517.083544 accepted/tizen/tv/20160517.083410 accepted/tizen/wearable/20160517.083449 submit/tizen/20160517.044011
WonYoung Choi [Tue, 17 May 2016 04:33:27 +0000 (13:33 +0900)]
Merge pull request #86 from JongHeonChoi/fx_candidate_process_call

Revert "explicit call aul_prepare_candidate_process()"

8 years agoMerge pull request #85 from JongHeonChoi/support_external_link
WonYoung Choi [Tue, 17 May 2016 04:33:09 +0000 (13:33 +0900)]
Merge pull request #85 from JongHeonChoi/support_external_link

Support for external link for <content > tag in config.xml

8 years agoMerge pull request #83 from JongHeonChoi/fx_backkey_event
WonYoung Choi [Tue, 17 May 2016 04:32:47 +0000 (13:32 +0900)]
Merge pull request #83 from JongHeonChoi/fx_backkey_event

Hide unseted evas object to avoid focus and event callback problem

8 years agoRevert "explicit call aul_prepare_candidate_process()"
JongHeon Choi [Tue, 17 May 2016 02:28:05 +0000 (11:28 +0900)]
Revert "explicit call aul_prepare_candidate_process()"

This reverts commit 575d8b20f23c4ff64cb15929e1a35ccdead73b4c.

8 years agoSupport for external link for <content > tag in config.xml
JongHeon Choi [Mon, 16 May 2016 08:39:30 +0000 (17:39 +0900)]
Support for external link for <content > tag in config.xml

8 years agoHide unseted evas object to avoid focus and event callback problem
JongHeon Choi [Thu, 12 May 2016 01:15:26 +0000 (10:15 +0900)]
Hide unseted evas object to avoid focus and event callback problem

8 years agoFix SplashScreen hide delegate function
Seungkeun Lee [Tue, 10 May 2016 07:31:00 +0000 (16:31 +0900)]
Fix SplashScreen hide delegate function

xwalk.utils can't use in Runtime widget
Change to original extension.sendRuntimeMessage API

8 years agoMerge pull request #77 from JongHeonChoi/fx_decrypt_path accepted/tizen/common/20160510.141341 accepted/tizen/ivi/20160510.071019 accepted/tizen/mobile/20160510.071100 accepted/tizen/tv/20160510.070904 accepted/tizen/wearable/20160510.070931 submit/tizen/20160510.060837
WonYoung Choi [Tue, 10 May 2016 01:21:27 +0000 (10:21 +0900)]
Merge pull request #77 from JongHeonChoi/fx_decrypt_path

Remove the Asterisk mark and Question mark in decrypt resource path

8 years agoMerge pull request #73 from JongHeonChoi/fx_define_rotary_name
WonYoung Choi [Tue, 10 May 2016 01:20:42 +0000 (10:20 +0900)]
Merge pull request #73 from JongHeonChoi/fx_define_rotary_name

Change define name.(PROFILE_WEARABLE => ROTARY_EVENT_FEATURE_SUPPORT)

8 years agoMerge pull request #78 from JongHeonChoi/fx_blocked_url accepted/tizen/common/20160510.051125 accepted/tizen/ivi/20160510.070503 accepted/tizen/mobile/20160510.070451 accepted/tizen/tv/20160510.070444 accepted/tizen/wearable/20160510.070406 submit/tizen/20160510.011303
WonYoung Choi [Tue, 10 May 2016 01:09:32 +0000 (10:09 +0900)]
Merge pull request #78 from JongHeonChoi/fx_blocked_url

Send launch request for blocked URL to guarrenty backward-compatibility

8 years agoSend launch request for blocked URL to guarrenty backward-compatibility
JongHeon Choi [Tue, 10 May 2016 01:05:22 +0000 (10:05 +0900)]
Send launch request for blocked URL to guarrenty backward-compatibility

8 years agoRemove the Asterisk mark and Question mark in decrypt resource path
JongHeon Choi [Mon, 9 May 2016 11:57:12 +0000 (20:57 +0900)]
Remove the Asterisk mark and Question mark in decrypt resource path

8 years agoMerge pull request #74 from JongHeonChoi/fx_backbtn_presence accepted/tizen/common/20160504.130048 accepted/tizen/ivi/20160504.011810 accepted/tizen/mobile/20160504.011720 accepted/tizen/tv/20160504.011732 accepted/tizen/wearable/20160504.011753 submit/tizen/20160503.084241
WonYoung Choi [Tue, 3 May 2016 08:41:23 +0000 (17:41 +0900)]
Merge pull request #74 from JongHeonChoi/fx_backbtn_presence

Fixed backbutton-presence setting in config.xml

8 years agoMerge pull request #72 from JongHeonChoi/enable_web_debug_option
Seungkeun Lee [Tue, 3 May 2016 08:21:04 +0000 (17:21 +0900)]
Merge pull request #72 from JongHeonChoi/enable_web_debug_option

Change debug bundle key to integrate app_launcher

8 years agoFixed backbutton-presence setting in config.xml
JongHeon Choi [Tue, 3 May 2016 06:33:56 +0000 (15:33 +0900)]
Fixed backbutton-presence setting in config.xml

8 years agoChange define name.(PROFILE_WEARABLE => ROTARY_EVENT_FEATURE_SUPPORT)
JongHeon Choi [Thu, 28 Apr 2016 07:16:33 +0000 (16:16 +0900)]
Change define name.(PROFILE_WEARABLE => ROTARY_EVENT_FEATURE_SUPPORT)

8 years agoChange debug bundle key to integrate app_launcher
JongHeon Choi [Thu, 28 Apr 2016 06:37:55 +0000 (15:37 +0900)]
Change debug bundle key to integrate app_launcher

8 years agoMerge pull request #70 from JongHeonChoi/enable_softkeyboard_event accepted/tizen/common/20160428.144556 accepted/tizen/ivi/20160428.081645 accepted/tizen/mobile/20160428.081650 accepted/tizen/tv/20160428.081754 accepted/tizen/wearable/20160428.081628 submit/tizen/20160428.015124
WonYoung Choi [Thu, 28 Apr 2016 01:29:14 +0000 (10:29 +0900)]
Merge pull request #70 from JongHeonChoi/enable_softkeyboard_event

Apply to softkeyboardchange event

8 years agoMerge pull request #71 from JongHeonChoi/fx_candidate_process_call
WonYoung Choi [Thu, 28 Apr 2016 01:19:45 +0000 (10:19 +0900)]
Merge pull request #71 from JongHeonChoi/fx_candidate_process_call

explicit call aul_prepare_candidate_process()

8 years agoMerge pull request #69 from JongHeonChoi/fx_single_process
WonYoung Choi [Thu, 28 Apr 2016 01:15:42 +0000 (10:15 +0900)]
Merge pull request #69 from JongHeonChoi/fx_single_process

Fixed extensions initialize in single process mode

8 years agoexplicit call aul_prepare_candidate_process()
JongHeon Choi [Thu, 28 Apr 2016 01:02:04 +0000 (10:02 +0900)]
explicit call aul_prepare_candidate_process()

8 years agoFixed extensions initialize in single process mode
JongHeon Choi [Tue, 19 Apr 2016 06:05:19 +0000 (15:05 +0900)]
Fixed extensions initialize in single process mode

8 years agoApply to softkeyboardchange event
JongHeon Choi [Fri, 22 Apr 2016 05:32:23 +0000 (14:32 +0900)]
Apply to softkeyboardchange event

8 years agoMerge pull request #68 from JongHeonChoi/back_key_enable
Seungkeun Lee [Tue, 19 Apr 2016 02:12:40 +0000 (11:12 +0900)]
Merge pull request #68 from JongHeonChoi/back_key_enable

Enable back-key on remote URL

8 years agoMerge pull request #67 from ideallee/console-msg-verbose-mode
Seungkeun Lee [Tue, 19 Apr 2016 02:12:23 +0000 (11:12 +0900)]
Merge pull request #67 from ideallee/console-msg-verbose-mode

console message verbose mode

8 years agoMerge pull request #63 from JongHeonChoi/enable_rotary_event
Seungkeun Lee [Tue, 19 Apr 2016 02:11:53 +0000 (11:11 +0900)]
Merge pull request #63 from JongHeonChoi/enable_rotary_event

Implement rotary event

8 years agoImplement rotary event
JongHeon Choi [Wed, 30 Mar 2016 07:21:11 +0000 (16:21 +0900)]
Implement rotary event

8 years agoEnable back-key on remote URL
JongHeon Choi [Thu, 7 Apr 2016 06:45:40 +0000 (15:45 +0900)]
Enable back-key on remote URL

8 years agoadd console message verbose mode with 'verbose' key
Inhwan Lee [Thu, 7 Apr 2016 06:15:22 +0000 (15:15 +0900)]
add console message verbose mode with 'verbose' key

8 years agoMerge pull request #62 from ideallee/sync_after_systemcall accepted/tizen/common/20160321.150317 accepted/tizen/ivi/20160321.113305 accepted/tizen/mobile/20160321.113208 accepted/tizen/tv/20160321.113224 accepted/tizen/wearable/20160321.113244 submit/tizen/20160321.012208
WonYoung Choi [Wed, 16 Mar 2016 07:58:53 +0000 (16:58 +0900)]
Merge pull request #62 from ideallee/sync_after_systemcall

Request sync after system call for change privilege of thread

8 years agoMerge pull request #61 from JongHeonChoi/fx_app_terminated
WonYoung Choi [Wed, 16 Mar 2016 06:13:20 +0000 (15:13 +0900)]
Merge pull request #61 from JongHeonChoi/fx_app_terminated

Fixed the crash when the app is terminated

8 years agoRequest sync after system call for change privilege of thread
Inhwan Lee [Wed, 16 Mar 2016 05:45:54 +0000 (14:45 +0900)]
Request sync after system call for change privilege of thread

8 years agoFixed the crash when the app is terminated
JongHeon Choi [Wed, 16 Mar 2016 04:24:02 +0000 (13:24 +0900)]
Fixed the crash when the app is terminated

8 years agoAdjust DynamicPlugin* funtions to library version 1
Marcin Niesluchowski [Fri, 11 Mar 2016 09:02:18 +0000 (10:02 +0100)]
Adjust DynamicPlugin* funtions to library version 1

Along with ewk_context_tizen_app_id_set function introduction
by chromium-efl, newer version of DynamicPlugin library has been
provided. See sample file ([1]) of chromium-efl ([2]) repository.

[1] tizen_src/ewk/unittest/resources/ewk_context/injected_bundle/chromium/bundle_sample.cc
[2] https://review.tizen.org/gerrit/#/admin/projects/platform/framework/web/chromium-efl

8 years agoMerge pull request #58 from JoonghyunCho/rotation
WonYoung Choi [Mon, 7 Mar 2016 00:24:43 +0000 (09:24 +0900)]
Merge pull request #58 from JoonghyunCho/rotation

Add missing funtion that sets the rotation

8 years agoAdd missing funtion that sets the rotation
jh5.cho [Fri, 4 Mar 2016 09:58:12 +0000 (18:58 +0900)]
Add missing funtion that sets the rotation

  Add SetAutoRotation() function that sets the screen rotation status
  when the screen orientation is set to 'auto'

8 years agoMerge pull request #57 from JongHeonChoi/enable_wearable
WonYoung Choi [Mon, 29 Feb 2016 02:31:59 +0000 (11:31 +0900)]
Merge pull request #57 from JongHeonChoi/enable_wearable

Apply T-trace

8 years agoApply T-trace
JongHeon Choi [Thu, 25 Feb 2016 02:40:59 +0000 (11:40 +0900)]
Apply T-trace

8 years agoMerge pull request #34 from myroot/process-pool accepted/tizen/common/20160229.161104 accepted/tizen/ivi/20160229.100213 accepted/tizen/mobile/20160229.100121 accepted/tizen/tv/20160229.100135 accepted/tizen/wearable/20160229.100154 submit/tizen/20160229.022228
WonYoung Choi [Mon, 29 Feb 2016 02:12:53 +0000 (11:12 +0900)]
Merge pull request #34 from myroot/process-pool

Implement process pool

8 years agoMerge pull request #56 from JongHeonChoi/enable_wearable accepted/tizen/common/20160225.130618 accepted/tizen/ivi/20160222.235604 accepted/tizen/mobile/20160222.235514 accepted/tizen/tv/20160222.235529 accepted/tizen/wearable/20160222.235546 submit/tizen/20160222.093324 submit/tizen_common/20160223.170033 submit/tizen_common/20160224.173809
WonYoung Choi [Mon, 22 Feb 2016 02:14:46 +0000 (11:14 +0900)]
Merge pull request #56 from JongHeonChoi/enable_wearable

Enable wearable profile

8 years agoEnable wearable profile
JongHeon Choi [Mon, 22 Feb 2016 02:10:48 +0000 (11:10 +0900)]
Enable wearable profile

8 years agoImplement process pool
Seungkeun Lee [Fri, 13 Nov 2015 06:54:21 +0000 (15:54 +0900)]
Implement process pool

8 years agoMerge pull request #55 from myroot/deprecated-api-change
Seungkeun Lee [Tue, 16 Feb 2016 00:16:19 +0000 (09:16 +0900)]
Merge pull request #55 from myroot/deprecated-api-change

 ewk_send_widget_info was deprecated

8 years agoMerge pull request #53 from WonyoungChoi/merge_ep_to_rp
Seungkeun Lee [Tue, 16 Feb 2016 00:16:02 +0000 (09:16 +0900)]
Merge pull request #53 from WonyoungChoi/merge_ep_to_rp

Move extension loader to the renderer process

8 years agoMove extension loader to the renderer process
WonYoung Choi [Fri, 5 Feb 2016 00:28:22 +0000 (09:28 +0900)]
Move extension loader to the renderer process

Remove the xwalk-extension process and load extensions in the
renderer process.

8 years ago ewk_send_widget_info was deprecated
Seungkeun Lee [Mon, 15 Feb 2016 23:01:28 +0000 (08:01 +0900)]
 ewk_send_widget_info was deprecated

 - Replace with ewk_context_tizen_app_id_set

8 years agoMerge pull request #54 from WonyoungChoi/back_presence accepted/tizen/common/20160217.170649 accepted/tizen/ivi/20160218.024241 accepted/tizen/mobile/20160212.002815 accepted/tizen/tv/20160212.002834 accepted/tizen/wearable/20160212.002848 submit/tizen/20160211.235541 submit/tizen_common/20160217.131930 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000004
WonYoung Choi [Thu, 11 Feb 2016 23:53:55 +0000 (08:53 +0900)]
Merge pull request #54 from WonyoungChoi/back_presence

Handle backbutton-presence of tizen:setting in config.xml

8 years agoHandle backbutton-presence of tizen:setting in config.xml
WonYoung Choi [Thu, 11 Feb 2016 02:59:53 +0000 (11:59 +0900)]
Handle backbutton-presence of tizen:setting in config.xml

This handler is added for backward compatibility with Tizen 2.x.
If this option is enabled, page should be navigated back in history
when the back-button is pressed.

8 years agoMerge pull request #52 from WonyoungChoi/fix_trampoline devel/ivi accepted/tizen/mobile/20160128.083511 accepted/tizen/tv/20160128.083541 accepted/tizen/wearable/20160128.083556 submit/devel/ivi/20160205.044647 submit/tizen/20160128.080155
WonYoung Choi [Thu, 28 Jan 2016 08:01:01 +0000 (17:01 +0900)]
Merge pull request #52 from WonyoungChoi/fix_trampoline

Change trampoline algorithm for top level extensions

8 years agoChange trampoline algorithm for top level extensions
WonYoung Choi [Thu, 28 Jan 2016 07:56:56 +0000 (16:56 +0900)]
Change trampoline algorithm for top level extensions

Top level extensions (tizen, xwalk) shouldn't be trampoline module
because of security issues.

8 years agoMerge pull request #49 from szulak/fix_lib_name accepted/tizen/mobile/20160125.011503 accepted/tizen/tv/20160125.011533 accepted/tizen/wearable/20160125.011544 submit/tizen/20160122.084928 submit/tizen/20160122.094907
WonYoung Choi [Fri, 22 Jan 2016 08:36:22 +0000 (17:36 +0900)]
Merge pull request #49 from szulak/fix_lib_name

Fix lib name for wgt-manifest-handlers

8 years agoMerge pull request #47 from psikorski/x11_remove accepted/tizen/mobile/20160122.081200 accepted/tizen/tv/20160122.081229 accepted/tizen/wearable/20160122.081247 submit/tizen/20160122.060424
WonYoung Choi [Fri, 22 Jan 2016 06:00:11 +0000 (15:00 +0900)]
Merge pull request #47 from psikorski/x11_remove

X11 code removal

8 years agoMerge pull request #48 from JoonghyunCho/correct_po_file
WonYoung Choi [Fri, 22 Jan 2016 05:55:54 +0000 (14:55 +0900)]
Merge pull request #48 from JoonghyunCho/correct_po_file

Fix the wrong message on PO file

8 years agoMerge pull request #50 from myroot/chromium-header-update
WonYoung Choi [Fri, 22 Jan 2016 05:55:39 +0000 (14:55 +0900)]
Merge pull request #50 from myroot/chromium-header-update

chromium header change

8 years agochromium header change
Seungkeun Lee [Fri, 22 Jan 2016 05:40:47 +0000 (14:40 +0900)]
chromium header change

 - EWK Header was rearranged to open
 - ewk_ipc_message.h was removed
 - ewk_chromium.h was used instead of ewk_ipc_message.h

8 years agoFix lib name for wgt-manifest-handlers
Lukasz Wysocki [Thu, 21 Jan 2016 12:32:47 +0000 (13:32 +0100)]
Fix lib name for wgt-manifest-handlers

Following commits should be merged together:
- https://review.tizen.org/gerrit/#/c/57676/
- https://review.tizen.org/gerrit/#/c/57677/
- https://review.tizen.org/gerrit/#/c/57681/

Change-Id: I2b7f46d47df8f85de5f8d651e1d9032e340883fe

8 years agoFix the wrong message on PO file
jh5.cho [Thu, 21 Jan 2016 05:19:58 +0000 (14:19 +0900)]
Fix the wrong message on PO file

  - Fix the wrong Korean message on PO file

8 years agoX11 code removal
Pawel Sikorski [Thu, 14 Jan 2016 15:32:30 +0000 (16:32 +0100)]
X11 code removal

since X11 is no longer buildable, x11 related code can be removed

Change-Id: Iea942dc9ca10b51c5d62a6773178992b4aa47898

8 years agoMerge pull request #46 from myroot/fix-reference-error accepted/tizen/mobile/20160107.100632 accepted/tizen/tv/20160107.100703 accepted/tizen/wearable/20160107.100733 submit/tizen/20160106.041817
WonYoung Choi [Wed, 6 Jan 2016 04:15:08 +0000 (13:15 +0900)]
Merge pull request #46 from myroot/fix-reference-error

Fix Reference error in AppControl class

8 years agoFix Reference error in AppControl class
Seungkeun Lee [Wed, 6 Jan 2016 02:50:23 +0000 (11:50 +0900)]
Fix Reference error in AppControl class

 - Stack object was referenced on out of stack.
 - Change to reference(&) paramenter instead of value parameter.

8 years agoMerge pull request #45 from JoonghyunCho/fix_leak accepted/tizen/mobile/20151228.093249 accepted/tizen/tv/20151228.093322 accepted/tizen/wearable/20151228.093353 submit/tizen/20151228.054922
WonYoung Choi [Mon, 28 Dec 2015 05:43:13 +0000 (14:43 +0900)]
Merge pull request #45 from JoonghyunCho/fix_leak

Fix Svace alarm

8 years agoFix Svace alarm
jh5.cho [Mon, 28 Dec 2015 05:35:15 +0000 (14:35 +0900)]
Fix Svace alarm

  - Disassociate the returned file pointer by calling fclose

8 years agoMerge pull request #44 from WonyoungChoi/fix_build_error accepted/tizen/mobile/20151223.052426 accepted/tizen/tv/20151223.052430 accepted/tizen/wearable/20151223.052435 submit/tizen/20151223.011249 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718
Seungkeun Lee [Wed, 23 Dec 2015 05:01:57 +0000 (14:01 +0900)]
Merge pull request #44 from WonyoungChoi/fix_build_error

Fix build errors of PR 43

8 years agoFix build errors of PR 43
WonYoung Choi [Wed, 23 Dec 2015 04:54:44 +0000 (13:54 +0900)]
Fix build errors of PR 43

The PR#43 has some build errors.

8 years agoMerge pull request #43 from WonyoungChoi/fix_prevent
Seungkeun Lee [Wed, 23 Dec 2015 01:11:52 +0000 (10:11 +0900)]
Merge pull request #43 from WonyoungChoi/fix_prevent

Fix prevent alarms

8 years agoFix prevent alarms
WonYoung Choi [Mon, 21 Dec 2015 10:51:53 +0000 (19:51 +0900)]
Fix prevent alarms

null-checkers and initializers are added to fix alarms by prevent

8 years agoMerge pull request #42 from WonyoungChoi/fix_bundle_api accepted/tizen/common/20151228.083143 accepted/tizen/mobile/20151217.023646 accepted/tizen/tv/20151217.023704 accepted/tizen/wearable/20151217.023727 submit/tizen/20151214.084555 submit/tizen_common/20151222.161031
WonYoung Choi [Tue, 15 Dec 2015 08:14:53 +0000 (17:14 +0900)]
Merge pull request #42 from WonyoungChoi/fix_bundle_api

Add a include for bundle_internal.h

8 years agoAdd a include for bundle_internal.h
WonYoung Choi [Tue, 15 Dec 2015 07:53:51 +0000 (16:53 +0900)]
Add a include for bundle_internal.h

Bundle API will be changed to refer bundle.h and bundle_internal
both.

8 years agoMerge pull request #40 from WonyoungChoi/fix_buildspec accepted/tizen/mobile/20151211.055111 accepted/tizen/tv/20151211.062208 accepted/tizen/wearable/20151211.061051 submit/tizen/20151211.031030
Seungkeun Lee [Fri, 11 Dec 2015 02:30:16 +0000 (11:30 +0900)]
Merge pull request #40 from WonyoungChoi/fix_buildspec

Disable build in tizen wearable profile