[tizen] WebAPI{Exception|Error} constructors exported into global scope.
authorRafal Galka <r.galka@samsung.com>
Mon, 16 Mar 2015 09:44:07 +0000 (10:44 +0100)
committerRafal Galka <r.galka@samsung.com>
Mon, 16 Mar 2015 09:44:07 +0000 (10:44 +0100)
commitce322a2d1b13c55b6b935c26d980c028702dc399
treeaad1f06c7ee31ae86f30a9e1541ce315765e2e15
parent169da365551ac2a25cecdad2869d3a90d2971f6e
[tizen] WebAPI{Exception|Error} constructors exported into global scope.

For compliance reasons constructors should not be exported into tizen namespace,
but should be available internally to allow throwing exceptions from modules.

Change related to http://168.219.209.56/gerrit/#/c/23472/

[Verification] TCT pass rate:
- tizen 77/81 (all WebAPIException related TCs should pass)
- other modules - results without change

Change-Id: I58e5dc9932b24afc8516a37564ac1497618e709f
38 files changed:
src/account/account_api.js
src/application/application_api.js
src/archive/archive_api.js
src/badge/badge_api.js
src/bluetooth/bluetooth_api.js
src/bookmark/bookmark_api.js
src/calendar/js/calendar.js
src/calendar/js/calendar_item.js
src/calendar/js/calendar_manager.js
src/callhistory/callhistory_api.js
src/contact/js/address_book.js
src/contact/js/contact.js
src/contact/js/contact_manager.js
src/contact/js/person.js
src/content/content_api.js
src/datacontrol/datacontrol_api.js
src/download/download_api.js
src/exif/exif_api.js
src/filesystem/js/file.js
src/filesystem/js/file_stream.js
src/filesystem/js/file_system_manager.js
src/messageport/messageport_api.js
src/messaging/messaging_api.js
src/nfc/nfc_api.js
src/notification/notification_api.js
src/package/package_api.js
src/power/power_api.js
src/radio/radio_api.js
src/sensor/sensor_api.js
src/sound/sound_api.js
src/systeminfo/systeminfo_api.js
src/systemsetting/systemsetting_api.js
src/time/time_api.js
src/tizen/tizen_api.js
src/tvaudio/tvaudio_api.js
src/tvchannel/tvchannel_api.js
src/tvdisplay/tvdisplay_api.js
src/utils/utils_api.js