|
|
Rename public/web/WebSocket things to WebPepperSocket.
These classes are only used by the PepperWebSocketHost, and blink does not
intend to expose a low level WebSocket API for consumption in content. Lets
rename the classes to reflect their non-general purpose.
BUG= 561879
Committed: https://crrev.com/042230c55004e7e7a408fb6b6b17fcc52ae1f5d7
Cr-Commit-Position: refs/heads/master@{#379191}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+92 lines, -680 lines) |
Patch |
 |
M |
content/renderer/pepper/pepper_websocket_host.h
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_websocket_host.cc
|
View
|
|
4 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/web/WebPepperSocket.cpp
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/web/WebPepperSocketChannelClientProxy.h
|
View
|
1
2
3
4
|
4 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/web/WebPepperSocketImpl.h
|
View
|
1
2
3
4
|
4 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/web/WebPepperSocketImpl.cpp
|
View
|
1
2
3
4
5
|
9 chunks |
+25 lines, -25 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/web/WebSocket.cpp
|
View
|
|
1 chunk |
+0 lines, -48 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/web/WebSocketChannelClientProxy.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -78 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/web/WebSocketImpl.h
|
View
|
|
1 chunk |
+0 lines, -93 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/web/WebSocketImpl.cpp
|
View
|
|
1 chunk |
+0 lines, -207 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/web.gypi
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/blink_headers.gypi
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/public/web/WebPepperSocket.h
|
View
|
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/public/web/WebPepperSocketClient.h
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/web/WebSocket.h
|
View
|
|
1 chunk |
+0 lines, -97 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/web/WebSocketClient.h
|
View
|
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
Total messages: 27 (14 generated)
|