commit | c64074a4ac60fe3fb85f42a57eb62c291aa3ffc9 | [log] [tgz] |
---|---|---|
author | Darren Shen <shend@chromium.org> | Thu Mar 14 06:59:59 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 14 06:59:59 2024 |
tree | 98005eb52c983fb59200476f7cf348021149256d | |
parent | 34ee14c4cfa8207a79a349898f36f63ce0acc69f [diff] |
Insert local files correctly. File insertions need to be implemented asynchronously, because we need to read the file contents in a thread pool. Use data URL to encode the file contents. Bug: b/328655564 Change-Id: I9ca3c17d964a762d557bf7f504ebf45f144ed126 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5371661 Reviewed-by: Michael Cui <mlcui@google.com> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/main@{#1272619}
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.