| commit | 79a7989ae19463b13fcc7848251a068f79c2f11c | [log] [tgz] |
|---|---|---|
| author | Ali Juma <ajuma@chromium.org> | Fri Sep 18 21:40:56 2020 |
| committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 18 21:40:56 2020 |
| tree | fe5d7baf30806b8eeea61c4097f2070d22304a9d | |
| parent | d1da7d70d5582ea1b44a9ec253b359159d77c9f5 [diff] |
[iOS] Set a cap on the size of each Safe Browsing list
This caps the number of entries in each Safe Browsing list to
2^{20} entries. Currently, the largest list on iOS has between
2^{19} and 2^{20} entries.
Bug: 1129162
Change-Id: Ibf6b8b7665b079d040e5d34e8b6e86492c136a67
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415211
Commit-Queue: Ali Juma <ajuma@chromium.org>
Reviewed-by: Varun Khaneja <vakh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#808544}
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.
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.