Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: ppapi/examples/mouse_lock/mouse_lock.html

Issue 10458008: Support mouse lock in Flash fullscreen mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/examples/mouse_lock/mouse_lock.cc ('k') | webkit/plugins/ppapi/fullscreen_container.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/examples/mouse_lock/mouse_lock.html
diff --git a/ppapi/examples/mouse_lock/mouse_lock.html b/ppapi/examples/mouse_lock/mouse_lock.html
index 5f0e5aa776b379230e5aa80e4e540bf1d79c3315..e06349c8b0d9c7e20470c80bd9ae0cf7bd058665 100644
--- a/ppapi/examples/mouse_lock/mouse_lock.html
+++ b/ppapi/examples/mouse_lock/mouse_lock.html
@@ -17,18 +17,6 @@
<body title="This tooltip should not be shown if the mouse is locked.">
<div id="container">
<ul>
- <li>There are two different kinds of fullscreen mode - "tab fullscreen" and
- "browser fullscreen".
- <ul>
- <li>"tab fullscreen" refers to when a tab enters fullscreen mode via the
- JS or Pepper fullscreen API;</li>
- <li>"browser fullscreen" refers to the user putting the browser itself
- into fullscreen mode from the UI (e.g., pressing F11).</li>
- </ul>
- <span style="font-weight:bold">
- NOTE: Mouse lock is only allowed in "tab fullscreen" mode.
- </span>
- </li>
<li>Lock mouse:
<ul>
<li>left click in either of the two boxes; or</li>
@@ -46,7 +34,19 @@
<ul>
<li>lose focus; or</li>
<li>press Esc key; or</li>
- <li>exit from the "tab fullscreen" mode.</li>
+ <li>exit from "tab fullscreen"/"browser fullscreen"/"Flash fullscreen".
+ <ul>
+ <li>"tab fullscreen" refers to when a tab enters fullscreen mode via
+ the JS or Pepper fullscreen API;</li>
+ <li>"browser fullscreen" refers to the user putting the browser
+ itself into fullscreen mode from the UI (e.g., pressing F11).
+ </li>
+ <li>"Flash fullscreen" refers to the fullscreen mode used by Pepper
+ Flash. You could enter Flash fullscreen by pressing 'f' key
+ when either of the boxes is focused, and exit by pressing Esc
+ key.</li>
+ </ul>
+ </li>
</ul>
</li>
</ul>
« no previous file with comments | « ppapi/examples/mouse_lock/mouse_lock.cc ('k') | webkit/plugins/ppapi/fullscreen_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698