commit | bcb2dc9630d99e288f691c1d48b4acbd9fa00535 | [log] [tgz] |
---|---|---|
author | Alex Turner <[email protected]> | Tue Nov 19 19:57:41 2024 |
committer | Chromium LUCI CQ <[email protected]> | Tue Nov 19 19:57:41 2024 |
tree | 27236367e91a75309d496401037e90524d5fad25 | |
parent | 4b34262280567cc150d4090bb9e5e3e9165ff85b [diff] |
Use unsigned ints for filtering_id_max_bytes expectations in some tests These currently compare to an optional, which avoids a warning. In a future cl, we will remove the optional wrapper. Change-Id: I287f24819f24cac463ad3eeffbe2a91b0cbc413e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6033501 Reviewed-by: Yao Xiao <[email protected]> Commit-Queue: Yao Xiao <[email protected]> Cr-Commit-Position: refs/heads/main@{#1385153}
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.