commit | 082087b92c48f4ab6202b02094c4993e183d4aa4 | [log] [tgz] |
---|---|---|
author | Dave Tapuska <dtapuska@chromium.org> | Thu Oct 10 19:46:13 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 10 19:46:13 2024 |
tree | 23b02ba5b7e17276e6bfeea8fc4945c3cc9f2010 | |
parent | 04c49a32c1fb18b9ca014ef5d2fb9e946832bda9 [diff] |
Convert permissions code to use bindings enumerations We had needless conversions from strings -> enums and back. The PermissionStatus name was moved from an enumeration to a DOMString in the IDL to preserve the response type that the returned values don't map to the values in the enumeration. Bug: 366411876, 370425456 Change-Id: I811879cbd98cb1fa5a850e55e123a7ff64415dd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5923756 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/main@{#1367003}
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.