WebKit fails to leave audio routing arbitration during navigation, closing.
<rdar://problem/64395051>
<rdar://problem/64556258>
Created attachment 402378 [details] Patch
Comment on attachment 402378 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=402378&action=review Is it worth adding a test that deletes the <video> element? > Source/WebKit/UIProcess/API/Cocoa/WKWebViewTesting.mm:245 > + case WebKit::AudioSessionRoutingArbitratorProxy::ArbitrationStatus::None:return WKWebViewAudioRoutingArbitrationStatusNone; Nit: missing a space before "return"
(In reply to Eric Carlson from comment #5) > Comment on attachment 402378 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=402378&action=review > > Is it worth adding a test that deletes the <video> element? Might as well! > > Source/WebKit/UIProcess/API/Cocoa/WKWebViewTesting.mm:245 > > + case WebKit::AudioSessionRoutingArbitratorProxy::ArbitrationStatus::None:return WKWebViewAudioRoutingArbitrationStatusNone; > > Nit: missing a space before "return" Fixed.
Created attachment 402412 [details] Patch for landing
Committed r263328: <https://trac.webkit.org/changeset/263328> All reviewed patches have been landed. Closing bug and clearing flags on attachment 402412 [details].
Committed r263342: <https://trac.webkit.org/changeset/263342>