commit | 7509aa8b1962e1c70622f17002395076989940cd | [log] [tgz] |
---|---|---|
author | Antonio Gomes <tonikitoo@igalia.com> | Fri Aug 12 00:31:33 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 12 00:31:33 2022 |
tree | 0c424a400cdab251978a37f951a6ced673820145 | |
parent | a0285215ec7b6186db8451065bf34f0e90cb395f [diff] |
[ozone/wayland] Use std::deque::push_back() for event queuing ... instead of push_front(). Logically, this makes the WaylandEventSource::touch_frames_ logic really FIFO based. BUG=1298504 R=nickdiego@igalia.com Change-Id: I195ff184cc4a35cde0066ad7c5f43029a94ac845 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3827945 Reviewed-by: Nick Yamane <nickdiego@igalia.com> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/main@{#1034264}
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.