platform/core/api/webapi-plugins.git
10 years ago[KeyManager] Prevent calling constructor as function
Przemyslaw Ciezkowski [Tue, 16 Jun 2015 10:21:51 +0000 (12:21 +0200)]
[KeyManager] Prevent calling constructor as function

[Verification]
All of these calls should throw exception
"Constructor cannot be called as function"
tizen.Key();
tizen.Data();
tizen.Certificate();
Fixes tct: Key_exist

Change-Id: Id5f2898f405c82e0b1f02f9099edc6de18ad2957
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
10 years agoMerge "[MediaController] Throw exception when position is lower than zero." into...
HyunJin Park [Mon, 15 Jun 2015 13:50:20 +0000 (22:50 +0900)]
Merge "[MediaController] Throw exception when position is lower than zero." into tizen_2.4

10 years ago[MediaController] Throw exception when position is lower than zero.
Rafal Galka [Mon, 15 Jun 2015 13:39:17 +0000 (15:39 +0200)]
[MediaController] Throw exception when position is lower than zero.

[Info]
http://168.219.209.56/gerrit/#/c/49643/3..4/web/widl/tizen/mediacontroller.widl

Change-Id: I2bc05cd74dcb20cf47a8fb71548a62aa9f8a1521

10 years agoMerge "[Callhistory] - replacing strtok to strtok_r" into tizen_2.4
HyunJin Park [Mon, 15 Jun 2015 12:08:59 +0000 (21:08 +0900)]
Merge "[Callhistory] - replacing strtok to strtok_r" into tizen_2.4

10 years agoMerge "[MessagingEmail] Fixed argument check in stopSync()." into tizen_2.4
HyunJin Park [Mon, 15 Jun 2015 12:07:57 +0000 (21:07 +0900)]
Merge "[MessagingEmail] Fixed argument check in stopSync()." into tizen_2.4

10 years agoMerge "[Contact] - replacing strtok with strtok_r" into tizen_2.4
HyunJin Park [Fri, 12 Jun 2015 12:13:53 +0000 (21:13 +0900)]
Merge "[Contact] - replacing strtok with strtok_r" into tizen_2.4

10 years agoMerge "[Power] Replaced usleep() with nanosleep()." into tizen_2.4
HyunJin Park [Fri, 12 Jun 2015 12:11:23 +0000 (21:11 +0900)]
Merge "[Power] Replaced usleep() with nanosleep()." into tizen_2.4

10 years agoMerge "[Networkbearerselection] Fixes for prevent issues" into tizen_2.4
HyunJin Park [Fri, 12 Jun 2015 12:09:20 +0000 (21:09 +0900)]
Merge "[Networkbearerselection] Fixes for prevent issues" into tizen_2.4

10 years agoMerge "[Content] Fix for content_filter "CONTAINS", "STARTSWITH", "ENDSWITH"" into...
HyunJin Park [Fri, 12 Jun 2015 12:04:31 +0000 (21:04 +0900)]
Merge "[Content] Fix for content_filter "CONTAINS", "STARTSWITH", "ENDSWITH"" into tizen_2.4

10 years ago[Content] Fix for content_filter "CONTAINS", "STARTSWITH", "ENDSWITH"
Piotr Kosko [Fri, 12 Jun 2015 11:09:57 +0000 (13:09 +0200)]
[Content] Fix for content_filter "CONTAINS", "STARTSWITH", "ENDSWITH"

[Bug] Support for "CONTAINS", "STARTSWITH", "ENDSWITH" match flags was missing.

[Verification] TCT passrate 100%.

Change-Id: I709fca1587ac226c9e369824044a2338ce2ea727
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
10 years ago[Networkbearerselection] Fixes for prevent issues
Piotr Kosko [Fri, 12 Jun 2015 06:33:32 +0000 (08:33 +0200)]
[Networkbearerselection] Fixes for prevent issues

[Feature] gethostbyname and inet_ntoa are not thread safety and were replaced.
  prevent issues CID: 445928 and 445469

[Verification] TCT passrate 100%.

Change-Id: Iee71db238c4c2751ba19543439fcbb58a3a16718
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
10 years ago[MessagingEmail] Fixed argument check in stopSync().
Pawel Andruszkiewicz [Fri, 12 Jun 2015 08:55:28 +0000 (10:55 +0200)]
[MessagingEmail] Fixed argument check in stopSync().

