commit | 155e2e03e34b02605ca3ca721883a57243dea822 | [log] [tgz] |
---|---|---|
author | Aoyuan Zuo <[email protected]> | Mon Feb 12 19:39:31 2024 |
committer | Chromium LUCI CQ <[email protected]> | Mon Feb 12 19:39:31 2024 |
tree | 8c0038bc06fd02b25d65efbac62feefffcde697d | |
parent | e4f699c4ef211a7da5e4859cc62d7f8108e1d40b [diff] |
Event Timing - Handle modal dialog interference * Previous undesired outcome: event timing could measure the arbitrarily long user input waiting time on synchronous javascript modal dialogs and report it as part of the presentation delay. * Root cause: synchronous modal dialogs paused the event-damaged frame to be presented until after user close the dialog. * This CL address it by: treating modal dialogs showing as another way of page responding and report the dialog showing timestamp as an alternative end time for duration measurement to any events that was interfered by the modal dialog in event timing. Bug: 1435448 Change-Id: I8f48c0292e45b01ea51ac5134096a08f584fdcfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5258894 Commit-Queue: Aoyuan Zuo <[email protected]> Reviewed-by: Michal Mocny <[email protected]> Reviewed-by: Dmitry Gozman <[email protected]> Cr-Commit-Position: refs/heads/main@{#1259367}
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.