commit | 23e3022b85f95d6324f06dc03bf43a6880409e3c | [log] [tgz] |
---|---|---|
author | Peter Marshall <petermarshall@chromium.org> | Tue Nov 30 02:40:40 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 30 02:40:40 2021 |
tree | 9007714a2fba06d8d28179744573b1de7c818ff3 | |
parent | 19da812398a7fdf441dffd0bafe2dca43f8910be [diff] |
Add stub lacros implementation for file_browser_handler API This extension API was previously implemented in ash and this is part of a series of CLs to add an implementation for lacros. Set up manifest parsing, custom bindings etc. to work in lacros as well as ash. The actual implementation of the only function in the API, fileBrowserHandler.selectFile, is left for later. This allows us to install an extension in lacros that has file_browser_handlers in the extension and load it without any errors. Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: 1240018 Change-Id: Id5c606329fa33e14adc0bbb60438c69e0528dd19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3267905 Reviewed-by: Ben Wells <benwells@chromium.org> Reviewed-by: calamity <calamity@chromium.org> Commit-Queue: Peter Marshall <petermarshall@chromium.org> Cr-Commit-Position: refs/heads/main@{#946278}
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.