[Verification] Following TCT should pass:
 MessageService_email_stopSync_missarg
 MessageService_email_stopSync_opId_invalid

Change-Id: If3e8f6296cf98543a449197a11d167836875abff
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Filesystem] - replacing strerror function with GetErrorString and dirname with g_pat...
Andrzej Popowski [Fri, 12 Jun 2015 06:49:48 +0000 (08:49 +0200)]
[Filesystem] - replacing strerror function with GetErrorString and dirname with g_path_get_dirname

Change-Id: I4135f770af9f90afabe520c61047c055b8a45be1
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
10 years ago[Contact] - replacing strtok with strtok_r
Andrzej Popowski [Fri, 12 Jun 2015 07:30:03 +0000 (09:30 +0200)]
[Contact] - replacing strtok with strtok_r

Change-Id: I8982c69fdca3a803b53ed66058e92800a75e0c5d
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
10 years ago[Power] Replaced usleep() with nanosleep().
Pawel Andruszkiewicz [Thu, 11 Jun 2015 12:21:02 +0000 (14:21 +0200)]
[Power] Replaced usleep() with nanosleep().

Prevent CID: 440949

[Verification] TCT pass rate: 100%

Change-Id: I3c5e66db292c3d4d3077a229c1299486b32b233f
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Archive] Replaced strerror() with safer implementation.
Pawel Andruszkiewicz [Thu, 11 Jun 2015 09:06:45 +0000 (11:06 +0200)]
[Archive] Replaced strerror() with safer implementation.

Prevent CID: 439636, 443886, 445942, 447783, 447925

[Verification] TCT pass rate: 100%

Change-Id: Ic771266da5474ca71f9cdd88e5040c4f0122ecbc
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years agoMerge "[Common] Added safe method to obtain string representation of system error...
HyunJin Park [Thu, 11 Jun 2015 12:03:16 +0000 (21:03 +0900)]
Merge "[Common] Added safe method to obtain string representation of system error codes." into tizen_2.4

10 years agoMerge "[Common] Code of tools extracted to separate file." into tizen_2.4
HyunJin Park [Thu, 11 Jun 2015 12:00:14 +0000 (21:00 +0900)]
Merge "[Common] Code of tools extracted to separate file." into tizen_2.4

10 years agoMerge "[Common] Moving GDBus base class to common module" into tizen_2.4
HyunJin Park [Thu, 11 Jun 2015 11:55:22 +0000 (20:55 +0900)]
Merge "[Common] Moving GDBus base class to common module" into tizen_2.4

10 years ago[version] 0.6
Hyunjin Park [Thu, 11 Jun 2015 11:26:57 +0000 (20:26 +0900)]
[version] 0.6

Change-Id: Ib27c60f5befae5c92671b29d72f0cc7eb038e486

10 years ago[Common] Added safe method to obtain string representation of system error codes.
Pawel Andruszkiewicz [Thu, 11 Jun 2015 11:20:30 +0000 (13:20 +0200)]
[Common] Added safe method to obtain string representation of system error codes.

Change-Id: I02258f8b372610c03cced417a63163c07c251e5c
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Common] Code of tools extracted to separate file.
Pawel Andruszkiewicz [Thu, 11 Jun 2015 11:19:41 +0000 (13:19 +0200)]
[Common] Code of tools extracted to separate file.

Change-Id: I8246664a7485a10ce68c64de992c6b13b116a3f4
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years agoMerge "[Archive] Replaced readdir with readdir_r." into tizen_2.4
HyunJin Park [Thu, 11 Jun 2015 10:54:06 +0000 (19:54 +0900)]
Merge "[Archive] Replaced readdir with readdir_r." into tizen_2.4

10 years agoMerge "[Archive] Replaced localtime() with localtime_r()." into tizen_2.4
HyunJin Park [Thu, 11 Jun 2015 10:52:08 +0000 (19:52 +0900)]
Merge "[Archive] Replaced localtime() with localtime_r()." into tizen_2.4

10 years agoMerge "[Alarm] Replaced localtime with localtime_r." into tizen_2.4
HyunJin Park [Thu, 11 Jun 2015 10:49:45 +0000 (19:49 +0900)]
Merge "[Alarm] Replaced localtime with localtime_r." into tizen_2.4

