Confirmed users
891
edits
Paul.silaghi (talk | contribs) |
Paul.silaghi (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
|- | |- | ||
| Full Screen APIs | | Full Screen APIs | ||
| {{StatusHealthy|status=Landed in Firefox | | {{StatusHealthy|status=Landed in Firefox 10}} | ||
| Chris Pearce | | Chris Pearce | ||
| Paul Silaghi | | Paul Silaghi | ||
Line 20: | Line 20: | ||
*This feature enables developers to make an arbitrary HTML element "full-screen", hiding the browser's UI and stretching the element to encompass the entire screen | *This feature enables developers to make an arbitrary HTML element "full-screen", hiding the browser's UI and stretching the element to encompass the entire screen | ||
*Useful for HTML5 video and games. | *Useful for HTML5 video and games. | ||
*This feature is available starting Firefox | *This feature is available starting Firefox 10 | ||
== Reference == | == Reference == | ||
Line 40: | Line 40: | ||
**Heavy user profile is loaded (large history, multiple bookmarks, user settings, tabs, add-ons) | **Heavy user profile is loaded (large history, multiple bookmarks, user settings, tabs, add-ons) | ||
**Private browsing is on | **Private browsing is on | ||
**Firefox is already in fullscreen mode | |||
*Panorama mode should work properly if HTML elements are in fullscren mode | |||
== Test Cases == | == Test Cases == | ||
Line 51: | Line 54: | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=685402 Bug 685402] - Change tab/navigate should exit DOM full-screen mode | *[https://bugzilla.mozilla.org/show_bug.cgi?id=685402 Bug 685402] - Change tab/navigate should exit DOM full-screen mode | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=691583 Bug 691583] - Dispatch event when restricted key input occurs in DOM full-screen mode | *[https://bugzilla.mozilla.org/show_bug.cgi?id=691583 Bug 691583] - Dispatch event when restricted key input occurs in DOM full-screen mode | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=684628 Bug 684628] - Transition effect when moving to DOM full-screen mode | |||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=708174 Bug 708174] - Transition into fullscreen mode is yucky |