commit | 87683f0ca7b74b5aaf9e0ed9a62bddbee91c051c | [log] [tgz] |
---|---|---|
author | Yuki Shiino <yukishiino@chromium.org> | Tue Dec 06 10:32:12 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 06 10:32:12 2022 |
tree | d34534d3429fc5be8fcf891e0222c17ffc1c89e7 | |
parent | 7c9959f32bf4d095725b845098647df1fcadf769 [diff] |
event_counts: Fix internal integer types (uint32_t -> uint64_t) Event Timing spec specifies the count type as Web IDL unsigned long long, which corresponds to uint64_t. So, the implementation should use uint64_t. A coming change of bindings (https://crrev.com/c/3783847) does not allow this type mismatch. Bug: 1354546 Change-Id: Ic5766e3c8cb180b8e90e30a9a45848fedb57a5e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4082350 Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/main@{#1079694}
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.