commit | b39125dc4f4e48239938db0c8c299fdb707d1f01 | [log] [tgz] |
---|---|---|
author | Yao Xiao <yaoxia@chromium.org> | Tue Aug 23 17:22:06 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 23 17:22:06 2022 |
tree | d8033d4802faa9d0fdc5f2693fd030cdcd4b9633 | |
parent | efc8c84b724125b891430793e457ae48f0c04810 [diff] |
[shared storage] charge log(|url|) bits budget regardless of script success/failure We should always charge log(|urls|) bits budget regardless of script success/failure, otherwise (if as the code currently is, where a script failure would incur just 1 bit), website could trigger a failure if they intend to return the 0th url and their budget is reduced less. Bug: 1355605 Change-Id: I744d7ac95f1c375887b6008162e5ae52fe92684c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3846383 Reviewed-by: Cammie Smith Barnes <cammie@chromium.org> Commit-Queue: Yao Xiao <yaoxia@chromium.org> Cr-Commit-Position: refs/heads/main@{#1038306}
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.