Update change log and spec for wrt-plugins-tizen_0.4.55 submit/tizen_2.2/20130716.180446 submit/tizen_2.2/20130717.014920 submit/tizen_2.2/20130717.053417
authorDongjin Choi <milkelf.choi@samsung.com>
Tue, 16 Jul 2013 07:40:30 +0000 (16:40 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Tue, 16 Jul 2013 07:40:30 +0000 (16:40 +0900)
commit64d610361c8d65c4bd06b5c09fdaefe60ce1d0e9
tree60e24f01194aba9f24a16d1a44d5befa152c59bf
parentc39718b169b0bd637970645dfc7566305cda16e4
Update change log and spec for wrt-plugins-tizen_0.4.55

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

[Bluetooth] visibility changed cb will be not invoked when bt is turned off

[Issue#] CID-63423, CID-63164
[Problem] N/A
[Solution] modify code

[Issue#] N/A
[Problem] Calendar alarm before attribute returned non-null value always.
[Cause] Calendar alarm before attribute not initialized as null.
[Solution] Check the value is undefined before returning JS value.

[Issue#] WEB-3475
[Problem] rangeFilter is not working properly at birthday
[Cause] internal error
[Solution] fix code

[Issue] Prevent 64294/64334
[Problem] Resource leak, Unchecked return value
[Cause] Resource leak, Unchecked return value
[Solution] Resource leak, Unchecked return value

[Issue] Prevent 64294/64334
[Problem] Resource leak, Unchecked return value
[Cause] Resource leak, Unchecked return value
[Solution] Resource leak, Unchecked return value

[Issue] N/A
[Problem] remove build warning
[Cause] remove build warning
[Solution] remove build warning

[Issue] N/A
[Problem] 1. matchFlag operation is wrong.
          2. App crashes when update the geolocation after it set null.
[Cause] 1. No condition for some matchFlags.
        2. It doesn't check null value.
[Solution] 1. Add the condition for matchFlags.
           2. Check the null value when geolocation update.

[Issue#] N/A
[Problem] BluetoothServiceHandler.unregister() and BluetoothHealthChannel.close() have wrong privilege
[Cause] Some functions have same name
[Solution] Register the different name in FunctionMapping

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

UnitTC passed.
27 files changed:
packaging/wrt-plugins-tizen.spec
src/Bluetooth/BluetoothAdapter.cpp
src/Bluetooth/JSBluetoothHealthApplication.cpp
src/Bluetooth/JSBluetoothHealthChannel.cpp
src/Bluetooth/plugin_config.h
src/Calendar/EventAlarm.cpp
src/Calendar/JSCalendarAlarm.cpp
src/Contact/ContactSearchEngine.cpp
src/Contact/ContactSearchEngine.h
src/Content/ContentConverter.cpp
src/Content/ContentImage.cpp
src/Content/ContentManager.cpp
src/Content/ContentMedia.h
src/Content/ContentSearchVisitor.cpp
src/Content/ContentSearchVisitor.h
src/Content/ContentUtility.cpp
src/Content/ContentUtility.h
src/Content/ContentVideo.cpp
src/Content/ContentVideo.h
src/Content/JSContent.cpp
src/Content/JSContentManager.cpp
src/Content/JSImage.cpp
src/Content/JSVideo.cpp
src/Messaging/Conversation.cpp
src/Messaging/Messaging.cpp
src/Messaging/Mms.cpp
src/Systeminfo/Systeminfo.cpp