platform/framework/web/wrt-plugins-common.git
11 years agoCatch an exception when initializing JSWidget
Przemyslaw Ciezkowski [Fri, 23 Nov 2012 08:55:18 +0000 (09:55 +0100)]
Catch an exception when initializing JSWidget

[Issue#] TWEB-427
[Feature] There can be exception when JSWidget tries to initializes
preferences object.
[Cause] WebProcess gets SIGABORT when initialize fails.
[Solution] Catch an exception. Allow to run normally.

[Verification] Run iframes.wgt widget from wrt-extra repository.
WebProcess should not fail when counter in widget hits ~160.
Verification requires patch from wrt-commons:
http://tizendev.org/gerrit/15863

Change-Id: Iaf9f5963d4a84cd9d518a7db1d57d350e8f64d46

11 years ago[Release] wrt-plugins-common_0.3.63 submit/trunk/20121123.012120
Jihoon Chung [Fri, 23 Nov 2012 01:21:03 +0000 (10:21 +0900)]
[Release] wrt-plugins-common_0.3.63

11 years agoRemoved error generated by Tizen Robot on gerrit
Grzegorz Krawczyk [Wed, 21 Nov 2012 11:36:45 +0000 (12:36 +0100)]
Removed error generated by Tizen Robot on gerrit

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] N/A
[SCMRequest] N/A

Change-Id: If39c934b1356c05140fbe13bbfb452089b54d322

11 years agoAdd Sanity Check for Plugin Logic
Grzegorz Krawczyk [Tue, 13 Nov 2012 10:43:54 +0000 (11:43 +0100)]
Add Sanity Check for Plugin Logic

Plugin logic is used in bundle and some functions from this module are used as
registered callbacks from webkit.
In general this commits only adds logs, but it may be very helpful in
debuging problems with some race condition caused by bundle.

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] N/A
[SCMRequest] N/A

Change-Id: Id69bb144891aeb7ef2ed40490bc61c993a0df615

11 years agoRemoval of factory_widget attribute and related functions.
Jan Olszak [Thu, 8 Nov 2012 15:13:52 +0000 (16:13 +0100)]
Removal of factory_widget attribute and related functions.

