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

Side by Side Diff: net/websockets/README

Issue 18112015: Add PRESUBMIT.py file to net/websockets (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Changes from tyoshino review Created 7 years, 5 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 | « net/websockets/PRESUBMIT.py ('k') | 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
1 This directory contains files related to Chromium's WebSocket 1 This directory contains files related to Chromium's WebSocket
2 implementation. See http://www.websocket.org/ for an explanation of WebSockets. 2 implementation. See http://www.websocket.org/ for an explanation of WebSockets.
3 3
4 As of April 2013, the contents of this directory are in a transitional state, 4 As of April 2013, the contents of this directory are in a transitional state,
5 and contain parts of two different WebSocket implementations. 5 and contain parts of two different WebSocket implementations.
6 6
7 The following files are part of the legacy implementation. The legacy 7 The following files are part of the legacy implementation. The legacy
8 implementation performs WebSocket framing within Blink and presents a 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 9 low-level socket-like interface to the renderer process. It is described in the
10 design doc at 10 design doc at
(...skipping 23 matching lines...) Expand all
34 websocket_errors.cc 34 websocket_errors.cc
35 websocket_errors.h 35 websocket_errors.h
36 websocket_errors_unittest.cc 36 websocket_errors_unittest.cc
37 websocket_frame.cc 37 websocket_frame.cc
38 websocket_frame.h 38 websocket_frame.h
39 websocket_frame_parser.cc 39 websocket_frame_parser.cc
40 websocket_frame_parser.h 40 websocket_frame_parser.h
41 websocket_frame_parser_unittest.cc 41 websocket_frame_parser_unittest.cc
42 websocket_frame_unittest.cc 42 websocket_frame_unittest.cc
43 websocket_stream.h 43 websocket_stream.h
44
45 A pre-submit check helps us keep this README file up-to-date:
46
47 PRESUBMIT.py
OLDNEW
« no previous file with comments | « net/websockets/PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698