0
Files
src/net
Ryosuke Miyake 6353f4f0a8 Use EmbeddedTestServer Utility to Simplify WebSocket Test Setup
This change refactors `WebSocketBrowserTest` to leverage the updated
`InstallDefaultWebSocketHandlers` utility in `EmbeddedTestServer` with
the new `serve_websocket_test_data` parameter set to `true`. This
simplifies the setup process by automatically serving WebSocket test
data files from the `net/data/websocket` directory, removing the need
for redundant `ServeFilesFromDirectory` calls.

Bug: 40812029
Change-Id: I8234853974846fbac2842672c5deb3cca249335b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6038927
Commit-Queue: Huanpo Lin <robertlin@chromium.org>
Reviewed-by: Huanpo Lin <robertlin@chromium.org>
Auto-Submit: Ryosuke Miyake <rysk@google.com>
Reviewed-by: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1387098}
2024-11-22 22:39:25 +00:00
..
2024-11-22 10:42:01 +00:00
2024-10-31 01:36:37 +00:00
2024-10-31 01:36:37 +00:00
2024-11-22 16:49:55 +00:00
2024-10-31 01:36:37 +00:00
2024-11-07 13:44:04 +00:00
2024-11-22 10:42:01 +00:00
2024-10-31 01:36:37 +00:00
2024-11-01 23:42:12 +00:00

Chrome Networking Stack

This directory contains the code behind Chrome's networking stack. It is documented here.