10 years agoMerge "[Messaging] Replaced localtime() with localtime_r()." into tizen_2.4
HyunJin Park [Thu, 11 Jun 2015 10:19:18 +0000 (19:19 +0900)]
Merge "[Messaging] Replaced localtime() with localtime_r()." into tizen_2.4

10 years agoMerge "[Messaging] Replaced usleep() with nanosleep()." into tizen_2.4
HyunJin Park [Thu, 11 Jun 2015 10:17:06 +0000 (19:17 +0900)]
Merge "[Messaging] Replaced usleep() with nanosleep()." into tizen_2.4

10 years agoMerge "[Messaging] Removed copy constructor from CompositeIterState." into tizen_2.4
HyunJin Park [Thu, 11 Jun 2015 10:13:12 +0000 (19:13 +0900)]
Merge "[Messaging] Removed copy constructor from CompositeIterState." into tizen_2.4

10 years agoMerge "[Exif] Added missing tzset() before localtime_r()" into tizen_2.4
HyunJin Park [Thu, 11 Jun 2015 10:09:53 +0000 (19:09 +0900)]
Merge "[Exif] Added missing tzset() before localtime_r()" into tizen_2.4

10 years agoMerge "[Content] Fix for prevent issue" into tizen_2.4
HyunJin Park [Thu, 11 Jun 2015 10:04:17 +0000 (19:04 +0900)]
Merge "[Content] Fix for prevent issue" into tizen_2.4

10 years agoMerge "[Application] Replaced usleep() with nanosleep()." into tizen_2.4
HyunJin Park [Thu, 11 Jun 2015 10:02:22 +0000 (19:02 +0900)]
Merge "[Application] Replaced usleep() with nanosleep()." into tizen_2.4

10 years ago[Messaging] Replaced usleep() with nanosleep().
Pawel Andruszkiewicz [Thu, 11 Jun 2015 09:59:47 +0000 (11:59 +0200)]
[Messaging] Replaced usleep() with nanosleep().

Prevent CID: 439362

[Verification] Code compiles, pass rate should not change.

Change-Id: Ie76d83c2fae67ef82cf739c15ba8c3df93fb5224
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years agoMerge "[Calendar] Fix for prevent issue" into tizen_2.4
HyunJin Park [Thu, 11 Jun 2015 09:57:58 +0000 (18:57 +0900)]
Merge "[Calendar] Fix for prevent issue" into tizen_2.4

10 years ago[Messaging] Removed copy constructor from CompositeIterState.
Pawel Andruszkiewicz [Thu, 11 Jun 2015 09:53:55 +0000 (11:53 +0200)]
[Messaging] Removed copy constructor from CompositeIterState.

Copy constructor was the identical to compiler-generated.

Prevent CID: 328670

[Verification] Code compiles.

Change-Id: I4a9590f1a36d5aeb5e0a574135978ec247292a4b
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Messaging] Replaced localtime() with localtime_r().
Pawel Andruszkiewicz [Thu, 11 Jun 2015 09:38:17 +0000 (11:38 +0200)]
[Messaging] Replaced localtime() with localtime_r().

Prevent CID: 443587

[Verification] Code compiles, pass rate should not change.

Change-Id: I16fb79805b9e127b27e2d47f967e354aa2c6b46c
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Common] Moving GDBus base class to common module
Lukasz Foniok [Tue, 9 Jun 2015 14:52:29 +0000 (16:52 +0200)]
[Common] Moving GDBus base class to common module

[Verification]
Messaging test should not degradate

Change-Id: Ia344144c9afa609c27f93133f99457ab396a5ea1
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
10 years ago[Callhistory] - replacing strtok to strtok_r
Andrzej Popowski [Thu, 11 Jun 2015 09:16:06 +0000 (11:16 +0200)]
[Callhistory] - replacing strtok to strtok_r

Change-Id: I4b9aa725999a361b55d144b30a2a9b18b5879ab8
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
10 years ago[Exif] Added missing tzset() before localtime_r()
Piotr Kosko [Thu, 11 Jun 2015 09:21:57 +0000 (11:21 +0200)]
[Exif] Added missing tzset() before localtime_r()

