Security/WebAPI/ScreenOrientationAPI: Difference between revisions
Ptheriault (talk | contribs) (Created page with "{{SecTracker |Component=Screen Orientation API |Project=http://dvcs.w3.org/hg/screen-orientation/raw-file/tip/Overview.html }} {{SecTrackerItem |Sectrackerstatus=OK |Simpyn=No |S...") |
Ptheriault (talk | contribs) No edit summary |
||
| Line 8: | Line 8: | ||
|SecTrackerFSA=no | |SecTrackerFSA=no | ||
}} | }} | ||
[[Category:WebApi]] | |||
===Background=== | |||
Goals: | |||
Get notification when screen orientation changes as well as control which screen orientation a page/app wants. | |||
Example use case: Prevent screen orientation from changing when playing a game utilizing device motion | |||
Bug: | |||
https://bugzilla.mozilla.org/show_bug.cgi?id=720794 | https://bugzilla.mozilla.org/show_bug.cgi?id=720794 | ||
https://bugzilla.mozilla.org/show_bug.cgi?id=673922 | https://bugzilla.mozilla.org/show_bug.cgi?id=673922 | ||
Specification: | |||
http://dvcs.w3.org/hg/screen-orientation/raw-file/tip/Overview.html | |||
Source: | |||
===Open Questions=== | |||
===Threat Model=== | |||
===Authorization Model=== | |||
Authorization model for normal content: implicit for detecting orientation, explicit runtime for locking orientation | |||
Authorization model for installed content: implicit for both detection and locking screen | |||
===Implementation Requirements=== | |||
Revision as of 08:57, 15 April 2012
Project Info
| Screen Orientation API | |
| Project Page | http://dvcs.w3.org/hg/screen-orientation/raw-file/tip/Overview.html |
| Next Milestone | ` |
| Security Resource | ` |
{{#set:Component=Screen Orientation API |Project=http://dvcs.w3.org/hg/screen-orientation/raw-file/tip/Overview.html |Milestone=` |Resource=` }}
Security Information
| Status: | OK |
| Securtiy Approved for Beta Launch?: | No |
| Data Flow Diagram: | ` |
| Threat Model: | ` |
| Bugs: | ` |
| Security Review: | ` |
| Final Security Approval: | no |
{{#set:Sectrackerstatus=OK |Simpyn=No |DFD=` |TM=` |bugs=` |Secreview=` |SecTrackerFSA=no }}
Background
Goals: Get notification when screen orientation changes as well as control which screen orientation a page/app wants. Example use case: Prevent screen orientation from changing when playing a game utilizing device motion
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=720794 https://bugzilla.mozilla.org/show_bug.cgi?id=673922
Specification: http://dvcs.w3.org/hg/screen-orientation/raw-file/tip/Overview.html
Source:
Open Questions
Threat Model
Authorization Model
Authorization model for normal content: implicit for detecting orientation, explicit runtime for locking orientation Authorization model for installed content: implicit for both detection and locking screen