commit | c75c5a1e1d72fc923c82ebcaeacc874c88215eff | [log] [tgz] |
---|---|---|
author | Austin Sullivan <asully@chromium.org> | Fri Dec 04 13:44:29 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 04 13:44:29 2020 |
tree | 3a859cb649a1fab2e308afc2da16f054410c7a99 | |
parent | 4e6e3275dc1163a89eb1a94e20d5d9bc5042d227 [diff] |
Add restrictions to allowed extensions for File System Access API These restrictions apply to showOpenFilePicker and showSaveFilePicker. Existing restriction: - Extension must start with "." New restrictions: - Allowed code points: [A-Za-z0-9+.] - Extension length cannot exceed to 16, inclusive of leading "." - Extension cannot end with "." - Extension cannot end with "local" or "lnk" Bug: 1137247, 1140410, 1140417, 1152327 Change-Id: I593f7ca60e05177402885bd3026add16b3a07d0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568534 Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Austin Sullivan <asully@chromium.org> Cr-Commit-Position: refs/heads/master@{#833695}
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.
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.