submit/sdk/20130307.003401
object f56543848daf0a8585b6023c11cb1738b42b5e1e
authorJihoon Chung <jihoon.chung@samsung.com>
Thu, 7 Mar 2013 00:34:01 +0000 (09:34 +0900)
[Version] 0.1.9
[Project] GT-I8800
[Title] Release wrt-installer_0.1.9
[Issue#] LINUXWRT-100
[Bug] Unused error code, too much code error enums in overall
[Cause] Development
[Solution] Error handling will be clean up.
Error handling of installer after modifications will look in following way:
 each job declares it's on exceptions (DECLARE_JOB_EXCEPTION) that can be used in it's tasks (jobs/(job)/(job)_errors.h),
 each exception have associated enum Exceptions::Type value (many exceptions can have same value),
 Exceptions::Type enum value is translated into (general for installer) WrtErrStatus error code (wrt_type.h),
 WrtErrStatus is used into installation callbacks and decides about information for user,
Any other error handling (in installer code) should be removed after all.
[Issue#] LINUXWRT-137
[Problem] Too many tests in one file
[Cause] N/A
[Solution] N/A
[Issue#] N/A
[Problem] Report only csp policy was not supported.
[Cause] N/A
[Solution] Provided parsing and storing of csp-report-only
[Issue#] N/A
[Problem] N/A
[Cause] Webkit deprecate API for web storage and filesystem usage
[Solution] Clean-up code for web storage and filesystem usage
[Issue#] N/A
[Bug] Tizen app-control service doesn't works peroperly on wrt.
[Cause] App-control info DB registeration routine was omitted.
[Solution] Registration routine was added.
[SCMRequest] must be imported with wrt, wrt-commons