Update change log and spec for wrt-plugins-tizen_0.4.48-1
authorDongjin Choi <milkelf.choi@samsung.com>
Sat, 29 Jun 2013 14:14:56 +0000 (23:14 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Sat, 29 Jun 2013 14:14:56 +0000 (23:14 +0900)
commite4137d49fcc9ca1d20434a4a6f40a795f9e84cac
tree9aac30d9c3f584d5458ce14d296cf02bc5024280
parent15b1975313aef7beba8259dc5e4f0e928eed9bc9
Update change log and spec for wrt-plugins-tizen_0.4.48-1

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

[Issue] N/A
[Problem] RSA TC fail
[Cause] appcontrol launch fail.
[Solution] add try-catch block.

[Systeminfo] Remove sim capi, use tapi api

[Issue] N/A
[Problem] If object is finalized before completing async function, it makes crash
[Cause] It calls async function with this pointer. If the this is finalized and callback is called, it can access the pointer that is free.
[Solution] It will protect thisobject until completing async function

[NetworkbearerSelection] Fix TCT Manual tc

[Issue] N/A
[Problem] MMS support check API changed
[Cause] MMS support check API changed
[Solution] MMS support check API changed

[Issue#] N/A
[Problem] Show too many logs
[Cause] hasProperty and getProperty shows log
[Solution] Removed useless logs

[Issue#] N_SE-43294
[problem] web process crashed when getTitle function in Notification module.
[Cause] don't check invalid value.
[Solution] check invalid value.

[Issue] N/A
[Problem] message release bug fix for listener
[Cause] message release bug fix for listener
[Solution] message release bug fix for listener

[Systeminfo] Chanage get duid value code, Change system-info capi

[Issue] N/A
[Problem] appcontrol launch fail when trying to launch at the early of boot sequence.
[Cause] appcontrol launch fail.
[Solution] make possible to continue event despite app launch fail.

[WebSetting] Connect with WRT IPC for async call to Web UI process to remove cookies and setthe user agent string.

[team] WebAPI
[request] N/A
[horizontal_expansion] N/A
32 files changed:
packaging/wrt-plugins-tizen.spec
src/DataControl/SqlDataControlConsumer.cpp
src/Messaging/EventMessageReceived.cpp
src/Messaging/EventMessageReceived.h
src/Messaging/JSMessagingStorage.cpp
src/Messaging/MessageFactory.cpp
src/Messaging/Messaging.cpp
src/Messaging/MessagingListener.cpp
src/Messaging/MessagingServiceManager.cpp
src/NFC/JSNFCAdapter.cpp [changed mode: 0644->0755]
src/NFC/JSNFCTag.cpp [changed mode: 0644->0755]
src/NFC/JSNFCTarget.cpp [changed mode: 0644->0755]
src/NetworkBearerSelection/NetworkBearerSelection.cpp
src/NetworkBearerSelection/NetworkBearerSelection.h
src/NetworkBearerSelection/NetworkBearerSelectionResponseDispatcher.cpp [changed mode: 0644->0755]
src/Notification/StatusNotification.cpp
src/Systeminfo/BaseProperties.h
src/Systeminfo/EventGetSysteminfo.cpp [changed mode: 0644->0755]
src/Systeminfo/EventGetSysteminfo.h
src/Systeminfo/EventWatchSysteminfo.cpp
src/Systeminfo/EventWatchSysteminfo.h
src/Systeminfo/JSDeviceCapabilitiesInfo.cpp
src/Systeminfo/Systeminfo.cpp
src/Systeminfo/Systeminfo.h
src/Systeminfo/SysteminfoPropertyInfo.h
src/Tizen/JSTizen.cpp
src/WebSetting/CMakeLists.txt
src/WebSetting/JSWebSettingManager.cpp
src/WebSetting/WebSettingManager.cpp
src/WebSetting/WebSettingManager.h
src/WebSetting/plugin_config.cpp [changed mode: 0644->0755]
src/WebSetting/plugin_initializer.cpp