Update change log and spec for wrt-plugins-tizen_0.4.43
authorDongjin Choi <milkelf.choi@samsung.com>
Wed, 19 Jun 2013 12:35:45 +0000 (21:35 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Wed, 19 Jun 2013 12:35:45 +0000 (21:35 +0900)
commitb8c7c1cb164e3a6a9b165f3ef1f785fff789a34a
tree2db918545ec60dd483aee65602a0174db5d9b311
parent9a7fa665d243067965f911d2c623d66cde739960
Update change log and spec for wrt-plugins-tizen_0.4.43

[model] REDWOOD
[binary_type] PDA
[customer] OPEN

[Issue#] CID 56765
[Problem] There is dereferencing a pointer.
[Solution] Fixed the dereferencing a pointer.

[Systeminfo] Fix TCT issue(storage property)
[Systeminfo] Chanage getDeviceCapabilities API code
[NBS] Fix TCT issue(manual tc)

[Issue#] N/A
[Problem] A crash and wrong sync statistics after syncing with the funambol server.
[Cause] Unexpected DS callback parameters and data from platform.
[Solution] Add defense codes and revise sync statistics handling routine.

[Issue] DCM 2017
[Problem] crash when callback is invoked.
[Cause] Appcontrol launch is failed, but remote app is launched.
[Solution] check event value.

[Issue] CID-60382
[Problem] Array compared against 0
[Cause] Comparing an array to null is not useful
[Solution] Check array is empty

[Issue] N/A
[Problem] Account Name and email sender address bug fix
[Cause] Account Name and email sender address bug fix
[Solution] Account Name and email sender address bug fix

[Issue] N/A
[Problem] remove assert function
[Cause] remove assert function
[Solution] remove assert function

[team] WebAPI
[request] N/A
[horizontal_expansion] N/A
39 files changed:
packaging/wrt-plugins-tizen.spec
src/Callhistory/CallHistory.cpp
src/DataControl/SqlDataControlConsumer.cpp
src/DataSync/DataSyncManager.cpp
src/DataSync/SyncStatistics.cpp
src/DataSync/SyncStatistics.h
src/Filesystem/EventResolve.cpp
src/Filesystem/EventResolve.h
src/Filesystem/INode.h
src/Filesystem/JSFilesystemManager.cpp
src/Filesystem/Manager.cpp
src/Filesystem/Node.cpp
src/Filesystem/Node.h
src/Filesystem/ResponseDispatcher.cpp
src/Messaging/Conversation.cpp
src/Messaging/ConverterMessage.cpp
src/Messaging/Email.cpp
src/Messaging/EmailService.cpp
src/Messaging/EmailUtils.cpp
src/Messaging/JSMessage.cpp
src/Messaging/MailSender.cpp
src/Messaging/MailSync.cpp
src/Messaging/Messaging.cpp
src/Messaging/MessagingController.cpp
src/Messaging/MessagingListener.cpp
src/Messaging/MessagingServiceManager.cpp
src/Messaging/NetworkStatus.cpp
src/Messaging/ReqReceiverMessage.cpp
src/Messaging/SyncNetworkStatus.cpp
src/NetworkBearerSelection/NetworkBearerSelection.cpp [changed mode: 0644->0755]
src/Systeminfo/CMakeLists.txt
src/Systeminfo/EventWatchSysteminfo.cpp
src/Systeminfo/EventWatchSysteminfo.h
src/Systeminfo/JSDeviceCapabilitiesInfo.cpp
src/Systeminfo/JSStorageInfo.cpp [changed mode: 0644->0755]
src/Systeminfo/JSStorageUnitInfo.cpp [new file with mode: 0755]
src/Systeminfo/JSStorageUnitInfo.h [new file with mode: 0755]
src/Systeminfo/Systeminfo.cpp
src/Systeminfo/SysteminfoPropertyInfo.h