commit | 364a3131fe00986ddf1cd8473b9b6104d4039355 | [log] [tgz] |
---|---|---|
author | Zhaoyang Li <zhaoyangli@chromium.org> | Fri Oct 29 21:01:20 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 29 21:01:20 2021 |
tree | 5725522e8c17ecae343f991e158f1c989e0c833e | |
parent | 1960c14ef962318df5964c5d103025a1a674b12e [diff] |
[iOS][libFuzzer] Create shared libFuzzer utilities in ios/web * Changed |LoadHtml| class method of |WebTestWithWebState| to be a public function. This enables it to be called with a provided |WebState*| but without a |WebTestWithWebState| object. * Created |FuzzerEnvWithWebState| class to perform environment setups as a static var in fuzzer function. * Created protobuf definition for |ScriptMessage| class and conversion function from proto to the class, to supply structured input of |ScriptMessage| object using libprotobuf-mutator in fuzzers. Bug: 1256485 Change-Id: I04fc6d9dd940c26ecd987af849b9845a87a83de9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3248673 Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Reviewed-by: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/main@{#936553}
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.