Add the ability to enable media stream to the Cocoa API.
Created attachment 301094 [details] proposed patch
Comment on attachment 301094 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=301094&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKPreferencesPrivate.h:70 > +@property (nonatomic, setter=_setMediaStreamEnabled:) BOOL _mediaStreamEnabled WK_API_AVAILABLE(macosx(WK_MAC_TBA), ios(WK_IOS_TBA)); Is this the kind of feature that you would want to toggle dynamically? Is it even possible to toggle it dynamically? Otherwise it belongs in WKWebViewConfiguration.
Also, gotta set r?
Title updated based off of Tim's feedback.
Created attachment 301201 [details] proposed patch v2
Comment on attachment 301201 [details] proposed patch v2 Clearing flags on attachment: 301201 Committed r212163: <http://trac.webkit.org/changeset/212163>
All reviewed patches have been landed. Closing bug.