[Feature] For portable code tzset(3) should be called before localtime_r().

[Verification] TCT passrate 100%

Change-Id: I8a221f81a5e9211ac640f87f9c52a3cff63e3e94
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
10 years ago[Archive] Replaced localtime() with localtime_r().
Pawel Andruszkiewicz [Thu, 11 Jun 2015 09:23:22 +0000 (11:23 +0200)]
[Archive] Replaced localtime() with localtime_r().

Prevent CID: 446658, 446423

[Verification] TCT pass rate: 100%

Change-Id: Iae5221881b56c23f93d507cec37de1fbca860c09
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Content] Fix for prevent issue
Piotr Kosko [Thu, 11 Jun 2015 08:49:15 +0000 (10:49 +0200)]
[Content] Fix for prevent issue

[Feature] Fixed prevent CID: 441793
  localtime replaced with localtime_r

[Verification] Code compiles without errors.
  TCT passrate 100%

Change-Id: Icdd66ed81bc07d9cfe295bbe98cbe10586138ddc
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
10 years ago[Archive] Replaced readdir with readdir_r.
Pawel Andruszkiewicz [Thu, 11 Jun 2015 08:49:33 +0000 (10:49 +0200)]
[Archive] Replaced readdir with readdir_r.

Prevent CID: 444374, 447060, 447248

[Verification] TCT pass rate: 100%

Change-Id: I3d75b03b1858c4b7af9a1c548b4f48ef7d17327f
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Calendar] Fix for prevent issue
Piotr Kosko [Thu, 11 Jun 2015 07:41:13 +0000 (09:41 +0200)]
[Calendar] Fix for prevent issue

[Feature] Prevent CID: 447388
  Changed strcpy replaced with strncpy.

[Verification] TCT 100% passrate.

Change-Id: I9ee229f970f4466df02cfd4d592c16b393099397
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
10 years ago[Alarm] Replaced localtime with localtime_r.
Pawel Andruszkiewicz [Thu, 11 Jun 2015 07:33:39 +0000 (09:33 +0200)]
[Alarm] Replaced localtime with localtime_r.

Prevent CID: 438161

[Verification] TCT pass rate: 100%

Change-Id: I9011067c049332954b68c0da7aa1daa739477768
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years agoMerge "[Callhistory] Run find() and loadPhoneNumbers() in new thread." into tizen_2.4
HyunJin Park [Thu, 11 Jun 2015 08:02:31 +0000 (17:02 +0900)]
Merge "[Callhistory] Run find() and loadPhoneNumbers() in new thread." into tizen_2.4

10 years agoMerge "[Account] Disabled move and copy operations in AccountInstance." into tizen_2.4
HyunJin Park [Thu, 11 Jun 2015 08:02:05 +0000 (17:02 +0900)]
Merge "[Account] Disabled move and copy operations in AccountInstance." into tizen_2.4

10 years ago[Application] Replaced usleep() with nanosleep().
Pawel Andruszkiewicz [Thu, 11 Jun 2015 08:00:53 +0000 (10:00 +0200)]
[Application] Replaced usleep() with nanosleep().

Prevent CID: 444506, 444606

[Verification] TCT pass rate: 100%

Change-Id: Ieca187206d60a7e501a545db754f7163bc669d6c
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[2.4 TV] temporarily Push API is disabled.
Juwon(Julia) Ahn [Thu, 11 Jun 2015 07:26:03 +0000 (16:26 +0900)]
[2.4 TV] temporarily Push API is disabled.

Change-Id: I807236adc6f44e1264f5bf9df93864aee98f6446

10 years ago[Account] Disabled move and copy operations in AccountInstance.
Pawel Andruszkiewicz [Thu, 11 Jun 2015 07:13:47 +0000 (09:13 +0200)]
[Account] Disabled move and copy operations in AccountInstance.

Prevent CID: 388376, 404846

[Verification] TCT pass rate: 100%

Change-Id: Ieb1c60a57357156ab935c6a697715236f41d8c30
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[2.4 TV] Bookmark API is disabled.
Juwon(Julia) Ahn [Thu, 11 Jun 2015 06:57:14 +0000 (15:57 +0900)]
[2.4 TV] Bookmark API is disabled.