[Issue#] N/A
[Bug] Unused factory_widget property.
[Cause] N/A
[Solution] Removed GetFactoryInstalledWidgetPath()
[Verification] Compile plugins-common

Change-Id: I20ac56381f06616962d2ada8a214b75eabd01b74

11 years agoFix for use after free
Przemyslaw Ciezkowski [Tue, 6 Nov 2012 14:47:35 +0000 (15:47 +0100)]
Fix for use after free

[Issue#] N/A
[Bug] Directory structure is being passed to log message when
closedir fails.
[Cause] N/A
[Solution] It is better to pass directory path.
[Verification] Call wrt_reset_all.sh and run plugin installation.

Change-Id: Ib0e89991e8fc4b9a3be10172c5adf788c61a93fe

11 years ago[Release] wrt-plugins-common_0.3.62 submit/trunk/20121115.070851
Yunchan Cho [Thu, 15 Nov 2012 06:31:40 +0000 (15:31 +0900)]
[Release] wrt-plugins-common_0.3.62

Change-Id: I8d36adedd4e26e74025ebb0b12fea1bed272bf71

11 years agoAdd specific interface for support of custom js event
Yunchan Cho [Wed, 31 Oct 2012 08:17:59 +0000 (17:17 +0900)]
Add specific interface for support of custom js event

[Issue#] Requirement for custom js event should be applied to WRT
[Bug] N/A
[Cause] N/A
[Solution] New interface is created for registering custom js event internally and firing the js event to web contents on specific timing.
           Especially this interface is needed from custom js event regarding ime show/hide including existing appservice event.
[Verification] register "imeshow" js event on your javascipt source using addEventListener()
               and then use input tag of 'text' type to show ime or hide it

Change-Id: Ia14867d13b3569b598d69e558db7828876439ef0

11 years agoAdd -ldl to link library libdl.so. submit/trunk/20121109.162839
Junfeng Dong [Fri, 9 Nov 2012 12:05:02 +0000 (20:05 +0800)]
Add -ldl to link library libdl.so.

Change-Id: Ic6348e73aafcd105b9768d36595b935ee0a85526

11 years ago[Release] wrt-plugins-common_0.3.61 submit/trunk/20121102.073626
Jihoon Chung [Fri, 2 Nov 2012 02:38:28 +0000 (11:38 +0900)]
[Release] wrt-plugins-common_0.3.61

Change-Id: Icde2e16d0e657da6983c91eb473354dec5cfcbe2

11 years agoDeleted factory_widget, so had to remove isDeletable and places where it was used.
Jan Olszak [Thu, 25 Oct 2012 13:39:47 +0000 (15:39 +0200)]
Deleted factory_widget, so had to remove isDeletable and places where it was used.

[Issue#] N/A
[Bug] factory_widget not used anymore
[Cause] N/A
[Solution] Deleted factory_widget, so had to remove isDeletable and places where it was used.
[Verification] Build Plugins. idDeletable should not be used anyware.

Change-Id: I8cee159bb98cbfbe59f9473546ad2ee349c20477

11 years agoAdd thread enums for new plugin modules.
Daehyung Jo [Mon, 29 Oct 2012 00:27:59 +0000 (09:27 +0900)]
Add thread enums for new plugin modules.

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] N/A
[SCMRequest] N/A

Change-Id: Iddffb1a722521974c97d1c1d121ea0df7c86a6d1

11 years agoChange profiling build
Przemyslaw Ciezkowski [Thu, 25 Oct 2012 14:39:23 +0000 (16:39 +0200)]
Change profiling build

[Issue#] LINUXNGWAP-444
[Feature] Change build parameters for profiling: -O2 optimization, disable debug symbols generation,
disable logs, disable gprof symbols generation.
[Cause] N/A
[Solution] Changed profiling build.
[Verification] Build repository with build_type=profiling. Run any widget,
check if wrt-plugins-common logs are disabled.

Change-Id: I1c504bf877754d693d22e71f0009df254983c173

11 years agoFixes for recursive opendir
Janusz Majnert [Wed, 24 Oct 2012 13:56:01 +0000 (15:56 +0200)]
Fixes for recursive opendir

[Issue#] N/A
[Feature] Replacing recursive opendir with safe fts_ functions
[Cause] Recursive opendir may reach limit of open dirs for process
[Solution] Replace with standard fts_* functions for traversing directories
[Verification] Run Tizen Filesystem plugin tests

Change-Id: I681c468e373bf65015b1d6162c0cab3ae94af097

11 years agoFixing a near buildbreak
Janusz Majnert [Thu, 18 Oct 2012 15:52:32 +0000 (17:52 +0200)]
Fixing a near buildbreak

[Issue#] N/A
[Bug] Buildbreak caused by usage of removed common function
[Cause] Removal of a utility function from wrt-commons
[Solution] Changed the code to use the new function
[Verification] Build the package

Change-Id: I571eb0bc82d2c6c05cd2e715ad8f23ebd85593a9

11 years agoMemory leaks in popup runner
Przemyslaw Ciezkowski [Fri, 12 Oct 2012 13:40:04 +0000 (15:40 +0200)]
Memory leaks in popup runner

[Issue#] LINUXNGWAP-442
[Problem] Memory leaks in wrt-popup-run and unhandled exception
from singleton Impl.
[Cause] N/A
[Solution] Fix memory leaks and add exception handling.
[SCMRequest] N/A
[Verification] Change policy to prompt-session, run any WAC
widget. Popup will appear asking for permission. Check if
it works and ends normally.

Change-Id: Ia51b118ca94af7e6a465212893eb44e61a1626d1

11 years agoUpdate wrt-plugins-common_0.3.60 submit/trunk/20121025.150340
Soyoung Kim [Thu, 25 Oct 2012 15:03:24 +0000 (00:03 +0900)]
Update wrt-plugins-common_0.3.60

11 years agoUpdate wrt-plugins-common_0.3.54 2.0alpha master 2.0_alpha accepted/tizen/20130520.103137 submit/master/20120920.151154 submit/tizen/20130517.020320 tizen_2.0_build
jihoon.chung [Wed, 29 Aug 2012 06:27:01 +0000 (15:27 +0900)]
Update wrt-plugins-common_0.3.54

11 years agoUpdate wrt-plugins-common_0.3.53
jihoon.chung [Wed, 22 Aug 2012 14:28:47 +0000 (23:28 +0900)]
Update wrt-plugins-common_0.3.53

12 years agoupload tizen1.0 source
Kim Kibum [Sun, 29 Apr 2012 08:04:35 +0000 (17:04 +0900)]
upload tizen1.0 source

12 years agotizen beta release
Kibum Kim [Mon, 27 Feb 2012 12:16:51 +0000 (21:16 +0900)]
tizen beta release