RESOLVED FIXED 167305
[WebRTC] Add support for WK1 libwebrtc endpoint
https://bugs.webkit.org/show_bug.cgi?id=167305
Summary [WebRTC] Add support for WK1 libwebrtc endpoint
youenn fablet
Reported 2017-01-23 07:34:39 PST
Add support for WK1 libwebrtc endpoint
Attachments
Patch (7.68 KB, patch)
2017-01-23 08:14 PST, youenn fablet
no flags
Patch (4.12 KB, patch)
2017-01-23 17:23 PST, youenn fablet
no flags
Patch (4.12 KB, patch)
2017-01-24 09:06 PST, youenn fablet
no flags
Archive of layout-test-results from ews116 for mac-elcapitan (1.62 MB, application/zip)
2017-01-24 10:20 PST, Build Bot
no flags
Patch (8.58 KB, patch)
2017-01-25 08:00 PST, youenn fablet
no flags
youenn fablet
Comment 1 2017-01-23 08:14:58 PST
Alex Christensen
Comment 2 2017-01-23 09:56:52 PST
Comment on attachment 299516 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=299516&action=review > Source/WebKit/WebKit.xcodeproj/project.pbxproj:3758 > + "$(SRCROOT)/../ThirdParty/libwebrtc/Source", We need to use forwarding headers. We can't include ../ because that won't exist on machines doing the internal build. > Source/WebKit/mac/WebCoreSupport/WebPlatformStrategies.h:40 > + , private WebCore::RTCStrategy We are trying to stop using strategies. Pass an object through the PageConfiguration instead.
youenn fablet
Comment 3 2017-01-23 17:23:17 PST
Alex Christensen
Comment 4 2017-01-23 17:30:45 PST
Comment on attachment 299557 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=299557&action=review > Source/WebKit/mac/WebView/WebView.mm:1368 > + pageConfiguration.libWebRTCClient = new WebLibWebRTCClient(); There's no corresponding delete. I think we should do this more like SocketProvider. If it doesn't need to be refcounted (which seems like the case because we can't access webrtc from workers for now) then maybe we could just std::unique_ptr or UniqueRef.
youenn fablet
Comment 5 2017-01-24 09:06:01 PST
Build Bot
Comment 6 2017-01-24 10:20:53 PST
Comment on attachment 299604 [details] Patch Attachment 299604 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/2941627 New failing tests: media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html
Build Bot
Comment 7 2017-01-24 10:20:55 PST
Created attachment 299610 [details] Archive of layout-test-results from ews116 for mac-elcapitan The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews116 Port: mac-elcapitan Platform: Mac OS X 10.11.6
Alex Christensen
Comment 8 2017-01-24 14:43:02 PST
Comment on attachment 299604 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=299604&action=review > Source/WebKit/mac/WebCoreSupport/WebLibWebRTCClient.h:34 > +class WebLibWebRTCClient final : public WebCore::LibWebRTCClient { LibWebRTCProvider
youenn fablet
Comment 9 2017-01-25 08:00:34 PST
youenn fablet
Comment 10 2017-01-25 13:11:16 PST
Solved as part of bug 167294
Note You need to log in before you can comment on or make changes to this bug.