A cross-platform C library to retrieve CPU features (such as available instructions) at runtime.
原始仓库链接:https://github.com/google/cpu_features.git
Updated 2025-04-10 16:12:06 +00:00
This project collects a few CRC32C implementations under an umbrella that dispatches to a suitable implementation based on the host computer's hardware capabilities.
CRC32C is specified as the CRC that uses the iSCSI polynomial in RFC 3720. The polynomial was introduced by G. Castagnoli, S. Braeuer and M. Herrmann. CRC32C is used in software such as Btrfs, ext4, Ceph and leveldb.
项目原始链接:https://chromium.googlesource.com/external/github.com/google/crc32c.git
Updated 2025-04-10 15:46:28 +00:00
Google Chrome Content Analysis Connector Agent SDK
The Google Chrome Content Analysis Connector provides an official mechanism allowing Data Loss Prevention (DLP) agents to more deeply integrate their services with Google Chrome.
DLP agents are background processes on managed computers that allow enterprises to monitor locally running applications for data exfiltration events. They can allow/block these activities based on customer defined DLP policies.
This repository contains the SDK that DLP agents may use to become service providers for the Google Chrome Content Analysis Connector. The code that must be compiled and linked into the content analysis agent is located in the agent subdirectory.
A demo implementation of a service provider is located in the demo subdirectory.
The code that must be compiled and linked into Google Chrome is located in the browser subdirectory.
The Protocol Buffer serialization format is used to serialize messages between the browser and the agent. The protobuf definitions used can be found in the proto subdirectory.
原始仓库地址:https://chromium.googlesource.com/external/github.com/chromium/content_analysis_sdk.git
Updated 2025-04-10 15:38:30 +00:00
Breakpad
Breakpad is a set of client and server components which implement a crash-reporting system.
项目原始链接:https://chromium.googlesource.com/breakpad/breakpad.git
Updated 2025-04-10 14:50:29 +00:00
BoringSSL是Google开发的一个轻量级、高性能的SSL/TLS实现,它源自OpenSSL,并且在设计上更注重简化和安全性。BoringSSL不仅被广泛应用于Chrome浏览器和Android操作系统中,而且其源代码也开放给公众自由使用和贡献。
项目原始地址:https://boringssl.googlesource.com/boringssl.git
Updated 2025-04-10 14:02:06 +00:00
QUICHE stands for QUIC, Http, Etc. It is Google‘s production-ready implementation of QUIC, HTTP/2, HTTP/3, and related protocols and tools. It powers Google’s servers, Chromium, Envoy, and other projects. It is actively developed and maintained.
原始仓库链接:https://quiche.googlesource.com/quiche.git
Updated 2025-04-10 12:44:22 +00:00
The implementations follow the two IETF standards drafts:
RSA Blind Signatures
RSA Blind Signatures with Public Metadata
As the standardization process is in progress, we expect the code in this repo to change over time to conform to modifications in the IETF specifications.
原始仓库地址:https://github.com/google/anonymous-tokens.git
Updated 2025-04-10 11:04:19 +00:00
This directory contains files that define the shared library interface between an Encrypted Media Extensions (EME) Content Decryption Module (CDM) and Chromium or other user agents. It is used to build both user agents and CDMs.
This is also referred to as the “CDM interface” in the context of library CDM and in this doc. 项目原始地址: https://chromium.googlesource.com/chromium/cdm.git
Updated 2025-04-09 16:03:25 +00:00
Skia 是一个开源 2D 图形库,它提供适用于各种硬件和软件平台的通用 API。 它作为 Google Chrome 和 ChromeOS、Android、Flutter 和许多其他产品的图形引擎。Skia 支持多语言调用, C++/C#/Java/Python/Rust/WASM 等。
项目原始地址:https://skia.googlesource.com/skia
Updated 2025-04-09 05:51:24 +00:00
ANGLE - Almost Native Graphics Layer Engine
The goal of ANGLE is to allow users of multiple operating systems to seamlessly run WebGL and other OpenGL ES content by translating OpenGL ES API calls to one of the hardware-supported APIs available for that platform. ANGLE currently provides translation from OpenGL ES 2.0, 3.0 and 3.1 to Vulkan, desktop OpenGL, OpenGL ES, Direct3D 9, and Direct3D 11. Future plans include ES 3.2, translation to Metal and MacOS, Chrome OS, and Fuchsia support. 项目原始地址:https://chromium.googlesource.com/angle/angle
Updated 2025-04-07 13:47:29 +00:00
Chromium是一个开源浏览器项目,提供了一种安全、快速、稳定的方法来体验Web。该浏览器可以在多个平台上下载,包括Mac、Windows、Linux和ChromiumOS。项目原始地址: https://chromium.googlesource.com/chromium/src.git
Updated 2025-04-07 02:41:59 +00:00
嵌入式Chromium框架(简称CEF) 是一个由Marshall Greenblatt在2008建立的开源项目,它主要目的是开发一个基于Google Chromium的Webbrowser控件。CEF支持一系列的编程语言和操作系统,并且能很容易地整合到新的或已有的工程中去。
它的设计思想政治就是易用且兼顾性能。CEF基本的框架包含C/C++程序接口,通过本地库的接口来实现,而这个库则会隔离宿主程序和Chromium&Webkit的操作细节。它在浏览器控件和宿主程序之间提供紧密的整合,它支持用户插件,协议,javascript对象以及javascript扩展,宿主程序可以随意控制资源下载,导航,打印等,并且可以跟Google Chrome浏览器一起,支持高性能和Html5 技术。 项目原始地址:https://bitbucket.org/chromiumembedded/cef.git
Updated 2025-04-07 02:28:19 +00:00
V8 是 Google Chrome 的 JavaScript 引擎,它解析并执行 JavaScript 代码。V8 提供了 JavaScript 执行的运行时环境,而 DOM 和其他 Web 平台 API 则由浏览器提供。
项目原始地址: https://chromium.googlesource.com/v8/v8
Updated 2025-04-05 17:23:39 +00:00