Update change log and spec for wrt-plugins-tizen_0.4.58
authorDongjin Choi <milkelf.choi@samsung.com>
Thu, 1 Aug 2013 05:50:19 +0000 (14:50 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Thu, 1 Aug 2013 05:50:19 +0000 (14:50 +0900)
commitc6a317d8f5e224cbe74d595a8959f8adb999c865
treefa7233bf885a86b81d695024886c9cdb6924b1af
parent03805816c950de02e25a5549460282a7ffbb3a70
Update change log and spec for wrt-plugins-tizen_0.4.58

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

[Issue#] N/A
[Problem] TCT issues
[Cause] exception policy
[Solution] remove exception generating code

[Issue#] N/A
[Problem] Two TCT cases failed.
[Cause] No error thrown when "undefined" is passed to the optional, nullable argument.
[Solution] Throw "TypeMismatch" exception in every such cases.

[Issue] N/A
[Problem] loadMessageBody call on smsService error with email message
[Cause] loadMessageBody call on smsService error with email message
[Solution] compare message type with service type

[Issue] N/A
[Problem] Add Attachment crash with invalid mimetype
[Cause] mimeType check routine bug
[Solution] mimeType check routine change

[Issue] N/A
[Problem] If constructing TZDate or TimeDuration, exception is raised.
[Cause] When constructing TZDate or TimeDuration it checks if unit value is valid or not. And if it is not valid, it sends an exception.
[Solution] It will not send exception in the case. It will use default values instead of invalid arguments when setting attributes or constructing TZDate or TimeDuration with invalid ones

[Issue#] N/A
[Problem] Intensive TCs failed regarding duration and status attributes.
[Cause] Duration/endDate/dueDate auto-calculated. Wrong status management.
[Solution] Do not auto-calculate duration as per spec. Fix status attribute find routine.

[Issue#] CID-23443, CID-19775
[Problem] N/A
[Solution] modify code

[SecureStorage] remove secure storage module.

[Issue#] N/A
[Problem] getScreenBrightness was not reflect auto brightness value
[Solution] update getting screen brightness function
[SCMRequest] N/A

[Issue] N_SE-47519
[Problem] Web process has closed unexpectedly when try to select Enter phone number number field in Chatter
[Cause] get email message exception is not checked
[Solution] get email message exception check

[Issue] N_SE-47437
[Problem] Message notification disappear although message is not shown in Chatter
[Cause] Msg F/W update isRead status always
[Solution] use other Msg F/W API

[Notification] fixed Intensive issue.

[Issue#] N/A
[Problem] Binary size was too big
[Cause] optimization level
[Solution] Adjusted optimization level to -Os

[Issue#] DCM-2201
[Problem] exit and hide api is not working in iframe
[Cause] scheme callback is not working in iframe
[Solution] use IPC API instead of scheme callback

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

UnitTC passed.
45 files changed:
packaging/wrt-plugins-tizen.spec
src/Application/JSApplication.cpp
src/Application/JSApplicationManager.cpp
src/Application/JSApplicationManager.h
src/Calendar/CalendarConverter.cpp
src/Calendar/CalendarFilter.cpp [changed mode: 0644->0755]
src/Calendar/EventWrapper.cpp
src/Calendar/JSCalendar.cpp
src/Calendar/JSCalendarEvent.cpp
src/Calendar/JSCalendarItemProperties.cpp
src/Calendar/JSCalendarTask.cpp
src/Contact/JSAddressBook.cpp
src/Contact/JSContact.cpp
src/Contact/JSContactAddress.cpp
src/Contact/JSContactAnniversary.cpp [changed mode: 0644->0755]
src/Contact/JSContactEmailAddress.cpp
src/Contact/JSContactGroup.cpp [changed mode: 0644->0755]
src/Contact/JSContactName.cpp
src/Contact/JSContactOrganization.cpp
src/Contact/JSContactPhoneNumber.cpp
src/Contact/JSContactRef.cpp [changed mode: 0644->0755]
src/Contact/JSContactWebSite.cpp
src/Contact/JSPerson.cpp
src/Messaging/Conversation.cpp
src/Messaging/JSMessagingService.cpp
src/Messaging/Messaging.cpp
src/Messaging/Mms.cpp
src/Notification/JSNotificationDetailInfo.cpp
src/Notification/JSNotificationManager.cpp [changed mode: 0644->0755]
src/Notification/JSStatusNotification.cpp
src/Notification/NotificationDetailInfo.h
src/Notification/StatusNotification.cpp
src/Notification/StatusNotification.h
src/Power/PowerManager.cpp
src/Systeminfo/JSDeviceCapabilitiesInfo.cpp
src/Systeminfo/Systeminfo.cpp
src/TimeUtil/DurationProperties.h
src/TimeUtil/JSTZDate.cpp
src/TimeUtil/JSTZDate.h
src/TimeUtil/JSTimeDuration.cpp
src/TimeUtil/JSTimeUtil.cpp
src/TimeUtil/TZDate.cpp
src/TimeUtil/TZDate.h
src/TimeUtil/TimeUtilConverter.cpp
src/TimeUtil/TimeUtilConverter.h