commit | ac1c45a8f066e1874e115c3627b6bf45d0f109cf | [log] [tgz] |
---|---|---|
author | Joel Hockey <joelhockey@chromium.org> | Mon Oct 30 23:58:13 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 30 23:58:13 2023 |
tree | 76182ce2f392738629caa6ccdf81f0582ae415dd | |
parent | 9e4941a8d4c20d2d567ac77729e6d5ce9019927f [diff] |
Remove third_party/xdg_shared_mime_type Use base::nix::GetFileMimeType() instead which will read the local copy of /usr/local/share/mime/mime.cache. Partial revert of crrev.com/c/3848953. net::GetMimeTypeFromFile() will now block for ChromeOS, so changed some callers to use net::GetWellKnownMimeTypeFromExtension() which does not block and is sufficient for what is required by the caller. Bug: 1015353 Bug: b/300466236 Change-Id: I1094906181ccd0f22ce4c65c6e2a360df9dc1496 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4974772 Reviewed-by: Timothy Loh <timloh@chromium.org> Reviewed-by: Matt Menke <mmenke@chromium.org> Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by: David Black <dmblack@google.com> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/main@{#1217298}
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.