|
Brushed up listen socket:
- Upstreamed support for partial results from devtools' version
- Made DidRead receive data and length (in order to support websockets data)
- Fixed all the clients.
Added net/server with http socket implementation that supports websockets. Will remove net/tools fetch client and server later.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51635
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+522 lines, -114 lines) |
Patch |
 |
M |
chrome/browser/debugger/devtools_protocol_handler.h
|
View
|
1
2
|
2 chunks |
+3 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/debugger/devtools_protocol_handler.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/debugger/devtools_remote.h
|
View
|
3
4
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/debugger/devtools_remote_listen_socket.h
|
View
|
1
2
|
2 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/debugger/devtools_remote_listen_socket.cc
|
View
|
1
2
|
4 chunks |
+14 lines, -36 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/debugger/devtools_remote_listen_socket_unittest.h
|
View
|
2
|
3 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/debugger/devtools_remote_listen_socket_unittest.cc
|
View
|
2
|
4 chunks |
+7 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/test/test_server.h
|
View
|
4
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/test/test_server.cc
|
View
|
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/base/listen_socket.h
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/base/listen_socket.cc
|
View
|
|
3 chunks |
+24 lines, -11 lines |
0 comments
|
Download
|
 |
M |
net/base/listen_socket_unittest.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/base/listen_socket_unittest.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/base/telnet_server.cc
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
1
2
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/server/http_listen_socket.h
|
View
|
1
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/server/http_listen_socket.cc
|
View
|
1
2
3
|
1 chunk |
+316 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/server/http_server_request_info.h
|
View
|
1
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/tcp_client_socket_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/socket/tcp_pinger_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/tools/fetch/http_listen_socket.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/tools/fetch/http_listen_socket.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|