Bug 165426

Summary: pointer lock needs to be feature detectable
Product: WebKit Reporter: Dean Jackson <dino>
Component: WebKit Misc.Assignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, cmarcelo, commit-queue, dbates, esprehn+autocc, jeremyj-wk, kangil.han, kondapallykalyan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch graouts: review+

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. ***