Update change log and spec for wrt-plugins-tizen_0.4.41
authorDongjin Choi <milkelf.choi@samsung.com>
Wed, 12 Jun 2013 13:16:14 +0000 (22:16 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Wed, 12 Jun 2013 13:16:14 +0000 (22:16 +0900)
commit9396663d8986f87507d5c97323086387701887b6
treedf78c1eae9e0d2b892bd8f8cb9ce6c83dd637b5d
parenta1844a035fe0492d7352c1e59e97e2cad0f7e6c5
Update change log and spec for wrt-plugins-tizen_0.4.41

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

[Issue] N/A
[Problem] findMessages with plainBody bug fix
[Cause] findMessages with plainBody bug fix
[Solution] findMessages with plainBody bug fix

[Issue] N/A
[Problem] Incomming MMS listener bug fix and Conversation listener bug fix
[Cause] Incomming MMS listener bug fix and Conversation listener bug fix
[Solution] Incomming MMS listener bug fix and Conversation listener bug fix

[Issue] N/A
[Problem] N/A
[Cause] N/A
[Solution] add on_frame_load_callback and on_frame_unload_callback to unregister asynchronized and synchronized callbacks when frame is unloaded.

[Issue] tct fail newly added.
[Problem] '%' sign is not supproted, but it is described in spec
[Cause] not implemented.
[Solution] implementation.

[Issue] N/A
[Problem] sendMessage with email with successCallback once
[Cause] emailId and emailHandle were mixed during access to m_requests storage
[Solution] All access operations were modified to use emailHandle

[Issue] tct fail due to path change.
[Problem] resolve error.
[Cause] unexpected platform path change.
[Solution] path modification.

[Issue#] N/A
[Problem] return value is not same with Native API
[Cause] N/A
[Solution] Add "/" to end of shared path

[Issue] N/A
[Problem] findConversation bug fix for from filter
[Cause] findConversation bug fix for from filter
[Solution] findConversation bug fix for from filter

[Issue] N/A
[Problem] N/A
[Cause] N/A
[Solution] Add time profiling code for Download and Push module.

[team] WebAPI
[request] N/A
[horizontal_expansion] N/A
27 files changed:
packaging/wrt-plugins-tizen.spec
src/Application/ApplicationManager.cpp
src/Download/DownloadManager.cpp
src/Download/JSDownloadManager.cpp
src/Filesystem/Converter.cpp
src/Filesystem/Converter.h
src/Filesystem/Manager.cpp
src/Filesystem/NodeFilterMatcher.cpp
src/Messaging/Conversation.cpp
src/Messaging/ConversationQueryGenerator.cpp
src/Messaging/Email.cpp
src/Messaging/JSConversation.cpp
src/Messaging/JSMessageFolder.cpp
src/Messaging/JSMessagingService.cpp
src/Messaging/JSMessagingServiceManager.cpp
src/Messaging/JSMessagingStorage.cpp
src/Messaging/MailSender.cpp
src/Messaging/MailSender.h
src/Messaging/MessageFolder.cpp
src/Messaging/MessageQueryGenerator.cpp
src/Messaging/Messaging.cpp
src/Messaging/MessagingService.cpp
src/Messaging/MessagingServiceManager.cpp
src/Messaging/messageDB/MessageStorageReader.cpp
src/Push/JSPushManager.cpp
src/Push/PushManager.cpp
src/SecureElement/plugin_initializer.cpp