Change-Id: I34d89197f09ca68bcb8c1dd4ef390c97a69d9ae1

10 years ago[Callhistory] Run find() and loadPhoneNumbers() in new thread.
Tomasz Marciniak [Tue, 9 Jun 2015 05:41:32 +0000 (07:41 +0200)]
[Callhistory] Run find() and loadPhoneNumbers() in new thread.

[Verification] Code compiles without errors.

Change-Id: I529f79f1f8a2351a93a95078e0b79ce79bf8349b
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
10 years agoMerge "[Time] Fixed issues from prevent" into tizen_2.4
HyunJin Park [Wed, 10 Jun 2015 13:02:22 +0000 (22:02 +0900)]
Merge "[Time] Fixed issues from prevent" into tizen_2.4

10 years ago[Time] Fixed issues from prevent
Piotr Kosko [Wed, 10 Jun 2015 12:22:28 +0000 (14:22 +0200)]
[Time] Fixed issues from prevent

[Verification] TCT passrate 100%.

Change-Id: I05d3f3e7eb610b83b75b714e13c31b31b1be7fa9
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
10 years ago[build] devel package
Rafal Galka [Wed, 10 Jun 2015 11:51:19 +0000 (13:51 +0200)]
[build] devel package

[info] http://168.219.209.56/jira/browse/XWALK-369

Change-Id: Ic76869dd260055e5df69aa903b6682af6b0fe454

10 years agoMerge "[SystemSetting] Added nullptr check." into tizen_2.4
HyunJin Park [Wed, 10 Jun 2015 10:11:15 +0000 (19:11 +0900)]
Merge "[SystemSetting] Added nullptr check." into tizen_2.4

10 years ago[SystemSetting] Added nullptr check.
Pawel Andruszkiewicz [Wed, 10 Jun 2015 09:50:59 +0000 (11:50 +0200)]
[SystemSetting] Added nullptr check.

Prevent CID: 404472

[Verification] Pass rate should not change.

Change-Id: I9ffa21ae7cd50215dc105849ffa2183ad333d349
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[SystemSetting] Added initialization of variable.
Pawel Andruszkiewicz [Wed, 10 Jun 2015 09:44:54 +0000 (11:44 +0200)]
[SystemSetting] Added initialization of variable.

Prevent CID: 389409, 398556

[Verification] Pass rate should not change.

Change-Id: Ieae163d843381eaf6a652b255e35d015ae019d2f
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years agoMerge "[Systeminfo] Fixed issues from prevent" into tizen_2.4
HyunJin Park [Wed, 10 Jun 2015 09:31:26 +0000 (18:31 +0900)]
Merge "[Systeminfo] Fixed issues from prevent" into tizen_2.4

10 years ago[Systeminfo] Fixed issues from prevent
Piotr Kosko [Wed, 10 Jun 2015 09:22:48 +0000 (11:22 +0200)]
[Systeminfo] Fixed issues from prevent

[Verification] TCT passrate 100%

Change-Id: I962388132dc8737ccfced458f9fcbd86ffa37fd3
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
10 years ago[Application] Updated implementation of uninstall listener.
Pawel Andruszkiewicz [Wed, 10 Jun 2015 08:36:06 +0000 (10:36 +0200)]
[Application] Updated implementation of uninstall listener.

package_manager_get_package_info() replaced with package_info_create().

[Verification] Manual TCT pass rate 100%

Change-Id: Ia415857ccec2c4c4555d6c1631b58752e03b2efa
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years agoMerge "[Secureelement] - fixing bugs with noninitialized variable and deallocating...
HyunJin Park [Wed, 10 Jun 2015 07:14:37 +0000 (16:14 +0900)]
Merge "[Secureelement] - fixing bugs with noninitialized variable and deallocating variable" into tizen_2.4

10 years agoMerge "[Package] check ethernet feature for testing on emulator" into tizen_2.4
HyunJin Park [Wed, 10 Jun 2015 07:08:58 +0000 (16:08 +0900)]
Merge "[Package] check ethernet feature for testing on emulator" into tizen_2.4

10 years ago[Secureelement] - fixing bugs with noninitialized variable and deallocating variable
Andrzej Popowski [Wed, 10 Jun 2015 06:48:48 +0000 (08:48 +0200)]
[Secureelement] - fixing bugs with noninitialized variable and deallocating variable

