commit | e15e4722ba44afd5abe82a1aeb2cf80d3c94a471 | [log] [tgz] |
---|---|---|
author | David Bertoni <dbertoni@chromium.org> | Tue Feb 11 01:53:59 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 11 01:53:59 2025 |
tree | 823e8a9625f028b608b2cfec71d5bae4688de620 | |
parent | 4975bec2daabdf01d6725e65d98cd09bd26fce19 [diff] |
[Extensions] Fix the Extension manifest fuzzer. This fuzzer has been broken for a long time. I attempted a bisect to find the culprit CL, but it wasn't possible to build at the older commits and it also would have meant testing too many of them. Instead, I just added to code to address the missing URL scheme registry entries. There is prior art for this here: https://source.chromium.org/chromium/chromium/src/+/main:extensions/test/extensions_unittests_main.cc;l=49;drc=9b045da738d6f6f5218604f66ad5c2c2ca6657a8 Bug: 392725743 Change-Id: Ie4cbc3e342d5bb681998472e53104672373477fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6244480 Commit-Queue: David Bertoni <dbertoni@chromium.org> Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Auto-Submit: David Bertoni <dbertoni@chromium.org> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/main@{#1418428}
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.