platform/framework/web/wrt-plugins-common.git
11 years agoFixed problem with running tests
Grzegorz Krawczyk [Wed, 5 Dec 2012 16:24:02 +0000 (17:24 +0100)]
Fixed problem with running tests

After last modification to plugin-loading some object was loaded twice
(with standard and requested featueres)
which causes problems for some test cases due to overriding selected
objects.

[Issue#] N/A
[Problem] Many tests fail
[Cause] P
[Solution] N/A
[SCMRequest] N/A

Verification:
Verify that most of plugins-tests-w3c and wrt-tests-w3c pass.

Signed-off-by: Grzegorz Krawczyk(g.kraczyk@samsung.com)
Change-Id: Iedea94137acfeb8a38dfcb7b5242eb36a3af9f3e

11 years agoAdjustment for usage of STL pointers - build break fix
Tomasz Iwanek [Tue, 4 Dec 2012 15:27:35 +0000 (16:27 +0100)]
Adjustment for usage of STL pointers - build break fix

[Issue#]       N/A
[Bug]          Build break
[Cause]        N/A
[Solution]     Method name fix
[Verification] Build repo

Change-Id: I0e4ee1d22112ea7cf6753ddfabe1065b38b7ef06

11 years agoDuplicated code in plugin loader
Przemyslaw Ciezkowski [Mon, 19 Nov 2012 14:13:06 +0000 (15:13 +0100)]
Duplicated code in plugin loader

[Issue#] N/A
[Bug] Duplicated code for retrieving allowed features.
[Cause] N/A
[Solution] Moved duplicated code to PluginContainerSupport class.
[Verification] Run a widget which requires plugins.

Change-Id: I3b76ed18c0376a70975e3f6e98740e4b7671a556

11 years agowrt-plugins-installer clean up
Andrzej Surdej [Tue, 2 Oct 2012 14:13:25 +0000 (16:13 +0200)]
wrt-plugins-installer clean up

Removed unnecessary code from wrt-plugins-installer.

[Issue#] LINUXNGWAP-399
[Problem] Due to moving installation of plugins from installer
to wrt-plugins-common there were lot of unused code
[Cause] N/A
[Solution] Clean up code.

To verify build package, do 'wrt_reset_all.sh' and then 'wrt-plugins-installer'
Tizen plugins should be installed (around 40).

Change-Id: I6019608e145953ea48902873a1da1352f5742f3e

11 years agoRevert "Pkgname (tizen id) - not null"
Jan Olszak [Fri, 30 Nov 2012 11:28:57 +0000 (20:28 +0900)]
Revert "Pkgname (tizen id) - not null"

This reverts commit 8fab69d481c6ef5979c301a133d4375f1779e931

11 years agoDuplicated code in plugins installer
Przemyslaw Ciezkowski [Mon, 19 Nov 2012 13:42:13 +0000 (14:42 +0100)]
Duplicated code in plugins installer

[Issue#] N/A
[Bug] Duplicated code for retrieving plugins paths.
[Cause] N/A
[Solution] Moved duplicated code to PluginsUtils namespace.
[Verification] Install plugins using wrt-plugins-installer.

Change-Id: Id214f2e4cf75689188bda6c339b1c8065e933309

11 years agoRemove duplicated code in filesystem manager
Przemyslaw Ciezkowski [Mon, 19 Nov 2012 10:55:35 +0000 (11:55 +0100)]
Remove duplicated code in filesystem manager

[Issue#] N/A
[Bug] Duplicated code in Filesystem Manager.
[Cause] N/A
[Solution] Move code to new functions.
[Verification] Run deviceapis Filesystem example from Tizen IDE.

Change-Id: I7ab7ec46a6ebbf5a7dc05acf63b6a5eb94b306b7

11 years agoPkgname (tizen id) - not null
Jan Olszak [Wed, 21 Nov 2012 10:41:03 +0000 (11:41 +0100)]
Pkgname (tizen id) - not null

[Issue#] It was possible for pkgname to be null.
[Bug] N/A
[Cause] N/A
[Solution] Changed Column deffinition in db file and replaced DPL:Optional<DPL::String> with DPL::String.
[Verification] Build.

Change-Id: Ie63ec0b72c6cad367ea7500ea515f6896ccf37cf

11 years agoUnused code - removed modules CPU, MMPlayer
Tomasz Iwanek [Thu, 22 Nov 2012 09:37:06 +0000 (10:37 +0100)]
Unused code - removed modules CPU, MMPlayer

Following modules are not used by wrt-plugins-tizen
and are completely removed in this commit:
- CPU
- MMPlayer

[Issue#]       LINUXNGWAP-563
[Bug]          There is unused code
[Cause]        N/A
[Solution]     Remove unused code and reduce binary size.
[Verification] wrt-plugins-common and wrt-plugins-tizen should be able to be built.

Change-Id: I80d5028da03bc3b56f0c04dc662779d4bfee631e

11 years ago[Release] wrt-plugins-common_0.3.65 submit/trunk/20121127.071531
Taejeong Lee [Tue, 27 Nov 2012 07:14:40 +0000 (16:14 +0900)]
[Release] wrt-plugins-common_0.3.65

11 years agoMerge "Removing of WAC2.0 support routine in plugin logic."
Hoseon LEE [Tue, 27 Nov 2012 07:07:14 +0000 (16:07 +0900)]
Merge "Removing of WAC2.0 support routine in plugin logic."

11 years agoRemoving of WAC2.0 support routine in plugin logic.
Taejeong Lee [Tue, 27 Nov 2012 06:30:34 +0000 (15:30 +0900)]
Removing of WAC2.0 support routine in plugin logic.

Because WAC2.0 feature was deprecated, the related codes in plugin logic
are cleaned up.

[Issue#] N/A
[Problem] Removing of WAC2.0 support routine in plugin logic.
[Cause] WAC2.0 feature was deprecated
[Solution] N/A

Change-Id: I2cb03608145c02c368771fc61100cf98c717a7e8

11 years agoremove session' objects from context when frame is unloaded
Grzegorz Krawczyk [Mon, 26 Nov 2012 16:28:06 +0000 (17:28 +0100)]
remove session' objects from context when frame is unloaded

[Issue#] TWEB-427
[Problem] JavaScipt objects are not released when iframe src is changed.
[Cause] N/A
[Solution] Remove objects from context.
[SCMRequest] N/A

Change-Id: Ifc9d661b12f43f4c8d66d783fbda1d4343a35ef1

11 years ago[Release] wrt-plugins-common_0.3.64 submit/trunk/20121123.132025
Taejeong Lee [Fri, 23 Nov 2012 12:48:57 +0000 (21:48 +0900)]
[Release] wrt-plugins-common_0.3.64

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