Change-Id: I537acf90a04fa5d0cefe4415002715fdcc336568
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
10 years ago[Package] check ethernet feature for testing on emulator
Piotr Kosko [Wed, 10 Jun 2015 06:05:03 +0000 (08:05 +0200)]
[Package] check ethernet feature for testing on emulator

Change-Id: Ia5d73a9be8b655bd8c25da9f265baa59ecee8244
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
10 years agoMerge "[NFC] - fixing errors reported by prevent" into tizen_2.4
HyunJin Park [Wed, 10 Jun 2015 03:36:57 +0000 (12:36 +0900)]
Merge "[NFC] - fixing errors reported by prevent" into tizen_2.4

10 years agoMerge "[Sound] Added initialization of variable" into tizen_2.4
HyunJin Park [Wed, 10 Jun 2015 01:38:07 +0000 (10:38 +0900)]
Merge "[Sound] Added initialization of variable" into tizen_2.4

10 years agoMerge "[Notification] - fixing memory deallocation bugs reported by prevent" into...
HyunJin Park [Wed, 10 Jun 2015 01:30:08 +0000 (10:30 +0900)]
Merge "[Notification] - fixing memory deallocation bugs reported by prevent" into tizen_2.4

10 years agoMerge "[Messaging] Fixed memory handling in findMessages()." into tizen_2.4
HyunJin Park [Wed, 10 Jun 2015 01:19:36 +0000 (10:19 +0900)]
Merge "[Messaging] Fixed memory handling in findMessages()." into tizen_2.4

10 years agoMerge "[Messaging] Removed accidental usage of temporary variables." into tizen_2.4
HyunJin Park [Wed, 10 Jun 2015 01:19:22 +0000 (10:19 +0900)]
Merge "[Messaging] Removed accidental usage of temporary variables." into tizen_2.4

10 years agoMerge "[Messaging] Delete composite filter in case of error." into tizen_2.4
HyunJin Park [Wed, 10 Jun 2015 01:19:13 +0000 (10:19 +0900)]
Merge "[Messaging] Delete composite filter in case of error." into tizen_2.4

10 years agoMerge "[Messaging] Delete callback in case of error." into tizen_2.4
HyunJin Park [Wed, 10 Jun 2015 01:19:00 +0000 (10:19 +0900)]
Merge "[Messaging] Delete callback in case of error." into tizen_2.4

10 years agoMerge "[Messaging] Fixed memory handling in convertPlatformShortMessageToObject(...
HyunJin Park [Wed, 10 Jun 2015 01:18:44 +0000 (10:18 +0900)]
Merge "[Messaging] Fixed memory handling in convertPlatformShortMessageToObject()." into tizen_2.4

10 years agoMerge "[Messaging] Fixed memory handling in convertPlatformEmail()." into tizen_2.4
HyunJin Park [Wed, 10 Jun 2015 01:18:32 +0000 (10:18 +0900)]
Merge "[Messaging] Fixed memory handling in convertPlatformEmail()." into tizen_2.4

10 years agoMerge "[Messaging] Fixed type returned from msg_list_length()." into tizen_2.4
HyunJin Park [Wed, 10 Jun 2015 01:18:19 +0000 (10:18 +0900)]
Merge "[Messaging] Fixed type returned from msg_list_length()." into tizen_2.4

10 years agoMerge "[Messaging] Automatically release message memory." into tizen_2.4
HyunJin Park [Wed, 10 Jun 2015 01:18:07 +0000 (10:18 +0900)]
Merge "[Messaging] Automatically release message memory." into tizen_2.4

10 years agoMerge "[Messaging] Automatically release mms memory." into tizen_2.4
HyunJin Park [Wed, 10 Jun 2015 01:17:51 +0000 (10:17 +0900)]
Merge "[Messaging] Automatically release mms memory." into tizen_2.4

10 years ago[Messaging] Fixed memory handling in findMessages().
Pawel Andruszkiewicz [Tue, 9 Jun 2015 14:05:03 +0000 (16:05 +0200)]
[Messaging] Fixed memory handling in findMessages().

Prevent CID: 398610, 401216.

[Verification] Pass rate should not change.

