Pawel Sikorski [Fri, 19 Jun 2015 14:18:01 +0000 (16:18 +0200)]
Warning fix by using const_cast
"warning: deprecated conversion from string constant to 'char*"
Change-Id: I8c09d4a10493082cfc46cf9f4d5f629d7959eef9
Piotr Kosko [Thu, 18 Jun 2015 11:48:42 +0000 (13:48 +0200)]
[Exif] Fix for creation rational values (divide by 0 problem)
[Feature] Fixed divide by zero problem in creation of raional number.
[Verification] Code compiles without errors.
TCT passrate 100% (64/64/0/0/0))
Change-Id: Iea275e081e4fffda9a530502b30839c05e536a0c
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
HyunJin Park [Thu, 18 Jun 2015 08:12:01 +0000 (17:12 +0900)]
Merge "[Content] Additional check for uri conversion" into tizen_2.4
Piotr Kosko [Thu, 18 Jun 2015 06:57:40 +0000 (08:57 +0200)]
[Content] Additional check for uri conversion
[Verification] Code compiles without errors.
find() with contentURI filter works fine.
TCT passrate 100%.
Change-Id: I9994a6b8b8fbfdaaa14bcf07aba5c83bad06abdf
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Hyunjin Park [Thu, 18 Jun 2015 01:37:47 +0000 (10:37 +0900)]
[version] 0.7
Change-Id: Ic460ca0a7e9be9c22e20685eff4611f70a723f91
HyunJin Park [Wed, 17 Jun 2015 13:36:25 +0000 (22:36 +0900)]
Merge "[Content] Filter fixed for contentUri" into tizen_2.4
Piotr Kosko [Wed, 17 Jun 2015 13:28:16 +0000 (15:28 +0200)]
[Content] Filter fixed for contentUri
[Verification] Finding content by uri is possible.
Change-Id: I5fba83a17aa1572ada1ba8030c91de2167d31aa6
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
HyunJin Park [Wed, 17 Jun 2015 12:34:26 +0000 (21:34 +0900)]
Merge "[Messaging] changed way of getting account info" into tizen_2.4
HyunJin Park [Wed, 17 Jun 2015 12:11:39 +0000 (21:11 +0900)]
Merge "[Sound] Fixed enum SOUND_DEVICE_CAHNGED_INFO_STATE -> SOUND_DEVICE_CHANGED_INFO_STATE" into tizen_2.4
Pawel Andruszkiewicz [Wed, 17 Jun 2015 11:37:48 +0000 (13:37 +0200)]
[MessagePort] Fixed parameter validation in sendMessage().
[Verification] TCT RemoteMessagePort_sendMessage_empty passes.
Change-Id: I184bc4992a4a9361cf641830dcffb4fc3f10bb05
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
Piotr Kosko [Wed, 17 Jun 2015 11:39:12 +0000 (13:39 +0200)]
[Messaging] changed way of getting account info
[Verification] Code compiles without errors.
Change-Id: I102ca4db698341e2d15609ad2e9974d5fa08cbc8
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Lukasz Bardeli [Wed, 17 Jun 2015 06:20:21 +0000 (08:20 +0200)]
[Sound] Fixed enum
SOUND_DEVICE_CAHNGED_INFO_STATE -> SOUND_DEVICE_CHANGED_INFO_STATE
Merge after NativeAPI change will be applied to gbs repository
Change-Id: I5689b783458206798eb3bb943c65d18722721493
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
HyunJin Park [Wed, 17 Jun 2015 08:49:24 +0000 (17:49 +0900)]
Merge "[Package] change onprogress behaviour" into tizen_2.4
Piotr Kosko [Wed, 17 Jun 2015 06:40:45 +0000 (08:40 +0200)]
[Package] change onprogress behaviour
[Feature] Changed onprogress callback behaviour when uninstall operation.
[Verification] Code compiles without errors.
TCT auto 100% pass.
manual tests: PackageManager_uninstall
PackageManager_uninstall_without_errorCallback
PackageProgressCallback_onprogress_uninstall pass.
Change-Id: Ia322a99391bfd9303bc4066e5454b748c8826af6
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
HyunJin Park [Tue, 16 Jun 2015 14:31:56 +0000 (23:31 +0900)]
Merge "[build] include *.gypi and tools in devel package" into tizen_2.4
Rafal Galka [Tue, 16 Jun 2015 13:09:46 +0000 (15:09 +0200)]
[build] include *.gypi and tools in devel package
Change-Id: I515a93c77a05cfbe3f8806af4a5b2e56e9cadbcb
HyunJin Park [Tue, 16 Jun 2015 12:43:22 +0000 (21:43 +0900)]
Merge "[KeyManager] Prevent calling constructor as function" into tizen_2.4
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>
JongHeon Choi [Thu, 11 Jun 2015 04:47:45 +0000 (13:47 +0900)]
[Application] move app ID getting on instance
Change-Id: I204cce87740e1b1a7c8630d16efaee616bd88751
pius.lee [Wed, 10 Jun 2015 07:49:32 +0000 (16:49 +0900)]
[Application] move app ID getting on instance
web runtime preload webapi before launch application for performance
issue.
so app ID is unknown on extension initializing state.
move getting app ID to instance constructor from extension.
Change-Id: Ic47ec91501c77c9e859c25d8bfd7c7705c23420b
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
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
HyunJin Park [Mon, 15 Jun 2015 12:08:59 +0000 (21:08 +0900)]
Merge "[Callhistory] - replacing strtok to strtok_r" 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
HyunJin Park [Fri, 12 Jun 2015 12:13:53 +0000 (21:13 +0900)]
Merge "[Contact] - replacing strtok with strtok_r" 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
HyunJin Park [Fri, 12 Jun 2015 12:09:20 +0000 (21:09 +0900)]
Merge "[Networkbearerselection] Fixes for prevent issues" into tizen_2.4
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
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>
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>
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>
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>
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>
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>
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>
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
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
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
Hyunjin Park [Thu, 11 Jun 2015 11:26:57 +0000 (20:26 +0900)]
[version] 0.6
Change-Id: Ib27c60f5befae5c92671b29d72f0cc7eb038e486
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>
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>
HyunJin Park [Thu, 11 Jun 2015 10:54:06 +0000 (19:54 +0900)]
Merge "[Archive] Replaced readdir with readdir_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
HyunJin Park [Thu, 11 Jun 2015 10:49:45 +0000 (19:49 +0900)]
Merge "[Alarm] 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
HyunJin Park [Thu, 11 Jun 2015 10:17:06 +0000 (19:17 +0900)]
Merge "[Messaging] Replaced usleep() with nanosleep()." 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
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
HyunJin Park [Thu, 11 Jun 2015 10:04:17 +0000 (19:04 +0900)]
Merge "[Content] Fix for prevent issue" 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
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>
HyunJin Park [Thu, 11 Jun 2015 09:57:58 +0000 (18:57 +0900)]
Merge "[Calendar] Fix for prevent issue" into tizen_2.4
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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
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>
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
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>
Juwon(Julia) Ahn [Thu, 11 Jun 2015 06:57:14 +0000 (15:57 +0900)]
[2.4 TV] Bookmark API is disabled.
Change-Id: I34d89197f09ca68bcb8c1dd4ef390c97a69d9ae1
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>
HyunJin Park [Wed, 10 Jun 2015 13:02:22 +0000 (22:02 +0900)]
Merge "[Time] Fixed issues from prevent" into tizen_2.4
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>
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
HyunJin Park [Wed, 10 Jun 2015 10:11:15 +0000 (19:11 +0900)]
Merge "[SystemSetting] Added nullptr check." into tizen_2.4
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>
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>
HyunJin Park [Wed, 10 Jun 2015 09:31:26 +0000 (18:31 +0900)]
Merge "[Systeminfo] Fixed issues from prevent" into tizen_2.4
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>
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>
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
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
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>
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>
HyunJin Park [Wed, 10 Jun 2015 03:36:57 +0000 (12:36 +0900)]
Merge "[NFC] - fixing errors reported by prevent" 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
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
HyunJin Park [Wed, 10 Jun 2015 01:19:36 +0000 (10:19 +0900)]
Merge "[Messaging] Fixed memory handling in findMessages()." 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
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
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
HyunJin Park [Wed, 10 Jun 2015 01:18:44 +0000 (10:18 +0900)]
Merge "[Messaging] Fixed memory handling in convertPlatformShortMessageToObject()." 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
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
HyunJin Park [Wed, 10 Jun 2015 01:18:07 +0000 (10:18 +0900)]
Merge "[Messaging] Automatically release message 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
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>
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>
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>
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>
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>
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>