commit | 4d851a4e5d9a450126e0132d00170bec95db2b54 | [log] [tgz] |
---|---|---|
author | Tom Anderson <thomasanderson@chromium.org> | Wed Jan 29 22:40:50 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 29 22:40:50 2025 |
tree | aa6d2ece22f7acaf79f6fc3d7c5a40e70f0c4b86 | |
parent | f3e90265b546b728271b374b94fb66db37bd24c1 [diff] |
[X11] Use server-provided timestamp as _NET_WM_USER_TIME The clock used by base::TimeTicks() may differ from the one used by the X11 server, so this CL always uses a server-provided timestamp. R=thestig Fixed: 361749725 Change-Id: I2d6aa69a21f148677b5427cfe6af9ecaf9902e1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6214971 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/main@{#1413185}
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.