Update change log and spec for wrt-plugins-tizen_0.4.52
authorDongjin Choi <milkelf.choi@samsung.com>
Wed, 10 Jul 2013 07:58:45 +0000 (16:58 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Wed, 10 Jul 2013 07:58:45 +0000 (16:58 +0900)
commitb71157ca328586ebe82beee4206d61854220c305
treee2524ac4f183a09188d1b4379fbf0bb961f3a7c2
parentd24d8bdb5e2d22018b9bae8b1cc68a1a6ea7d498
Update change log and spec for wrt-plugins-tizen_0.4.52

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

[Issue] intensive test.
[Problem] simple absolute path was allowed for resolve api.
[Cause] no check.
[Solution] deny simple absolute path without file:// scheme.

[Bluetooth] Fix bug in getting onconnect of BluetoothHealthApplication
[Bluetooth] Use system_info_get_platform_bool()

[Application] exception should not be thrown for get/set properties

[Issue#] N/A
[Problem] The returned value has to be the biggest possible unit without losing the precision. But its unit is smaller one of two TimeDurations.
[Cause] It changed to smaller unit before calculating the differce and the result was returned.
[Solution] The result to calculate the  difference will be changed to the biggest possible unit without losing the precision.

[Issue] N/A
[Problem] loadMessageAttachment fail after loadMessageBody
[Cause] message is not set for attachments
[Solution] message set for attachments

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

UnitTC passed.
21 files changed:
packaging/wrt-plugins-tizen.spec
src/Application/JSApplication.cpp
src/Application/JSApplication.h
src/Application/JSApplicationCert.cpp
src/Application/JSApplicationContext.cpp
src/Application/JSApplicationControl.cpp
src/Application/JSApplicationControlData.cpp
src/Application/JSApplicationInformation.cpp
src/Application/JSApplicationMetaData.cpp
src/Application/JSRequestedApplicationControl.cpp
src/Bluetooth/JSBluetoothAdapter.cpp
src/Bluetooth/JSBluetoothHealthApplication.cpp
src/Filesystem/FilesystemUtils.cpp
src/Filesystem/FilesystemUtils.h
src/Filesystem/JSFilesystemManager.cpp
src/Filesystem/Manager.cpp
src/Filesystem/Node.cpp
src/Messaging/MailSync.cpp
src/TimeUtil/JSTimeDuration.cpp
src/TimeUtil/TimeUtilConverter.cpp
src/TimeUtil/TimeUtilConverter.h