Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(769)

Side by Side Diff: net/websockets/README

Issue 13911016: Add README file for WebSockets directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This directory contains files related to Chromium's WebSocket
2 implementation. See http://www.websocket.org/ for an explanation of WebSockets.
3
4 As of April 2013, the contents of this directory are in a transitional state,
5 and contain parts of two different WebSocket implementations.
6
7 The following files are part of the legacy implementation. The legacy
8 implementation performs WebSocket framing within Blink and presents a
9 low-level socket-like interface to the renderer process. It is described in the
10 design doc at
11 https://docs.google.com/a/google.com/document/d/1_R6YjCIrm4kikJ3YeapcOU2Keqr3lVU Pd-OeaIJ93qQ/preview
tyoshino (SeeGerritForStatus) 2013/04/25 02:50:23 Access controlled. Please find someway to make it
Adam Rice 2013/04/25 05:56:18 That's strange. I assume that the doc was public w
tyoshino (SeeGerritForStatus) 2013/04/26 09:58:14 Oh, it's the doc I made public again a few months
12
13 websocket_handshake_handler.cc
14 websocket_handshake_handler.h
15 websocket_handshake_handler_unittest.cc
16 websocket_handshake_handler_spdy2_unittest.cc
17 websocket_handshake_handler_spdy3_unittest.cc
18 websocket_job.cc
19 websocket_job.h
20 websocket_job_spdy2_unittest.cc
21 websocket_job_spdy3_unittest.cc
22 websocket_net_log_params.cc
23 websocket_net_log_params.h
24 websocket_net_log_params_unittest.cc
25 websocket_throttle.cc
26 websocket_throttle.h
27 websocket_throttle_unittest.cc
28
29 The following files are part of the new implementation. The new implementation
30 performs framing and implements protocol semantics in the browser process, and
31 presents a high-level interface to the renderer process similar to a
32 multiplexing proxy. This is not yet used in any stable Chromium version.
33
34 websocket_errors.cc
35 websocket_errors.h
36 websocket_errors_unittest.cc
37 websocket_frame.cc
38 websocket_frame.h
39 websocket_frame_parser.cc
40 websocket_frame_parser.h
41 websocket_frame_parser_unittest.cc
42 websocket_frame_unittest.cc
43 websocket_stream.h
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698