commit | 54c90cd8a45374073d1bacbdce444549d6028999 | [log] [tgz] |
---|---|---|
author | Hidehiko Abe <hidehiko@chromium.org> | Sat Mar 09 20:24:46 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Mar 09 20:24:46 2024 |
tree | fa96f6d8b89b42ac2f17a78857c6aea04f089238 | |
parent | 7e6e6b52a559625e323f3a5cafc648d204511a48 [diff] |
Update the timing to unblock post-login tasks. Currently, post-login tasks are unblocked when all tasks considered critical to login are completed, including animations. However, due to race condition, the event may not reliably emitted. This CL moves the timing a bit earlier, so while there're some overlap of the timing to run the post-login tasks, and the animations, it should run. We also take the new metrics BootTime.Login4 for this purpose to see the impact of animation waiting compared to BootTime.Login3. Once we confirm that has negligible impact, we can simplify it by replacing it to BootTime.Login4. BUG=b/326065955, b/323098858 TEST=Run locally. Change-Id: I6cfa234116d5b7ed9e3d71f3451ec7417f26a762 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5348944 Reviewed-by: Jun Ishiguro <junis@google.com> Reviewed-by: Jimmy Gong <jimmyxgong@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1270646}
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.