commit | 0976b1fa33063d4a57df7e7c6d4aad73acf63de1 | [log] [tgz] |
---|---|---|
author | Ari Chivukula <arichiv@chromium.org> | Thu Jul 21 15:39:01 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 21 15:39:01 2022 |
tree | 98db0aa6b0ba899e3dca4325fce1da7e9bbbfd58 | |
parent | ddd99233bad9a7e7ff9e0d4a3eb068385e42e510 [diff] |
[Client Hints Fuzzer] Fix file URLs When building a fuzzer that creates GURL, it turns out that you need to load the ICU library https://crbug.com/778929. Although all file URLs are invalid in this context, we should fix the fuzzer rather than trying to block files so the code flow doesn't have to change. Bug: 1346176 Change-Id: I7b14ce66bc7101e050d728c9a7f2e31960e5853a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3779839 Auto-Submit: Ari Chivukula <arichiv@chromium.org> Reviewed-by: Eric Orth <ericorth@chromium.org> Commit-Queue: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/main@{#1026782}
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.