commit | 51c2e5e17be9982b4e159b0932a873f88732c9b6 | [log] [tgz] |
---|---|---|
author | Vasiliy Telezhnikov <vasilyt@chromium.org> | Tue May 30 14:39:05 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 30 14:39:05 2023 |
tree | 8ce47102c0a2ecb177bd1c5512160bf22474dcb7 | |
parent | 443dacb8ff87e44882c1f631b20aaad347435eca [diff] |
Remove TakeFrontBuffer/ReturnFrontBuffer IPCs IPCs are not used anymore. This CL also limits SwapBuffers/Resize IPC handling only for onscreen frame buffer case (the only remaining use-case is webxr which uses real EGLSurface). Follow-ups will clean-up command decoders more, as bunch of things are not used now. Bug: 1445523 Change-Id: I860d2d129c0a4e2d90191cf99c9765480ae2e1fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4563663 Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Reviewed-by: Dominic Farolino <dom@chromium.org> Reviewed-by: Brendon Tiszka <tiszka@chromium.org> Cr-Commit-Position: refs/heads/main@{#1150552}
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.