Update change log and spec for wrt-plugins-tizen_0.4.62
authorDongjin Choi <milkelf.choi@samsung.com>
Thu, 22 Aug 2013 07:31:56 +0000 (16:31 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Thu, 22 Aug 2013 07:31:56 +0000 (16:31 +0900)
commite1c2d24eff4b053c615f295b600777bbedb80426
treedb99b9681452dba4c91e601342b1c65554fc8afe
parente31c4f1d2c34585d52f07dd61bd80235e86636e7
Update change log and spec for wrt-plugins-tizen_0.4.62

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

[Issue] N/A
[Problem] set null to url
[Cause] url set to null object
[Solution] url set to null string

[Issue#] P130814-01522
[Problem] Wrong profiles number returned.
[Cause] Debug level "D" removed.
[Solution] Move meaningful codes inside the dlog to the outer level.

[Issue] N/A
[Problem] syncStop on email service bug fix
[Cause] syncStop on email service bug fix
[Solution] syncStop on email service bug fix

[Issue] N/A
[Problem] email attachment filePath initialize as empty string
[Cause] email attachment filePath initialize as empty string
[Solution] email attachment filePath set as Null

[Issue#] N/A
[Problem] The callback profileId is not matched with the returned value from add api.
[Cause] Mix-use of different profileId types from platform.
[Solution] Convert the string type profileId to the number type.

[Issue#] N_SE-49123
[Problem] Force close occurs
[Cause] display sms body data crash
[Solution] remove crash log

[Issue] N/A
[Problem] email send error always Unkwons
[Cause] send error status is not checked
[Solution] return network error for error status

[Issue#] TCT
[Problem] Bonding fail.
[Cause] code bug.
[Solution] fix bug.

[Issue#] TCT
[Problem] Setting property failed.
[Cause] Variables is not initialized
[Solution] Use JSUtil::JSValueToObject instead of using JSVAlueToObject in JSValueRef.h directly

[Issue#] TCT
[Problem] Setting property failed.
[Cause] Variables is not initialized
[Solution] Use JSUtil::JSValueToObject instead of using JSVAlueToObject in JSValueRef.h directly

[Issue] N/A
[Problem] mms conversation subject bug fix
[Cause] mms conversation subject bug fix
[Solution] mms conversation subject bug fix

[Issue#] security TCT
[Problem] NotFoundError raise.
[Cause] comparison with invalid pointer.
[Solution] comparison with valid pointer.

[team] WebAPI
[request] N/A
[horizontal_expansion] N/A

UnitTC passed.
20 files changed:
packaging/wrt-plugins-tizen.spec
src/Bluetooth/BluetoothAdapter.cpp
src/Bluetooth/JSBluetoothHealthApplication.cpp
src/Bluetooth/JSBluetoothServiceHandler.cpp
src/Bluetooth/JSBluetoothSocket.cpp
src/DataSync/DataSyncManager.cpp
src/DataSync/DataSyncResponseDispatcher.cpp
src/DataSync/JSDataSyncManager.cpp
src/Download/JSDownloadRequest.cpp
src/Messaging/Conversation.cpp
src/Messaging/Email.cpp
src/Messaging/JSMessageAttachment.cpp
src/Messaging/JSMessagingService.cpp
src/Messaging/MailSender.cpp
src/Messaging/MailSync.cpp
src/Messaging/Messaging.cpp
src/Messaging/MessagingController.cpp
src/Messaging/MessagingService.cpp
src/Messaging/ReqReceiverMessage.cpp
src/Messaging/Sms.cpp