commit | 48f5612fd911ce80a0c25a0c0816406daff7fe02 | [log] [tgz] |
---|---|---|
author | Anupam Snigdha <snianu@microsoft.com> | Fri Nov 05 18:54:01 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 05 18:54:01 2021 |
tree | ee7c4241e1b3bd91a3f5b8ab58b39bb06c130dd3 | |
parent | deea25e097885dc38e4b7a3a0d085b48dc44a90e [diff] |
Add keyboard-map permission policy check in the browser process. This CL adds permission policy check to `KeyboardLockServiceImpl::GetKeyboardLayoutMap` method which gets called whenever `GetKeyboardLayoutMap`is queried from Blink. This is needed to prevent compromised renderer process in cross-origin iframe scenarios and fenced frames to access the keyboard layout map. Bug: 1264662 Change-Id: I0a871c09e92c3ec50a93143a290944f788aa8473 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3256095 Commit-Queue: Anupam Snigdha <snianu@microsoft.com> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Bo <boliu@chromium.org> Reviewed-by: danakj <danakj@chromium.org> Reviewed-by: Gary Kacmarcik <garykac@chromium.org> Cr-Commit-Position: refs/heads/main@{#938878}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.