Change-Id: Iecc0841c9216d95ce4d4d009105c74eb711e22ab
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Messaging] Removed accidental usage of temporary variables.
Pawel Andruszkiewicz [Tue, 9 Jun 2015 13:48:29 +0000 (15:48 +0200)]
[Messaging] Removed accidental usage of temporary variables.

Prevent CID: 407660

[Verification] TCT pass rate should not change.

Change-Id: Ic067755f903c98f1b4a628cb318b56ab3c054b1b
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Messaging] Delete composite filter in case of error.
Pawel Andruszkiewicz [Tue, 9 Jun 2015 13:28:55 +0000 (15:28 +0200)]
[Messaging] Delete composite filter in case of error.

Prevent CID: 403340

[Verification] TCT pass rate should not change.

Change-Id: I82735fb59e399be45931c13641543f822d9fd3ae
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Messaging] Delete callback in case of error.
Pawel Andruszkiewicz [Tue, 9 Jun 2015 13:21:57 +0000 (15:21 +0200)]
[Messaging] Delete callback in case of error.

Prevent CID: 398471

[Verification] Pass rate should not change.

Change-Id: Idaddd4335edd60d8451a74b5504c20c1cb278413
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Messaging] Fixed memory handling in convertPlatformEmail().
Pawel Andruszkiewicz [Tue, 9 Jun 2015 13:13:59 +0000 (15:13 +0200)]
[Messaging] Fixed memory handling in convertPlatformEmail().

Prevent CID: 403650

[Verification] Pass rate should not change.

Change-Id: Ib7ae514ab34a61ed8d8c036af8b34d3f4d0b5c98
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Messaging] Fixed memory handling in convertPlatformShortMessageToObject().
Pawel Andruszkiewicz [Tue, 9 Jun 2015 12:44:40 +0000 (14:44 +0200)]
[Messaging] Fixed memory handling in convertPlatformShortMessageToObject().

Prevent CID: 402406

[Verification] Pass rate should not change.

Change-Id: Ib2ac577e0f7fc62e7b0d52b47ea26e38f65798cb
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Notification] - fixing memory deallocation bugs reported by prevent
Andrzej Popowski [Tue, 9 Jun 2015 11:56:35 +0000 (13:56 +0200)]
[Notification] - fixing memory deallocation bugs reported by prevent

Change-Id: I16efd559297c2caa8791ce9d96a1cfae28725bbe
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
10 years ago[Sound] Added initialization of variable
Piotr Kosko [Tue, 9 Jun 2015 12:22:31 +0000 (14:22 +0200)]
[Sound] Added initialization of variable

Change-Id: I6fbae25f5790db48ae3a67f236b9c54c002fed60
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
10 years ago[Messaging] Fixed type returned from msg_list_length().
Pawel Andruszkiewicz [Tue, 9 Jun 2015 12:22:19 +0000 (14:22 +0200)]
[Messaging] Fixed type returned from msg_list_length().

Prevent CID: 386983, 401838, 405086.

[Verification] TCT pass rate should not change.

Change-Id: Ib2e34aebd61a4b1aaeb014fb2eaacf9438e849a2
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Messaging] Automatically release message memory.
Pawel Andruszkiewicz [Tue, 9 Jun 2015 10:45:01 +0000 (12:45 +0200)]
[Messaging] Automatically release message memory.

Prevent CID: 392578

[Verification] TCT pass rate (SMS) did not change.

Change-Id: Ib85ffad173aa01a31b3d39b3f5529ac2c0a0837f
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Messaging] Automatically release mms memory.
Pawel Andruszkiewicz [Tue, 9 Jun 2015 10:28:27 +0000 (12:28 +0200)]
[Messaging] Automatically release mms memory.

Prevent CID: 386587

[Verification] TCT pass rate (MMS) did not change.

Change-Id: Icabd80a672a5bd789a0d483f41b252b4a6a9ff87
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[NFC] - fixing errors reported by prevent
Andrzej Popowski [Tue, 9 Jun 2015 10:23:17 +0000 (12:23 +0200)]
[NFC] - fixing errors reported by prevent

Change-Id: I9cccbd853a6eacfd7a073c6b68d9d23eb86d9fcb
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
10 years agoMerge "[Exif] - fixing memory allocation and time bugs" into tizen_2.4
HyunJin Park [Tue, 9 Jun 2015 09:42:05 +0000 (18:42 +0900)]
Merge "[Exif] - fixing memory allocation and time bugs" into tizen_2.4

