commit | 218fb59ede8b06ddff67cd4de85de6559a1f16a0 | [log] [tgz] |
---|---|---|
author | Tim Sergeant <tsergeant@chromium.org> | Fri Sep 23 05:31:48 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 23 05:31:48 2022 |
tree | ae2e4fd954e3354e903959a4d1750dd32fe294eb | |
parent | d02a474aaf8257691b1648a3fc39505573b8f2a4 [diff] |
Web Share Target: Remove support for sharing files through data pipe File sharing through a mojo data pipe was added to support sharing ARC content files from WebAPKs. This flow now uses Fusebox moniker files, which can be read using normal file I/O, and so the file streaming support can be safely removed. Bug: 1343261 Change-Id: Ia4d9461c1c7d08aff46021c9b643d707ca41611d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3907266 Auto-Submit: Tim Sergeant <tsergeant@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by: Eric Willigers <ericwilligers@chromium.org> Reviewed-by: Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/main@{#1050519}
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.