commit | 441651498a34309eff4224c5b67f633c93597552 | [log] [tgz] |
---|---|---|
author | Vlad Krot <vkrot@google.com> | Tue Apr 15 12:37:41 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 15 12:37:41 2025 |
tree | 33b51517860bf83f227e8a623ae3a3da9e5ba040 | |
parent | d8c2d322ddbd1120648c47ba15ec829c047fe3c5 [diff] |
Devtools protocol for DirectSocket #2 Send direct socket tcp stream writes (basically individual socket messages) to Chrome Devtools Protocol. Later, this will be consumed by DevTools app where messages tab will be shown. The previous CL - https://chromium-review.googlesource.com/c/chromium/src/+/6308994 Design Document - go/chrome-devtools:directsockets-design Change-Id: I5760730f8aa38ea07f0009767d34a97f976a65ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6434437 Reviewed-by: Andrew Rayskiy <greengrape@google.com> Commit-Queue: Vlad Krot <vkrot@google.com> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/main@{#1447042}
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.