commit | 2ff6fc5c02b923377b21399a34edf6d777e7a1e8 | [log] [tgz] |
---|---|---|
author | Di Zhang <dizhangg@chromium.org> | Fri Jun 03 22:30:03 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 03 22:30:03 2022 |
tree | 829c5492c7195bf0a4aa4e3c76a32c76cbdb5c60 | |
parent | a806c5a1ee65373d571039d9545a9ba03b108f08 [diff] |
Add doc and docx mime types to mime_util The mime types for doc and docx are listed on MDN[1] and on iana.org[2]. [1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types [2] https://www.iana.org/assignments/media-types/media-types.xhtml Currently unable to recognize .docx and .doc file extensions. Instead, user has to select all files to see the file listed. The bug happens on OS Windows 10. Fixed: 403433 Change-Id: Ia3fad0391ec326ffcc895c3d4163671647e541a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3684820 Commit-Queue: Di Zhang <dizhangg@chromium.org> Reviewed-by: Joey Arhar <jarhar@chromium.org> Reviewed-by: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/main@{#1010768}
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.