10 years ago[Exif] - fixing memory allocation and time bugs
Andrzej Popowski [Tue, 9 Jun 2015 08:42:49 +0000 (10:42 +0200)]
[Exif] - fixing memory allocation and time bugs

Change-Id: I60ff6c565325ef8dfc9b3183fa13afbfb5ec0928
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
10 years agoMerge "[Filesystem] FilesystemStat: initialize all fields in constructor." into tizen_2.4
HyunJin Park [Tue, 9 Jun 2015 09:08:15 +0000 (18:08 +0900)]
Merge "[Filesystem] FilesystemStat: initialize all fields in constructor." into tizen_2.4

10 years agoMerge "[Filesystem] CreateFile() return in case of error." into tizen_2.4
HyunJin Park [Tue, 9 Jun 2015 09:08:03 +0000 (18:08 +0900)]
Merge "[Filesystem] CreateFile() return in case of error." into tizen_2.4

10 years agoMerge "[KeyManager] Check value returned by g_base64_decode()." into tizen_2.4
HyunJin Park [Tue, 9 Jun 2015 09:07:45 +0000 (18:07 +0900)]
Merge "[KeyManager] Check value returned by g_base64_decode()." into tizen_2.4

10 years agoMerge "[MediaController] Added check for nullptr." into tizen_2.4
HyunJin Park [Tue, 9 Jun 2015 09:07:34 +0000 (18:07 +0900)]
Merge "[MediaController] Added check for nullptr." into tizen_2.4

10 years agoMerge "[Messaging] Added nullptr check." into tizen_2.4
HyunJin Park [Tue, 9 Jun 2015 09:07:19 +0000 (18:07 +0900)]
Merge "[Messaging] Added nullptr check." into tizen_2.4

10 years ago[Messaging] Added nullptr check.
Pawel Andruszkiewicz [Tue, 9 Jun 2015 08:32:17 +0000 (10:32 +0200)]
[Messaging] Added nullptr check.

Prevent CID: 395691

[Verification] Code compiles, pass rate should not be affected.

Change-Id: I8e4cb65866142ca55c5b5738505fa5dcbde737f2
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[MediaController] Added check for nullptr.
Pawel Andruszkiewicz [Tue, 9 Jun 2015 08:11:33 +0000 (10:11 +0200)]
[MediaController] Added check for nullptr.

Prevent CID: 389014

[Verification] Code compiles.

Change-Id: I107264ca2067a100183029add8eca1eee4d8fe86
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[KeyManager] Check value returned by g_base64_decode().
Pawel Andruszkiewicz [Tue, 9 Jun 2015 07:54:36 +0000 (09:54 +0200)]
[KeyManager] Check value returned by g_base64_decode().

Prevent CID: 403734

[Verification] Code compiles.

Change-Id: Iace43a13f78105d43d0986c90c81d959498c3da2
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years agoinclude vconf-internal-keys for VCONFKEY_SYSMAN_MMC_STATUS
Hyunjin Park [Tue, 9 Jun 2015 07:46:32 +0000 (16:46 +0900)]
include vconf-internal-keys for VCONFKEY_SYSMAN_MMC_STATUS

Change-Id: Ie9d5063eb38f5cb35b16c044af2fed2a4d3bc6bf

10 years ago[Filesystem] FilesystemStat: initialize all fields in constructor.
Pawel Andruszkiewicz [Tue, 9 Jun 2015 07:39:42 +0000 (09:39 +0200)]
[Filesystem] FilesystemStat: initialize all fields in constructor.

Prevent CID: 436460

[Verification] TCT pass rate: 289/289.

Change-Id: I05e6195f1f9bffa0738fc4772330109c43ec4700
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
10 years ago[Filesystem] CreateFile() return in case of error.
Pawel Andruszkiewicz [Tue, 9 Jun 2015 07:24:50 +0000 (09:24 +0200)]
[Filesystem] CreateFile() return in case of error.

Prevent CID: 406692

[Verification] TCT pass rate: 289/289

Change-Id: I1b8ec74e59a3355f82e3a37a1d2c42e1d8b05149
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>