Update change log and spec for wrt-plugins-tizen_0.4.44
authorDongjin Choi <milkelf.choi@samsung.com>
Sun, 23 Jun 2013 18:44:23 +0000 (03:44 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Sun, 23 Jun 2013 18:44:23 +0000 (03:44 +0900)
commitc03be72177a1162f84ef9af0bb5caca3bff7c9c6
treedc2825b2db50e14844fcd818c20bf4de13860fdc
parentb8c7c1cb164e3a6a9b165f3ef1f785fff789a34a
Update change log and spec for wrt-plugins-tizen_0.4.44

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

[Issue#] N/A
[Problem] Memory leak
[Cause] Misused the platform APIs
[Solution] Release the bundle passed by platform\

[Issue#] N_SE-41597
[Problem] Calendar item end date not updated when saving the duration and the end date at once.
[Cause] End date has priority over duration when saving an item.
[Solution] Adjust the endDate if the duration attribute alone is changed before saving.

[Issue#] N/A
[Problem] crash when contact image is updated
[Cause] misuse platform API(maybe changing platform policy)
[Solution] modify code

[Issue] DCM 2018
[Problem] crash when setting error msg on std::string
[Cause] std::string is thread unsafe
[Solution] use raw string.

[Issue#] N/A
[Problem] some wrong parameter is not handled on replyResult
[Cause] using old argument validator
[Solution] use new argument validator

[Systeminfo] Add 'buildVersion', 'isAutoRotation' attribute

[Issue] N/A
[Problem] W3C spec guides that doesn't throw any exception in constructor.
[Cause] N/A
[Solution] remove throwing an exception

[Bluetooth] Add Bluetooth Health Device Profile APIs
[WebSetting] Add the initial version of web setting API(setUserAgentString, removeAllCookies).

[Issue#] N/A
[Problem] there are no way to get meta data by API
[Cause] N/A
[Solution] Add API to return meta data of application

[Systeminfo] Add 'profile' attribute
[SystemInfo] changed ThreadEnum

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Inserted LED Properties of Notification

[team] WebAPI
[request] N/A
[horizontal_expansion] N/A
80 files changed:
packaging/wrt-plugins-tizen.spec
pkgconfigs/wrt-plugins-tizen-websetting.pc.in [new file with mode: 0755]
src/Application/ApplicationConverter.cpp
src/Application/ApplicationConverter.h
src/Application/ApplicationManager.cpp
src/Application/ApplicationManager.h
src/Application/ApplicationMetaData.cpp [new file with mode: 0644]
src/Application/ApplicationMetaData.h [new file with mode: 0644]
src/Application/CMakeLists.txt
src/Application/JSApplicationManager.cpp
src/Application/JSApplicationManager.h
src/Application/JSApplicationMetaData.cpp [new file with mode: 0644]
src/Application/JSApplicationMetaData.h [new file with mode: 0644]
src/Application/JSRequestedApplicationControl.cpp
src/Application/config.xml
src/Application/plugin_config.cpp
src/Application/plugin_config.h
src/Bluetooth/BluetoothAdapter.cpp
src/Bluetooth/BluetoothAdapter.h
src/Bluetooth/BluetoothCallback.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothCallback.h [new file with mode: 0644]
src/Bluetooth/BluetoothCallbackUtil.h
src/Bluetooth/BluetoothHealthApplication.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothHealthApplication.h [new file with mode: 0644]
src/Bluetooth/BluetoothHealthChannel.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothHealthChannel.h [new file with mode: 0644]
src/Bluetooth/BluetoothHealthProfileHandler.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothHealthProfileHandler.h [new file with mode: 0644]
src/Bluetooth/BluetoothHealthProfileHandlerCallback.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothHealthProfileHandlerCallback.h [new file with mode: 0644]
src/Bluetooth/BluetoothServiceHandler.cpp
src/Bluetooth/BluetoothServiceHandler.h
src/Bluetooth/BluetoothSocket.cpp
src/Bluetooth/CMakeLists.txt
src/Bluetooth/JSBluetoothAdapter.cpp
src/Bluetooth/JSBluetoothAdapter.h
src/Bluetooth/JSBluetoothClass.cpp
src/Bluetooth/JSBluetoothDevice.cpp
src/Bluetooth/JSBluetoothDevice.h
src/Bluetooth/JSBluetoothHealthApplication.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothHealthApplication.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothHealthChannel.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothHealthChannel.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothHealthProfileHandler.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothHealthProfileHandler.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothManager.cpp
src/Bluetooth/JSBluetoothProfileHandler.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothProfileHandler.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothServiceHandler.cpp
src/Bluetooth/JSBluetoothSocket.cpp
src/Bluetooth/plugin_config.cpp
src/Bluetooth/plugin_config.h
src/CMakeLists.txt
src/Calendar/JSCalendarItemProperties.cpp
src/Calendar/JSCalendarItemProperties.h
src/Contact/ContactObjectA2PConverter.cpp
src/DataControl/DataControlAsyncCallbackManager.h
src/DataControl/EventSelect.h
src/Download/JSDownloadRequest.cpp
src/MessagePort/MessagePortManagerProxy.cpp
src/Notification/JSStatusNotification.cpp
src/Notification/StatusNotification.cpp
src/Notification/StatusNotification.h
src/Notification/plugin_config.h
src/Systeminfo/CMakeLists.txt
src/Systeminfo/JSDeviceCapabilitiesInfo.cpp
src/Systeminfo/JSDeviceOrientationInfo.cpp [changed mode: 0644->0755]
src/Systeminfo/Systeminfo.cpp
src/Systeminfo/SysteminfoListener.cpp
src/Systeminfo/SysteminfoPropertyInfo.h
src/WebSetting/CMakeLists.txt [new file with mode: 0755]
src/WebSetting/JSWebSettingManager.cpp [new file with mode: 0755]
src/WebSetting/JSWebSettingManager.h [new file with mode: 0644]
src/WebSetting/WebSettingManager.cpp [new file with mode: 0755]
src/WebSetting/WebSettingManager.h [new file with mode: 0755]
src/WebSetting/WebSettingTypes.h [new file with mode: 0644]
src/WebSetting/config.xml [new file with mode: 0644]
src/WebSetting/plugin_config.cpp [new file with mode: 0644]
src/WebSetting/plugin_config.h [new file with mode: 0644]
src/WebSetting/plugin_initializer.cpp [new file with mode: 0755]