RESOLVED FIXED 168748
[WebRTC] Add support for libwebrtc TCP incoming connections
https://bugs.webkit.org/show_bug.cgi?id=168748
Summary [WebRTC] Add support for libwebrtc TCP incoming connections
youenn fablet
Reported 2017-02-22 15:23:38 PST
[WebRTC] Add support for libwebrtc TCP incoming connections
Attachments
Patch (25.69 KB, patch)
2017-02-27 10:48 PST, youenn fablet
no flags
Patch for landing (26.17 KB, patch)
2017-02-27 11:13 PST, youenn fablet
no flags
Patch for landing (26.08 KB, patch)
2017-02-27 12:32 PST, youenn fablet
no flags
youenn fablet
Comment 1 2017-02-27 10:48:56 PST
WebKit Commit Bot
Comment 2 2017-02-27 10:50:32 PST
Attachment 302849 [details] did not pass style-queue: ERROR: Source/WebKit2/NetworkProcess/webrtc/LibWebRTCSocketClient.h:52: enum members should use InterCaps with an initial capital letter or initial 'k' for C-style enums. [readability/enum_casing] [4] ERROR: Source/WebKit2/NetworkProcess/webrtc/LibWebRTCSocketClient.h:70: The parameter name "socket" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/WebKit2/WebProcess/Network/webrtc/LibWebRTCSocket.h:51: enum members should use InterCaps with an initial capital letter or initial 'k' for C-style enums. [readability/enum_casing] [4] Total errors found: 3 in 17 files If any of these errors are false positives, please file a bug against check-webkit-style.
Alex Christensen
Comment 3 2017-02-27 10:54:33 PST
Comment on attachment 302849 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=302849&action=review > Source/WebKit2/NetworkProcess/webrtc/LibWebRTCSocketClient.cpp:56 > + if (type == Type::ServerConnectionTCP) switch(type) > Source/WebKit2/WebProcess/Network/webrtc/WebRTCSocket.h:58 > + void signalNewConnection(uint64_t newSocketIdentifiert, const WebKit::RTCNetwork::SocketAddress&); Identifier
youenn fablet
Comment 4 2017-02-27 11:13:41 PST
Created attachment 302854 [details] Patch for landing
youenn fablet
Comment 5 2017-02-27 11:13:56 PST
Thanks for the review. (In reply to comment #3) > Comment on attachment 302849 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=302849&action=review > > > Source/WebKit2/NetworkProcess/webrtc/LibWebRTCSocketClient.cpp:56 > > + if (type == Type::ServerConnectionTCP) Done > switch(type) > > > Source/WebKit2/WebProcess/Network/webrtc/WebRTCSocket.h:58 > > + void signalNewConnection(uint64_t newSocketIdentifiert, const WebKit::RTCNetwork::SocketAddress&); > > Identifier Done
youenn fablet
Comment 6 2017-02-27 12:32:19 PST
Created attachment 302864 [details] Patch for landing
WebKit Commit Bot
Comment 7 2017-02-27 17:12:31 PST
Comment on attachment 302864 [details] Patch for landing Clearing flags on attachment: 302864 Committed r213104: <http://trac.webkit.org/changeset/213104>
WebKit Commit Bot
Comment 8 2017-02-27 17:12:35 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.