commit | 4752187954f2bda01d1c974a4b4c69d714036cba | [log] [tgz] |
---|---|---|
author | Yoav Weiss <[email protected]> | Tue Oct 11 19:19:12 2022 |
committer | Chromium LUCI CQ <[email protected]> | Tue Oct 11 19:19:12 2022 |
tree | 10fae68b67ddc1338745b0abe234671715d11b5a | |
parent | 3a40f9f2a48a5e3913c6c5742899d76d80fa16c3 [diff] |
Set soft navigation startTime to the click event start Currently the startTime for a SoftNavigationEntry is the timestamp when the entry was emitted, which isn't useful. This CL modifies that to a more useful timestamp - right before the click event was fired by the renderer. Bug: 1369680 Change-Id: I79c7f7c4918e6ec36663788e233a877ad38487bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3935053 Commit-Queue: Yoav Weiss <[email protected]> Reviewed-by: Michal Mocny <[email protected]> Reviewed-by: Ian Clelland <[email protected]> Cr-Commit-Position: refs/heads/main@{#1057590}
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.