Bug 165426 - pointer lock needs to be feature detectable
Summary: pointer lock needs to be feature detectable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
: 165431 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-12-05 15:21 PST by Dean Jackson
Modified: 2016-12-05 21:37 PST (History)
8 users (show)

See Also:


Attachments
Patch (26.07 KB, patch)
2016-12-05 15:29 PST, Dean Jackson
graouts: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2016-12-05 15:21:58 PST
"exitPointerLock" is always present on Document, if POINTER_LOCK is compiled on.

Unfortunately this means that we can't runtime detect if the feature is compiled but not enabled.
Comment 1 Dean Jackson 2016-12-05 15:22:19 PST
<rdar://problem/29486715>
Comment 2 Dean Jackson 2016-12-05 15:29:34 PST
Created attachment 296202 [details]
Patch
Comment 3 Dean Jackson 2016-12-05 15:49:29 PST
Committed r209364: <http://trac.webkit.org/changeset/209364>
Comment 4 Jeremy Jones 2016-12-05 21:37:24 PST
*** Bug 165431 has been marked as a duplicate of this bug. ***