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

Unified Diff: Source/core/dom/Document.idl

Issue 279313003: Create Document exitPointerLock and pointerLockElement API methods. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Source/core/dom/Document.cpp ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.idl
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
index bf48b5320d4619f424203eda13de5d23f36d6c60..b20d4f75ea45a4bfd6e187a08517c94360791b2c 100644
--- a/Source/core/dom/Document.idl
+++ b/Source/core/dom/Document.idl
@@ -163,7 +163,9 @@ typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext;
readonly attribute DOMString compatMode;
[MeasureAs=PrefixedDocumentExitPointerLock] void webkitExitPointerLock();
Inactive 2014/05/12 21:29:29 We could use [ImplementedAs=exitPointerLock] and r
scheib 2014/05/12 22:24:09 Done.
+ [MeasureAs=DocumentExitPointerLock] void exitPointerLock();
Inactive 2014/05/12 21:29:29 Why are we measuring the usage of the unprefixed o
scheib 2014/05/12 22:24:09 To consider the eventual migration of usage from t
[MeasureAs=PrefixedDocumentPointerLockElement] readonly attribute Element webkitPointerLockElement;
Inactive 2014/05/12 21:29:29 Ditto ([ImplementedAs]).
scheib 2014/05/12 22:24:09 Done.
+ [MeasureAs=DocumentPointerLockElement] readonly attribute Element pointerLockElement;
// Event handler attributes
attribute EventHandler onbeforecopy;
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698