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

Issue 279313003: Create Document exitPointerLock and pointerLockElement API methods. (Closed)

Created:
6 years, 7 months ago by scheib
Modified:
6 years, 7 months ago
Reviewers:
Inactive, eseidel
CC:
blink-reviews, arv+blink, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, Inactive, watchdog-blink-watchlist_google.com, rwlbuis
Visibility:
Public.

Description

Create Document exitPointerLock and pointerLockElement API methods. Part of the larger task of creating an unprefixed Pointer Lock API. Intent to Implement and Ship approved April 21 2014 http://goo.gl/uQTJjH. BUG=359738 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174201

Patch Set 1 #

Total comments: 6

Patch Set 2 : merge; use ImplementedAs #

Patch Set 3 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -78 lines) Patch
M LayoutTests/http/tests/pointer-lock/iframe-sandboxed.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/pointer-lock/iframe-sandboxed-allow-pointer-lock.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/pointer-lock/iframe-sandboxed-allow-pointer-lock-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-allow-pointer-lock.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-allow-pointer-lock-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/pointer-lock/pointerlockelement-different-origin.html View 2 chunks +5 lines, -5 lines 0 comments Download
M LayoutTests/http/tests/pointer-lock/pointerlockelement-different-origin-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/http/tests/pointer-lock/pointerlockelement-same-origin.html View 2 chunks +5 lines, -5 lines 0 comments Download
M LayoutTests/http/tests/pointer-lock/pointerlockelement-same-origin-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/http/tests/pointer-lock/requestPointerLock-can-not-transfer-between-documents.html View 2 chunks +5 lines, -5 lines 0 comments Download
M LayoutTests/http/tests/pointer-lock/requestPointerLock-can-not-transfer-between-documents-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/resources/pointer-lock/iframe-common.js View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/pointer-lock/bug90391-move-then-window-open-crash.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/pointer-lock/lock-already-locked.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/pointer-lock/lock-already-locked-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/pointer-lock/locked-element-iframe-removed-from-dom.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/pointer-lock/locked-element-iframe-removed-from-dom-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/pointer-lock/locked-element-removed-from-dom.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/pointer-lock/locked-element-removed-from-dom-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/pointer-lock/mouse-event-delivery.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/pointer-lock/mouse-event-delivery-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/pointer-lock/pointer-lock-api.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/pointer-lock/pointer-lock-api-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/pointer-lock/pointerlockchange-pointerlockerror-events.html View 4 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/pointer-lock/pointerlockelement-null-when-pending.html View 1 chunk +6 lines, -6 lines 0 comments Download
M LayoutTests/pointer-lock/pointerlockelement-null-when-pending-expected.txt View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/dom/Document.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/Document.idl View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M Source/core/frame/UseCounter.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
scheib
6 years, 7 months ago (2014-05-12 21:26:01 UTC) #1
Inactive
https://codereview.chromium.org/279313003/diff/1/Source/core/dom/Document.idl File Source/core/dom/Document.idl (right): https://codereview.chromium.org/279313003/diff/1/Source/core/dom/Document.idl#newcode165 Source/core/dom/Document.idl:165: [MeasureAs=PrefixedDocumentExitPointerLock] void webkitExitPointerLock(); We could use [ImplementedAs=exitPointerLock] and rename ...
6 years, 7 months ago (2014-05-12 21:29:28 UTC) #2
scheib
Thanks Chris, https://codereview.chromium.org/279313003/diff/1/Source/core/dom/Document.idl File Source/core/dom/Document.idl (right): https://codereview.chromium.org/279313003/diff/1/Source/core/dom/Document.idl#newcode165 Source/core/dom/Document.idl:165: [MeasureAs=PrefixedDocumentExitPointerLock] void webkitExitPointerLock(); On 2014/05/12 21:29:29, Chris ...
6 years, 7 months ago (2014-05-12 22:24:09 UTC) #3
scheib
eseidel, API OWNERS review please.
6 years, 7 months ago (2014-05-14 17:46:34 UTC) #4
eseidel
lgtm
6 years, 7 months ago (2014-05-16 15:26:28 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scheib@chromium.org/279313003/20001
6 years, 7 months ago (2014-05-16 15:26:50 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-16 15:27:16 UTC) #7
commit-bot: I haz the power
Failed to apply patch for Source/core/frame/UseCounter.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 7 months ago (2014-05-16 15:27:17 UTC) #8
scheib
The CQ bit was checked by scheib@chromium.org
6 years, 7 months ago (2014-05-16 16:46:18 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scheib@chromium.org/279313003/40001
6 years, 7 months ago (2014-05-16 16:46:36 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-16 18:22:29 UTC) #11
commit-bot: I haz the power
6 years, 7 months ago (2014-05-16 19:07:47 UTC) #12
Message was sent while issue was closed.
Change committed as 174201

Powered by Google App Engine
This is Rietveld 408576698