framework/web/wrt-commons.git
11 years ago[Prevent] Delete unreachable code.
Jan Olszak [Fri, 7 Dec 2012 13:08:56 +0000 (14:08 +0100)]
[Prevent] Delete unreachable code.

[Issue#] Unreachable code.
[Bug] N/A
[Cause] N/A
[Solution] Deleted unreachable code.
[Verification] Build commons. Run tests.

Change-Id: Iaf3347af57852a7fe72b84bccb64973bc8538511

11 years ago[Prevent] Handle remove() return value
Jan Olszak [Mon, 10 Dec 2012 09:50:33 +0000 (10:50 +0100)]
[Prevent] Handle remove() return value

[Issue#] Return value not handled.
[Bug] no. 22805
[Cause] N/A
[Solution] Log error on remove fail.
[Verification] Build commons.

Change-Id: I1c20be3caaef13d43599b3ce5522d6cbde30c330

11 years agoReplacing DbWidgetHandle with WidgetPkgName in SecurityOriginDAO
Janusz Majnert [Tue, 4 Dec 2012 12:53:21 +0000 (13:53 +0100)]
Replacing DbWidgetHandle with WidgetPkgName in SecurityOriginDAO

[Issue#] LINUXNGWAP-577
[Feature] Remove DbWidgetHandle from usage in SecurityOriginDAO
[Cause] N/A
[Solution] Replace widget handle with package name (Tizen ID)
[Verification] Build, run DAO and DPL tests.

Change-Id: I5943b2ef0f157be8fceb1b3a64851187a09a204a

11 years ago[Release] wrt-commons_0.2.78
Jihoon Chung [Mon, 10 Dec 2012 01:21:24 +0000 (10:21 +0900)]
[Release] wrt-commons_0.2.78

Change-Id: I5662c36253706c1089d3481a4e3c7cee691f3d6a

11 years agoReplacing widget handle with tizenid in property DAO
Janusz Majnert [Mon, 3 Dec 2012 09:46:55 +0000 (10:46 +0100)]
Replacing widget handle with tizenid in property DAO

[Issue#] LINUXNGWAP-576
[Feature] Remove DbWidgetHandle from usage in PropertyDAO
[Cause] N/A
[Solution] Replace widget handle with package name (Tizen ID)
[Verification] Build, Run DAO and DPL tests.

Change-Id: Id33c672cd1c574ea22b5b685dc519cec246602c4

11 years agoCustomHandlers DAO libraries stubs added
Krzysztof Jackiewicz [Fri, 30 Nov 2012 13:34:17 +0000 (14:34 +0100)]
CustomHandlers DAO libraries stubs added

[Issue#] N/A
[Feature] Custom handlers implementation
[Problem] N/A
[Cause] Custom handlers information has to be stored in the database
[Solution] Stub for custom handlers DAO added

[Verification]
1.Succesfull compilation of wrt-commons and wrt-extra.
2.Run wrt-tests-dao --output=text --regexp=custom_handler_dao_basic. It should
pass.

Change-Id: Iaf87fda801d60221d573f747a506664b987589bb

11 years agoDefault "en" language tag removed from provider
Marcin Kaminski [Tue, 4 Dec 2012 13:32:24 +0000 (14:32 +0100)]
Default "en" language tag removed from provider

[Issue#] N/A
[Cause] N/A
[Problem] Following W3C Spec. default "en"
language tag is not needed.
[Solution] Default English language tag removed

[Verification] Use localized for English language with
system set to other one or launch wrt-tests-miscunit
tests from this commit:
http://slp-info.sec.samsung.net/gerrit/#/c/121844/
and check wheteher LanguageTagsProvider tests pass

Change-Id: Ic9231a2adc4c559cbaca8e9942c815d6206e6996

11 years agoChanged PkgName type from DPL::Optional<DPL::String> to DPL::String.
Jan Olszak [Mon, 3 Dec 2012 10:09:00 +0000 (11:09 +0100)]
Changed PkgName type from DPL::Optional<DPL::String> to DPL::String.

[Issue#] PkgName could have been NULL.
[Bug] N/A
[Cause] N/A
[Solution] Changed Pkgname type, changed definition in database to NOT NULL.
[Verification] Build commons, plugins, installer,wrt. Run DAO tests.

Change-Id: Idf342238d6e290c279b2197de233b5eab57d155f

11 years agoOverload methods to run with tizen id instead of widgetHandle - fixed
Przemyslaw Ciezkowski [Tue, 27 Nov 2012 14:50:31 +0000 (15:50 +0100)]
Overload methods to run with tizen id instead of widgetHandle - fixed

[Issue#] N/A
[Bug] N/A
[Cause] N/A
[Solution] Overload methods to run with tizen id instead of widgetHandle.
[Verification] Rebuild all repos, run DAO tests. Run tests for geolocation.

Change-Id: I071e89751c5714b4740bbc697eaf065b3e94206b

11 years agoSharedFromTHis replace by STL C++0x ones
Tomasz Iwanek [Tue, 4 Dec 2012 15:14:50 +0000 (16:14 +0100)]
SharedFromTHis replace by STL C++0x ones

[Issue#]       N/A
[Bug]          Build break for wrt-extra
[Cause]        Methods were not instantiatedduring wrt-commons build
[Solution]     Fix shared_froM_this()
[Verification] Build wrt-extra based on wrt-commons

Change-Id: Ia5b304acd7e44c4147b9509ca27789ed60dc432d

11 years agoKlocwork analysis related fix
Marcin Kaminski [Fri, 30 Nov 2012 13:18:37 +0000 (14:18 +0100)]
Klocwork analysis related fix

[Issue#] N/A
[Bug] Defect reported by Klocwork
[Cause] N/A
[Solution] Unnecessary variable removed

[Verification] Build package

Change-Id: I037f31d0053941f081d8547626b519ada8e1febd

11 years agoChanged ScopedPtr to std::unique_ptr.
Jan Olszak [Wed, 28 Nov 2012 09:24:05 +0000 (10:24 +0100)]
Changed ScopedPtr to std::unique_ptr.

[Issue#] Code refactoring.
[Bug] N/A
[Cause] N/A
[Solution] Used std::unique as ScopedPtr
[Verification] Build commons, plugins, installer.

Change-Id: I005380ec1ed31229a836d927a0d5620be163088a

11 years agoChanged SharedPtr to std:shared_ptr.
Jan Olszak [Tue, 27 Nov 2012 10:12:31 +0000 (11:12 +0100)]
Changed SharedPtr to std:shared_ptr.

[Issue#] Code refactoring.
[Bug] N/A
[Cause] N/A
[Solution] Used std::shared_ptr as SharedPtr
[Verification] Build commons, plugins, installer.

Change-Id: Icf661c0a638cfae0c53e249b6cb36e84ffdb8003

11 years agoRemoving copy&paste code, part 2
Janusz Majnert [Thu, 22 Nov 2012 13:06:01 +0000 (14:06 +0100)]
Removing copy&paste code, part 2

[Issue#] N/A
[Bug/Feature] Duplicated code
[Cause] Copy&Paste
[Solution] Extract common code, generalise it
[Verification] Build this and all dependent packages, install them accordingly and run all tests

Changes:
- In modules/db/include/dpl/db/orm.h - replaced class-local BindVisitor helper
  classes with a file-wide class.
- NamedInputPipe - code was virtually identical to FileInput, so now
  NamedInputPipe inherits after FileInput.
- Removed some code that has been commented out for most part of the year

Change-Id: I67dba22a6341bf38db198bbc31c1425ce8a41a9f

11 years ago[Release] wrt-commons_0.2.76
Soyoung Kim [Fri, 30 Nov 2012 08:54:13 +0000 (17:54 +0900)]
[Release] wrt-commons_0.2.76

11 years agoRevert "Overload methods to run with tizen id instead of widgetHandle"
Soyoung Kim [Fri, 30 Nov 2012 08:37:38 +0000 (17:37 +0900)]
Revert "Overload methods to run with tizen id instead of widgetHandle"

This reverts commit 414c1eb084a4a83548d7ba8c878fd87291c4d997.

11 years agoRevert "Pkgname (tizen id) - not null"
Soyoung Kim [Fri, 30 Nov 2012 08:37:22 +0000 (17:37 +0900)]
Revert "Pkgname (tizen id) - not null"

This reverts commit 1800f55be353602203725d82c392f5af0c98e3c8.

11 years agoOverload methods to run with tizen id instead of widgetHandle
Przemyslaw Ciezkowski [Tue, 27 Nov 2012 14:50:31 +0000 (15:50 +0100)]
Overload methods to run with tizen id instead of widgetHandle

[Issue#] N/A
[Bug] N/A
[Cause] N/A
[Solution] Overload methods to run with tizen id instead of widgetHandle.
[Verification] Rebuild all repos, run DAO tests. Run tests for geolocation.

Change-Id: I4ccab399b80619182ed4520e70995bc6ee39dd19

11 years agoPkgname (tizen id) - not null
Jan Olszak [Tue, 20 Nov 2012 09:04:55 +0000 (10:04 +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 commons, wrt-installer, wrt-plugin-commons.

Change-Id: I635cbe9f20843ff8cf180e980b21d0b07619def2

11 years agoUpdated widget resources path in wrt_reset_all.sh
Andrzej Surdej [Mon, 26 Nov 2012 10:26:27 +0000 (11:26 +0100)]
Updated widget resources path in wrt_reset_all.sh

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] N/A
[Verification] Install some widgets -> run wrt_reset_all.sh ->
check /opt/usr/apps/ if all installed widgets' directories were removed

Change-Id: Ib96d5b5930d20ef37cbbe40836bb6d1adb544ede

11 years agoModify installed path for preload widget.
Soyoung Kim [Tue, 20 Nov 2012 06:18:20 +0000 (15:18 +0900)]
Modify installed path for preload widget.

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Add db column for widget installed path at WidgetExtendedInfo
[SCMRequest] This commit should release with wrt-installer.

Change-Id: If213499637fef81ec9839f4ef24df370c8679e62

11 years agoMerge "Add share directory"
Hoseon LEE [Tue, 27 Nov 2012 06:49:56 +0000 (15:49 +0900)]
Merge "Add share directory"

11 years agoMerge "Add category element for manifest.xml"
Hoseon LEE [Tue, 27 Nov 2012 06:49:35 +0000 (15:49 +0900)]
Merge "Add category element for manifest.xml"

11 years agoAdd share directory
Soyoung Kim [Thu, 22 Nov 2012 02:51:16 +0000 (11:51 +0900)]
Add share directory

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] add share directory
[SCMRequest] N/A

Change-Id: Ic1955a09475ebb208c9647b62c07130c3828114e

11 years agoMerge "[Release] wrt-commons_0.2.75"
Hoseon LEE [Fri, 23 Nov 2012 13:34:47 +0000 (22:34 +0900)]
Merge "[Release] wrt-commons_0.2.75"

11 years agoNew packaging type added for installing widget directly from directory.
Andrzej Surdej [Wed, 21 Nov 2012 13:27:05 +0000 (14:27 +0100)]
New packaging type added for installing widget directly from directory.

[Issue#] LINUXNGWAP-572
[Problem] wrt-installer should support installing widget from directory,
not package.
[Cause] N/A
[Solution] Added new packaging type.
[Verification] Build repository.

Change-Id: I3c145976d88834963f3a2bcc2d2add3a25cde832

11 years ago[Release] wrt-commons_0.2.75
Taejeong Lee [Fri, 23 Nov 2012 13:00:04 +0000 (22:00 +0900)]
[Release] wrt-commons_0.2.75

11 years agoThrow an exception when pthread_key_create fails
Przemyslaw Ciezkowski [Fri, 23 Nov 2012 08:50:48 +0000 (09:50 +0100)]
Throw an exception when pthread_key_create fails

[Issue#] TWEB-427
[Feature] ThreadLocalVariable should not call Assert
when pthread_key_create fails
[Cause] Process gets SIGABORT when ThreadLocalVariable fails.
[Solution] Replace with exception, allow to catch it.

[Verification] Run iframes.wgt widget from wrt-extra repository.
WebProcess should not fail when counter in widget hits ~160.
Verification requires patch from plugins_common where this excepion is handled.

Change-Id: I7205afcaed091732f0233500e58d596fed1bdf4f

11 years agoSymbolic link pointed by GetVCoreDatabaseFilePath will be removed.
Bartlomiej Grzelewski [Wed, 21 Nov 2012 15:17:40 +0000 (16:17 +0100)]
Symbolic link pointed by GetVCoreDatabaseFilePath will be removed.

[Issue#]    LINUXSWAP-213
[Bug]       N/A
[Cause]     N/A
[Solution]  GetVCoreDatabaseFilePath points to database directly, now.

[Verification] build all repositories, tests for wrt-installer must pass
as before.

Change-Id: I398dea095ce1df341f9049b005f0c839bfdf66db

11 years ago[Release] wrt-commons_0.2.74
Jihoon Chung [Fri, 23 Nov 2012 01:13:40 +0000 (10:13 +0900)]
[Release] wrt-commons_0.2.74

Change-Id: I29b37449b56b3f3c0ce604584e77664d47c72d02

11 years agoImplement security origin dao for allow,deny one time
Jihoon Chung [Fri, 23 Nov 2012 00:20:07 +0000 (09:20 +0900)]
Implement security origin dao for allow,deny one time

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Implement security origin API for supporting permit one time.
This allow and deny result value for one time should be removed
launching time by below API.
* void removeSecurityOriginData(const Result result)
[SCMRequest] N/A

Change-Id: I3a01cb9683f19385627c618ab194855b6b60cd26

11 years agoRemoval of factory_widget attribute and related functions.
Jan Olszak [Thu, 8 Nov 2012 15:23:45 +0000 (16:23 +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: Ib1817cdaf302e9d13d5e55d27d7981e16bdc968f

11 years agoRemoving copy&paste code, part 1
Janusz Majnert [Wed, 21 Nov 2012 12:30:31 +0000 (13:30 +0100)]
Removing copy&paste code, part 1

[Issue#] N/A
[Problem] Duplicated code
[Cause] Copy&paste
[Solution] Extract common code, generalise it
[Verification] Build the package and run all tests

Changes:
- In test_collector:
    - Created a macro for "OK" test result message
    - Moved parsing of "--file" argument to a common function
- In widget dao ro, extracted namespaces from inside the methods to file level
  and removed unnecessary namespace selection in variable declarations
- In popup_renderer, instead of duplicating code for adding 1, 2 or 3 buttons
  to a popup, DoRender(btn1,btn2,btn3) now uses DoRender(btn1,btn2) to add first
  two buttons, which in turn used DoRender(btn1) to add the first button.
- In security_origin_dao, hadResult now calls getResult instead of duplicating
  the same select statement.
- Removed modules/widget_dao/dao/bind_to_dao.h - it wasn't used anywhere and it
  was a copy of modules/event/include/dpl/event/model_bind_to_dao.h

Change-Id: I3fef08333844963b5987125dc36045fa185e4699

11 years ago[Release] wrt-commons_0.2.73
Jihoon Chung [Thu, 22 Nov 2012 11:49:14 +0000 (20:49 +0900)]
[Release] wrt-commons_0.2.73

Change-Id: I40c5c30da75d1ba629f8d79490ee98da836c6c79

11 years agoMerge "Implement security settings in the widgetDAO"
Hoseon LEE [Thu, 22 Nov 2012 11:44:21 +0000 (20:44 +0900)]
Merge "Implement security settings in the widgetDAO"

11 years agoMerge "Implement security origin dao for setting menu"
Hoseon LEE [Thu, 22 Nov 2012 11:44:06 +0000 (20:44 +0900)]
Merge "Implement security origin dao for setting menu"

11 years agoImplement security settings in the widgetDAO
Jihoon Chung [Wed, 21 Nov 2012 08:17:51 +0000 (17:17 +0900)]
Implement security settings in the widgetDAO

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Implement security settings values
security popup usage : This value contorl securit popup when web
application uses API which is needed user permission user
geolication usage : case of web application requests location
information
web notification usage : case of web application shows notification
web database usage : Before create web database in the local data
directory, user should allow permission
filesystem usage : case of web application using file system API,
user should allow permiision

Security settings are read-only property to the web application
process. For keeping read-only property, security settings are
implement in the widget DAO.
[SCMRequest] N/A

Change-Id: Ib31eb778cb541a536ef2a4e8a4a102751925e0cb

11 years agoAdd category element for manifest.xml
Soyoung Kim [Fri, 9 Nov 2012 02:48:39 +0000 (11:48 +0900)]
Add category element for manifest.xml

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Add category element at config.xml so modify parse.
Add app-control element instead of appservice. because appservice will be removed at manifest.xml.
[SCMRequest] this package should be imported with wrt-installer

Change-Id: I5c2658418476cd1b20fcc0209eda94e2018e9243

11 years agoImplement security origin dao for setting menu
Jihoon Chung [Mon, 19 Nov 2012 04:22:41 +0000 (13:22 +0900)]
Implement security origin dao for setting menu

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] For supporting setting menu, security origin dao is
needed to change API and additional type define
[SCMRequest] N/A

Change-Id: I615c3c56fa1d3bc4a4a564687bddb84afc861774

11 years agoDistinguish between system headers and project headers.
Jan Olszak [Fri, 16 Nov 2012 11:53:14 +0000 (12:53 +0100)]
Distinguish between system headers and project headers.

[Issue#] During compilation system and project headers were included the same way.
[Bug] N/A
[Cause] N/A
[Solution] Use -isystem flag to include system headers. In CMake files it's done by INCLUDE_DIRECTORY( SYSTEM ... ).
[Verification] Build commons. No warnings from system headers.

Change-Id: Ic8e35696f21da6674abc449e3ed272d07d050019

11 years ago[Release] wrt-commons_0.2.72
Soyoung Kim [Tue, 13 Nov 2012 08:17:31 +0000 (17:17 +0900)]
[Release] wrt-commons_0.2.72

11 years agoChange widget installed path request by app fw
Soyoung Kim [Tue, 13 Nov 2012 05:46:56 +0000 (14:46 +0900)]
Change widget installed path request by app fw

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] widget installed have been changed to /opt/usr/apps from /opt/apps.
[SCMRequest] N/A

Change-Id: I72de92e1c20dcbd64df9be019c82676f6900ca49

11 years ago[Release] wrt-commons_0.2.71
Jihoon Chung [Mon, 12 Nov 2012 08:02:02 +0000 (17:02 +0900)]
[Release] wrt-commons_0.2.71

Change-Id: I800459172d20d474314e3bb86e4f86a3dc540898

11 years agoWrtDAO clean up - unused function with widget handle usage
Tomasz Iwanek [Mon, 29 Oct 2012 12:20:51 +0000 (13:20 +0100)]
WrtDAO clean up - unused function with widget handle usage

[Issue#]       N/A
[Bug]          Unused functions of wrtDAO
[Cause]        N/A
[Solution]     This removes unused methods and add registerWidget method version which generates free tizen id (this is for purpose of rewriting wrt-tests-dao without widget handle)
[Verification] build all repositories, wrt-installer should be still able to install, uninstall widgets. Run: wrt-tests-dao --output=text --regexp='widget_dao_'. Two tests fails. This will be fixed in wrt-extra commit.

Change-Id: Ib0155b240c1776d104fc0e48e5ffaa854468eb97

11 years agoDefault widget locale adding to language tags
Marcin Kaminski [Mon, 5 Nov 2012 16:03:30 +0000 (17:03 +0100)]
Default widget locale adding to language tags

[Issue#] N/A
[Feature] New LanguageTagsProvider API: method that
allows to add widget default locale to current
language tags list
[Cause] Localization related refactoring in WRT
[Solution] N/A

[Verification] Build package. Additional
unit tests will be provided.

Change-Id: Ic3a17a79ba493d1e3e523b352bc1a1f6d67c0889

11 years agohidden symbol for enhancement shared library loading time (orm.h)
Jihoon Chung [Tue, 23 Oct 2012 02:43:13 +0000 (11:43 +0900)]
hidden symbol for enhancement shared library loading time (orm.h)

[Issue#] N/A
[Problem] shared library loading time takes long time
[Cause] Unexpected symbols are exported by shared library
[Solution] Add visibility("hidden") in the class
[SCMRequest] N/A

Change-Id: Id7fa3ddeafd1f01e209aca08537362153c180b03

11 years agoImplement Security origin database
Jihoon Chung [Tue, 9 Oct 2012 01:14:19 +0000 (10:14 +0900)]
Implement Security origin database

[Issue#] N/A
[Problem] Web standard required checking security origin before
using special feature such as Geolocation, Web notification and
file system access. For supporting security origin, this patch
create database for storing security origin information.
[Cause] N/A
[Solution] Implement Security origin database
[SCMRequest] N/A

Change-Id: Iba488dcd3833868639655495b56d7d2cd695b084

11 years ago[Release] wrt-commons_0.2.70
Jihoon Chung [Mon, 5 Nov 2012 08:44:14 +0000 (17:44 +0900)]
[Release] wrt-commons_0.2.70

Change-Id: If47eb8f4cd383fa10e933aa66a83ec7a8c92f034

11 years agoAdditional Include: stddef.h
Grzegorz Krawczyk [Fri, 2 Nov 2012 12:41:34 +0000 (13:41 +0100)]
Additional Include: stddef.h

Due to changes in toolchain it is neccessary to include stddef.h

[Issue#] Possible build break on 5th of November
[Feature] N/A
[Cause] Toolchain change
[Solution] include header
[Verification] Successful compilation

Change-Id: I0e681bf73c94a967d3355ba3063edfd3ba24b4ec

11 years ago[Release] wrt-commons_0.2.69
Soyoung Kim [Mon, 5 Nov 2012 07:50:06 +0000 (16:50 +0900)]
[Release] wrt-commons_0.2.69

11 years ago[Commons] Modify package type
Soyoung Kim [Mon, 15 Oct 2012 07:25:24 +0000 (16:25 +0900)]
[Commons] Modify package type

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Modify package type
[SCMRequest] should be installed with wrt-installer

11 years ago[Release] wrt-commons_0.2.68
Jihoon Chung [Fri, 2 Nov 2012 02:23:24 +0000 (11:23 +0900)]
[Release] wrt-commons_0.2.68

Change-Id: I26e0cf3e4406ce6768065830c1c4d86be15f9947

11 years agoW3c file localization - from pkgname construction
Tomasz Iwanek [Wed, 24 Oct 2012 08:12:21 +0000 (10:12 +0200)]
W3c file localization - from pkgname construction

[Issue#]       N/A
[Feature]      Construction of w3c file localization from pkgname
[Cause]        N/A
[Solution]     N/A
[Verification] Run dpl-tests-*

Change-Id: I9440fde7ef65fd08c53d3d162487e6802d0c0780

11 years agoRemoval of compilation warnings.
Jan Olszak [Fri, 26 Oct 2012 08:37:54 +0000 (10:37 +0200)]
Removal of compilation warnings.

[Issue#] N/A
[Bug] Compilation warnings
[Cause] N/A
[Solution] Removed KW comments, renamed table from SettignsList to SettingsList, removed factory_widget and related methods, error codes, exceptions.
[Verification] See compilation warnings. Build wrt-commons. Test dao and dpl.

Change-Id: Ia6d5eaec165b7c5cc57e68ee0b75cc07c996ed58

11 years agoWrtDAO - getPkgnameList
Tomasz Iwanek [Tue, 23 Oct 2012 14:46:02 +0000 (16:46 +0200)]
WrtDAO - getPkgnameList

[Issue#]       N/A
[Feature]      Listing of installed pkgnames
[Cause]        N/A
[Solution]     N/A
[Verification] Build & run dpl-tests-db

Change-Id: I8dd15f77e6bcbd7fce268404dfbd50694506c872

11 years agoWidgetDAO from WidgetHandle construction depracated. Update method for widget in...
Tomasz Iwanek [Tue, 16 Oct 2012 16:28:07 +0000 (18:28 +0200)]
WidgetDAO from WidgetHandle construction depracated. Update method for widget in one transaction

[Issue#]       N/A
[Feature]      This change allows construction of widgetDAO only from GUID on pkgname
[Cause]        Widgethandle is going to be removed from other repositories
[Solution]     N/A
[Verification] Build wrt-commons. Run dpl tests.
[SCMRequest]   Should be introduced with wrt-installer change id: I05a81d43a97f2a490d490edf62a5ef874c3477f5

Methods marked as deprecated should be removed soon after wrt-installer changes.

Change-Id: Ib82cbbf575d88a9ce764652fa65037a7b990340a

11 years agoCode refactoring and removal of factory_widget attribute.
Jan Olszak [Mon, 22 Oct 2012 08:25:56 +0000 (10:25 +0200)]
Code refactoring and removal of factory_widget attribute.

[Issue#] N/A
[Bug] KW comments, spelling mistake in table name. Unused factory_widget property.
[Cause] N/A
[Solution] Removed KW comments, renamed table from SettignsList to SettingsList, removed factory_widget and related methods, error codes, exceptions.
[Verification]  1. Verification of renaming SettingsList - build wrt-extra with no errors.
  2. Verification of factory_widget - build and run DAO tests.

Change-Id: I1b8bfba88cf494e1131dec9da26a7ba6270b6e69

11 years agoFix for localization URI ended with '/'
Marcin Kaminski [Fri, 26 Oct 2012 09:00:37 +0000 (11:00 +0200)]
Fix for localization URI ended with '/'

After moving start file localization to
WebProcess function receives URI ended with
'/' what causes localization failures.

[Issue#] N/A
[Problem] Unexpected '/' at the end of URIs
[Cause] N/A
[Solution] Additional check and character
removal (if needed)

[Verification] Build & install package.
Run widget and check if URIs are localized
properly.

Change-Id: I925dd1a10d83ba1d8d42d7bd84096e77f435a798

11 years agoRemoving unused WtrUtilStringToLower
Janusz Majnert [Thu, 25 Oct 2012 15:51:36 +0000 (17:51 +0200)]
Removing unused WtrUtilStringToLower

[Issue#] N/A
[Feature] WrtUtilStringToLower is not used anywhere
[Cause] WrtUtilStringToLower is not used anywhere
[Solution] Remove the function
[Verification] Build all repositories

Change-Id: Ie1a20d347102ba2600e19e487815961c08007917

11 years agoChange profiling build
Przemyslaw Ciezkowski [Thu, 25 Oct 2012 14:26:41 +0000 (16:26 +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 and fixed profiling.
[Verification] Build repository with build_type=profiling. Run any widget,
check if wrt-commons logs are disabled.

Change-Id: I1ccd931589844bebe99205643c624a3a83848f4e

11 years agoUpdate wrt-commons_0.2.67
Soyoung Kim [Thu, 25 Oct 2012 10:14:06 +0000 (19:14 +0900)]
Update wrt-commons_0.2.67

11 years agoUpdate User Agent String 2.0alpha master 2.0_alpha submit/master/20120920.151154
Taejeong Lee [Fri, 14 Sep 2012 04:50:12 +0000 (13:50 +0900)]
Update User Agent String

11 years agoUpdate wrt-commons_0.2.54
jihoon.chung [Wed, 29 Aug 2012 06:24:06 +0000 (15:24 +0900)]
Update wrt-commons_0.2.54

11 years agoUpdate wrt-commons_0.2.53
jihoon.chung [Wed, 22 Aug 2012 14:26:12 +0000 (23:26 +0900)]
Update wrt-commons_0.2.53

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

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