[Content] Remove deprecated native functions, break backward compatibility 33/275833/1
authorMarcin Bialek <m.bialek@samsung.com>
Thu, 2 Jun 2022 10:40:24 +0000 (12:40 +0200)
committerMarcin Bialek <m.bialek@samsung.com>
Thu, 2 Jun 2022 10:40:24 +0000 (12:40 +0200)
commitf28f80b3688e84a1ff0d5deac196826b0e20e149
tree70a4cd9b51108969341234dfd2473b16fb162771
parent57581381743c14c4f36c44073a29105c4a2550f8
[Content] Remove deprecated native functions, break backward compatibility

The following properties of Content are marked as readonly since Tizen 5.5:
- DOMString name
- DOMString? description
- unsigned long rating
- SimpleCoordinates? geolocation
- ImageContentOrientation orientation

They were still writeable, if an application was compiled for version
below 5.5. This commit breaks the backward compatibility and writing
is not possible for all versions.

The following deprecated native functions have been removed:
- image_meta_set_orientation
- image_meta_update_to_db
- media_info_set_description
- media_info_set_longitude
- media_info_set_latitude
- media_info_set_rating

[Related ACR] https://code.sec.samsung.net/jira/browse/TWDAPI-203
[Verification] Code compiles. TCT tests for content module pass.

Change-Id: I7bd777998bcbc7cfe92794aedbbd8c55058fbac2
Signed-off-by: Marcin Bialek <m.bialek@samsung.com>
src/content/content_manager.cc
src/content/js/common.js
src/content/js/datatypes.js