MediaStream API: Don't trigger any object deletion during RTCPeerConnection::stop
Created attachment 173013 [details] Patch
Stop calling stop on the RTCPeerConnectionHandler, and don't delete it, when ActiveDOMObject::stop is called on RTCPeerConnection. Due to the async nature of the new API some WebCore objects might be cleaned away which is not allowed at this stage.
Comment on attachment 173013 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=173013&action=review > Source/WebCore/ChangeLog:12 > + This behaviour is not possible to test unfortunately in webkit. Do we have tests in Chromium to cover this issue?
Comment on attachment 173013 [details] Patch Clearing flags on attachment: 173013 Committed r134093: <http://trac.webkit.org/changeset/134093>
All reviewed patches have been landed. Closing bug.
Comment on attachment 173013 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=173013&action=review >> Source/WebCore/ChangeLog:12 >> + This behaviour is not possible to test unfortunately in webkit. > > Do we have tests in Chromium to cover this issue? No, but we (the WebRTC team) have our own bots that run pyautotests and some fuzzer tests. Our SETs is working on having these tests integrated into the main chromium tree.