RESOLVED FIXED 176638
[Cocoa] Add a modern WKPreferences switch to disable WebRTC
https://bugs.webkit.org/show_bug.cgi?id=176638
Summary [Cocoa] Add a modern WKPreferences switch to disable WebRTC
mitz
Reported 2017-09-08 16:48:28 PDT
<rdar://problem/34335158> We should have a modern equivalent of WKPreferencesSetPeerConnectionEnabled.
Attachments
Patch (2.67 KB, patch)
2017-09-26 11:15 PDT, youenn fablet
no flags
Patch (2.68 KB, patch)
2017-09-26 11:47 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2017-09-26 11:15:30 PDT
Tim Horton
Comment 2 2017-09-26 11:44:45 PDT
Comment on attachment 321846 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=321846&action=review > Source/WebKit/UIProcess/API/Cocoa/WKPreferencesPrivate.h:105 > +@property (nonatomic, setter=_setPeerConnectionEnabled:) BOOL _peerConnectionEnabled WK_API_AVAILABLE(macosx(10.13), ios(11.0)); Given that they have shipped, I don't think this can possibly be available in 10.13 or 11.0. Use the WK_TBA magic.
youenn fablet
Comment 3 2017-09-26 11:47:50 PDT
WebKit Commit Bot
Comment 4 2017-09-26 16:35:44 PDT
Comment on attachment 321852 [details] Patch Clearing flags on attachment: 321852 Committed r222533: <http://trac.webkit.org/changeset/222533>
WebKit Commit Bot
Comment 5 2017-09-26 16:35:46 PDT
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.