Commit d266ae97 authored by Joe Downing's avatar Joe Downing Committed by Commit Bot

Updating expiry date for system-keyboard-lock flag

This flag is used for two purposes:
1.) BrowserTests which would fail if system-keyboard-lock were enabled
    (this is because the test infra installs its own keyboard hook
     which prevents the test from running correctly)
2.) Chrome users who want to capture all browser key combos in
    fullscreen mode but do not want local OS combos to be captured.

I'm extending the flag expiry out by several milestones as we are
working on an update to the KeyboardLock API which would allow the
caller to specify whether to install the system keyboard hook or
not.  That would mean that we can satisfy the two use cases above
via the javascript API and the flag can be removed.  We are working
on the spec updates now so hopefully we'll have the feature
implemented early this year

Change-Id: Ie2d6915eeb6351c96dd67bcd06f34ca07317a6cb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016349
Commit-Queue: Jamie Walch <jamiewalch@chromium.org>
Reviewed-by: default avatarJamie Walch <jamiewalch@chromium.org>
Auto-Submit: Joe Downing <joedow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735152}
parent 623383f8
......@@ -3405,7 +3405,7 @@
{
"name": "system-keyboard-lock",
"owners": [ "joedow", "garykac", "jamiewalch" ],
"expiry_milestone": 79
"expiry_milestone": 86
},
{
"name": "tab-groups",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment