There are a handful of privileges that crosswalk will be handling through the browser process. Our original list was the following
1. Geolocation API: http://tizen.org/privilege/location 2. Web Notifications API: http://tizen.org/privilege/notification 3. Getusermedia API: http://tizen.org/privilege/mediacapture 4. FullScreen API: http://tizen.org/privilege/fullscreen 5. Storage Use API (quota exceeding WebDatabase, IndexedDB, and FileSystem capacity): http://tizen.org/privilege/unlimitedstorage But with the changes to the privileges in Tizen 3, quite a few of these privileges don't exist any more, so I have a few questions about translating to Tizen 3 privileges: 1. geolocation is still http://tizen.org/privilege/location 2. web notifications is unclear. They could be alarms, but that doesn't quite seem right. Do web notifications still need to request a privilege in Tizen 3? 3. getusermedia is unclear. I believe this is now regulated by http://tizen.org/privilege/camera and http://tizen.org/privilege/recorder The associated W3C spec is http://www.w3.org/TR/mediacapture-streams/ 4. fullscreen no longer seems to have a privilege associated, but it could be part of http://tizen.org/privilege/display Is display the correct privilege, or is there no longer a privilege necessary for full screen? 5. storage use api is unclear. It could be http://tizen.org/privilege/externalstorage , http://tizen.org/privilege/externalstorage.appdata and http://tizen.org/privilege/mediastorage Are these correct? Are they all the privileges that should be required for the current api? The associated W3C spec is http://www.w3.org/TR/webstorage/ Terri _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
