Disable user gesture requirement for audio playback on Mac
Created attachment 279183 [details] Patch
Comment on attachment 279183 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=279183&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:143 > _mediaTypesRequiringUserActionForPlayback = WKAudiovisualMediaTypeAll; These two lines are mixed up, aren't they? And/or a separate assignment to WKAudiovisualMediaTypeNone?
Created attachment 279252 [details] Patch
Comment on attachment 279252 [details] Patch Clearing flags on attachment: 279252 Committed r201110: <http://trac.webkit.org/changeset/201110>
All reviewed patches have been landed. Closing bug.