0
Go to file
Erik Jensen 3adf2569cb Add support for GDBus file descriptor passing
D-Bus (and the GDBus implementation thereof) allow messages to be
accompanied by a list of file descriptors which are transferred to the
receiving process along with the message. Because file descriptor
numbers change when transferred to another process, the message refers
to its accompanying file descriptors by their index in the list, using
the "h" (handle) D-Bus type.

This change adds support to the GDBusConnectionRef wrapper for sending
and receiving file descriptors alongside requests and responses. A list
of file descriptors is represented by the new GDBusFdList type, which
can be included as an additional argument to Call() and accepted as an
additional parameter to the provided response callback.

It also updates object_path parameters to use the newly-landed
ObjectPathCStr type.

Bug: 378932951
Change-Id: I20b6f4cc48fce96d99bdd68d445621f380bae1fb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6349259
Commit-Queue: Erik Jensen <rkjnsn@chromium.org>
Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
Reviewed-by: Lambros Lambrou <lambroslambrou@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1433889}
2025-03-17 17:21:04 -07:00
2025-03-11 18:43:32 -07:00
2025-03-13 12:21:35 -07:00
2025-03-14 06:30:18 -07:00
2025-03-17 04:34:08 -07:00
2025-03-17 10:17:15 -07:00

Logo Chromium

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.

Description
Chromium是一个开源浏览器项目,提供了一种安全、快速、稳定的方法来体验Web。该浏览器可以在多个平台上下载,包括Mac、Windows、Linux和ChromiumOS。项目原始地址: https://chromium.googlesource.com/chromium/src.git
https://www.mobibrw.com/gitea-mirrors/chromium/src.git
Readme BSD-3-Clause 89 GiB
Languages
C++ 74.4%
Java 8.2%
Objective-C++ 4.6%
TypeScript 4%
Python 2.5%
Other 6.1%