commit | 70522f5e719d414b8f2e79f4b9fd352383c81cf7 | [log] [tgz] |
---|---|---|
author | jhtin <jhtin@chromium.org> | Fri Sep 30 01:55:32 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 30 01:55:32 2022 |
tree | 2401097334d280ccc5ca0e74f0b9a2b842ff5c68 | |
parent | 50e910a95473cea041c9793bed4f661690f91aea [diff] |
longpress diacritics: block crosh and terminal via url You can access crosh/terminal via url and it won't contain the extension id. Hence we will have to block them with exact url matches. There is no "domain" or "path" so we need to create a new function for this. Fixed: b/249440080 Change-Id: I6d08156191d96a62a058aabdf161a5941c882193 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3925278 Commit-Queue: jhtin <jhtin@chromium.org> Reviewed-by: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/main@{#1053353}
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.