Update change log and spec for wrt-plugins-tizen_0.4.39
authorDongjin Choi <milkelf.choi@samsung.com>
Tue, 4 Jun 2013 09:48:59 +0000 (18:48 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Tue, 4 Jun 2013 09:48:59 +0000 (18:48 +0900)
commitc9cfe03fff7a6858f5abdb5e896087e0e37591fa
tree9ce9233598dee7dd40bdd8caf2e387dcff152747
parentd34cbc5f0a778bf2c2c7f8b4dd79833c9af6f664
Update change log and spec for wrt-plugins-tizen_0.4.39

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

[Issue#] N/A
[Problem] tizen log is deprecated.
[Cause] N/A
[Solution] removed tizen.log code from Notification.js

[Systeminfo] Change code about get 'imei' attribute value

[Issue] N/A
[Problem] queryGenerator bug fix
[Cause] check MAIN TYPE for conversation type search
[Solution] check conversation count check for type

[Issue] N/A
[Problem] Mms service support check
[Cause] Mms service support check
[Solution] Mms service support check

[Issue] N/A
[Problem] Goto replaced with Throw in MMS
[Cause] Goto is not used in C++ because exceptions were introduced to handle errors.
[Solution] Goto replaced with Throw in MMS

[Issue] N/A
[Problem] Can't print privacy information.
[Cause] Platfrom policy
[Solution] Provides Secure Log

[Systeminfo] Update devicecapabitiles getter code

[Issue#] N/A
[Problem] Not necessary DPL using declarations.
[Cause] N/A
[Solution] Refactoring applied.

[Issue] N/A
[Problem] email conversation listener bug fix
[Cause] email conversation listener bug fix
[Solution] email conversation listener bug fix

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

UnitTest passwd in 2.1.1 RC2 R8
47 files changed:
packaging/wrt-plugins-tizen.spec
src/Application/ApplicationManager.cpp
src/Callhistory/CallHistory.cpp
src/Callhistory/CallHistoryAsyncCallbackManager.cpp
src/Callhistory/CallHistoryEntry.cpp
src/Callhistory/CallHistoryListenerManager.cpp
src/Callhistory/JSCallHistory.cpp
src/Common/Logger.h
src/Common/TimeTracer/TimeTracer.c
src/Contact/ContactQueue.cpp
src/Content/AudioLyricsUtil.cpp
src/Content/ContentAsyncCallbackManager.cpp
src/DataControl/DataControlAsyncCallbackManager.cpp
src/MessagePort/MessagePortListenerManager.cpp
src/Messaging/CMakeLists.txt
src/Messaging/ConversationQueryGenerator.cpp
src/Messaging/Messaging.cpp
src/Messaging/MessagingServiceManager.cpp
src/Messaging/Mms.cpp
src/NFC/JSNFCAdapter.cpp
src/NFC/JSNFCManager.cpp
src/NFC/JSNFCTag.cpp
src/NFC/JSNFCTarget.cpp
src/NFC/NFCAdapter.cpp
src/NFC/NFCAsyncCallbackManager.cpp
src/NFC/NFCDefaultAdapter.cpp
src/NFC/NFCListenerManager.cpp
src/NetworkBearerSelection/JSNetworkBearerSelection.cpp
src/NetworkBearerSelection/NetworkBearerSelection.cpp
src/Notification/StatusNotification.h
src/SecureElement/JSSEChannel.cpp
src/SecureElement/JSSEReader.cpp
src/SecureElement/JSSEService.cpp
src/SecureElement/JSSESession.cpp
src/SecureElement/SEAsyncCallbackManager.cpp
src/SecureElement/SEListenerManager.cpp
src/SystemSetting/JSSystemSetting.cpp
src/SystemSetting/SystemSetting.cpp
src/SystemSetting/SystemSettingAsyncCallbackManager.cpp
src/Systeminfo/CMakeLists.txt
src/Systeminfo/JSCellularNetworkInfo.cpp
src/Systeminfo/JSDeviceCapabilitiesInfo.cpp
src/Systeminfo/JSDeviceCapabilitiesInfo.h
src/Systeminfo/JSSysteminfo.cpp
src/Systeminfo/Systeminfo.cpp
src/TimeUtil/JSTimeDuration.cpp
src/TimeUtil/JSTimeUtil.cpp