QA/Automation/Projects/WebRTC/Misc Automated Tests: Difference between revisions

From MozillaWiki
< QA‎ | Automation‎ | Projects‎ | WebRTC
Jump to navigation Jump to search
(Created page with "== Overview == The following page gives a summary of known bugs that need automated tests for the WebRTC page. == WebRTC Bugs in-testsuite? == <bugzilla> { "flags"...")
 
No edit summary
Line 7: Line 7:
<bugzilla>
<bugzilla>
     {
     {
        "product": "Core",
        "component": "WebRTC",
         "flags": "in-testsuite?"
         "flags": "in-testsuite?"
     }
     }
</bugzilla>
</bugzilla>

Revision as of 16:15, 4 November 2012

Overview

The following page gives a summary of known bugs that need automated tests for the WebRTC page.

WebRTC Bugs in-testsuite?

Full Query
ID Summary Priority Status
591976 Expose raw audio from the microphone to web content -- RESOLVED
665909 WebRTC tracking -- RESOLVED
683620 WebRTC will need non-blocking IPC to talk between the RT code and the JS code/worker -- RESOLVED
688178 Import WebRTC library into core [tracking bug] -- RESOLVED
691234 Write MediaEngine backend for Desktop based on WebRTC code -- VERIFIED
694807 Implement PeerConnection object -- VERIFIED
699646 Get the alder branch to compile on windows -- RESOLVED
711628 Implement MediaStreamArray class for PeerConnection's localStreams/remoteStreams -- VERIFIED
730929 Determine what must be done with namespaces for the imported WebRTC code -- RESOLVED
731429 [meta] WebRTC Demo needs -- RESOLVED
731611 Choose WebRTC.org revision to base demo on -- RESOLVED
734856 atlbase.h needed by webrtc in windows -- RESOLVED
734859 uint64_t not defined on windows, but HAVE_UINT64_T is set by configure -- RESOLVED
735561 Bugs in webrtc drop gyp files exposed by building on linux builders -- RESOLVED
736608 On some linux systems webrtc fails to link due to not finding XML_* functions from expat -- RESOLVED
737398 Linux 64-bit debug builds of WebRTC use non-PIC stl function on builders -- RESOLVED
737583 historic moments - webrtc -- RESOLVED
742832 Add support for tab sharing for getUserMedia -- RESOLVED
743703 Log WebRTC debugs to NSPR logs -- RESOLVED
744933 Linux builds of the demo branch of webrtc on alder don't appear to do media -- RESOLVED
747047 Add security framework -- RESOLVED
747048 Fix libjingle linkage on mac -- RESOLVED
749431 Build gtest -- RESOLVED
749522 [meta] Tracking bug for WebRTC Automation P2 RESOLVED
749889 Land necessary portion of media/webrtc for getUserMedia on m-c -- RESOLVED
750010 [meta] Support Android for WebRTC -- RESOLVED
750011 [meta] Support B2G for WebRTC -- RESOLVED
750163 Intermittent TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_streams_element_capture.html | Exited with code 1 during test run -- RESOLVED
750714 Fuzzing: Opus -- RESOLVED
750869 Support WebRTC for Android in our build system -- RESOLVED
750943 Define abstract interface for hardware device access: MediaEngine -- RESOLVED
751755 pgo warnings on libvpx -- RESOLVED
752351 Implement fallback MediaEngine backend -- RESOLVED
752352 Define and implement chrome extensions to getUserMedia and MediaStreams for privileged callers -- RESOLVED
752353 Implement DOM bindings for getUserMedia -- VERIFIED
753895 WebRTC won't build on Win64 -- RESOLVED
757637 Rollup of make system changes for WebRTC -- RESOLVED
757669 Verify licensing on webrtc.org import -- RESOLVED
758391 Allow two media streams to be merged into one -- RESOLVED
758843 Building with GTest has visibility issue on Linux -- RESOLVED
759908 MediaStreams need Notify callbacks -- RESOLVED
760858 Need WebRTC Media Transport Abstraction for Peer Connection and mTransport -- RESOLVED
767250 redefined webrtc targets fails b2g build -- RESOLVED
768452 Separate out compiled unit tests -- RESOLVED
768968 Clean up warnings/turn on -Werror for imported code P5 RESOLVED
769271 Alder branch doesn't build on linuxQT -- RESOLVED
770230 Broken symlinks in webrtc code -- RESOLVED
771248 Enable WebRTC in builds by default (except for Android/B2G) -- RESOLVED
771833 drawImage doesn't work on MediaStream assigned to <video> -- VERIFIED
771956 webrtc module auto generated makefiles incorrectly generating paths in windows format paths (on windows), causing make to barf -- RESOLVED
771981 media/webrtc doesn't build on *BSD or other non-standard platforms -- RESOLVED
772046 ASan builds broken by WebRTC (Linker relocation error) -- RESOLVED
772112 libvpx encoder fails to build with clang lto -- RESOLVED
772201 Webrtc breaks builds with symlinked objdirs -- RESOLVED
773423 WebRTC build breaks when MOZ_OBJDIR is defined outside of TOPSRCDIR on Windows -- RESOLVED
773454 WebRTC tests fail to build using visual studio 2012 -- RESOLVED
773646 mozGetUserMedia({audio:true}...) fails on the second attempt -- VERIFIED
773649 mozGetUserMedia doesn't support getting both audio and video in one stream -- VERIFIED
773986 Unknown media type in 1st parameter of mozGetUserMedia() call should throw a NS_ERROR_DOM_NOT_SUPPORTED_ERR P4 RESOLVED
774667 Make media.navigator.enabled visible -- VERIFIED
775939 Cannot open include file: 'audio_coding_module_typedefs.h': No such file or directory -- RESOLVED
776013 Build error with gcc-4.7 in libjingle -- RESOLVED
776809 Selecting to copy the video location on a MediaStream in a video tag returns a MediaStream object to the user - Should provide a better identifier to the user's camera -- RESOLVED
776814 Trying to Show Statistics on a MediaStream in a video tag results in no stats shown - TypeError thrown -- RESOLVED
776816 Selecting copy image location on image generated by a picture in getUserMedia returns a very not so useful blob location -- RESOLVED
776877 webrtc fails to build with system nspr -- RESOLVED
777215 Add RTCPeerConnection to list of expected unexpected global symbols -- RESOLVED
777345 Problem compiling with clang builds on Mac in WebRTC -- RESOLVED
780553 Providing an incorrect combination of parameters (video: true, picture: true) to getUserMedia - unexpected success, picture taken -- VERIFIED
780555 Providing an incorrect object to getUserMedia 1st parameter - wrong error object is returned -- RESOLVED
780790 crash in mozGetUserMedia (null mSuccess) [@ mozilla::SuccessCallbackRunnable::Run()][@ mozilla::GetUserMediaStreamRunnable::Run()] -- VERIFIED
780805 Passing a null value into the first parameter of mozGetUserMedia - NS_ERROR_INVALID_POINTER is thrown, instead of a graceful failure P4 RESOLVED
780811 Passing incorrect object types into any of the mozGetUserMedia needs to cleanly type check and fail gracefully on failure -- RESOLVED
781534 Create basic automated test coverage for the mozGetUserMedia function for desktop -- RESOLVED
781647 Can't set onXxxx handlers in mozPeerConnection (on alder) -- RESOLVED
781720 alder needs -lrt for clock_gettime -- RESOLVED
782166 Accessing the "ended" attribute of a MediaStream returns undefined on a stream returned on a success callback -- RESOLVED
782170 The error callback of mozGetUserMedia sends back a string, not a NavigatorUserMediaError -- RESOLVED
782194 Follow spec for MediaStream and expose the correct attributes and functions P3 RESOLVED
782657 Convert use of sigslot to multithreaded -- NEW
782873 Need to provide sigslot.h from jingle or chromium/ipc for mtransport -- RESOLVED
783843 SCTP library doesn't consistently use HAVE_SIN_LEN, and we don't set it in configure -- RESOLVED
786158 Support local and remoteDescription attributes for JSEP P2 RESOLVED
786466 Android - gUM should return a NOT_SUPPORTED_ERR when requesting video/audio set as true -- RESOLVED
786680 browser_SignInToWebsite.js browser-chrome test is perma-orange on all platforms on alder branch -- RESOLVED
788183 [meta] Investigate end-to-end latency issues in WebRTC -- RESOLVED
789858 libsrtp wants HAVE_BYTESWAP/HAVE_NETINET_IN/etc defined for byte-swapping -- RESOLVED
791245 Must include license for ACE for webrtc code -- RESOLVED
791461 Can't create more than 10 datachannel objects -- VERIFIED
792125 [meta] Fuzzing: WebRTC Library -- RESOLVED
792213 Conditionalize Mozilla crash reporter -- RESOLVED
793436 Throw a more useful error/exception if mozGetUserMediaDevices is access by web content and add tests -- RESOLVED
793446 Unexpose mozGetUserMediaDevices from web content -- RESOLVED
794476 MediaStreams produced by getUserMedia only work with video/audio -- RESOLVED
794648 Null pointer dereference in fsm.c:147 [@ mozilla::NrIceCtx::GetGlobalAttributes() ] P2 RESOLVED
794650 Race condition in getOffer (PeerConnection.js) -- RESOLVED
794664 .createDataChannel() second argument should be optional -- RESOLVED
794668 Add createFakeMediaStream to gUM -- VERIFIED
794670 All the success callbacks get a 0 argument -- RESOLVED
794682 Basic HTML tests aren't working in tinderbox builds -- RESOLVED
795057 SDP buffer not null-terminated if generated offer larger than 2048 bytes -- RESOLVED
795126 Make iostream-based debugging DEBUG-only (signaling, mtransport) -- RESOLVED
795367 Establish makefiles/directories for gUM/webrtc test automation and add a simple gUM error test -- RESOLVED
795383 [meta] Peer Connection Automated Tests -- NEW
795487 [WebRTC] local_video_test.html won't run (no video appears) on latest alder tinderbox build (Sep27) -- RESOLVED
795698 nsINavigatorUserMedia should not be exposed in the classinfo -- RESOLVED
795704 Missing entries from test_interfaces.html -- RESOLVED
796463 Pref on WebRTC by default -- RESOLVED
796888 Create Mochitest for Video only connection (connect/disconnect) -- RESOLVED
796889 Create Mochitest for Video only with data channel connection (send/receive/chat/disconnect) P2 RESOLVED
796890 Create Mochitest for Video/Audio connection (send/disconnect) -- RESOLVED
796891 Create Mochitest for Video/Audio with data channel connection (send/receive/chat/disconnect) P2 RESOLVED
796892 Create Mochitest for Audio only connection (send/disconnect) -- RESOLVED
796894 Create Mochitest for data channel only connection (send/receive/disconnect) P2 RESOLVED
796895 Create Mochitest for Audio only with data channel connection (send/receive/chat/disconnect) P2 RESOLVED
796896 Create Mochitest for Video/Audio connection with identity provider (identify/disconnect) P5 RESOLVED
796897 Create Mochitest for stats of an incoming Audio stream P5 RESOLVED
796906 ASSERTION: Don't call on main thread: '!NS_IsMainThread()', file /alder/dom/media/MediaManager.cpp, line 323 -- VERIFIED
797084 DataChannel needs to proxy IO (usrsctp_sendv()) to off-main-thread P4 RESOLVED
797218 Possible uninitialized variable in automode.c -- RESOLVED
797533 Compiling with --enable-metro on OSX does not work. Error /bin/sh: ./tools/clang/scripts/plugin_flags.sh: Permission denied P3 RESOLVED
797671 Update webrtc.org code from stable branch 3.12 -- RESOLVED
797796 getUserMedia backend needs to pass all necessary data to the UI -- RESOLVED
798293 ASan builds broken by WebRTC (error: visibility does not match previous declaration) -- RESOLVED
798323 Peer connections are leaking a lot of threads and memory, which can not be released by GC P1 RESOLVED
798825 Add DataChannel DOM interfaces to RTCPeerConnection -- VERIFIED
798829 "ASSERTION: Using observer service off the main thread!" with getUserMedia -- RESOLVED
798969 Build broken due to $(OBJDIR)/media/webrtc/trunk/common.mk dependency on mozmake.py being structured incorrectly -- RESOLVED
798979 media/webrtc/signaling/src/sipcc/core/ccapp/ccprovider.c:1914:25: error: comparison of literal 5 with expression of type 'cc_line_reg_state_t' is always false [-Werror,-Wtautological-constant-out-of-range-compare] -- RESOLVED
799069 Unresolved vpx_codec_vp8_cx export in --disable-webrtc build -- RESOLVED
799097 navigator.mozGetUserMedia doesn't return streams for multiple devices, e.g video and audio -- RESOLVED
799246 Conditionally enable webrtc unit tests -- RESOLVED
800130 Segfault in PeerConnectionImpl.cpp:734 -- RESOLVED
800289 Make peer connection error messages in console more verbose if preference is not enabled P3 RESOLVED
800401 Stop forcing -Werror on everybody -- RESOLVED
800538 Add MOZ_ASSERT for mVoiceEngine in MediaEngineWebRTCAudioSource/etc constructors P3 RESOLVED
800628 Intermittent build failure: NameError: name 'use_system_libvpx' is not defined while evaluating condition 'use_system_libvpx==0' in /builds/slave/m-in-osx64/build/media/webrtc/trunk/src/modules/video_coding/codecs/vp8/vp8.gyp while loading dependencies of -- RESOLVED
800847 mozmake.py doesn't create working dependencies of Makefiles on gyp files -- RESOLVED
800990 Linker warnings when linking libxul coming from WebRTC P2 RESOLVED
801210 warning: extra ';' [-pedantic] in media/mtransport/ -- RESOLVED
801227 WebRTC crash [@mozilla::MediaManager::GetUserMedia] P2 RESOLVED
801307 Remove two unused member variables in mtransport P3 RESOLVED
801385 getUserMedia freeze all system P3 RESOLVED
801392 crash in webrtc::ProcessThreadImpl::Process on WebRTC demo P1 RESOLVED
801551 Crash on shutdown after using Audio/Video [@ nsBufferedAudioStream::DataCallback(void*, long)] P1 RESOLVED
801682 Enable media crashtests on the alder branch (and disable leak checks) P1 RESOLVED
802326 If video and audio is requested in gUM, but one of them fails, we should align with the spec P2 RESOLVED
802538 mozGetUserMedia streams don't get destroyed P1 RESOLVED
802539 Windows build slaves looping over 'Updating projects from gyp files...' P1 RESOLVED
802656 Trying to request access to the camera or mic in gUM with no/locked camera/mic support - no error is fired back P2 RESOLVED
802661 Clean up MediaStream handling in GetUserMedia P2 RESOLVED
802694 Pass along constraints from PC JS module to PCImpl P1 RESOLVED
802835 navigator.mozGetUserMedia requires 3 arguments -- RESOLVED
802982 Crash with excessive getUserMedia calls [crashtest checkin] -- VERIFIED
803052 WebRTC crash [@mozilla::GetUserMediaStreamRunnable::Run()] -- RESOLVED
803086 Crash in mozilla::MediaPipelineTransmit::ProcessVideoChunk -- VERIFIED
803493 Move WebRTC Mochitests from dom/tests/mochitests/media to /dom/media/tests/mochitest -- RESOLVED
803535 WebRTC crash [@mozilla::MediaEngineDefault::EnumerateAudioDevices] -- VERIFIED
803744 PeerConnectionImpl Initialize: StartGathering failed: 2147500037 -- RESOLVED
803782 WebRTC crash [@mozilla::GetUserMediaRunnable::Run] -- VERIFIED
803842 WebRTC crash [@webrtc::TraceImpl::AddMessageToList] P1 RESOLVED
803922 WebRTC crash [@mozilla::ErrorCallbackRunnable::Run] -- RESOLVED
804032 compile error on ppc in webrtc -- RESOLVED
804118 Fix crashtests to use mozRTCPeerConnection instead of mozPeerConnection -- RESOLVED
805063 Calling createOffer() on a closed peer connection has to throw an exception P2 RESOLVED
805172 DataChannelInit dictionary wasn't merged over in WebRTC landing -- RESOLVED
805251 Crash [@ mozilla::DataChannelConnection::Close] P1 VERIFIED
805279 WebRTC crash [@webrtc::Trace::Add] -- RESOLVED
805426 Navigator error pops up when clicked on picture -- RESOLVED
805470 GCC warnings for "warning: extra ‘;’ [-pedantic]" in /media/mtransport -- RESOLVED
805549 signaling_sipcc fails to compile because of unused variable P3 RESOLVED
805662 WebRTC unit-test crash [@AudioSendAndReceive::GenerateMusic] P2 VERIFIED
805717 Remove MediaStream hint mechanism P2 RESOLVED
805871 Peer Connection cannot be established -- VERIFIED
806375 PeerConnection DataChannel demo doesn't work a second time, requires restart P1 VERIFIED
806407 createOffer failing silently on opt linux builds P1 VERIFIED
806420 Cam access with getUserMedia blocked if it has already been opened and not closed properly P2 RESOLVED
806437 Need a way to test if the user has a cam whitout trying to access the stream -- RESOLVED
806825 WebRTC possible data race with sipcc::PeerConnectionCtx::ChangeSipccState vs. sipcc::PeerConnectionCtx::onDeviceEvent -- RESOLVED
807103 PeerConnectionImpl shutdown incomplete after fixing leaked reference P1 RESOLVED
807238 MediaPipeline::NotifyPull and mozilla::MediaPipelineReceiveVideo::PipelineRenderer::RenderVideoFrame not protected against Detach P1 VERIFIED
807259 Fix shutdown for WebRTC standalone unit tests P1 RESOLVED
807492 Support BSDs for WebRTC P3 RESOLVED
807494 Set up public stun servers for WebRTC -- RESOLVED
807647 Hang when calling DataChannel.send -- VERIFIED
808002 nsIDOMDataChannel.reliable is a lie -- VERIFIED
808525 OSX ASan builds broken on mozilla-aurora due to WebRTC defines P1 RESOLVED
808829 WebRTC use-after-free crash [@mozilla::GetUserMediaStreamRunnable::Run] -- RESOLVED
809554 Use device name as fallback if capture device doesn't provide uniqueId P1 VERIFIED
809637 EXC_BAD_ACCESS in JS_DHashTableOperate P1 RESOLVED
809950 remove obvious static initializers from webrtc code -- RESOLVED
810164 Disable bfcache for pages with active PeerConnections -- RESOLVED
810220 WebRTC setLocalDescription fails when offer has only G.711 codec P1 RESOLVED
810458 mozRTCSessionDescriptor constructor arguments don't match spec P2 RESOLVED
810544 don't include <iostream> in webrtc code where it's not necessary P3 RESOLVED
810626 WebRTC use-after-free crash [@ mozilla::TransportLayer::SetState] P1 RESOLVED
811118 Webrtc Unittests should be built by default P1 RESOLVED
811757 Multiple consumers should be able to access the same device concurrently P2 VERIFIED
811873 WebRTC crashtests for mozRTCPeerConnection fail when 'browser.tabs.remote' set to true P1 RESOLVED
812278 $OBJDIR/media/mtransport/standalone/*.cpp:87:131: warning: extra ‘;’ [-pedantic] -- RESOLVED
812641 Merely creating a PeerConnection leaks a Mutex -- VERIFIED
812648 [meta] Fix memory leaks for WebRTC crashtests/mochitests P1 RESOLVED
812650 android webdev wants to capture audio using mozGetUserMedia P2 VERIFIED
812681 android webdev wants to be able to receive audio call via PeerConnection P2 RESOLVED
812700 SCTP code doesn't yet build on Android P2 RESOLVED
813063 Missing LICENSE files etc. P4 RESOLVED
813094 Modify webrtc test landing page to point to different tests dependent on FF version (API changes) -- RESOLVED
813339 dom/media/tests/crashtests/791330.html is leaking memory P1 VERIFIED
813746 WebRTC unit tests break the build with --enable-shared-js P1 RESOLVED
813874 Replace manual resource management with usage of ScopedNSSTypes types P4 NEW
813885 RTCIceCandidate constructor arguments don't match spec P1 RESOLVED
813911 nrappkit code doesn't yet build on Android P2 RESOLVED
813918 nICEr code doesn't yet build on Android P2 RESOLVED
814012 Add a |onopen| member to the PeerConnection interface. -- VERIFIED
814328 WebRTC crash [@fim_process_event] -- RESOLVED
814329 WebRTC crash [@fim_process_event] P1 RESOLVED
814527 "ASSERTION: Trying to initialize PSM/NSS in a non-chrome process!" when trying to create a mozRTCPeerConnection with 'browser.tabs.remote=true' P1 RESOLVED
814531 Enable WebRTC crashtests on mozilla-central P1 RESOLVED
814619 Firefox v18 Win x64 build fails building vp8.cc -- RESOLVED
814627 WebRTC crash [@sipcc::PeerConnectionMedia::ice_media_stream] P2 VERIFIED
814693 Build failure on Debian powerpc P3 RESOLVED
814741 WebRTC crash [@nr_ice_peer_ctx_parse_global_attributes] P2 RESOLVED
814807 Pref on the gum automation in mozilla-central P1 RESOLVED
814825 WebRTC RTP/RTCP Fuzzer Patch P4 RESOLVED
815231 Crash when reloading testcase [@ CMIOUnits@0x63e4b ] P1 RESOLVED
815367 warning: extra ';' [-pedantic] in media/mtransport/test/ -- RESOLVED
815476 FF hangs entire system trying to find web camera -- RESOLVED
815582 Unsupported media types should throw a NS_ERROR_DOM_NOT_SUPPORTED_ERR -- RESOLVED
815883 fix WebRTC builds for ARM chips with neon FPUs P2 RESOLVED
815916 webrtc unit tests cause --enable-system-jpeg / --enable-system-pixman builds to fail P2 RESOLVED
816112 Video fixups suggested by justin P1 RESOLVED
816463 Update webrtc crashtest manifest to use new "default-preferences" feature -- RESOLVED
816489 Disable leak checks for webrtc mochitests P1 RESOLVED
816780 onaddstream fires twice on a peerconnection when you add a stream with both audio and video P2 VERIFIED
816822 Android build patches for WebRTC unit tests P2 RESOLVED
817471 Enable WebRTC on B2G P3 RESOLVED
817709 Global flag to conditionally enable leaking mochitests -- RESOLVED
817971 For alder builds we have to run leaking mochitests by default -- RESOLVED
818466 Basic automated WebRTC gUM tests are broken on Android -- RESOLVED
818631 [meta] Update WebRTC code from WebRTC.org stable branches P3 RESOLVED
818648 Add full support for the MediaStream webIDL to nsIDOMMediaStream -- RESOLVED
818843 Enable the makefile system to build WebRTC on B2G. P1 RESOLVED
819246 Built failed when $target_arch is "arm" but not armv7 -- RESOLVED
819413 getUserMedia has to make use of the permission manager to store site based permissions -- RESOLVED
819513 Crashes due to null media() during PeerCOnnection shutdown -- RESOLVED
819719 Negotiate video settings through SDP P5 RESOLVED
819825 some ICE/STUN negotiations hang or crash on Android in mbslen() -- RESOLVED
820395 Need localizable errors for RTCPeerConnection P4 NEW
820550 WebRTC assertion failure [@sipcc::PeerConnectionImpl::CheckApiState] P1 RESOLVED
820559 PeerConnection doesn't build on Android (GCC 4.4) P2 RESOLVED
820709 test_peerConnection_basicVideo.html crashes [@ signal2<mozilla::TransportLayer *,mozilla::TransportLayer::State,sigslot::single_threaded>::operator()(mozilla::TransportLayer *,mozilla::TransportLayer::State)] P1 RESOLVED
820978 Crash when closing Firefox while gUM() call is active [@ PR_Unlock][@ mozilla::MediaEngineWebRTC::EnumerateAudioDevices] P1 VERIFIED
821161 usual rule to make pre-processed C or C++ .i file doesn't work in WebRTC-land -- RESOLVED
821241 Occasional crash in [@ std::_Tree ... sipcc::PeerConnectionMedia::AddTransportFlow] P1 RESOLVED
821299 Make ALSA WebRTC backend expose proper IDs using device names -- RESOLVED
821306 Expose nsIMediaDevice.id to script -- RESOLVED
821318 fix compilation errors with WrapRunnable in PeerConnectionImpl.cpp -- RESOLVED
821621 Fix some warnings about unused WebRTC functions and variables -- RESOLVED
821880 ASSERTION: "Profile change cancellation.: 'Error'" on shutdown when WebRTC mochitests are run P2 RESOLVED
821884 When WebRTC mochitests are run Firefox quit with: "Shutdown | Exited with code 11|-11|-1073741819 during test run" P3 RESOLVED
822109 Add a bunch of basic functional tests for getUserMedia and enable a per config setting for those tests for fake vs. non-fake -- RESOLVED
822158 Heap-use-after-free in sipcc::PeerConnectionMedia::IceGatheringCompleted P1 VERIFIED
822196 WebRTC crash [@sipcc::PeerConnectionMedia::AddStream] P1 RESOLVED
822674 mozRTCPeerConnection isn't a true javascript object as it should be P2 RESOLVED
822704 Enable webrtc/trunk WEBRTC_TRACE() logging via NSPR_LOG_MODULES P2 RESOLVED
823056 Intermittent hang in test_peerConnection_basicAudio.html | Failure: 'application timed out after 330 seconds with no output' P1 RESOLVED
823083 getUserMedia doesn't error when there are no devices -- RESOLVED
823512 Rewrite PeerConnection in JS-implemented WebIDL -- VERIFIED
824357 Change mochitests to expect correct behavior P2 RESOLVED
824413 WebRTC Compilation fails on OS X -- RESOLVED
824711 Crash [@ mozilla::DataChannelConnection::Close] P1 RESOLVED
824757 webrtc build fails on big endian machine (iBook G4) -- RESOLVED
824919 PeerConnection instances not GC'ed until page gets closed (failure '0x80004005' in IPeerConnection.initialize) P2 VERIFIED
824923 Stablize WebRTC mochitests against Javascript exceptions to prevent timeouts P2 RESOLVED
825105 Fix five clang warnings in media/mtransport/ -- RESOLVED
825234 Check use of RUN_ON_THREAD(NS_DISPATCH_NORMAL) and/or on main thread P3 NEW
825440 Crash in mochitest cleanup down in WebRTC code [@ vp8_encode_frame] P1 VERIFIED
825480 crash when quitting firefox after completing the peer connection test page [@ nsTimerEvent::'scalar deleting destructor'] P1 RESOLVED
825510 Pref on peer connection mochitest smoke test automation by default P2 RESOLVED
825534 Creating a PeerConnection with no arguments returns NS_ERROR_FAILURE -- RESOLVED
825550 Calling addStream on a peer connection object with a stream that already exists in localStreams - should fail gracefully and not throw NS_ERROR_FAILURE P4 NEW
825555 Setting up a gum video and playing it, setting up a peer connection with an onaddstream handler, and calling addStream - onaddstream callback never fires -- RESOLVED
825560 Creating a PeerConnection object and immediately checking the ready state - value is undefined, but should be "new" P2 VERIFIED
825563 Creating a Peer Connection object and checking the ice gathering state - should be new, but instead is undefined P2 RESOLVED
825565 Trying to execute createOffer twice on a PeerConnection object - unchecked error is thrown with no output P2 VERIFIED
825569 Creating a PeerConnection object, calling setLocalDescription too early with a null SDP, then calling createOffer, and calling setLocalDescription correctly later - unexpected error is thrown P3 VERIFIED
825570 Calling setLocalDescription on a PeerConnection object with a valid SDP - localDescription does not change P3 VERIFIED
825594 Pref on mozGetUserMedia by default -- VERIFIED
825747 Peer Connection basic smoke test mochitests are leaking "Mutex," "ReentrantMonitor," "nsTArray_base," and "nsThread" -- RESOLVED
826008 WebRTC CreateOffer/Answer constraints don't work P2 RESOLVED
826044 Debug builds leak for WebRTC crashtests on mozilla-inbound P1 RESOLVED
826538 DOMWINDOW leaks if window reloads shortly after call to GetUserMedia P1 RESOLVED
826584 Intermittent test_getUserMedia_basicAudio.html | canplaythrough event never fired, | Unexpected error callback with undefined -- RESOLVED
826807 WebRTC constraints implementation abuses JSAPI P1 RESOLVED
827203 WebRTC crash [@mozilla::MediaStreamGraphImpl::AppendMessage::ControlMessage] -- RESOLVED
827291 WebRTC crash [@sipcc::PeerConnectionObserverDispatch::PeerConnectionObserverDispatch] P1 RESOLVED
827359 WebRTC signal processing doesn't do runtime detection of NEON P2 RESOLVED
827452 Intermittent test_getUserMedia_basicVideo.html | application crashed [@ mozilla::MediaStreamGraphImpl::AppendMessage(mozilla::(anonymous namespace)::ControlMessage*)] after "ASSERTION: Stream already destroyed" -- RESOLVED
827843 check PeerConnection.js to make sure functions act correctly after close() P2 VERIFIED
827878 crash in mozilla::TransportFlow::SendPacket P1 VERIFIED
827913 tests/crashtests/801227.html | MOZ_ASSERT(mStream) in MediaManager::GetSourceStream() on tab-close with inactive stream P1 VERIFIED
827932 WebRTC PeerConnection issues -- RESOLVED
827985 Move media/webrtc/trunk out of libxul P2 RESOLVED
828007 WebRTC crash [@mozilla::GetUserMediaCallbackMediaStreamListener::GetSourceStream] -- RESOLVED
828027 DTLSv1 Bad Certificate issue (DTLS-SRTP) -- RESOLVED
828235 PeerConnection.localDescription is not correct P2 RESOLVED
828313 crash in std::deque, from mozilla::TransportFlow::top P1 RESOLVED
828828 Assertion failure: i < Length() (invalid array index) and crash [@mozilla::MediaEngineWebRTCAudioSource::Process] P1 RESOLVED
828839 mozGetUserMedia should not be exposed if preffed off P2 RESOLVED
829001 End slash in srcdir causes debugedit failure -- RESOLVED
829461 WebRTC crash [@nsDOMMediaStream::GetHintContents] P1 RESOLVED
829624 My system fails to decode DTLS-SRTCP from Nightly P2 RESOLVED
829691 WebRTC crash [@sipcc::PeerConnectionImpl::CheckThreadInt] -- VERIFIED
829856 WebRTC libc++abi.dylib abort [@sipcc::PeerConnectionImpl::ConvertIceConfiguration] -- VERIFIED
830247 Update WebRTC.org code from stable branch 3.20 P1 RESOLVED
831746 WebRTC assertion failure and crash [@mozilla::MediaPipeline::~MediaPipeline] P1 RESOLVED
831782 Small fixes for WebRTC mochitests -- RESOLVED
831789 Enhance existing peer connection mochitests to check for media flow P2 RESOLVED
833110 ASSERTION: Stream already destroyed: '!aMessage->GetStream() || !aMessage->GetStream()->IsDestroyed()', file /Volumes/data/code/firefox/nightly/content/media/MediaStreamGraph.cpp, line 1724 -- RESOLVED
833118 Disable PGO on webrtc -- RESOLVED
833144 Update basic gUM mochitests to not use setTimeout() and other fixes -- RESOLVED
833509 Add URI protocol handlers for STUN and TURN P4 NEW
833557 TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_peerConnection_basicAudio.html | Exited with code -2147483645 during test run, with 'Assertion failed: !pctx->done_cb_timer' P1 RESOLVED
833673 Intermittent test_peerConnection_basicAudio.html | Exited with code -2147483645 during test run from "Assertion failed: !pctx->done_cb_timer" -- RESOLVED
833733 data race on TracePosix::_prevAPITickCount and probably _prevTickCount too P5 NEW
834152 Intermittent test_peerConnection_basicAudioVideoCombined.html | application crashed [@ nr_ice_component_destroy] P1 RESOLVED
834383 WebRTC doesn't necessarily shutdown properly, crashes when GC isn't run at certain point: Shutdown | application crashed [@ std::_Tree<std::_Tmap_traits<std::basic_string … P2 RESOLVED
834450 Crash in mozilla::MediaPipeline::~MediaPipeline P1 RESOLVED
834768 Fix signed/unsigned build warnings in signaling_unittests.cpp -- RESOLVED
834837 Verify correct remote MediaStream tracks in mochitests for PeerConnection P2 RESOLVED
834933 PeerConnection instances throw errors without any details P2 VERIFIED
835023 WebRTC crash [@mozilla::StaticRefPtr<mozilla::PeerConnectionCtxShutdown>::operator->() const] -- RESOLVED
835283 Occasional crash in [@ nr_ice_socket_readable_cb][@ nr_socket_recvfrom] P1 RESOLVED
835290 WebRTC unit-test global-buffer-overflow crash [@wrap_strlen] P1 RESOLVED
835476 Intermittent test_peerConnection_basicAudio.html | application crashed [@ linked_ptr<CSF::CC_Device>::depart()] P1 RESOLVED
835657 Followup on bug 824919 - PeerConnection instances not GC'ed until page gets closed (failure '0x80004005' in IPeerConnection.initialize) -- RESOLVED
835686 opt build warning: media/mtransport/transportlayer.h:68:16: warning: unused variable 'rv' -- RESOLVED
835692 media/mtransport/standalone/transportlayerdtls.cpp:409:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] -- RESOLVED
835712 Stop hand-rolling sequence conversion code -- RESOLVED
835716 Enable building of WebRTC on Android by default -- VERIFIED
835835 WebRTC use-after-free crash [@sipcc::PeerConnectionMedia::ShutdownMediaTransport] P1 RESOLVED
835851 Assertion failure: ((bool)(__builtin_expect(!!(!NS_FAILED_impl(rv)), 1))), at /media/webrtc/signaling//../../../media/mtransport/runnable_utils.h:48 and crash [@ sipcc::PeerConnectionMedia::SelfDestruct] P1 RESOLVED
836116 GetStreams leaks -- RESOLVED
836126 obj/media/mtransport/build/dtlsidentity.cpp:44:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] -- RESOLVED
836182 Fix mtransport usages of gtest.h templates w/ mixed-sign types -- RESOLVED
836196 nricemediastream.h:136:13: warning: private field 'components_' is not used [-Wunused-private-field] (and similar in nricectx.h) -- RESOLVED
836303 sctp_unittest.cpp:265:22: warning: private field 'peer_' is not used [-Wunused-private-field] (also 'gathering_complete_' and 'to_send_') -- RESOLVED
836349 WebRTC Assertion failure: !assert_ice_ready || (mIceState != kIceGathering), at media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:1075 and crash [@ sipcc::PeerConnectionImpl::CheckApiState()] P1 RESOLVED
836355 Mark media/mtransport/test/ as FAIL_ON_WARNINGS -- RESOLVED
836379 Segfault in srtp.c:1291 -- RESOLVED
836418 Many instances of "warning: 'PRLogModuleInfo* getLogModule()' defined but not used" in WebRTC code, in opt builds -- RESOLVED
836426 Disable the picture: true functionality in gUM -- RESOLVED
836500 csi_platform.h(84) : warning C4005: 'EHOSTUNREACH' : macro redefinition -- RESOLVED
836570 Mark media/mtransport/build as FAIL_ON_WARNINGS on non-MSVC compilers -- RESOLVED
837028 Need to add a bunch a logging statements in each of the peer connection tests to improve debugging -- RESOLVED
837458 Cleanup PC Test Framework to Allow for Better Maintainability and Reusability for Future Tests -- RESOLVED
837874 crash in mozilla::MediaManager::Get P1 RESOLVED
837919 WebRTC: RTCPeerConnection constructor: FQDN not yet implemented (only IP-#s). P3 VERIFIED
838318 Crashtest 791330.html timeout because of missing try/catch -- RESOLVED
839295 Firefox 18.0.2 compilation minor issue (ccsip_platform_udp.c:198:16: error: ‘addr_len’ may be used uninitialized in this function [-Werror=maybe-uninitialized]) -- RESOLVED
839411 NS_ERROR_FAILURE on addStream on modified simple peer connection test case to use audio and video P3 RESOLVED
839568 Typo in DataChannel.cpp -- RESOLVED
839599 Creating an instance of mozRTCPeerConnection() fails and leaves a zombie process behind -- RESOLVED
839945 Too much recursion error in PeerConnection.js P4 RESOLVED
840004 WebRTC build breaks with python3 because it invokes 'python' -- RESOLVED
840045 Intermittent test_peerConnection_bug827843.html | This test left crash dumps behind, but we weren't expecting it to! | application timed out after 330 seconds with no output (ASSERTION: Wrong thread!: 'NS_IsMainThread()') P5 VERIFIED
841270 libyuv/source/row_posix.cc:2635:6: error: invalid hexdecimal number on LLVM tip -- RESOLVED
841674 B2G (e10s) support for recording-window-ended P1 RESOLVED
841940 getUserMedia leaks in crashtests if the permission UI is enabled -- RESOLVED
841958 crashtest 822197.html throws "SecurityError: The operation is insecure." -- RESOLVED
842126 WebRTC deadlock [@netwerk::sctp::DataChannelConnection] P2 RESOLVED
842154 peerconnection.removeStream(null) crashes -- RESOLVED
842332 WebRTC Assertion failure: PR_FALSE == lock->locked, at nsprpub/pr/src/pthreads/ptsynch.c:158 P1 RESOLVED
842452 Calling createDataChannel with valid parameters with a newly created Peer Connection results in NS_ERROR_FAILURE being fired -- RESOLVED
842455 Call addStream & removeStream with valid MediaStream, then call addStream again with that same stream - NS_ERROR_FAILURE fires, should work with no issues -- RESOLVED
842908 Calling createAnswer on a Peer Connection immediately after creation - error callback fires with "3", should be "INVALID_STATE" -- RESOLVED
843929 MediaEngineWebRTC.h:147:11: warning: private field 'mTrackID' is not used [-Wunused-private-field] (and more) -- RESOLVED
843984 msdmo should be delay loaded dll w/ MOZ_WEBRTC_IN_LIBXUL -- RESOLVED
844071 DTLS roles -- RESOLVED
844295 Unexpose the removeStream function on the Peer Connection object temporarily P3 RESOLVED
844399 lock fennec in landscape mode for demo purposes -- RESOLVED
844446 Hang on WebRTC demo page -- RESOLVED
844702 Intermittent test_peerConnection_bug834153.html | application crashed [@ webrtc::voe::Channel::SendRTCPPacket(int, void const*, int)] P1 RESOLVED
845304 TSan: Thread data race in webrtc::TraceImpl::StaticInstance vs. webrtc::Trace::SetLevelFilter P5 RESOLVED
845357 TSan: Thread data race in ccapp_get_state vs. CCAppInit -- RESOLVED
845362 TSan: Thread data race in lsm_increment_call_chn_cnt vs. lsm_get_available_line P2 RESOLVED
845367 TSan: Thread data race in gsm_send_msg vs. GSMTask -- RESOLVED
845372 TSan: Thread data race in cprPegSendMessageStats vs. cprGetMessage P2 RESOLVED
845504 TSan: Thread data race in makewt_32(void) vs. cftmdl_128_SSE2(float *a) P3 RESOLVED
845510 TSan: Thread data race in aec_rdft_init(void) vs. cftfsub_128(float *a) P5 RESOLVED
845513 TSan: Thread data race in sctp_notify_assoc_change() vs. user_connect() P2 RESOLVED
845518 TSan: Thread data race in user_sctp_timer_iterate() vs. sctp_os_timer_start() -- RESOLVED
845523 TSan: Thread data race in sipcc::PeerConnectionCtx::onDeviceEvent() vs. sipcc::PeerConnectionCtx::ChangeSipccState() P5 RESOLVED
845711 Get correct EXTRA_GYP_DEFINES for arm -- RESOLVED
845741 TSan: Thread data race in mozilla::MediaStreamGraphImpl::ExtractPendingInput() vs. mozilla::SourceMediaStream::FinishWithLockHeld() P2 RESOLVED
845746 Option to disable WebRTC -- RESOLVED
845814 WebRTC Build fixes for Android/NEON -- RESOLVED
846012 TSan: Thread data race in set_mbuf_mb_args() vs. set_mbuf_mb_args() P2 RESOLVED
846857 [Build bustage] No rule to make target '../../../../../../../../C:Mozilla/src/mozilla-central/media/webrtc/trunk/webrtc/common_video/common_video.gyp -- RESOLVED
847901 Out of memory error in WebRTC mochitest -- RESOLVED
848401 Raw PRLocks in MediaEngineWebRTCVideo.cpp are sadmaking (lots of deadlock potential) -- RESOLVED
848542 Dont cast ThreadId to an uint32_t in thread_posix.cc -- RESOLVED
848945 Stop using mozSrcObject -- RESOLVED
849442 Fix EXPORT_NAMESPACE typo -- RESOLVED
849746 [meta] make webrtc e10s ready -- RESOLVED
850268 Create a mochitest for testing a basic flow using addIceCandidate on a Peer Connection P3 RESOLVED
850271 Create some mochitests that simulate non-typical handshake paths between two peer connections P4 NEW
850275 Create a mochitest for testing a basic flow using MediaConstriants during a PC handshake P4 NEW
850287 Create some mochitests that simulate multiple local and remote peer connections in a network topology P4 NEW
850294 Create some mochitests for verifying that onXXX handlers fire at the correct time with a local and remote PC P4 NEW
850305 Create some mochitests that simulate multiple data channels for local and remote peer connections in a network topology P4 NEW
850325 Add more tests to the existing after PC close test to test for more of the expected behavior after a PC is closed P3 RESOLVED
850420 Forward a remote stream works very slow when it works P2 RESOLVED
850455 Enhance existing peer connection smoke tests in mochitest to heavily test PC attributes throughout hand shake P4 NEW
850461 Enhance existing data channel smoke tests in mochitest to heavily test Data Channel attributes P4 NEW
850467 Create some mochitests for verifying that onXXX handlers fire at the correct time with Data Channels P2 RESOLVED
850470 Create mochitests for Data Channels that simulate stress scenarios with many data blobs being sent and received P4 NEW
850474 Create a mochitest for Data Channels to test for post close of the Data Channel state and functionality P4 NEW
850494 Create a mochitest that tests a basic flow using the connectDataConnection function on a Peer Connection P4 VERIFIED
851013 Firefox nightly 22.0a1 send old STUN binding message to 23.21.150.121 when developing the webrtc P2 RESOLVED
851997 Entire browser hangs after calling createDataChannel() before .onconnection() has fired -- RESOLVED
853106 Disable WebRTC pref in Firefox 21 P1 RESOLVED
853356 [B2G getUserMedia] Display camera/ microphone permission acquisition prompt -- RESOLVED
853944 Datachannel not deleting critical sections on Windows. -- RESOLVED
853998 Use SyncRunnable in WebRTC P1 RESOLVED
854085 error: variable 'rv' set but not used [-Werror=unused-but-set-variable] with gcc 4.7 -- RESOLVED
854255 Intermittent test_peerConnection_basicAudioVideo.html | Test timed out -- RESOLVED
854899 WebRTC crash [@sipcc::PeerConnectionMedia::ShutdownMediaTransport_s] P2 RESOLVED
855400 Intermittent Windows mochitest-2,3 "command timed out: 7200 seconds elapsed, attempting to kill" after "[|WebrtcVideoSessionConduit] VideoConduit.cpp:633: mozilla::WebrtcVideoConduit::SendRTCPPacket Failed" -- RESOLVED
856345 Remove the onopen handler from Peer Connection API -- RESOLVED
856397 test_peerConnection_bug834153.html doesn't ensure there are streams for createOffer() -- RESOLVED
856425 onicecandidate fails to fire in simple local to remote peer handshake with custom STUN server (see testcase) P2 VERIFIED
856927 Trying to do two handshakes in a row with a single addStream at the beginning results in INTERNAL_ERROR on setRemoteDescription -- RESOLVED
857765 User defined PeerConnection onSuccess/onError callbacks throw away all caught errors P2 VERIFIED
857894 Rename readyState attribute on PeerConnection object to signalingState -- RESOLVED
858135 Update LocalMediaStreamPlayback inheritance to use Object.create() -- RESOLVED
858176 WebRTC calls crash in DeleteGlobalRef in release mode builds only -- RESOLVED
858744 Remove no parameters support when creating a peer connection object -- RESOLVED
859303 Cannot set remoteDescription because the session id is 63-bit long in the o= line of the sdp P2 RESOLVED
859432 The readyState attribute should be returning values in alignment with the spec under signalingState -- RESOLVED
859559 Implement the signalingState property on the Peer Connection object -- RESOLVED
859565 Remove readyState legacy attribute in future release -- RESOLVED
859761 No event when remote peer disappeared -- RESOLVED
860222 stun_build.o: requires dynamic R_X86_64_PC32 reloc against 'isascii' which may overflow at runtime; recompile with -fPIC -- RESOLVED
860920 Remove moz.build files in media/webrtc/trunk/src -- RESOLVED
861048 crash in sipcc::PeerConnectionMedia::ShutdownMediaTransport_s -- RESOLVED
861050 [meta] WebRTC performance issue on B2G -- RESOLVED
861102 apprtc.appspot.com causes RTCPeerConnection alert -- RESOLVED
861146 Provide pthread_rwlock replacement for Android 2.2 -- RESOLVED
861190 Intermittent failure to stop WebRTC conduits (repeated SendRTCPPacket Failed errors until shutdown) -- RESOLVED
861280 Use fake name as fallback if capture device doesn't provide uniqueId P1 RESOLVED
861718 After creating peer connection objects while online, calling createOffer while offline throws an unchecked null pointer error, rather than firing the offline error P4 VERIFIED
861719 After setting up a peer connection handshake with data channels, if I send a message while offline, no exception is thrown P5 NEW
861722 Before a peer connection handshake occurs with data channels, the stream value for both data channels is 65535 (odd number?) P4 RESOLVED
862883 Enable webrtc mochitest automation for FxAndroid P2 RESOLVED
863687 Missing events (e.g. ondatachannel) when running datachannel tests -- RESOLVED
863971 build fail in webrtc when disable debug and debug symbols -- RESOLVED
864118 Enhance existing WebRTC mochitest framework to test against a TURN server P3 RESOLVED
864513 [meta] Upstream or remove local webrtc.org code changes P3 NEW
864899 PeerConnectionImpl.cpp:369:1: warning: ‘void sipcc::Warn(JSContext*, const nsCString&)’ defined but not used [-Wunused-function] -- RESOLVED
865774 cpr_string.c:203:78: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] -- RESOLVED
865956 Enable WebRTC C++ unit tests for b2g P4 RESOLVED
866010 ICE context initialization fail on B2G -- RESOLVED
866224 Feed back to application and/or source MediaStream the resolution actually needed/used by the encoder P5 NEW
866317 GCC build warning: ccsip_debug.c: zero-length gnu_printf format string -- RESOLVED
866358 sdp_main.c:1466:5: warning: implicit declaration of function ‘vcmOnSdpParseError’ [-Wimplicit-function-declaration] -- RESOLVED
867185 Camera names should percolate upwards to the UI -- RESOLVED
867273 Force logging on in files using MOZ_MTLOG -- RESOLVED
867778 Enable webrtc crashtests on FxAndroid P2 VERIFIED
867988 Intermittent crashtest leakcheck | 454199 bytes leaked (AtomImpl, BackstagePass, BodyRule, Comment, CondVar, ...) P3 RESOLVED
868035 Enable Mochitests for gUM on B2G P2 RESOLVED
868626 [meta] Collect Telemetry data for WebRTC -- RESOLVED
868778 Move DataChannel to WebIDL -- VERIFIED
869206 Make webrtc code build on gonk-JB -- RESOLVED
869211 Eliminate/refactor gonk only ifdefs in upstream webrtc code -- RESOLVED
872709 Init list ordering build warnings for WebrtcVideoConduit in VideoConduit.h -- RESOLVED
872978 Intermittent data channel leaks - "9378 bytes leaked (DataChannel, DataChannelConnection, DtlsIdentity, Mutex, NrIceCtx, ...)" -- RESOLVED
873049 Update data channel mochitests with no media streams involved to handle the check media cases P2 RESOLVED
873913 undefined reference to 'vtable for mozilla::CameraPreviewFrameCallback' -- RESOLVED
874175 Add Telemetry probe for ICE completion success rate -- RESOLVED
874670 add Telemetry data for webRTC call duration -- RESOLVED
874850 Intermittent dom/media/tests/mochitest/test_dataChannel_noOffer.html | Exited with code -20 during test run -- RESOLVED
875097 Add Telemetry probe for number of webRTC calls -- RESOLVED
875556 webRTC bandwidth telemetry -- RESOLVED
876039 microphone -- RESOLVED
876766 Build warning for out-of-order init list in PeerConnectionMedia.h -- RESOLVED
876856 Crash [@ mozilla::dom::MediaStreamList::Length] after closing a peer connection -- VERIFIED
876876 crash in webrtc::videocapturemodule::DeviceInfoDS::GetDeviceInfo -- VERIFIED
876878 crash in webrtc::videocapturemodule::GetMaxOfFrameArray -- RESOLVED
876884 crash in webrtc::videocapturemodule::VideoCaptureDS::SetCameraOutput P5 RESOLVED
876892 crash in moz_abort | arena_run_reg_dalloc | arena_dalloc_small | arena_dalloc | je_free | mozilla::runnable_args_m_0<sipcc::PeerConnectionMedia*, void ( sipcc::PeerConnectionMedia::*)(void)>::`vector deleting destructor''(unsigned int) -- RESOLVED
877701 Unable to join (or view other active party members) in an active talky.io room between Desktop and Android -- RESOLVED
878941 Implement RTCPeerConnection identity provider proxy -- RESOLVED
878945 Update DataChannel WebIDL to match spec changes (renaming dictionary values) -- RESOLVED
879095 WebRTC: high-pitched audio feedback when making a call -- RESOLVED
879654 PCImpl cannot parse TURN URIs with query string (AppRTC doesn't work) -- RESOLVED
879743 Large memory leak when giving getUserMedia the fake: true constraint -- RESOLVED
880012 crash in sipcc::PeerConnectionImpl::NotifyClosedConnection -- RESOLVED
880213 build on uClibc: error: '_SC_NPROCESSORS_ONLN' was not declared in this scope -- RESOLVED
880239 ASan: alloc-dealloc-mismatch (malloc vs operator delete) in webrtc/modules/rtp_rtcp/source/ssrc_database.cc -- RESOLVED
880413 Bad URLs in iceServers shouldn't fail call. More robust to warn, omit and continue. P3 RESOLVED
880658 Intermittent transport_unittests | test crashed | application crashed [@ 0xc80d50] P2 RESOLVED
880879 Update WebRTC.org code from stable branch 3.30 P1 RESOLVED
880976 libyuv assembly code turned off for all non-sse4 targets -- RESOLVED
881313 It should be possible to add or remove a media stream from a peerconnection without recreating it -- RESOLVED
881528 maxRetransmitTime is not exposed on the Data Channel object P4 RESOLVED
881532 maxRetransmits is not exposed on the Data Channel object P4 RESOLVED
881534 negotiated is not exposed on the Data Channel object P4 NEW
881658 Fix handling of error and event callbacks in current WebRTC Mochitests -- RESOLVED
881736 crash in sipcc::PeerConnectionWrapper::PeerConnectionWrapper -- RESOLVED
881742 crash in _VEC_memcpy | webrtc::Plane::Copy(int, int, unsigned char const*) P4 VERIFIED
881745 crash in mozilla::DOMMediaStream::StreamListener::TrackChange::Run -- RESOLVED
881935 Support negotiation of video resolution -- RESOLVED
881956 Crash on Assertion failure: !assert_ice_ready || (mIceState != kIceGathering) at /src/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:1237 -- RESOLVED
882690 getUserMedia - Unable to see connected peer in Tokbox demo (Android ↔ Desktop) -- RESOLVED
883116 Crash in Web RTC while opening same conference room in 2 separated tabs -- RESOLVED
884278 Issues starting Web RTC on Ubuntu 13.04 x86 -- RESOLVED
884303 Need to refresh Firefox several times to be able to see video streams for all users -- RESOLVED
884312 Video/Audio call with 4 to 5 people is low video quality & freezes during usage -- RESOLVED
884323 Crash while in a conversation on conversat.io -- RESOLVED
884573 PeerConnection.js persona integration -- RESOLVED
885815 Develop a dogfooder accessible logging mechanism for WebRTC calls -- RESOLVED
885858 Nightly Firefox for Android crashes after sharing video and microphone -- RESOLVED
886050 nightly Firefox for android stops browser after sharing video and camera in gUM test -- RESOLVED
886417 Intermittent test_dataChannel_basicAudio.html,test_dataChannel_basicVideo.html,test_dataChannel_basicAudioVideo.html,test_dataChannel_basicAudioVideoCombined.html | Channel is in state: 'closed' - got open, expected closed -- RESOLVED
888179 WebRTC ALSA backend causing high CPU usage -- RESOLVED
888640 ICE candidates for data channel has two components -- RESOLVED
889088 DataChannel.cpp:1557:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] -- RESOLVED
889099 Mark netwerk/sctp/datachannel as FAIL_ON_WARNINGS -- RESOLVED
889136 MSVC build warning: "usrsctp.h(241) : warning C4200: nonstandard extension used : zero-sized array in struct/union", and similar -- RESOLVED
889209 PeerConnection createOffer sometimes fails to fire the success or failure callbacks -- RESOLVED
889790 Need to be able to add Video to an existing audio-only webrtc call or remove Video -- RESOLVED
891071 Intermittent test_peerConnection_setRemoteAnswerInStable.html,test_peerConnection_setRemoteOfferInHaveLocalOffer.html | Test timed out -- RESOLVED
892148 GetFingerprint in PeerConnectionImpl.cpp is broken -- RESOLVED
892441 New dictionary attributes for RTCDataChannelInit added in bug 878945 have no effect -- RESOLVED
893649 Setting up a PC call with media constraints fails to fire onaddstream, but has a remote stream present -- RESOLVED
893945 webcam GetUserMedia popup appears on each webpage, even with HTTPS -- RESOLVED
894418 Windows debug builds don't always start playing remote webrtc video after play() (race condition) -- RESOLVED
896704 Remove the MSVC exemption for FAIL_ON_WARNINGS in media/mtransport -- RESOLVED
897474 Create or update webrtc import procedure to avoid problems with history blowup -- RESOLVED
897981 Missing lock in ReceivedRTPPacket/ReceivedRTCPPacket in upstream webrtc.org code -- RESOLVED
898343 [B2G getUserMedia] Use ContentPermissionPrompt to display microphone permission prompt -- RESOLVED
898949 [B2G getUserMedia] Display front/back camera list on permission prompt -- VERIFIED
898986 [B2G getUserMedia] Display correct string and icon for gUM audio permission dialog -- RESOLVED
899240 neteq_defines.h:350:5 [-Wcomment] "/*" within comment -- RESOLVED
899558 Is SCTP_STDINT_INCLUDE necessary after bug 872127? -- RESOLVED
900181 remove unused <iostream> #include from PeerConnectionMedia.h -- RESOLVED
900367 Canvas fail to draw images if its source is from a video stream of GetUserMedia -- RESOLVED
901261 [meta] (meta) Support Secure WebRTC calls, with media secure from the JS -- RESOLVED
901583 Upgrade WebRTC.org code to stable branch 3.34 -- RESOLVED
902003 getStats method of RTCPeerConnection -- RESOLVED
902044 WebRTC jni.h inclusion does not compile in with JB Gonk -- RESOLVED
902443 audio_device_opensles.h:14:17: fatal error: jni.h: No such file or directory -- RESOLVED
902615 Cannot make calls on talky.io -- RESOLVED
903063 Intermittent dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideo.html | Test timed out. -- RESOLVED
903094 Nightly and Firefox are behind Canary and Chrome on http://iswebrtcreadyyet.com/ -- RESOLVED
903256 Intermittent test_dataChannel_basicAudioVideoCombined.html | Exited with code 11 during test run | application crashed [@ mozalloc_abort(char const*)] -- RESOLVED
903539 When a peer connection object is created with a TURN server without creds provided, fire a more useful exception, not NS_ERROR_FAILURE or NS_ERROR_UNEXPECTED -- RESOLVED
903549 build failure in mozilla-release using webrtc and pulseaudio -- RESOLVED
903741 PeerConnection exception-messages in web-console regressed from useful to cryptic -- RESOLVED
904622 Add RTP stats to "about:webrtc" page -- RESOLVED
904811 Making a desktop to fxandroid call using stun:stun.l.google.com:19302 fails establish an iceConnection -- RESOLVED
906105 RTCIceCandidate increments sdpMLineIndex -- RESOLVED
906956 Screen sharing UI design and implementation -- RESOLVED
906985 WebRTC Security Properties UI/UX -- RESOLVED
907473 WebRTC misconfigures on Android somehow, builds cpu_info as though it were Linux rather than Android -- RESOLVED
908201 some imported webrtc code uses identifiers reserved for the language implementation -- RESOLVED
908473 dataChannel and peerConnection mochitests are failing on b2g emulator -- RESOLVED
908524 Cannot establish a PC video/audio call over hotel wifi -- RESOLVED
908695 Provide the webRTC stats RTP packets/bytes-sent/received -- RESOLVED
908928 isolated streams -- RESOLVED
909143 Cannot establish a PC video/audio call over airport wifi -- RESOLVED
909946 Missing %s in LOG statement in MediaEngineWebRTC.cpp -- RESOLVED
910462 Data channels should work in standalone C++ code -- RESOLVED
910810 WebrtcAudioConduit uses preferences off the main thread -- RESOLVED
910964 java.io.IOException: pad block corrupted on talky.io -- RESOLVED
912450 Stop exporting WebRTC symbols from libxul -- RESOLVED
912560 many "warning: '__STDC_FORMAT_MACROS' macro redefined" -- RESOLVED
912613 pcm16b.c:29:52: error: ‘WebRtc_Word16’ undeclared -- RESOLVED
912960 [B2G] The video device name in MediaEngineWebRTCVideoSource is not a valid UTF8 string -- RESOLVED
913446 WebRTC Mochitest changes to allow running under Steeplechase -- RESOLVED
913551 Bananabread couldn't connect to the server -- RESOLVED
913556 Firefox fails to build on PPC64: build_config.h:117:2: error: #error Please add support for your architecture in build/build_config.h -- RESOLVED
914104 WebRTC with audio/video recording -- RESOLVED
915007 [B2G] The audio device name is an empty string -- RESOLVED
915344 mediaconduit_unittests.cpp:280:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] -- RESOLVED
915705 [B2G getUserMedia] Display microphone permission acquisition prompt -- VERIFIED
916216 Add DragonFly/NetBSD support to build_config.h -- RESOLVED
916589 nrappkit/src/port/generic/include/sys/queue.h: '__offsetof' macro redefined on DragonFly -- RESOLVED
917067 Intermittent test_dataChannel_basicVideo.html | Test timed out, test_getUserMedia_basicAudio.html | Test timed out, test_getUserMedia_basicVideo.html | Test timed out, test_getUserMedia_basicVideoAudio.html | Test timed out -- RESOLVED
917092 Unprefix mozRTCIceCandidate, mozRTCPeerConnection, and mozRTCSessionDescription P2 RESOLVED
917328 convert IPeerConnection.idl to webidl -- RESOLVED
917536 Intermittent test_getUserMedia_exceptions.html | Exception for wrong object type as first parameter -- RESOLVED
917544 getUserMedia access on the web on Firefox OS persists permissions in the session, but shouldn't be -- VERIFIED
917980 OfferToReceiveAudio:true constraint on createOffer causes video not to be sent P3 RESOLVED
918059 Cannot request gUM audio within an iframe that points to the same top level origin of the URL -- RESOLVED
918876 [tracking][meta] B2G getUserMedia Support -- RESOLVED
918938 WebRTC: Camera access fails when simultaneously using camera in Chrome -- RESOLVED
918943 [10.9] Duplicate symbol errors linking WebRTC when using the 10.9 SDK with --disable-optimize -- RESOLVED
919840 Use WebIDL codegen to implement WebRTC events -- RESOLVED
920108 when building WebRTC code: mozilla-config.h:210:0: warning: "__STDC_FORMAT_MACROS" redefined -- RESOLVED
920401 webrtc call with a = recvonly for video channel doesnt render remote video. -- RESOLVED
920991 Default stun server ip address should be changed to a domain name -- RESOLVED
921156 Intermittent 863929.html,test_peerConnection_basicAudioVideoCombined.html,test_peerConnection_setLocalOfferInHaveRemoteOffer.html | application crashed [@ libsystem_c.dylib + 0x1a2d] -- RESOLVED
921225 Intermittent PROCESS-CRASH | test_peerConnection_offerRequiresReceiveAudio.html | application crashed [@ msvcr100.dll + 0x1e2ad] -- RESOLVED
921253 Intermittent PGO PROCESS-CRASH | test_peerConnection_setRemoteAnswerInHaveRemoteOffer.html | application crashed [@ msvcr100.dll + 0x1e2ad] -- RESOLVED
921439 Intermittent PROCESS-CRASH | reftest/tests/dom/media/tests/crashtests/855796.html | application crashed [@ 0x7fffffe007c5] -- RESOLVED
921629 Intermittent media/tests/crashtests/863929.html | Exited with code -1073741819 during test run | application crashed [@ ScanShape] -- RESOLVED
922035 Intermittent PROCESS-CRASH | /tests/dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideoAudio.html | application crashed [@ msvcr100.dll + 0x1e2ad] -- RESOLVED
922293 Intermittent test_peerConnection_bug834153.html | application crashed [@ mozalloc_abort(char const * const)] after "Assertion failed: index < attrct, file media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c, line 193" -- RESOLVED
922500 potential error of casting a PRUnichar* to char* in MediaManager -- RESOLVED
922846 Intermittent PROCESS-CRASH | test_peerConnection_basicAudioVideo.html | application crashed [@ 0x7fffffe007c5] -- RESOLVED
922928 TURN feature not working -- RESOLVED
922998 Intermittent PROCESS-CRASH | /tests/dom/media/tests/mochitest/test_dataChannel_basicAudio.html | application crashed [@ mozalloc_abort(char const * const)] | Assertion failed: index < attrct, file third_party/nICEr/src/ice/ice_media_stream.c, line 193 -- RESOLVED
923190 about:license should include the license for libpcp P5 NEW
923210 WebRTC code doesn't build for ARMv6 debug builds -- RESOLVED
923225 [meta] Add screen/app/window sharing support -- NEW
923227 Add platform support for screen/app/window sharing -- RESOLVED
923228 Add UX support for screen/app/window sharing -- RESOLVED
923229 Security and privacy review of screen/app/window sharing -- RESOLVED
923468 Intermittent test_dataChannel_basicVideo.html | application crashed [@ msvcr100.dll + 0x1e2ad] -- RESOLVED
923687 Intermittent test_peerConnection_bug834153.html | application crashed [@ libc-2.15.so + 0x7352b] -- RESOLVED
924107 Make dist/include available in all of the WebRTC code -- RESOLVED
925208 Firefox leaks when a getUserMedia request isn't accepted -- RESOLVED
925226 Bogus downcast in signaling_unittest -- RESOLVED
925229 Divide out DataChannelListener from DataChannel.h to avoid windows.h inclusion conflicts -- RESOLVED
925496 WebRTC subscriber video freezing (intermittent) P1 RESOLVED
925675 Don't run c++ unittest TEST() code off-MainThread -- RESOLVED
925795 Add a simple notification API to nsIDOMDataChannel P5 NEW
925860 Build fails with --disable-webrtc -- RESOLVED
925880 Data Channel set-up is unreliable -- RESOLVED
926037 Intermittent TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_peerConnection_bug822674.html | Test timed out. -- RESOLVED
926289 Add app/page info in recording-status event -- RESOLVED
926598 MediaPipeline.h(86) : warning C4355: 'this' : used in base member initializer list (also line 520) -- RESOLVED
926799 --disable-webrtc build failure with "WebIDL.WebIDLError: error: Unresolved type '<unresolved scope>::DataChannel'., PeerConnectionImpl.webidl line 70:2" -- RESOLVED
926959 Build is broken with --disable-webrtc -- RESOLVED
928221 mozRTCPeerConnection crash with GC/CC -- RESOLVED
928304 mozRTCIceCandidate could use jsonifier to simplify passing the ice candidate via signalling -- RESOLVED
928541 MediaEngineTabVideoSource.cpp:259:15: warning: unused variable ‘cairoFormat’ [-Wunused-variable] -- RESOLVED
928708 crash in libc-2.17.so@0x4a4aa -- RESOLVED
928777 WebRTC peer connection requiring TURN does not actually work -- RESOLVED
928870 Basic tests for Android WebRTC UI -- RESOLVED
929427 Compilation fails with --disable-opus, in webrtc code, with "opus_interface.c:16:18: fatal error: opus.h: No such file or directory" -- RESOLVED
929530 Remove deprecated peerConnection functionality which has produced web console warnings since 24. -- RESOLVED
930481 NOT LINUX, OS X Debug Only: Intermittent test_dataChannel_basicAudioVideo.html,test_dataChannel_basicAudioVideoCombined.html | Test timed out. P5 RESOLVED
930621 Missing test coverage for mozRTCPeerConnection and RTCStatsReport -- RESOLVED
930940 Intermittent TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_peerConnection_basicAudioVideo.html | Assertion count 44 is greater than expected range 0-0 assertions. -- RESOLVED
931508 Enforce identity constraints on remote descriptions -- RESOLVED
931650 Audio isn't working for WebRTC from Mac to Windows -- RESOLVED
931672 Intermittent test_getUserMedia_playVideoAudioTwice.html,test_getUserMedia_stopAudioStreamWithFollowupAudio.html,test_getUserMedia_stopVideoAudioStream.html,test_getUserMedia_stopVideoAudioStreamWithFollowupVideoAudio.html | Unexpected callback with messag -- RESOLVED
931903 Add mochitest to verify that forwarding a MediaStream from one PeerConnection to another succeeds -- RESOLVED
932112 Update WebRTC code to webrtc.org stable branch 3.43 -- RESOLVED
932157 Intermittent test_getUserMedia_playAudioTwice.html | Unexpected callback... -- RESOLVED
932420 Stop including windows.h in PeerConnectionImpl.h -- RESOLVED
932570 Regain sigslot.h multi-threading options on Windows without including windows.h P5 RESOLVED
933028 Camera access is not prompted after initial 'allow of access' -- RESOLVED
933320 properly cross-compile WebRTC -- RESOLVED
933335 Alsa broken in Ubuntu Saucy with mozilla <= 27; causes getUserMedia() to iloop/crash -- RESOLVED
933360 GlobalPCList._list is sparse, and not handled correctly in some cases. -- RESOLVED
933447 mozRTCPeerConnection crash with GC/CC -- VERIFIED
933684 High CPU load from webrtc::VoiceEngine::Create even when not browsing -- RESOLVED
933705 Android WebRTC deletes a shared GlobalRef -- RESOLVED
933839 PeerConnectionImpl objects are not destroyed when their window is closed -- RESOLVED
934035 Make PeerConnectionObserver's constructor not take an object argument -- RESOLVED
934317 Intermittent test_dataChannel_basicAudioVideo.html | application crashed [@ std::basic_string<char,std::char_traits<char>,std::allocator<char> >::basic_string<char,std::char_traits<char>,std::allocator<char> >(std::basic_string<char,std::char_traits<char> -- RESOLVED
934911 addstream event is not fired when one media is RECVONLY -- RESOLVED
936082 crash in mozilla::GetUserMediaNotificationEvent::Run() -- RESOLVED
936549 Tab sharing capture device won't stream -- RESOLVED
937990 configure: error: Don't know what options to give to WebRTC for cross-compilation -- RESOLVED
938034 [B2G] GetUserMedia can provide recording callback in media stream -- RESOLVED
938092 Building with gcc4.5 fails if both --enable-webrtc and --enable-tests -- VERIFIED
939890 Don't build iLBC/G722/iSAC audio codecs for webrtc -- RESOLVED
939988 Intermittent test_peerConnection_bug835370.html | application crashed [@ mozilla::dom::CallbackObject::CallSetup::CallSetup(JS::Handle<JSObject*>, mozilla::ErrorResult&, mozilla::dom::CallbackObject::ExceptionHandling, JSCompartment*)] -- RESOLVED
940708 Build webrtc in unified mode -- RESOLVED
942343 Pref off media.peerconnection.enabled on Firefox OS -- RESOLVED
942367 Implement peerIdentity constraint -- RESOLVED
942372 peerIdentity constraint UX P3 NEW
942382 Develop UX for displaying where media is coming from -- NEW
942385 Restrict identity assertions to noaccess/peerIdentity constrained tracks only -- RESOLVED
942517 Intermittent test_getUserMedia_stopVideoAudioStream.html | Test timed out, [SimpleTest.finish()] this test already called finish!, called finish() multiple times (4x), -- RESOLVED
942623 Intermittent test_peerConnection_basicVideo.html | Test timed out. -- RESOLVED
943219 Bypass compiler error building webrtc in B2G with debugging -- RESOLVED
943898 Return value 'undefined' is not a valid value for enumeration RTCIceConnectionState. -- RESOLVED
944032 Intermittent sctp_unittest | test failed with return code 256 from AddressSanitizer: heap-use-after-free -- RESOLVED
944666 Internal packet loss when VP8 encoder produces large frames -- RESOLVED
944854 "ASSERTION: You can't dereference a NULL nsRefPtr with operator*()." with RTC, GC/CC -- RESOLVED
945256 Pref on media.peerconnection.enabled on Firefox OS when audio P2P feature dependencies are complete -- RESOLVED
945334 MediaManager's JS Objects released on non-main threads -- RESOLVED
945614 [B2G getUserMedia] fake video should not initialize camera P4 RESOLVED
946348 Refactor DtlsIdentity fingerprint functions -- RESOLVED
946621 libvpx update.py should use pymake api to parse libvpx .mk files -- RESOLVED
947404 Internal error details escape from nsIDOMGetUserMediaErrorCallback::onError -- RESOLVED
947429 Provide prefs to allow disabling of video gUM and video PeerConnections -- RESOLVED
947663 Fix mediapipeline_unittest, re-enable ASSERT on receiving packets -- RESOLVED
947665 Still more webRTC stats -- RESOLVED
947704 removeStream is not supported; doing addStram() 2nd time to add video gives "NS_ERROR_UNEXPECTED" -- RESOLVED
947862 DataChannels demo crashes due to no clock available -- RESOLVED
948160 [meta] Adding OpenH264 support to WebRTC (Desktop) -- ASSIGNED
948249 [meta] Mochitest for dom/media report false positive -- NEW
948339 Intermittent TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_getUserMedia_playAudioTwice.html | Test timed out. -- RESOLVED
948454 Intermittent TestSyncRunnable | application crashed [@ 0x4297aa46] -- RESOLVED
949907 webrtcUI.jsm (handleRequest): can't access dead object -- RESOLVED
950317 [emulator][mochitest] Setup eth0 IP address to NetworkManager for running PeerConnection mochitest cases -- RESOLVED
950327 webrtcUI.jsm (getBrowserForWindow): NS_NOINTERFACE when calling getUserMedia from dead frame -- RESOLVED
950359 SetLocalDescription fails to fire success or error if there's no IP address on B2G -- RESOLVED
950406 Turn on P2P mochitests on b2g desktop builds -- RESOLVED
950855 Make enumeration of RTCStatsReport easier and spec-compliant -- RESOLVED
951143 Intermittent remotecppunittests TEST-UNEXPECTED-FAIL | transport_unittests | test crashed -- RESOLVED
951892 PeerConnection Mochitest in dom/media should check IceConnectionState -- RESOLVED
951954 canPlayThrough fires for video tracks with no data P4 NEW
952122 Remove getter kludge in PeerConnection.js once webidl supports getters -- NEW
952160 [meta] Add simulcast support to RTCPeerConnections/AddStream/onAddStream/etc -- RESOLVED
952166 Package content_webrtc.xpt on Firefox Desktop so that add-on authors can experiment with tab sharing -- RESOLVED
952232 [B2G][API Mediarecorder] "OnError" is not fired up in logcat when receiving/answering a phone call while media is recording -- RESOLVED
952237 [Intermittent] Cannot communicate in an audio P2P call in Desktop Firefox in a B2G --> Desktop call on the same wifi network -- RESOLVED
952238 [meta] Reduce power consumption during audio P2P calls on FxOS P4 RESOLVED
952369 Missing attributes in MediaStreamTrack objects -- RESOLVED
952542 Enable deeper NSPR logging on production builds for FxOS to allow for WebRTC bug diagnosis on production builds -- RESOLVED
952625 make tab streaming support scrolling and other goodies -- RESOLVED
952678 Link identity to DTLS transports more tightly -- RESOLVED
955699 Error linking WebRTC LINK : fatal error LNK1104: cannot open file ...Unified_cpp_ate_estimator_components_rbe_components0.obj -- RESOLVED
955753 WebRTC Configuration requires a username for TURN using credential -- RESOLVED
955899 Firefox 26.0 crashes when I open my WebRTC application -- RESOLVED
957145 Reminder: Restore stronger inboundrtp test once canplaythrough is fixed P4 NEW
957236 new mozRTCPeerConnection(); - 100% CPU -- VERIFIED
957800 Intermittent test_peerConnection_offerRequiresReceiveVideoAudio.html,test_peerConnection_basicAudioVideo.html,test_peerConnection_basicAudioVideoCombined.html,test_peerConnection_offerRequiresReceiveAudio.html | Have localcandidate stat(s) -- RESOLVED
957837 pure-virtual function call crash in webrtc::ModuleRtpRtcpImpl::TimeUntilNextProcess -- RESOLVED
957888 Ghost window on computer vision demo using asm.js and webrtc -- RESOLVED
958029 Intermittent TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_peerConnection_bug827843.html | Have localcandidate stat(s) -- RESOLVED
958090 Support non-LocalMediaStreams as inputs to RTCPeerConnection/AddStream P2 RESOLVED
958741 IDN support for WebRTC identity -- RESOLVED
959587 Intermittent TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_peerConnection_basicAudio.html | Have localcandidate stat(s) -- RESOLVED
959870 WebRTC identity error reporting -- RESOLVED
959879 offer webrtc -- RESOLVED
960177 Not receiving audio RTCP Sender Reports unless streams are added in both directions -- RESOLVED
961512 WebRTC permission prompt can show the wrong domain name, potentially making it possible for the page to spoof the domain name the access to the webcam/mic is requested from -- RESOLVED
962579 Intermittent TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_getUserMedia_basicVideoAudio.html | Unexpected callback with message = 'undefined' at: ["@http://mochi.test:8888/tests/dom/media/tests/mochitest/test_getUserMedia_basicVideoAudio.h -- RESOLVED
962766 remove unused, static constructor-causing string in CallControlManagerImpl.cpp -- RESOLVED
962783 WebRTC video calls from MTV office freeze/terminate after ~30min -- RESOLVED
962924 Ensure failure to load JS code at runtime of WebRTC tests properly fails the test P4 NEW
962930 Intermittent TEST-UNEXPECTED-FAIL | test_getUserMedia_stopVideoStream.html | Unexpected callback with message = 'undefined' at: ["33",""] -- RESOLVED
962984 [emulator][mochitest] Test fail on test_dataChannel_basicAudio.html in debug build -- RESOLVED
963027 AArch64 support for WebRTC -- RESOLVED
963420 Intermittent test_peerConnection_basicAudio.html | Test timed out. P4 RESOLVED
963524 Intermittent test_peerConnection_basicAudio.html, test_peerConnection_basicAudioVideo.html, test_peerConnection_offerRequiresReceiveVideoAudio.html | pc_local: ICE failed to switch to connected P2 RESOLVED
963801 Recording icon is too easy to overlook -- RESOLVED
964088 Refactor Audio/Video Conduits for multiple flow support -- RESOLVED
964090 Support higher-quality/bandwidth audio (in Opus) via constraints P5 NEW
964111 Intermittent test_getUserMedia_playVideoTwice.html,test_getUserMedia_stopAudioStream.html | Assertion count is greater than expected from ASSERTION: Destroying a currently-showing document: '!mIsShowing' -- RESOLVED
964133 Hook up webrtc.org unit tests so they can be built and run in our tree P1 RESOLVED
964161 [meta] WebRTC statistics API additions/improvements -- NEW
964223 Audio streams created with OfferToReceiveAudio=true without local audio stream remain recvonly after second createOffer with local audio stream -- RESOLVED
964309 Backend support for JS interaction with WebRTC congestion control -- RESOLVED
964312 Evaluate if A/V sync is being affected by TURN TCP usage P1 RESOLVED
964334 [meta] Developer debugging tools for WebRTC -- RESOLVED
964384 [meta] Unidirectional stream support in webrtc -- NEW
964754 crash after desktop tab share (double free and/or refcount err in MediaEngineTabVideoSource) -- RESOLVED
965266 WebRTC channel error -- RESOLVED
965656 Intermittent test_peerConnection_bug834153.html | Test timed out. P1 RESOLVED
966074 FF27 crashes reproducible in WebRTC calls with desktop on appspot -- RESOLVED
966225 Intermittent TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_getUserMedia_playAudioTwice.html | Assertion count 1 is greater than expected range 0-0 assertions. -- RESOLVED
966597 Intermediate media/tests/ipc/test_ipc.html | application timed out after 330 seconds with no output -- RESOLVED
967668 Intermittent test_peerConnection_bug825703.html | Test timed out. -- RESOLVED
967855 black screen when using opentokrtc with Fx28, Fx29 and Fx30 -- RESOLVED
968496 Intermittent ASAN rlogringbuffer_unittest | test failed with return code 1 from a webrtc heap-buffer-overflow -- RESOLVED
968800 mtransport runnable templates silently allow already_AddRefed members P5 NEW
968803 RUN_ON_THREAD should be able to statically determine dispatch flags for return-valued runnables -- RESOLVED
969718 Fix and re-enable test_peerConnection_bug825703.html and test_peerConnection_errorCallbacks.html -- RESOLVED
970265 [WebRTC] screen-sharing feature -- RESOLVED
970426 [meta] Get WebRTC platform ready for launching a user-facing service (media quality/connectivity) -- RESOLVED
970441 [meta] Improve WebRTC platform for launching a user-facing service (usability issues) -- RESOLVED
970442 Audio and video recording tools for recording instances of bugs and quality issues P2 RESOLVED
970606 Support the username parameter on setIdentityProvider -- RESOLVED
970650 Identify use cases for manual testing of WebRTC as a platform w/o Takilla -- RESOLVED
970729 Implement an audio stream verification based on the signal in the stream P4 RESOLVED
970742 Add metrics/telemetry for errors and error recovery P2 RESOLVED
971110 Prettify about:webrtc P3 RESOLVED
971118 [B2G] [GetUserMedia]: Microphone permission page does not appear when navigating to a page with Iframe elements -- RESOLVED
971596 Cannot establish a P2P video/audio call on trunk - remote peer hits exception when creating peer connection object -- RESOLVED
971740 Intermittent test_getUserMedia_gumWithinGum.html | Unexpected callback with message = 'undefined' at: ["@http://mochi.test:8888/tests/dom/media/tests/mochitest/test_getUserMedia_gumWithinGum.html:45",""] -- RESOLVED
971830 Utilize get(Audio|Video)Tracks() from 834835 in mochitest -- RESOLVED
971856 Add Telemetry for load during WebRTC calls P3 RESOLVED
972097 Cannot view video from Firefox 28 on opentok -- VERIFIED
972637 Initial send resolution in WebRTC calls should depend on start bitrate P3 NEW
972998 Tab locks up, can't be switched when running WebRTC call -- RESOLVED
974378 [Gingerbread] [WebRTC] Audio Input / getUserMedia is broken on Gingerbread -- VERIFIED
974927 Intermittent |/crashtests/855796.html | assertion count 4 is more than expected 0 assertions | ASSERTION: Slice out of range: 'aStart >= 0 && aEnd <= aSource.mDuration' -- RESOLVED
975144 Support electrolysis for WebRTC identity -- RESOLVED
975308 During an WebRTC session firefox desktop browser is consuming over 85% of memory and crashing -- RESOLVED
975771 getUserMedia debug-only crash [@ nsXPCWrappedJS::AddRef()] -- RESOLVED
976115 Higher latency on WebRTC DataChannels than Chrome -- RESOLVED
976521 Implement usage of "b=as" parameter to control outbound bandwidth for WebRTC P4 NEW
976604 crash in WebRtcVad_CalcVad48khz -- RESOLVED
976669 about:webrtc should show running kbps speeds each stream (and auto-update) P3 RESOLVED
976692 WebRTC IdP caching -- RESOLVED
977024 mozGetUserMedia success callback is called twice when called from an iframe P1 RESOLVED
977864 Create new media streams for unannounced SSRCs received on a peer connection -- RESOLVED
977933 Increase WebRTC logging temporarily to catch intermittent test failures -- RESOLVED
978239 RTCP packets from Windows machines are 62 years 9 months in the future (bug in WebRTC RtpRtcpClock) -- RESOLVED
978403 Intermittent test_ipc.html | test_dataChannel_basicVideo.html | Test timed out. P3 RESOLVED
978415 Investigate if test_ipc.html causes intermittent test failures for tests in the mochitest dir -- RESOLVED
978617 WebRTC: System JS throws several errors P4 NEW
978660 Setting "GRANT" for audio-capture or video-capture permissions is equivalent to DENY -- RESOLVED
978851 LoadInfo::UpdateSystemLoad warns about format string in sscanf -- RESOLVED
979471 about:webrtc does not show ICE stats for DataChannels -- RESOLVED
979627 Intermittent /tests/dom/media/tests/ipc/test_ipc.html | test_dataChannel_basicAudioVideo.html,test_peerConnection_basicAudioVideoCombined.html | Test timed out. P3 RESOLVED
979649 RTCP timestamps transmitted from Windows XP have significant clock drift P3 RESOLVED
979726 Change the default preferences for media.navigator.video.default_width & media.navigator.video.default_height to 320x240 on Firefox OS -- RESOLVED
979928 [meta] WebRTC leaks detected by Leak Sanitizer -- RESOLVED
980304 Add an RAII/holder for webrtc.org Interface pointers -- RESOLVED
980609 Tab-to-tab call while VPNed cause failed assertion: (ctx->state == NR_TURN_CLIENT_STATE_INITTED || ctx->state == NR_TURN_CLIENT_STATE_CONNECTED) P4 RESOLVED
980648 Intermittent test_getIdentityAssertion.html | Test timed out. | test_setIdentityProvider.html | Timed out waiting for peerIdentity. -- RESOLVED
981113 [B2G][Gaia][System] A PERMISSION_DENIED error does not appear when denying access to the microphone -- RESOLVED
981151 Intermittent test_peerConnection_basicAudioVideo.html | No more than sent -- RESOLVED
981156 Intermittent test_ipc.html | test_peerConnection_offerRequiresReceiveAudio.html | uncaught exception - TypeError: myPc.iceConnectionState is not a function at templates.js:150 -- RESOLVED
981207 Intermittent test_getUserMedia_playVideoAudioTwice.html | Unexpected callback with message = 'undefined' at: test_getUserMedia_playVideoAudioTwice.html:38 -- RESOLVED
981256 Intermittent test_peerConnection_basicAudio.html | Valid rtcp timestamp 1394239477041.543 <= 1394239476533 (508.54296875 ms) -- RESOLVED
981780 Build error in --disable-webrtc builds: "VP8TrackEncoder.cpp:319: error: undefined reference to 'NV12ToI420'" and more -- RESOLVED
982550 Intermittent | test_getUserMedia_playAudioTwice.html | Unexpected callback with message = 'undefined' at: ["@http://mochi.test:8888/tests/dom/media/tests/mochitest/test_getUserMedia_playAudioTwice.html:37:1","MSP_playMedia -- RESOLVED
983504 Make GUM able to pull screen into a MediaStream -- RESOLVED
984058 Intermittent test_dataChannel_basicVideo.html | application crashed [@ mozilla::DataChannelConnection::~DataChannelConnection()] -- RESOLVED
984239 [meta][user story] Adding H264 hardware support to WebRTC in Firefox OS -- RESOLVED
984256 device_info_linux.cc:166:93: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare] -- RESOLVED
985247 [meta] Add H.264 support to WebRTC on Firefox for Android -- RESOLVED
985248 [meta] Add H.264 support in WebRTC across all products (Desktop, Android) -- NEW
985249 Delivery of H.264 codec from OpenH264 -- RESOLVED
985250 OpenH264 plugin interface into Firefox P1 RESOLVED
985251 Wrap OpenH264 codec as a plugin P1 RESOLVED
985253 SDP negotiation for H264 P1 RESOLVED
985254 RTP packetization for H.264 P1 RESOLVED
985256 Implement OpenH264 UX -- RESOLVED
985271 Ensure call teardown in WebRTC mochitest's happens -- RESOLVED
985274 [meta] Solve Unexpected callback with message = 'undefined' bugs in WebRTC tests -- RESOLVED
985762 Remove displayname from IdP protocol -- RESOLVED
986279 Intermittent test_ipc.html | test_peerConnection_basicVideo.html | pc_local: ICE failed to switch to 'connected' state: failed | pc_remote: ICE is already in bad state: failed -- RESOLVED
986348 No USE-CANDIDATE in STUN requests after checking peer candidates for WebRTC -- RESOLVED
986762 Intermittent test_dataChannel_basicAudioVideo.html | application crashed [@ mozilla::DataChannelConnection::~DataChannelConnection()] -- RESOLVED
986764 [Stability][Performance] Cleanup of Threads after PeerConnection destroyed -- RESOLVED
986787 Fix -Wreorder warning and other cleanups in MediaEngineTabVideoSource.cpp -- RESOLVED
987300 LoadMonitor.h:56:26: warning: private field 'mTicksPerInterval' is not used [-Wunused-private-field] and similar for mLastSystemLoad in LoadManager.h -- RESOLVED
987548 test_ipc.html decreasing the number of tests ran to decrease intermittency -- RESOLVED
987979 Update WebRTC code to webrtc.org stable branch 3.50 -- RESOLVED
988096 Lazily load PeerConnection.js P5 NEW
988105 getUserMedia crashes on seccomp enabled builds on 1.3 -- RESOLVED
988957 DTLS extension for isolated streams -- RESOLVED
989047 Intermittent test_getUserMedia_playVideoTwice.html,test_getUserMedia_stopVideoAudioStreamWithFollowupVideoAudio.html,test_getUserMedia_gumWithinGum.html | Unexpected callback with = 'canplaythrough event never fired' -- RESOLVED
989425 PeerConnectionImpl.cpp:137:18: warning: unused variable 'DTLS_FINGERPRINT_LENGTH' [-Wunused-const-variable] -- RESOLVED
989936 PeerConnection.onsignalingstatechange is not triggered after PC.close called P5 RESOLVED
990310 Remove SurfaceDescriptor from media -- RESOLVED
990829 Intermittent test_getIdentityAssertion.html | uncaught exception - NS_ERROR_UNEXPECTED: at pc.js:1230 -- RESOLVED
991159 Intermittent test_peerConnection_errorCallbacks.html | Test timed out. -- RESOLVED
992902 Intermittent test_peerConnection_basicAudioVideo.html | pc_local: ICE is already in bad state: failed -- RESOLVED
993780 Late PCImpl::SetSignalingState_m results in: PeerConnection.js:538 - TypeError: can't access dead object -- RESOLVED
993783 Create a mochitest which exercises all the different events for PC.onsignalingstatechange -- RESOLVED
993787 WebRTC accesses non-threadsafe refcounted objects on multiple threads -- RESOLVED
993839 nsITabSource.getTabToStream(); should be async (i.e. take a callback or return a Promise) P5 RESOLVED
994121 c++ nsWeakRef to dead JS object -- RESOLVED
994277 webrtc video broken in Linux -- RESOLVED
994456 WebRTC doesn't work in Android WebApps -- RESOLVED
994917 Webrtc doesn't work over Verizon 4g -- RESOLVED
994935 WebRTC IdP interface needs to securely identify origin -- RESOLVED
995328 Enable WebRTC identity mochitests on android/b2g P4 ASSIGNED
995685 Intermittent e10s test_peerConnection_bug827843.html, test_peerConnection_basicWindowshare.html, test_dataChannel_basicAudioVideo.html | pc_local: ICE failed to switch to 'connected' state: failed | pc_remote: ICE is already in bad state: failed P3 RESOLVED
996433 dom/media/MediaManager.cpp:400:11: error: 'webrtc' has not been declared (--disable-webrtc) -- RESOLVED
996489 Occasional Assertion Failure: false at AudioSegment.cpp:132 -- RESOLVED
996492 JavaScript error: about:webrtc, line 312: globalReport.errors is undefined -- RESOLVED
996584 Intermittent test_peerConnection_offerRequiresReceiveAudio.html | pc_local: ICE failed to switch to 'connected' state: failed P4 RESOLVED
996600 Intermittent PROCESS-CRASH | test_peerConnection_basicVideo.html | test_dataChannel_basicDataOnly | application crashed [@ mozilla::MediaSegmentBase<mozilla::VideoSegment, mozilla::VideoChunk>::AppendSliceInternal(mozilla::MediaSegmentBase<mozilla::VideoS -- RESOLVED
996696 Block cross origin content from tab sharing streams P5 NEW
996989 Import PopupNotifications.jsm lazily into PeerConnection.js -- RESOLVED
997522 Mochitests should compare SDP's to media constraints -- RESOLVED
997572 All three test_peerConnection_offerRequiresReceive* cases don't exchange media at all P2 RESOLVED
998018 mediapipeline_unittest uses timers from wrong threads P3 NEW
998546 ontrack and onaddstream fire too late P1 RESOLVED
999242 Intermittent test_peerConnection_basicAudioVideoCombined.html | pc_local: ICE failed to switch to 'connected' state: failed (and same for pc_remote) P2 RESOLVED
999721 Implement OpenH264 Signing -- RESOLVED
1000288 Create Deterministic builds -- RESOLVED
1000478 WebRTC data channels have readyState of "connecting" when datachannel event is emitted. P3 RESOLVED
1000494 WebRTC prompts should ask which audio output you want to use P3 NEW
1002306 WebRTC VP8 doesn't work from b2g to desktop. -- RESOLVED
1002729 Link failure due to static const integers in WebRTC -- RESOLVED
1002877 requires dynamic R_X86_64_PC32 reloc against 'mozilla::MediaEngine::DEFAULT_169_VIDEO_WIDTH' which may overflow at runtime; recompile with -fPIC -- RESOLVED
1004183 dom/media/MediaManager.cpp:1343:7: error: 'c' was not declared in this scope (--disable-webrtc) -- RESOLVED
1004194 content/media/webrtc/MediaEngineDefault.cpp:25:24: fatal error: YuvStamper.h: No such file or directory (--disable-webrtc) -- RESOLVED
1004230 content/media/webrtc/MediaEngine.h:159: error: undefined reference to 'mozilla::MediaEngine::DEFAULT_169_VIDEO_WIDTH' -- RESOLVED
1004396 Make peerconnection video bitrates configurable -- RESOLVED
1004761 [meta] Loop Platform -- RESOLVED
1005152 Update fingerprint handling for identity -- RESOLVED
1006361 gUM permission: What if someone taps the notification? -- RESOLVED
1006880 Intermittent test_getUserMedia_peerIdentity.html | timed out waiting for audio check -- RESOLVED
1006926 Intermittent test_getUserMedia_peerIdentity.html |test_getUserMedia_playAudioTwice.html | | application crashed [@ mozilla::MediaSegmentBase<mozilla::VideoSegment, mozilla::VideoChunk>::AppendSlice(mozilla::MediaSegment const&, long long, long long)] P3 RESOLVED
1007031 Intermittent browser_devices_get_user_media.js | application terminated with exit code 1 | application crashed [@ mozilla::MediaSegmentBase<mozilla::VideoSegment, mozilla::VideoChunk>::AppendSliceInternal(mozilla::MediaSegmentBase<mozilla::VideoSegment, m -- RESOLVED
1007102 Intermittent test_getUserMedia_constraints_mobile.html | application crashed [@ mozilla::MediaSegmentBase<mozilla::VideoSegment, mozilla::VideoChunk>::AppendSliceInternal(mozilla::MediaSegmentBase<mozilla::VideoSegment, mozilla::VideoChunk> const&, long l -- RESOLVED
1007614 Intermittent Linux test_dataChannel_basicAudioVideoCombined.html | Test timed out P4 RESOLVED
1008017 [Flame] microphone does not function during the call -- RESOLVED
1008080 Intermittent test_peerConnection_basicAudio.html | pc_local: ICE is already in bad state: failed -- RESOLVED
1008475 Intermittent test_dataChannel_basicAudioVideo.html | application crashed [@ LibHandle::ReleaseDirectRef()] followed by Assertion failure: directRefCnt <= mozilla::external::AtomicRefCounted<LibHandle>::refCount(), at ElfLoader.h:155 -- RESOLVED
1008619 RTCPReceiver::UpdateRTCPReceiveInformationTimers() keeps firing after all WebRTC activity ends... -- RESOLVED
1009213 [B2G][Open_C] Error not fired in logcat when user requests access to getUserMedia audio within a background app -- RESOLVED
1009922 [Open C] crash in __pthread_cond_pulse -- RESOLVED
1010074 ssrc attribute missing in SDP is breaking getStats in Chrome -- RESOLVED
1010097 getUserMedia fails in page load when media.navigator.permission.disabled = true -- RESOLVED
1010102 getUserMedia constraints not required ignored -- RESOLVED
1010165 WebRTC doesn't work in xulrunner -- RESOLVED
1010404 [meta] Suggested additions to getStats API P4 RESOLVED
1010595 WebRTC using 125% CPU on Linux P3 RESOLVED
1010670 Port test_peerConnection_basic* to steeplechase -- RESOLVED
1011586 Throw InvalidStateError exception for function calls on closed PC's -- RESOLVED
1011775 Intermittent test_getUserMedia_stopAudioStream.html | Unexpected callback with = 'ended event never fired' at: ["test_getUserMedia_stopAudioStream.html:33:1",""] -- RESOLVED
1012625 WebRTC TURN Candidate: connection IP == relay IP -- RESOLVED
1012645 WebRTC: DTMF support P1 VERIFIED
1012987 Intermittent test_peerConnection_setRemoteAnswerInHaveRemoteOffer.html | application timed out after 330.0 seconds with no output -- RESOLVED
1013238 Intermittent Shutdown | application crashed [@ sipcc::PeerConnectionCtx::EverySecondTelemetryCallback_m(nsITimer *,void *) ("Assertion failure: PeerConnectionCtx::isActive(), at .../PeerConnectionCtx.cpp:306") -- RESOLVED
1013372 Intermittent WinXP crashtest "TEST-UNEXPECTED-FAIL | Shutdown | application timed out after 330 seconds with no output" after "Assertion failure: PeerConnectionCtx::isActive(), at PeerConnectionCtx.cpp:306" -- RESOLVED
1013798 Mochitests checkMediaTracks timeout does not work -- RESOLVED
1013809 Mochitests call setLocalDesc and setRemoteDesc in an odd order -- RESOLVED
1013822 Investigate long pauses in test execution -- RESOLVED
1013907 content/media/webrtc/LoadMonitor.cpp:312:32: error: '_SC_CLK_TCK' was not declared in this scope (on *BSD platforms) -- RESOLVED
1013968 Package gmp-api into a shared-upstream repo for OpenH264 builds -- RESOLVED
1014064 Implement LoadInfo::UpdateSystemLoad() on BSDs -- RESOLVED
1014304 Remove onconnection and onclosedconnection from PC -- RESOLVED
1014328 Add long-running steeplechase test for use in the QA Lab infrastructure -- RESOLVED
1014486 Callee's Remote Description returned is inconsistent with SDP set by SetRemoteDescription P4 NEW
1014862 Intermittent test_dataChannel_basicAudioVideoCombined.html | application crashed [@ resampler_basic_interpolate_single] -- RESOLVED
1015052 setLocalDescription with modified SDP doesn't work for Hold -- RESOLVED
1016498 Intermittent test_peerConnection_bug1013809.html | pc_local: ICE is already in bad state: failed -- RESOLVED
1016973 firefox webrtc video -- RESOLVED
1017082 Merge RTCPeerConnectionStatic into RTCPeerConnection P4 NEW
1017332 Intermittent test_peerConnection_basicAudio.html, test_peerConnection_basicAudio.html | pc_remote: ICE is already in bad state: failed P4 RESOLVED
1018372 Intermittent 408431-1.html, 863929.html | application crashed [@ sipcc::PeerConnectionImpl::CheckThreadInt() const] -- RESOLVED
1019050 GCC 4.8 unused-local-typedefs warning/error in dom/media after WebRTC 3.50 update -- RESOLVED
1019323 Tests execution continues after calling unexpectedEventAndFinish() -- RESOLVED
1019572 Intermittent test_permission_gum_remember.html | Test timed out P3 RESOLVED
1019923 Data channel test failure logs timeouts after failure -- RESOLVED
1019934 Intermittent 408431-1.html | Exited with code 1 during test run (after "AddressSanitizer: heap-use-after-free PeerConnectionImpl.cpp:1832 IsClosed") -- RESOLVED
1020024 Intermittent (test_ipc.html) test_dataChannel_basicAudio.html,test_dataChannel_basicDataOnly.html, test_dataChannel_bug1013809.html | PeerConnectionWrapper (pcLocal) initial dataChannels[0] failed to switch to 'open' (and more) -- RESOLVED
1020159 Intermittent test_dataChannel_basicAudioVideo.html | PeerConnectionWrapper (pcLocal) initial dataChannels[0] failed to switch to 'open' -- RESOLVED
1020436 WebRTC mochitests orchestrate two participants, but share one test/event queue P4 NEW
1020661 WebRTC build error, with GCC 4.8: "scoped_ptr.h:591:18: error: typedef 'type_must_be_complete' locally defined but not used [-Werror=unused-local-typedefs]" -- RESOLVED
1020712 Intermittent test_peerConnection_setLocalAnswerInHaveLocalOffer.html | application timed out after 450.0 seconds with no output P4 RESOLVED
1021012 Video froze during Loop call (about 20 mins into the call) -- RESOLVED
1021220 Add verification that loopback is not getting used in mochitests -- RESOLVED
1021776 Intermittent test_getUserMedia_peerIdentity.html | video (protected) failed after waiting full duration -- RESOLVED
1022058 crash in sigslot::lock_block<sigslot::single_threaded>::lock_block(sigslot::single_threaded*) -- RESOLVED
1022235 Intermittent 408431-1.html, 341963-1.html, test_peerConnection_throwInCallbacks.html, test_peerConnection_toJSON.html | application crashed [@ 0x2060be74][@ webrtc::ViEEncoder::~ViEEncoder()] -- RESOLVED
1022376 LoadManager assumes that when a thread exits the runnable, the thread exits (thread leak) -- RESOLVED
1022764 Build error in --disable-webrtc builds: "MediaManager.cpp:54:39: fatal error: browser_logging/WebRtcLog.h: No such file or directory" -- RESOLVED
1022981 [B2G][Flame][Browser][Microphone] User will still hear sound from microphone stream if it is paused -- RESOLVED
1023394 Connection issues using Loop - no media, or no connection established -- RESOLVED
1023648 [meta] WebRTC Talos tests -- NEW
1024304 External encoder's IDR Request can't be called in WebRTC Gecko Media Plugins adapter -- RESOLVED
1024792 Intermittent test_peerConnection_basicAudioVideo.html | application timed out after 330 seconds with no output P5 RESOLVED
1025352 Race condition in checkMediaTracks -- RESOLVED
1025368 Intermittent test_peerConnection_bug1013809.html | pc_local: ICE failed to switch to 'connected' state: failed (followed by the same with pc_remote) P1 RESOLVED
1025369 Intermittent test_peerConnection_setLocalOfferInHaveRemoteOffer.html, test_peerConnection_bug1013809.html | application crashed [@ libfreebl3.so (deleted) + 0x1db8a] [@ libc.so + 0xd898 | libfreebl3.so (deleted) + 0x1d555] -- RESOLVED
1025765 Win64 media failures in debug mochitest-3 -- RESOLVED
1026090 WebRTC LoadMonitor opens /proc/stat P4 NEW
1026336 Fix warnings in content/media/webrtc and mark FAIL_ON_WARNINGS -- RESOLVED
1027372 runNetworkTests break steeplechase tests -- RESOLVED
1027953 Fix assumptions about int64_t in MediaResourceServer -- RESOLVED
1028820 Perf: Flame back camera takes a lot of CPU; causes webrtc audio 'pops' P2 RESOLVED
1028881 WARNING: 'NS_FAILED(branch->GetBoolPref("media.video.test_latency", &mVideoLatencyTestEnable))', file VideoConduit.cpp, line 265 P5 RESOLVED
1029325 Warning as errors break the build in webrtc with GCC 4.9 -- RESOLVED
1029401 crash in mozilla::MediaEngineTabVideoSource::StopRunnable P1 RESOLVED
1029478 Remove dangerous public destructor of TransportFlow -- RESOLVED
1029983 H.264 codec is working on B2G ignoring preference 'media.peerconnection.video.h264_enabled' -- RESOLVED
1030112 8x10 OMX H.264 encoder timestamps don't get passed through to encode result -- RESOLVED
1030338 Assertion failure: !aOther.IsNull() (Cannot compute with aOther null value), at ../../dist/include/mozilla/TimeStamp.h:281 when stopping a webrtc call -- RESOLVED
1030372 Don't use WrapRunnable for Runnables with thread-specific release requirements P1 RESOLVED
1030435 Re-enable peerIdentity test P5 RESOLVED
1030467 Improve logging in PeerConnectionTest.close() P5 NEW
1030469 Log RTCP stats only in case of error P4 RESOLVED
1030563 win64 mochitest timeouts in test_peerConnection_peerIdentity.html on Date branch -- RESOLVED
1030918 Intermittent *Android 4.0* test_dataChannel_basicAudioVideoCombined.html | application timed out after 330 seconds with no output P3 RESOLVED
1031491 Intermittent browser_wa_properties-view-media-nodes.js | application crashed [@ msvcr100.dll + 0x8d635][@ xul.dll!webrtc::SingleRwFifo::Push(signed char *)] -- RESOLVED
1032138 Intermittent test_dataChannel_basicAudioVideo.html,test_dataChannel_basicVideo.html,test_peerConnection_bug1013809.html,test_peerConnection_twoAudioVideoStreamsCombined.html | Valid rtcp timestamp ... P3 RESOLVED
1032461 Intermittent 40929-1.html | load failed: timed out while taking snapshot (bug in harness?) or load failed: null P5 RESOLVED
1032525 Isolate tracks on an RTCPeerConnection based on peerIdentity, not just origin -- RESOLVED
1032616 Intermittent test_dataChannel_bug1013809.html | PeerConnectionWrapper (pcLocal) dataChannels[0] is in state: 'connecting' - got open, expected connecting -- RESOLVED
1032835 Implement basic RTPSender and RTPReceiver with RTCPeerConnection P1 RESOLVED
1032839 Implement Track replace for RTPSender P1 RESOLVED
1032840 Implement Track add/remove for RTPSender/RTPReceiver P3 NEW
1032848 Add mediastream = canvas.CaptureStream() or equivalent P1 RESOLVED
1033075 Intermittent test_peerConnection_peerIdentity.html | application timed out after 330 seconds with no output P4 RESOLVED
1033163 mozRTCSessionDescription toJSON not defined -- RESOLVED
1033323 Fix talos g1 on Windows and Mac OSX -- RESOLVED
1033326 [meta] Support switching cameras without renegotiation -- VERIFIED
1033344 8x10 OMX H.264 encoder requires an encoder reconfig if the framerate changes too much P4 RESOLVED
1033345 8x10 OMX H.264 encoder doesn't support SPS/PPS generation on each IDR -- RESOLVED
1033833 Update CreateOffer/Answer API to spec - no longer takes constraints but a dictionary -- RESOLVED
1034136 Fix all.js typo in webrtc prefs and add default value for h264_enabled on non-b2g -- RESOLVED
1034555 Intermittent test_peerConnection_peerIdentity.html | Unexpected callback with = 'Peer Identity mismatch, expected: someone@test2.example.com' at: ["PCW_setRemoteDescription@http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js:1688:1","PCT_setRemot -- RESOLVED
1035011 Intermittent test_dataChannel_bug1013809.html | pc_local: ICE failed to switch to 'connected' state: failed | PeerConnectionWrapper (pcLocal) timed out while waiting for dataChannels[0] to open - got connecting, expected open -- RESOLVED
1035067 Webrtc call between FF video+audio enabled user to a FF audio only user results in one way speech path P2 VERIFIED
1035403 onsignalingstatechange closed event is missing after long call P4 NEW
1035456 Building fails in OSX 10.10 -- RESOLVED
1035816 Intermittent test_peerConnection_basicVideo.html, test_peerConnection_basicAudioVideoCombined.html | This IP:Port UDP:10.134.157.44:52805 appears in SDP offer and answer! -- RESOLVED
1036439 [meta] Make steeplechase default for WebRTC tests with PCs -- RESOLVED
1036653 Implement application sharing for getUserMedia P1 VERIFIED
1036655 Prevent sharing the Fireforx application via getUserMedia -- RESOLVED
1036686 Shutdown crash with many mozGetUserMedia calls [@ mozilla::services::GetObserverService] -- RESOLVED
1036886 Intermittent test_timeout.html | application timed out after 330 seconds with no output -- RESOLVED
1036888 Intermittent test_peerConnection_offerRequiresReceiveVideoAudio.html | Test timed out. -- RESOLVED
1037389 add support for deviceId in gUM constraints P1 RESOLVED
1037424 implement a whitelist of web sites allowed to use screensharing in Firefox 33 P1 VERIFIED
1037488 MediaEngineTabVideoSource should set width, height and framerate based on constraints and prefs passed to Allocate() -- RESOLVED
1037589 pref around the test UI for screen sharing P1 RESOLVED
1037618 Intermittent ice_unittest | test failed with return code 1 P4 RESOLVED
1037644 don't use mozAfterPaint events to drive tab stream -- RESOLVED
1037729 Allow the stack to unroll for callbacks in PeerConnection.js -- RESOLVED
1037997 Support multiple monitors for getUserMedia P2 RESOLVED
1038324 Refactor VideoCaptureImpl & DesktopCaptureImpl to better share code P4 NEW
1038492 Cherry-pick libyuv's fix for clang-cl compatibility -- RESOLVED
1038799 mouse_cursor_monitor_x11.o: requires dynamic R_X86_64_PC32 reloc against 'XFixesGetCursorImage' -- RESOLVED
1038926 Add support for window sharing for getUserMedia -- RESOLVED
1038961 Associate a GMP crash with a DOM window and fire an event at that window -- RESOLVED
1039483 Intermittent test_peerConnection_basicVideo.html | This Transport:IP:Port UDP:10.132.157.189:45321 appears twice in the SDP above! -- RESOLVED
1039529 Add an API to know which kind of video streams a web page is using -- RESOLVED
1039572 GMPParent::ActorDestroy should not re-enter itself -- RESOLVED
1039575 GMP plugins: getting a crash ID into GMPParent::ActorDestroy -- RESOLVED
1039884 Intermittent test_dataChannel_basicAudio.html | Main app process exited normally | application crashed [@ mozilla::MediaStreamGraphImpl::AppendMessage(mozilla::ControlMessage*)] with Assertion failure: mCanRunMessagesSynchronously, at MediaStreamGraph.cpp -- RESOLVED
1039917 Fix clang and gcc warnings in webrtc/signaling -- RESOLVED
1039923 media/webrtc/signaling/src/sipcc/include/ccsdp_rtcp_fb.h: [-Wunused-function] 'int32_t sdp_rtcp_fb_nack_to_bitmap(sdp_rtcp_fb_nack_type_e)' defined but not used -- RESOLVED
1040061 Screen sharing and Window Sharing for Fx 33 -- RESOLVED
1040075 Intermittent test_dataChannel_basicDataOnly.html | test_dataChannel_basicAudioVideoCombined.html | pc_local: ICE failed to switch to 'connected' state: failed P5 RESOLVED
1040124 WebRTC signaling tests fail to build on Ubuntu 12.04LTS -- RESOLVED
1040168 libxul.so linking fails: desktop_capture/differ_block.cc:47: undefined reference to `webrtc::BlockDifference_SSE2_W32()' on non-x86/arm -- RESOLVED
1040786 Intermittent test_peerConnection_peerIdentity.html | application timed out after 330 seconds with no output -- RESOLVED
1040941 Non-functional "preference" button for Open H264 plugin (depending on state) -- VERIFIED
1041113 sipcc memory leak in SDP handling -- RESOLVED
1041114 gUM camera release after error takes too long -- RESOLVED
1041226 GMPChild should finish IPC setup before calling Crashreporter IPC method -- RESOLVED
1041244 Segfault on GMP plugin communication attempt -- RESOLVED
1041268 Enable XDamage for screen capture on BSDs as well -- RESOLVED
1041402 Crash in GMP plugin code -- RESOLVED
1041525 Possible deadlock in Crashreporter::OOPInit() from GMP plugin initialization -- VERIFIED
1041766 Add test cases for switching the video stream between screenshare and camera and back P4 NEW
1041767 Add test cases for adding and removing a screenshare video track to an existing PeerConnection P4 NEW
1041769 Add test cases for screen sharing in a separate peer connection P4 NEW
1042345 Problems with DNS resolution for ice configuration on B2G -- RESOLVED
1042348 crash in libsystem_kernel.dylib@0x15866 (mozilla::ipc::GeckoChildProcessHost::PerformAsyncLaunchInternal) -- VERIFIED
1042525 Latest Gecko does not build without-X -- RESOLVED
1042628 Firefox quits unexpectedly after closing the shared window item P1 RESOLVED
1042631 The pointer from Firefox window share shows misplaced P4 VERIFIED
1042665 Screen share changes windows after dragging the target tab -- RESOLVED
1042671 Screen & Audio option for entire screen in fullscreen is broken -- RESOLVED
1042689 crash in java.lang.RuntimeException: Camera is already stopped! at org.webrtc.videoengine.VideoCaptureAndroid.stopCapture(VideoCaptureAndroid.java) -- RESOLVED
1042791 H264 SDP in WebRTC has non-standard fmtp line -- RESOLVED
1043042 OpenH264 crash in nsAppShell::ProcessNextNativeEvent -- RESOLVED
1043394 crash in mozilla::ipc::MessageChannel::NotifyGeckoEventDispatch() -- RESOLVED
1043968 crash in mozilla::WebrtcGmpVideoEncoder::Encode_g(webrtc::I420VideoFrame const*, webrtc::CodecSpecificInfo const*, std::vector<webrtc::VideoFrameType, std::allocator<webrtc::VideoFrameType> > const*) -- RESOLVED
1043973 crash in mozilla::runnable_args_m_5_ret<mozilla::WebrtcGmpVideoDecoder*, int ( mozilla::WebrtcGmpVideoDecoder::*)... -- RESOLVED
1044062 Perma-orange OS X 10.6 "cppunittests TEST-UNEXPECTED-FAIL | ice_unittest | test failed with return code 1" on previously green runs -- RESOLVED
1044268 Ability to turn off H.264 downloads in the field if there are problems -- RESOLVED
1044335 Test case to verify proper profile id in H264 SDP -- RESOLVED
1045429 For test verification we should have a simple JS SDP parser P5 NEW
1045810 MediaStream(Track) onended is not triggered when user stops sharing screen P2 RESOLVED
1046245 implement navigator.mediaDevices for enumeration local gUM audio & video sources P1 RESOLVED
1046838 crash in audiounit_property_listener_callback -- RESOLVED
1047743 Screen sharing with multiple screens is broken (Mac only) -- RESOLVED
1049033 WebRTC code does not use ARMv7 features outside Android P3 NEW
1049087 pre-populate the whitelist for screensharing in Fx33 -- RESOLVED
1049090 Define a process for adding domains to the screensharing whitelist -- RESOLVED
1049291 b2g process crashes while calling select() P1 RESOLVED
1049419 No error message is displayed when selecting not to share the built in microphone -- RESOLVED
1049684 Steeplechase tests are failing -- RESOLVED
1049810 sharing indicators on the URL bar stay on after each mochitests has finished its execution -- RESOLVED
1050851 Add all long running tests from the sunny day env -- RESOLVED
1050914 Screen sharing tests leave sharing indicator on -- RESOLVED
1052141 Add a test that makes sure crashed GMP plugins are reported to the crash service P4 NEW
1052169 webrtc::ViEEncoder crashes while WebRTC session is closing -- RESOLVED
1052568 crash in sipcc::PeerConnectionMedia::AddConduit(int, bool, mozilla::RefPtr<mozilla::MediaSessionConduit> const&) -- RESOLVED
1053215 [meta] app sharing for Fx34 -- RESOLVED
1053264 Mouse cursor flickers after activating screensharing on Windows -- VERIFIED
1053407 Convert PeerConnections's RTCError into DOMError and stop using __exposedProps__ -- RESOLVED
1053415 Add/RemoveStream/Track should warn on use-after-CreateOffer, since we don't support negotiationneeded yet -- RESOLVED
1053792 Fix some bad implicit constructors in the mtransport code -- RESOLVED
1054503 App sharing Background/Foreground mask colors should be configurable -- RESOLVED
1055080 H264 fmtp in SDP from about:webrtc differs from SDP returned by createOffer/Answer -- NEW
1055154 Add finer-grained LSan suppressions for WebRTC leaks -- RESOLVED
1055260 webrtc landing needs to be taught to handle trickle candidates -- RESOLVED
1055378 Calling getStats with a track returns no stats or stats for wrong track -- RESOLVED
1055770 test_getUserMedia_stopVideoAudioStreamWithFollowupVideoAudio.html fails with real device P4 RESOLVED
1055838 MediaEngineDefaultVideoSource::MediaEngineDefaultVideoSource fails to initialise mCb, mCr -- RESOLVED
1055910 Intermittent LeakSanitizer | leak at CSF::VcmSIPCCBinding::CandidateReady, operator, mozilla::NrIceCtx::trickle_cb, nr_ice_initialize_finished_cb | leak at flex_string_check_alloc, flex_string_vsprintf, flex_string_sprintf, sdp_build_attr_ice_attr -- RESOLVED
1056264 Mark helper-typedef as permissibly unused, in webrtc's compile_assert.h COMPILE_ASSERT macro -- RESOLVED
1056433 getStats should be allowed on a closed PeerConnection P3 NEW
1056650 [meta] Support multiple tracks of the same type in PeerConnection -- NEW
1057073 Intermittent Android test_dataChannel_basicAudioVideo.html | application timed out after 330 seconds with no output P4 RESOLVED
1057174 [WebRTC] |DesktopDeviceInfoImpl::initializ| in desktop_device_info.cc use wrong argument while calling snprintf. -- RESOLVED
1057597 WebRTC tests do not work on Aurora -- RESOLVED
1057621 Remove stun.service.mozilla.com as default stun server from test execution -- RESOLVED
1057804 ASAN reports memory leaks when Gecko 34 merges to Aurora -- VERIFIED
1058120 [System] PERMISSION_DENIED error does not display when denying access to the microphone P5 NEW
1058294 Make PeerConnectionWrapper config options re-usable for more then two PC's P5 NEW
1058313 Create separate mochitests for ICE gathering P4 NEW
1058458 Intermittent test_dataChannel_basicAudioVideo.html - TypeError: target is undefined at http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js:1110 -- RESOLVED
1058766 Include window count for each application -- RESOLVED
1059101 Intermittent 860143.html | application crashed [@ mozilla::TrackUnionStream::CopyTrackData(mozilla::StreamBuffer::Track*, unsigned int, long long, long long, bool*)] | Assertion failure: startTicks == TimeToTicksRoundUp(rate, outputStart) (Samples missing -- RESOLVED
1059240 Intermittent test_peerConnection_replaceTrack.html | Test timed out. P4 RESOLVED
1059431 Get a better read on B2G emulator responsiveness -- RESOLVED
1059512 [WebRTC] Downloading images from rtccopy.com sometimes become corrupt -- RESOLVED
1059517 Intermittent test_dataChannel_basicVideo.html | application crashed [@ mozilla::BlockingResourceBase::CheckAcquire()] P5 RESOLVED
1059786 Intermittent test_dataChannel_basicDataOnly.html | undefined assertion name - Result logged after SimpleTest.finish() | | application crashed [@ mozilla::TrackUnionStream::CopyTrackData(mozilla::StreamBuffer::Track*, unsigned int, long long, long long, bo -- RESOLVED
1059800 Intermittent test_getUserMedia_stopAudioStream.html | application timed out after 450.0 seconds with no output | application crashed [@ mozilla::MediaStreamGraphInitThreadRunnable::Run()] P5 RESOLVED
1059867 B2G emulator on E2C is too slow for WebRTC tests -- RESOLVED
1059878 How to run B2G WebRTC tests in a reliable way P3 RESOLVED
1060023 Can't accept Loop calls on Nightly -- RESOLVED
1060102 Write a test case which does NOT use trickle ICE -- RESOLVED
1060103 Fix trickle ICE support for steeplechase -- RESOLVED
1060284 Intermittent test_ipc.html | received ICE candidate after end of trickle -- RESOLVED
1061056 Fix more bad implicit constructors in WebRTC -- RESOLVED
1061475 Crash in Loop on Mac in getUserMedia - Refresh() is passing null for the uniqueId -- VERIFIED
1061677 Intermittent test_getUserMedia_constraints.html | application crashed [@ mozilla::TrackUnionStream::CopyTrackData(mozilla::StreamBuffer::Track*, unsigned int, long long, long long, bool*)] | Assertion failure: startTicks == TimeToTicksRoundUp(rate, outpu -- RESOLVED
1061765 Reused call crashed both participants | crash in libsystem_c.dylib@0x1d70 | getDeviceNamesFromIndex | memset -- RESOLVED
1061900 --disable-webrtc broken in MediaStreamGraph.cpp -- RESOLVED
1062026 Bug 946639 doesn't turn on AVX2 intrinsic correctly for libvpx -- RESOLVED
1062682 Intermittent dom/media/tests/ipc/test_ipc.html,test_dataChannel_basicAudioVideo.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from new to failed | {pc_local,pc_remote}: ICE is already in bad state: failed and more P3 RESOLVED
1062707 steeplechase tests are giving "SessionDescription is not null" failures -- RESOLVED
1062876 The "stop sharing" option in the video sharing control in the URL bar has no effect in iframes -- VERIFIED
1062957 [steeplechase] Switch tests to a chat room per test case solution P5 NEW
1062981 Navigating away from a page with camera sharing in an iframe leaves camera recording -- VERIFIED
1063091 receiving a Loop call, but had audio from caller and was sending no audio or video P2 RESOLVED
1063290 Intermittent test_getUserMedia_constraints_mobile.html,test_getUserMedia_gumWithinGum.html | Test timed out. P3 RESOLVED
1063292 Intermittent test_peerConnection_basicAudioVideoCombined.html | application crashed [@ mozilla::TrackUnionStream::CopyTrackData(mozilla::StreamBuffer::Track*, unsigned int, long long, long long, bool*)] -- RESOLVED
1063730 Screensharing (windows, apps) should only be allowed on https: origin sites -- RESOLVED
1063952 vp9_encodeframe.c:561: possible bad if test ? P2 RESOLVED
1063971 setRemoteDescription call without success-callback freezes PeerConnection queue (FF32 regression) -- VERIFIED
1064074 Seems like PeerConnection wont close properly in response to Peer Identity mismatch (code-inspection) P4 NEW
1064223 Retire backwards compatible RTCOfferOptions in about 6 weeks P3 RESOLVED
1064291 Intermittent test_dataChannel_basicAudioVideoCombined.html | application crashed [@ mozilla::TrackUnionStream::CopyTrackData(mozilla::StreamBuffer::Track*, unsigned int, long long, long long, bool*)] -- RESOLVED
1064591 Intermittent transport_unittests | application crashed [@ jemalloc_crash] -- RESOLVED
1064674 Mochitest for Bug 1063971 using non-spec set(Local|Remote)Description wo/callbacks -- RESOLVED
1064734 getUserMedia permissions cannot be permanently granted to extension resource -- NEW
1065847 compilation fails with -disable-webrtc -- RESOLVED
1066410 Serious color distortion happened when plays WebRTC -- RESOLVED
1066775 WebRTC mochitests fail in many different configs with "Received end of ICE gather candidate" -- RESOLVED
1066853 Gecko fail to build on Nemo/Mer ARMV7 hardfp scratchbox2 cross target -- RESOLVED
1066964 webRTC + webAudio: regression in Firefox 32 (versus 31) -- RESOLVED
1066968 webRTC cannot stream from webAudio (createMediaStreamDestination) -- RESOLVED
1067336 Intermittent test_mediaStreamAudioSourceNodePassThrough.html | Test timed out. -- RESOLVED
1067437 [Loop] The video call shows a black image after few seconds of call P1 RESOLVED
1067640 Aurora WebRTC Old Sharing Links Results in Dead Phone call -- RESOLVED
1067718 Fix typo error for Pixel Convert in WebRTC -- RESOLVED
1067727 Intermittent test_peerConnection_basicWindowshare.html | application crashed [@ webrtc::ViEInputManager::CreateCaptureDevice(char const *,unsigned int,int &)] | PGO-only -- RESOLVED
1069411 Build & integration tests for Standalone WebRTC library P4 NEW
1069919 navigator.mozGetUserMedia looses microphone connection after 5-30 seconds without error -- RESOLVED
1069925 FaceCam microphone appears twice on the doorhanger dropdown -- RESOLVED
1070036 [Linux] Exceptions during openh264 provider initialization -- RESOLVED
1071111 Unable to create peer connection -- RESOLVED
1071643 WebRTC onnegotiationneeded callback does not fire -- RESOLVED
1072388 Cannot call createOffer/setLocalDescription in "have-local-offer" state, nor createAnswer/setRemoteDescription in "have-remote-offer" state P5 RESOLVED
1072945 Intermittent test_peerConnection_setLocalOfferInHaveRemoteOffer.html | uncaught exception - Error: Peer connection is closed at http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js:1959 -- RESOLVED
1073025 Enable WebRTC HW H.264 on Flame KitKat P3 RESOLVED
1073226 PC sends ICE candidates after getting closed -- RESOLVED
1073310 intermittent failure in test_peerConnection_basicH264Video when we don't crash in shutdown P4 RESOLVED
1073350 WebRTC: heap-buffer-overflow [@webrtc::ExtractBuffer] -- VERIFIED
1074397 MediaStreamGraph memory reporter uses CurrentDriver() and WakeUp() without holding the monitor -- RESOLVED
1074548 Eager allocation of webrtc trace buffers was supposed to be turned off in Beta and Release -- RESOLVED
1074762 Intermittent test_peerConnection_setRemoteAnswerInHaveRemoteOffer.html | uncaught exception - Error: Peer connection is closed at http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js:1959 -- RESOLVED
1074855 E10s breaks about:webrtc -- RESOLVED
1075133 onsignalingstatechange is not fired as an event -- RESOLVED
1075300 sctp iterator thread cleanup P5 NEW
1076066 Loop call disconnects a few seconds after connection established P2 RESOLVED
1076906 Fix license headers for some WebRTC files, and provide LICENSE file P2 RESOLVED
1078017 Intermittent test_ipc.html | test_peerConnection_basicAudioVideo.html,test_peerConnection_bug1013809.html,test_recordingStatus_kill_content_process.html - Assertion count 1 is greater than expected range (ASSERTION: track ended but not found) -- RESOLVED
1078286 Lenovo X1 carbon 34xx default camera driver not working with WebRTC video -- REOPENED
1079166 Intermittent test_getUserMedia_peerIdentity.html | audio (not silent) failed after waiting full duration - expected PASS -- RESOLVED
1079348 [meta] Make a standalone WebRTC implementation -- RESOLVED
1079531 Add *.tokbox.com to screensharing whitelist -- RESOLVED
1079703 Intermittent test_dataChannel_basicAudioVideoCombined.html | Assertion count 1 is greater than expected range 0-0 assertions. -- RESOLVED
1080570 Intermittent test_mediatrack_events.html | undefined assertion name - Result logged after SimpleTest.finish() -- RESOLVED
1081819 WebAudio data isn't transmitting over established peerConnection P1 RESOLVED
1081842 Intermittent test_streams_autoplay.html | Test timed out. - expected PASS -- RESOLVED
1081853 Compatibility issues with Asterisk Telephony Server (DTLS Server_Hello not accepted) -- RESOLVED
1081861 Intermittent test_streams_element_capture_createObjectURL.html | 320x240.ogv checking readyState - got 1, expected 2 -- RESOLVED
1082236 Mochitest RTCP timestamp checks are too tight for two machine scenarios -- RESOLVED
1082544 Generated owner version in SDP bigger than max_value_version -- RESOLVED
1082549 Test the about:webrtc page P4 RESOLVED
1083202 FF crashes when running WebRTC call to OpenWebRTC apps using OpenH264 -- RESOLVED
1083386 [WebRTC] Opening images from rtccopy.com will display graphic corruption -- NEW
1083428 [WebRTC] Playing video from rtccopy.com, user will received an error message -- RESOLVED
1083663 Intermittent test_dataChannel_basicVideo.html | Assertion count 2 is greater than expected range 0-0 assertions. -- RESOLVED
1084035 fennec tab casting is broken in beta -- RESOLVED
1084123 Intermittent test_dataChannel_basicDataOnly.html | Assertion count 2 is greater than expected range 0-0 assertions. -- RESOLVED
1084262 Intermittent test_dataChannel_bug1013809.html | Assertion count 2 is greater than expected range 0-0 assertions. -- RESOLVED
1084496 Update whitelist for screensharing -- RESOLVED
1084499 about:webrtc is broken for Hello calls -- RESOLVED
1084536 Unable to be seen or heard from my MacBook Air P3 RESOLVED
1085178 media/webrtc/trunk/webrtc/system_wrappers/source/cpu_features_android.c is only built on Android -- NEW
1085208 dom/media/tests/identity causes ASAN leaks after being reordered into mochitest-2 suite P5 RESOLVED
1085241 Intermittent test_dataChannel_basicVideo.html | Assertion count 2 is greater than expected range 0-0 assertions. P4 RESOLVED
1085356 Mac audio problems when changing output devices (regression) -- RESOLVED
1085648 libvpx gained a dependency on some recent version of xcode/clang for AVX2 support -- RESOLVED
1086174 Intermittent test_dataChannel_basicAudio.html,test_peerConnection_offerRequiresReceiveVideoAudio.html,test_peerConnection_replaceTrack.html | legal ICE state transition from new to failed P4 RESOLVED
1087368 segfault in AudioDeviceLinuxPulse::ReadRecordedData on WebRTC pages -- RESOLVED
1087629 Add mochitest for handling ICE failure cases P2 RESOLVED
1088757 Error: ReferenceError: React is not defined -- RESOLVED
1088758 Add the ability to mirror tabs from desktop to a second screen -- RESOLVED
1089478 Clang 3.5 -Wabsolute-value warnings in WebRTC code (mostly abs vs. std::abs) -- RESOLVED
1090415 [Whitelist] Whitelist Room.co for screenshare -- RESOLVED
1090969 Intermittent test_audio_capture_error.html | This test left crash dumps behind, but we weren't expecting it to! | test_audio_capture_error.html | undefined assertion name - Result logged after SimpleTest.finish() -- RESOLVED
1091031 whitelist talky.io for screensharing -- RESOLVED
1091290 addIceCandidate calls queued incorrectly (already-queued callbacks may never get called) -- RESOLVED
1091898 Update WebRTC with promises -- RESOLVED
1093835 test_peerConnection_addSecondAudioStream.html needs verification of second media flow P3 RESOLVED
1093934 Create a XPCOM library that can be used to support standalone WebRTC -- RESOLVED
1094238 Intermittent test_bug1056032.html | application crashed [@ linux-gate.so + 0x424] -- RESOLVED
1094242 Intermittent webaudio/test/test_bug1056032.html | application crashed [@ 0x0] -- RESOLVED
1094250 refactor media/webrtc to remove DOM dependencies P5 RESOLVED
1094258 WebRTC - offerToReceiveVideo option seemingly ignored if getUserMedia stream is only microphone -- RESOLVED
1094798 FF34 beta does not work (no sound) with mod_verto (adds WebRTC support to FreeSWITCH) -- RESOLVED
1096502 Tie gUM permissions to origin P4 NEW
1097740 use NS_INLINE_DECL_REFCOUNTING for Fake_MediaStreamTrack in FakeMediaStreams.h -- RESOLVED
1097804 Create a library containing nsISocketTransportService and nsIDNS that can be used to support standalone WebRTC -- RESOLVED
1098968 Intermittent browser_devices_get_user_media.js | popup WebRTC indicator hidden - Got true, expected false -- RESOLVED
1099076 Screen sharing support on B2G -- RESOLVED
1100502 about:webrtc Start Debug Log/etc don't work on Nightly (e10s) -- RESOLVED
1100505 about:webrtc doesn't always show active peerconnections in e10s mode -- RESOLVED
1100508 No easy way to capture data for a bug report from about:webrtc P2 RESOLVED
1101163 Intermittent failures in Steeplechase WebRTC test suite P4 RESOLVED
1101233 WebRTC getStats has negative track ids for outbound rtp P3 NEW
1101436 Intermittent test_peerConnection_basicVideo.html | application crashed [@ nsTArray_Impl<mozilla::SourceMediaStream *,nsTArrayInfallibleAllocator>::ElementAt(unsigned int)] (Assertion failure: aIndex < Length() (invalid array index)) -- RESOLVED
1101651 Enable WebRTC unit tests to be built using standalone WebRTC library -- RESOLVED
1101770 [steeplechase] add over all timeout -- RESOLVED
1102305 Intermittent test_getUserMedia_constraints.html | application timed out after 330 seconds with no output -- RESOLVED
1102865 [Mac] Shared application is visible altough another app is in focus over it -- RESOLVED
1102868 WebRTC sharing indicator is dismissed after a 2nd instance from ff_gum_test.html is used to stop sharing. -- RESOLVED
1102886 Wrong webrtc doorhanger pop-up placement using two screens setup. P3 RESOLVED
1102894 Intermittent test_dataChannel_basicVideo.html | application crashed [@ mozilla::MediaStreamGraphImpl::Process(long long, long long)] -- RESOLVED
1103200 LocalMediaStream from createMediaStreamDestination() does not work for RTCPeerConnection.addStream() -- RESOLVED
1103984 Intermittent test_dataChannel_basicDataOnly.html | application crashed [@ mozilla::MediaStreamGraphImpl::Process(long long, long long)] -- RESOLVED
1104011 crash in libmedia.so@0x45fd9 P3 RESOLVED
1104086 Intermittent 860143.html,863929.html,test_getUserMedia_peerIdentity.html | application crashed [@ mozilla::TrackUnionStream::CopyTrackData(mozilla::StreamBuffer::Track*, unsigned int, long long, long long, bool*)] -- RESOLVED
1104326 onsignalingstatechange behavior change busted steeplechase tests -- RESOLVED
1105005 urn:ietf:params:rtp-hdrext:sdes:mid support P4 NEW
1105248 Intermittent test_peerConnection_basicVideo.html | application crashed [@ mozilla::MediaStreamGraphImpl::Process(long long, long long)] -- RESOLVED
1105765 Intermittent 860143.html | application crashed [@ mozilla::TrackUnionStream::CopyTrackData(mozilla::StreamBuffer::Track*, unsigned int, long long, long long, bool*)] -- RESOLVED
1106675 Replace peerConnection._queueOrRun with a promise-chain -- RESOLVED
1107971 test_getUserMedia_basicWindowshare.html fails when we try to tighten the Windows content sandbox. P3 RESOLVED
1108247 Blank screen during click-to-dial using sipML5 -- RESOLVED
1108455 Execution of arbitrary addresses in relation to WebRTC MediaStreamgraph. -- RESOLVED
1108512 Deadlock between webrtc::ProcessThreadImpl and webrtc::ViEChannelManager P5 NEW
1108575 Intermittent test_dataChannel_basicAudio.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from new to failed - expected PASS -- RESOLVED
1108875 Intermittent test_dataChannel_basicVideo.html | application crashed [@ mozilla::TrackUnionStream::CopyTrackData(mozilla::StreamBuffer::Track*, unsigned int, long long, long long, bool*)] -- RESOLVED
1109041 Intermittent test_peerConnection_replaceTrack.html | application crashed [@ mozilla::MediaStreamGraphImpl::Process(long long, long long)] -- RESOLVED
1109248 Update WebRTC code to webrtc.org stable branch 40 -- RESOLVED
1109543 Mismatched free() / delete / delete [] in webrtc::AudioConferenceMixerImpl::Init() -- RESOLVED
1109544 Mismatched free() / delete / delete [] in webrtc::ModuleRtpRtcpImpl::SetRtcpReceiverSsrcs -- RESOLVED
1109546 Conditional jump or move depends on uninitialised value(s) at webrtc::VCMQmResolution::GoingDownResolution -- RESOLVED
1109547 Mismatched free() / delete / delete [] in webrtc::(anonymous namespace)::RemoteBitrateEstimatorSingleStream::UpdateEstimate -- RESOLVED
1109549 Mismatched free() / delete / delete [] in webrtc::RTCPReceiver::~RTCPReceiver() -- RESOLVED
1109550 Mismatched free() / delete / delete [] in webrtc::VoiceEngineImpl::Release() -- RESOLVED
1109551 Mismatched free() / delete / delete [] in webrtc::RTPPacketHistory::Free() -- RESOLVED
1109552 Mismatched free() / delete / delete [] in webrtc::VPMContentAnalysis::Release() -- RESOLVED
1109556 Mismatched free() / delete / delete [] in webrtc::VPMContentAnalysis::Initialize(int, int) -- RESOLVED
1109683 Compare the first character of start_time and stop_time instead of the array itself; r=abr -- RESOLVED
1109841 Remove the C11 _Static_assert which checks a runtime condition -- RESOLVED
1110029 Firefox version34: WebRTC generated offer/answer SDP causes no speech path -- RESOLVED
1110061 openh264 plugin crash in webrtc session on Windows -- RESOLVED
1110347 Mismatched free() / delete / delete [] in webrtc::VCMJitterBuffer::~VCMJitterBuffer -- RESOLVED
1110478 Remove unused remnants of non-standard connectDataConnection from Bug 852908 -- RESOLVED
1110961 Having pc.localDescription return x before async pc.setLocalDescription(x) has finished seems wrong P4 REOPENED
1111299 Use of uninitialised value in mozilla::PeerConnectionImpl::ConfigureJsepSessionCodecs -- RESOLVED
1111666 RTCPeerConnection should throw and fail with properly named errors (use DOMException) -- RESOLVED
1111742 Replace PeerConnectionObserver with promises in PeerConnectionImpl API (to the c++ code) P5 NEW
1112345 Tab streaming should scroll stream with layers and not offsets -- RESOLVED
1112382 Remove the duplicated code for data channel tests -- RESOLVED
1112392 Desktop support for tab sharing (platform) P3 RESOLVED
1112939 Roku Tab mirroring falls behind P2 RESOLVED
1112967 Consolidate the requestFlakyTimeout() calls -- RESOLVED
1113030 Disabled m-lines cause problems P5 NEW
1113102 appear.in doesn't support screenshare on Firefox -- RESOLVED
1113283 Firefox nightly webrtc openh264 call fails in 'level-asymmetry-allowed=1' is not answered -- RESOLVED
1113443 Replace rtpmap:111 NULL/0 with something more sensible P3 RESOLVED
1114575 With Trickle Ice Firefox v34 initiated video call shows no Remote Video P2 RESOLVED
1114660 Intermittent test_getUserMedia_basicWindowshare.html | Unexpected callback for 'NotFoundError' with message = 'The object can not be found here.' at ["@http://mochi.test:8888/tests/dom/media/tests/mochitest/test_getUserMedia_basicWindowshare.html:51:1","r P4 RESOLVED
1114748 Nightly firefox (12/21/14) fails to install openh264 - will be installed shortly. -- RESOLVED
1115212 Webrtc mochitests assume all remote tracks are delivered in a single onaddstream callback -- RESOLVED
1115703 onicecandidate event must set candidate.sdpMid P3 RESOLVED
1115769 Fix data channel test issues identified in bug 1112382 -- RESOLVED
1115823 A new test case for adding a data channel to an established PC -- RESOLVED
1116766 Remove support for legacy RTCIceServer.url eventually P3 NEW
1116856 dynamically resize tab mirror video stream based on window size -- RESOLVED
1116859 Tab mirror stream doesn't respect the max size passed in -- RESOLVED
1117077 Intermittent test_dataChannel_basicAudioVideoNoBundle.html | Test timed out. - expected PASS P4 RESOLVED
1117287 Intermittent test_peerConnection_basicH264Video.html | Have 1 outboundrtp stat(s) - got 0, expected 1 -- RESOLVED
1117765 Disabling OpenH264 doesn't suppress the download/update? -- VERIFIED
1118255 The about:webrtc page is broken -- RESOLVED
1118432 Mark virtual overridden functions as MOZ_OVERRIDE in WebRTC; r=jesup -- RESOLVED
1118594 Intermittent 812785.html | load failed: timed out waiting for reftest-wait to be removed, load failed: timed out while taking snapshot -- RESOLVED
1118757 Intermittent test_dataChannel_basicAudioVideo.html | Failed to properly close data channels: 0 - expected PASS -- RESOLVED
1118776 MacbookAir very high CPU, memory, energy utilization when talking with other webRTC apps P3 NEW
1119267 Mark virtual overridden functions as MOZ_OVERRIDE in media; r=jesup -- RESOLVED
1119593 Overhaul PC test infrastructure -- RESOLVED
1119680 webrtc not working after upgraded to firefox 34 -- RESOLVED
1120040 Intermittent test_dataChannel_basicAudio.html,test_dataChannel_basicAudioVideo.html | Failed to properly close data channels: 2 - expected PASS -- RESOLVED
1121176 Steeplechase test broken by bug 1091242 -- RESOLVED
1121249 Remove data channel API pieces from Fx22 P5 NEW
1121677 Enable GMP for WebRTC standalone. P3 RESOLVED
1121679 Enable receiving audio in standalone WebRTC P3 RESOLVED
1122547 media/webrtc/trunk/webrtc/modules/video_coding/main/source/receiver.cc:162:14: error: call of overloaded 'abs(int64_t&)' is ambiguous -- RESOLVED
1122745 Build failure on toolchains without ssse3/sse4.1 (especially libvpx) -- NEW
1123012 .../audio_coding/main/acm2/audio_coding_module_impl.cc:2075:10: error: reinterpret_cast from 'nullptr_t' to 'const webrtc::AudioEncoder *' is not P5 RESOLVED
1123070 Intermittent test_peerConnection_basicScreenshare.html | Test timed out P4 RESOLVED
1123155 Intermittent test_peerConnection_capturedVideo.html | Test timed out P4 RESOLVED
1123304 Intermittent test_peerConnection_basicH264Video.html | application timed out after 330 seconds with no output P3 RESOLVED
1124175 Debug Crash (screensharing?): Assertion failed: (qm_->codec_width % 2 == 0), function UpdateCodecResolution -- RESOLVED
1124714 signaling_unittests bug - it includes PeerConnectionImplEnumsBinding -- RESOLVED
1125149 Firefox implementation of getUserMedia non-compliant with standard -- RESOLVED
1125162 Intermittent test_peerConnection_bug827843.html | uncaught exception - SyntaxError: missing ) after argument list at http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js:2500 | ReferenceError: runNetworkTest is not defined -- RESOLVED
1125563 Intermittent e10s test_dataChannel_basicAudio.html | Test timed out P5 RESOLVED
1126039 Standalone XPCOMRT does not currently support nsIProtocolProxyService or nsIIOService P3 RESOLVED
1126100 Intermittent test_dataChannel_bug1013809.html | Failed to properly close data channels: 2 - expected PASS -- RESOLVED
1126284 Intermittent test_dataChannel_basicDataOnly.html | Have localcandidate stat(s) -- RESOLVED
1126414 XPCOMRT does not support dom::WebAudioUtils::SpeexResamplerProcess P4 RESOLVED
1127163 Intermittent test_peerConnection_peerIdentity.html | Assertion count 1 is greater than expected range 0-0 assertions. -- RESOLVED
1127382 Hercules Dualpix HD webcam not detected with WebRTC applications (like Hello) on Ubuntu 12.04 or Debian 7.7 -- NEW
1127510 Standalone WebRTC unit tests fail to link on Android. P3 RESOLVED
1127526 Remove Firefox from the screen sharing list in gUM P2 RESOLVED
1128046 Replace pc[Local|Remote] in mochitests P5 NEW
1128052 Intermittent test_getUserMedia_callbacks.html | Unexpected callback for 'Error' with message = 'canplaythrough event never fired' at ["@http://mochi.test:8888/tests/dom/media/tests/mochitest/test_getUserMedia_callbacks.html:26:1",""] -- RESOLVED
1128116 H264 in Nightly is incompatible with earlier versions of Firefox -- RESOLVED
1128130 Replace B2G network setup|teardown with ICE loopback P3 RESOLVED
1129188 Create standalone libpref for use in standalone WebRTC P4 RESOLVED
1129262 Implement any needed events for in-chrome getUserMedia muting/switching P4 NEW
1129355 opus decoder adds one sample to many audio files -- NEW
1129365 getUserMedia Video/Camera broken due to preview/picture size mismatch -- VERIFIED
1129638 USB microphone not working (WebRTC) -- RESOLVED
1129738 Intermittent 812785.html | application crashed [@ weave_to_mpi] -- RESOLVED
1129748 about:webrtc should not depend on browser/ -- RESOLVED
1129858 getUserMedia Video does not work on (some) Android 2.3 devices -- VERIFIED
1129909 crash in _ZN9type_infoD0Ev P4 RESOLVED
1129921 crash in java.lang.NullPointerException: Attempt to invoke virtual method ''boolean android.os.Handler.post(java.lang.Runnable)'' on a null object reference at org.webrtc.videoengine.VideoCaptureAndroid.stopCapture(VideoCaptureAndroid.java) -- VERIFIED
1130175 build with musl libc: media/mtransport/third_party/nICEr/src/stun/addrs.c: sys/sysctl.h: No such file or directory P5 RESOLVED
1130223 webrtc fails on big endian after update to branch 40 -- RESOLVED
1131960 crash in cft1st_128_neon -- VERIFIED
1132058 Intermittent test_peerConnection_basicScreenshare.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from new to failed - expected PASS P3 RESOLVED
1132304 webrtc peer connection will disconnect after a encrypted alert -- RESOLVED
1132318 refine resolution/framerate selection -- RESOLVED
1132891 Weird colour artifacts on screen sharing -- RESOLVED
1133456 Intermittent test_peerConnection_twoAudioVideoStreamsCombined.html | Assertion count 1 is greater than expected range 0-0 assertions. -- RESOLVED
1133457 Intermittent test_peerConnection_offerRequiresReceiveVideo.html | Valid rtcp timestamp 1428367391645.528 <= 1424072425445 (4294966200.528076 ms) - expected PASS P3 RESOLVED
1134083 Browserstack renders as fully-gray P3 RESOLVED
1135372 Intermittent browser_devices_get_user_media_in_frame.js | application crashed [@ mozilla::MediaManager::Observe(nsISupports *,char const *,wchar_t const *)] after "Assertion failure: device, at dom\media\MediaManager.cpp:2058" P3 RESOLVED
1135501 Cannot use "hello" / webrtc -> crash -- VERIFIED
1135753 Mark some overridden virtual functions in WebRTC as MOZ_OVERRIDE P4 RESOLVED
1135825 RTCIdentityProviderRegistrar.h:34:21: error: 'WrapObject' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override] -- RESOLVED
1135850 Intermittent test_peerConnection_removeThenAddAudioTrackNoBundle.html | application crashed [@ __aeabi_ldivmod + 0x2d][@ webrtc::RealTimeClock::TimeInMilliseconds() const][@ webrtc::ModuleRtpRtcpImpl::Process()] P3 RESOLVED
1135890 WebRTC doesn't find DV camcorder P5 NEW
1136354 Warnings for unconnected streams P4 NEW
1136871 RTCRtpSender.replaceTrack doesn't work for a second call -- RESOLVED
1137255 MediaStream object does not function as documented -- RESOLVED
1137515 Enable WebRTC on Lollipop Gonk -- RESOLVED
1137611 Winamp is shared with incorrect skin via a Hello call -- RESOLVED
1137614 crash in vp8_diamond_search_sadx4 -- VERIFIED
1137632 Assertion failure after tab/browser sharing and using replaceTrack ( outputTrack->GetEnd() == GraphTimeToStreamTime(interval.mStart) ) P4 REOPENED
1138320 Set screensharing mode or video mode for WebRTC video sources P2 RESOLVED
1139094 [steeplechase] tests are broken in multiple places -- RESOLVED
1139132 WebRTC video with odd frame width not rendered properly -- VERIFIED
1139843 Trust USB camera (Microdia Triplex i-mini) doesn't work in webrtc on linux (raw Bayer output) P5 NEW
1140086 [e10s] screensharing does not show entire screen on os x P3 RESOLVED
1140666 Intermittent test_peerConnection_basicAudioVideo.html | Valid rtcp timestamp 1429981918198.446 <= 1425686952042 (4294966156.446045 ms) - expected PASS P5 RESOLVED
1140677 Add RTPFragmentationHeader handling to EncOutputDrain::SendEncodedDataToCallback() -- RESOLVED
1141781 Intermittent test_peerConnection_promiseSendOnly.html | application crashed [@ nsSVGEffects::InvalidateDirectRenderingObservers(mozilla::dom::Element*, unsigned int)] -- RESOLVED
1142091 Browser sharing can not be ended via a getUserMedia:revoke notification -- RESOLVED
1142342 Intermittent test_peerConnection_removeThenAddVideoTrackNoBundle.html | Valid rtcp timestamp 1430402144067.7732 <= 1426107178175 (4294965892.7731934 ms) - expected PASS P3 RESOLVED
1142486 Logitech QuickCam Messenger webcam not detected with WebRTC applications on Linux Mint 17.1 -- RESOLVED
1142494 Don't try to package the steeplechase tests if webrtc is disabled P2 RESOLVED
1142688 Intermittent test_peerConnection_webAudio.html | Input maxima 255 at index 33 should be within 10 steps of Output maxima 0 at index 1023 P2 RESOLVED
1142711 Intermittent test_dynamicsCompressorNode.html | application crashed [@ libmozglue.so + 0x1e908][@ webrtc::TraceImpl::~TraceImpl()] P3 RESOLVED
1143561 crash on VCMFrameBufferEnum VCMJitterBuffer::GetFrame -- RESOLVED
1143694 WebRTC looks garbled on Lollipop Gonk P1 RESOLVED
1143858 Audit cases where WrapRunnableNM is passed directly as an argument, in WebRTC code -- NEW
1144329 Intermittent test_peerConnection_basicH264Video.html | This test left crash dumps behind, but we weren't expecting it to! | application crashed [@ libc-2.15.so + 0xca7e7] -- RESOLVED
1146061 Changes in mochitest chunking made test_peerConnection_basicH264Video.html permafail on Gecko 37/38 on Windows -- RESOLVED
1146515 Video transmission over H.264 broken in e10s -- RESOLVED
1146994 Enhance about:webrtc UX with help and guidance in order to capture problem call data P3 NEW
1146998 Create an integration test for the about:webrtc page P3 RESOLVED
1147153 Create additional translation notes in the aboutWebrtc.properties file P2 RESOLVED
1147923 Intermittent test_dataChannel_basicAudioVideoNoBundle.html | stats ICE connections matches expected A/V tracks - got 3, expected 2 -- RESOLVED
1148689 Intermittent test_peerConnection_peerIdentity.html | application crashed [@ libcamera_client.so + 0x142ba] -- RESOLVED
1149558 Intermittent test_peerConnection_syncSetDescription.html | application timed out after 330 seconds with no output P4 RESOLVED
1149724 Intermittent test_getUserMedia_basicVideoAudio.html | application crashed [@ mozalloc_abort(char const*)] P4 RESOLVED
1149979 HTML5 video controls show up as a floating window that cannot be moved on Linux -- RESOLVED
1150574 Intermittent test_peerConnection_bug1013809.html,test_peerConnection_setLocalOfferInHaveRemoteOffer.html | application crashed [@ mozalloc_abort(char const*)] with libglib-2.0.so.0.3200.1 on the stack P3 RESOLVED
1151189 window/screen/application sharing not working on gum_test.html on OpenBSD P5 NEW
1151686 intermittent TEST-UNEXPECTED-ERROR | test_dataChannel_basicAudio.html | This test left crash dumps behind, but we weren't expecting it to, from Assertion failure: PR_FALSE == lock->locked called from PR_DestroyLock | ShutdownXPCOM | XRE_TermEmbedding -- RESOLVED
1152298 Implement an AutoDriver for HTMLCanvasElement::CaptureStream P2 RESOLVED
1152532 [e10s] crash on shutdown while in a H264 WebRTC call P2 RESOLVED
1152538 Enable WebRTC identity by default -- RESOLVED
1153376 PeerConnectionImpl.h misuses NS_IMETHODIMP all over the place P5 NEW
1153378 dom/media/AudioSegment.h:210:18 [-Wunused-variable] unused variable 'in' -- RESOLVED
1153702 Firefox 37 uses DTLS 1.2 client, breaking any WebRTC implementations using DTLS 1.0. -- RESOLVED
1154084 Accessing pc.getRemoteStreams() after closing throws an exception P4 NEW
1154389 Stop leaking DeviceSuccessCallbackRunnable objects, and release its mOnSuccess and mOnFailure on the main thread if needed -- RESOLVED
1154482 about:webrtc page occasionally throws a TypeError for an undefined reference P3 RESOLVED
1154807 WebRTC getStats - some stats seem to often be incorrect. -- RESOLVED
1154981 Intermittent test_getUserMedia_stopVideoAudioStreamWithFollowupVideoAudio.html | application crashed [@ mozalloc_abort(char const*)] -- RESOLVED
1155140 documentation for test helper functions mention removed parameters -- RESOLVED
1155648 documentation for DOMMediaStream::OnTracksAvailable is stale -- RESOLVED
1155808 Intermittent test_peerConnection_addSecondVideoStream.html | application crashed [@ webrtc::vcm::VCMProcessTimer::TimeUntilProcess() const] -- RESOLVED
1155923 Unprefix WebRTC P3 RESOLVED
1156165 Intermittent test_dataChannel_basicAudioVideo.html | Test timed out -- RESOLVED
1156621 USE_LIBS contains "/nsprpub/lib/libc/src/plc4", but there is no "plc4" LIBRARY_NAME in nsprpub/lib/libc/src --with-system-nspr -- RESOLVED
1157020 Intermittent test_peerConnection_twoAudioVideoStreamsCombined.html | Valid rtcp timestamp 1433946999809.207 <= 1429652033937 (4294965872.2070312 ms) -- RESOLVED
1157057 Rewrite the handling of the nsITimer object in nrappkitTimerCallback -- RESOLVED
1157574 Intermittent test_peerConnection_removeVideoTrack.html | Have localcandidate stat(s) - expected PASS -- RESOLVED
1157658 Intermittent test_peerConnection_answererAddSecondAudioStream.html | application terminated with exit code -5 -- RESOLVED
1157995 Leak with expando on navigator.mediaDevices -- RESOLVED
1158763 Intermittent test_peerConnection_throwInCallbacks.html | Test timed out. - expected PASS -- RESOLVED
1158868 PeerConnection should not depend on navigator.onLine -- RESOLVED
1158959 Mochitest messaging between PC's does not guarantee order P5 NEW
1159320 --disable-webrtc builds now error out with "dom/ipc/PContent.ipdl:53: error: can't locate include file `PWebrtcGlobal.ipdl'" -- RESOLVED
1159489 Make WebRTC video min/max bitrates dynamic and dependent on resolution and framerate -- RESOLVED
1159659 Allow browser sharing gUM requests on Windows XP and OSX 10.6 -- VERIFIED
1159840 Remove libvpx alignment patch -- RESOLVED
1160153 Intermittent 1158427.html | load failed: timed out waiting for test to complete (waiting for onload scripts to complete) -- RESOLVED
1160745 Fix webrtc tests building on OpenBSD (missing -lsndio) -- RESOLVED
1160829 media/libopus/celt/rate.h:35:9: warning: 'MAX_PULSES' macro redefined [-Wmacro-redefined] P5 RESOLVED
1161019 RTCPeerConnection constructor doesn't fail with empty iceServers list. P3 RESOLVED
1161079 Logging of encoder stats in WebRTC broken by multistream landing -- RESOLVED
1161431 Intermittent test_peerConnection_peerIdentity.html | Error in test execution: IdpError: IdP timed out Async*PeerConnectionWrapper@http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js:793:14 ... PeerConnectionTest@http://mochi.test:8888/tests/dom/m P4 RESOLVED
1161433 Empty gUM constraints throw wrong error -- RESOLVED
1161615 gUM mochitest hang after catching errors -- RESOLVED
1162015 WebRTC use with JsSIP and Firefox 37 -- RESOLVED
1162026 convert WrapRunnable* and supporting machinery to use variadic templates -- RESOLVED
1162351 mediastream attached to two video elements stops when one element is removed P2 RESOLVED
1163852 Intermittent test_peerConnection_addSecondVideoStream.html | application terminated with exit code -5 -- RESOLVED
1163859 WebRTC logging module triggering content thread warning on pref write operation P4 RESOLVED
1163947 getUserMedia screen sharing should allow the user to select screen when multiple screens are available -- RESOLVED
1164577 Intermittent test_peerConnection_basicWindowshare.html | application crashed [@ webrtc::VCMReceiver::NackMode() const] P4 RESOLVED
1165140 We need code that sanity-checks and diagnoses problems in a PeerConnection P3 NEW
1165687 [meta] WebRTC spec compliance -- NEW
1165690 Add JS API for telephone-event support (RFC 5833) P3 NEW
1165887 Facing Issues in WebRTC in a many to many group call scenario when trying mute and unmute scenario. Description is given below. P3 RESOLVED
1166659 Add mochitest tags for webrtc and webaudio tests -- RESOLVED
1166707 Intermittent browser_devices_get_user_media_about_urls.js | application crashed [@ mozilla::MediaStreamGraphImpl::UpdateCurrentTimeForStreams(long long, long long)] P1 RESOLVED
1166883 Stopping screen share from address bar doesn't stop stream.currentTime P3 RESOLVED
1166955 nsISupportsUtils.h(49) : warning C4005: 'NS_IF_ADDREF' : macro redefinition, for Windows WebRTC file "BaseFilter.cpp" (maybe partly due to unified builds) -- RESOLVED
1167443 mochitest end-of-candidate handling is flawed P2 RESOLVED
1167572 [Linux] Youtube video content is not visible when tabs are shared -- RESOLVED
1167685 Potentially-unsafe code in VirtualSocketServer::Evaluate -- RESOLVED
1167747 webrtc different audio behavior in recent versions (36, 37, 38) P5 RESOLVED
1168075 [bluetooth2] Build break on flame-kk after enabling bluetooth api v2. -- RESOLVED
1169386 Avoid queuing a task ahead of peerConnection operations in the non-corner case. P4 NEW
1169590 Answer created by Firefox has inactive SDP with NULL video codec if no video codecs matches with offered ones P3 RESOLVED
1170100 Intermittent AddressSanitizer: heap-use-after-free /builds/slave/fx-team-l64-asan-0000000000000/build/src/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:924 mozilla::WebrtcVideoConduit::SelectSendResolution(unsigned short, unsigned short) -- RESOLVED
1170176 Intermittent test_peerConnection_asymmetricIsolation.html | PeerConnectionWrapper (pcLocal): ICE switched to 'connected' state - expected PASS P4 RESOLVED
1170514 Intermittent Linux Main app process exited normally | application crashed [@ FakeVideoEncoder::Encode_m(GMPVideoi420Frame*, GMPVideoFrameType)] P3 RESOLVED
1170515 Intermittent test_peerConnection_basicH264Video.html | application crashed [@ mozilla::WebrtcGmpVideoEncoder::Encoded(GMPVideoEncodedFrame*, nsTArray<unsigned char> const&)] P2 RESOLVED
1170593 canvas.CaptureStream() does not work -- RESOLVED
1171143 Fix capture build for iOS P3 RESOLVED
1171255 Intermittent e10s test_peerConnection_twoAudioVideoStreams.html | application timed out after 330 seconds with no output | after ABORT: file shared_memory_posix.cc, line 221 P1 RESOLVED
1171267 Intermittent test_peerConnection_addSecondVideoStream.html | application timed out after 330 seconds with no output -- RESOLVED
1171338 Clean up PeerConnection tests P5 NEW
1171340 Test RTCP flow when testing PeerConnection media flow P5 NEW
1171634 DeferredCreateOffer causes tracks added AFTER createOffer to sometimes be included in offer, because GMP P4 RESOLVED
1171769 Intermittent test_peerConnection_addSecondVideoStreamNoBundle.html | application terminated with exit code 1 | heap-use-after-free VideoConduit.cpp:1009 mozilla::WebrtcVideoConduit::SelectSendResolution(unsigned short, unsigned short, bool) -- RESOLVED
1172175 Intermittent test_peerConnection_basicScreenshare.html | application terminated with exit code -5 | leakcheck | default process: missing output line for total leaks! P3 RESOLVED
1173255 Cleanup MediaManager e10s code (avoids opening it on clear cookies) in prep for deviceId constraint P2 RESOLVED
1174274 make WrapRunnable* use nsRunnableMethodArgs<> as its underlying storage -- NEW
1174465 CpuSampler::GetSystemLoad uses incorrect sscanf arguments -- RESOLVED
1174689 Subsequent setLocalDescription fails with InvalidSessionDescriptionError -- RESOLVED
1175609 onnegotiationneeded fires synchronously P2 RESOLVED
1175621 use moves inside WrapRunnable* functions -- RESOLVED
1176340 DesktopDisplayDevice::operator= uses members after delete on self-assignment P2 RESOLVED
1176363 crash in SkPixelRef::lockPixels() P1 RESOLVED
1176365 canvas.captureStream glitchy on Mac P3 NEW
1176987 Move steeplechase_long testcases to a new folder under mochitests. P5 RESOLVED
1177031 Not able to establish Peer to Peer call with two mozilla browsers using webRTC -- RESOLVED
1177276 Pref on HTMLCanvasElement::CaptureStream by default -- RESOLVED
1178289 WebRTC causing memory leak with only one peer connection -- RESOLVED
1178366 Double-key deviceId for device enumeration P2 RESOLVED
1178831 restore memory reporting in libvpx -- NEW
1179546 Intermittent test_peerConnection_removeThenAddAudioTrack.html | application terminated with exit code 6 P4 RESOLVED
1180000 Intermittent test_peerConnection_twoVideoStreams.html | application timed out after 330 seconds with no output P4 RESOLVED
1180001 Intermittent test_peerConnection_removeVideoTrack.html | Test timed out. P3 RESOLVED
1180388 test_peerConnection_iceFailure.html is disabled on all platforms because of test timeouts P4 NEW
1180968 Intermittent test_peerConnection_certificates.html | Test timed out. P3 RESOLVED
1181194 Intermittent test_dataChannel_bug1013809.html | application timed out after 330 seconds with no output P4 RESOLVED
1181262 --disable-webrtc builds are busted with "RTCCertificate.h:23:10: fatal error: 'mtransport/dtlsidentity.h' file not found" P1 RESOLVED
1181883 add serializer on MediaDeviceInfo P2 RESOLVED
1182626 Steeplechase_long tests need to be enhanced to run for 3 hours P2 RESOLVED
1184197 WebRTC getStats: localcandidate is missing priority attribute P3 NEW
1184319 Intermittent B2G test_peerConnection_closeDuringIce.html,test_peerConnection_offerRequiresReceiveAudio.html,test_peerConnection_setLocalOfferInHaveRemoteOffer.html | Test timed out P2 RESOLVED
1184331 support for 'fake' window capturer -- RESOLVED
1184426 Unprefix RTCIceCandidatePairStats.priority (formerly mozPriority) -- RESOLVED
1184712 support voiceActivityDetection in PeerConnection. P4 NEW
1184888 WebRTC peer to peer call is not initiating in Firefox browser [Firefox 39.0 version] -- RESOLVED
1186142 TypeError on PeerConnection.getStats() with no arguments. P1 RESOLVED
1186209 enumerateDevices doesn't return if no devices are found P1 VERIFIED
1186344 [meta] [WebRTC] cleaning the blocklist description for webrtc HW and adding blocklist test for webrtc HW related feature -- NEW
1186595 Add ability for end users to increase the nICEr log level for end users P2 RESOLVED
1187424 [e10s] desktop capture's DesktopApplication does not free any of its string members P4 RESOLVED
1187518 [e10s] Child process leaks in recv_function_udp and recv_function_udp6 P5 RESOLVED
1187738 WebRTC - Add label to audio and video tracks P2 RESOLVED
1188120 Can we remove test_zmedia_cleanup.html? P2 RESOLVED
1188376 Separate Hello from non-Hello calls in Telemetry P1 RESOLVED
1188385 Fix WebRTC Jitter values in telemetry P3 NEW
1188389 WebRTC Telemetry values for RTT are surprising P3 NEW
1188391 Investigate ICE success/failure rates in Telemetry P2 RESOLVED
1188392 Ensure that WebRTC telemetry for video is only done when appropriate P3 NEW
1188407 WebRTC packetloss telemetry should be rate, not total packets lost P1 RESOLVED
1188410 Investigate why webrtc telemetry for inbound and outbound audio bitrates don't match up P3 NEW
1188436 Investigate A/V sync telemetry values, especially video-lags-audio P3 NEW
1188441 Scrub webrtc telemetry values that generate out-of-range results due to small delta times P3 NEW
1188964 Unable to use webcam on for Loop/Hello or FxA using FF Release/Nightly -- RESOLVED
1188970 WebRTC log file is not created on Windows when the TMP env var is set and the default log file name is used P1 RESOLVED
1189060 Add hooks to allow an extension to hook into createOffer() and createAnswer() P1 RESOLVED
1189097 Make it possible to determine if a track was allowed via user-mediated permission P2 RESOLVED
1189099 [meta] WebRTC Telemetry improvements -- NEW
1189167 [meta] ICE candidate generation control and user authorization -- NEW
1189171 New startup terminalspew: "WARNING: the property getUserMedia.sharingMenuMicrophoneApplication already exists : file xpcom/ds/nsPersistentProperties.cpp, line 532" P1 RESOLVED
1189784 Enable mochitests on Android 4.3 P1 RESOLVED
1189988 Intermittent test_getUserMedia_stopVideoStream.html | application crashed [@ linux-gate.so + 0x424] P3 RESOLVED
1190554 packet loss in about:webrtc is not updating P3 RESOLVED
1190574 Test harness functions like test.chain.replace aren't asserting inputs, hiding bad tests. P1 RESOLVED
1191343 DTLS re-negotation is fired on an established session when setting a new remote description -- RESOLVED
1192203 getUserMedia Video does not work on (some other) Android 2.3 devices P2 RESOLVED
1193045 Wait for mochitest test step results and add extra safety check for 'selected' attribute P2 RESOLVED
1194496 mochitest chain should insist on Promises P4 NEW
1194699 [e10s][link-clicker side] Camera and microphone not shared in a new conversation window during a call P3 RESOLVED
1195987 [meta] Need user-visible indicia for detectable WebRTC quality issues -- NEW
1196542 [M(2)] Win10 Permafail - test_getUserMedia_basicWindowshare.html -- Error: canplaythrough event never fired P1 RESOLVED
1196655 webrtc videoTracks are sent with no video in firefox 40 -- RESOLVED
1196690 Intermittent dom/media/tests/mochitest/test_getUserMedia_callbacks.html | application terminated with exit code 11 | application crashed [@ libc-2.15.so + 0x136b9d] | Assertion in cairo: Assertion `array->num_elements + num_elements <= array->size' faile -- RESOLVED
1196986 Intermittent test_setIdentityProviderWithErrors.html | application terminated with exit code 11 P4 RESOLVED
1197021 Remove last remnants of already retired backwards compatible RTCOfferOptions P3 RESOLVED
1197328 remove PR_snprintf calls in media/{webrtc,mtransport}/ P5 RESOLVED
1197698 getusermedia always share permission - not granted access when firefox is in the background -- RESOLVED
1197702 getusermedia permission UI should not be minimizable or closable till user decides permissions to give -- RESOLVED
1198107 Memory leak when WebRTC LoadManager adjusts resolution for VP8 encoder P1 RESOLVED
1198345 Separate MOAR Hello from non-Hello calls in Telemetry P1 RESOLVED
1198458 Update WebRTC code to webrtc.org stable branch 43 P1 RESOLVED
1199272 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/rtcpeerconnection/rtcpeerconnection-idl.html | expected ERROR P3 RESOLVED
1199704 Intermittent test_peerConnection_basicAudioVideoNoBundleNoRtcpMux.html | Test timed out or PeerConnectionWrapper (pcRemote): legal ICE state transition from new to failed -- RESOLVED
1200411 Some dom/media mochitests are disabled on Android 4.3 P3 RESOLVED
1200614 Intermittent test_peerConnection_twoAudioVideoStreamsCombined.html | application crashed [@ mozilla::media::LambdaRunnable<mozilla::camera::CamerasParent::RecvStopCapture(const int&, const int&)::<lambda()> >::Run] P2 RESOLVED
1200823 [steeplechase] bug 1167443 causes test failures P1 RESOLVED
1200846 Test for Bug 1189060 P3 NEW
1200916 Intermittent test_dataChannel_basicAudio.html | application crashed [None][@ mozilla::JsepSessionImpl::EnableOfferMsection(mozilla::SdpMediaSection *)] P4 RESOLVED
1201096 Remove WebRTC LSan suppressions P2 RESOLVED
1201209 Intermittent test_nr_socket_unittest | test failed with return code 1 P2 RESOLVED
1202038 Intermittent test_peerConnection_basicAudioVideoNoBundle.html | Test timed out. P4 RESOLVED
1202046 Intermittent test_peerConnection_syncSetDescription.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from new to failed P3 RESOLVED
1202239 Building Firefox with --disable-webrtc fails P1 RESOLVED
1202272 Expose security inspector interface for WebRTC P3 NEW
1202424 crash in <T>::operator() P1 VERIFIED
1202617 Intermittent test_peerConnection_twoAudioVideoStreams.html | application crashed [@ mozilla::media::LambdaRunnable<mozilla::camera::CamerasParent::RecvReleaseCaptureDevice(const int&, const int&)::<lambda()> >::Run] P1 RESOLVED
1202629 Intermittent test_peerConnection_addDataChannel.html | Test timed out. P3 RESOLVED
1203025 Intermittent test_peerConnection_offerRequiresReceiveVideo.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from new to failed P4 RESOLVED
1203027 Intermittent test_peerConnection_replaceVideoThenRenegotiate.html | Rtcp rtt 65130 < 1 min P4 RESOLVED
1203683 Build unit tests for chain commands P4 NEW
1203701 [steeplechase] missing sdputils -- RESOLVED
1204272 Intermittent test_peerConnection_addSecondAudioStreamNoBundle.html | Test timed out P4 RESOLVED
1205200 Intermittent test_peerConnection_twoAudioVideoStreams.html,test_dataChannel_basicAudioVideoCombined.html | application crashed [@ __kernel_vsyscall + 0x10] P2 RESOLVED
1206808 Telemetry for time-to-answer for webrtc P3 NEW
1207416 Telemetry for time spent in different load states P2 RESOLVED
1207784 RTCPeerConnection in add-ons broke in 42 -- RESOLVED
1207903 Intermittent test_peerConnection_addSecondAudioStream.html | Test timed out -- RESOLVED
1208271 Intermittent test_peerConnection_twoAudioTracksInOneStream.html | Assertion count 1 is greater than expected range 0-0 assertions. P4 RESOLVED
1209252 about:webrtc should have a clear screen button P1 RESOLVED
1209280 Intermittent test_peerConnection_twoVideoTracksInOneStream.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from new to failed P4 RESOLVED
1210206 Intermittent test_peerConnection_replaceTrack.html | application timed out after 330 seconds with no output P4 RESOLVED
1210210 Intermittent test_peerConnection_answererAddSecondAudioStream.html | Valid rtcp timestamp 1447934200947.9302 <= 1443639235001 (4294965946.930176 ms) P4 RESOLVED
1210347 Don't automatically uppercase the first character of the connection types in about:webrtc P2 RESOLVED
1210660 Change vp8 threshold for static images in screensharing mode P2 RESOLVED
1210677 Intermittent test_dataChannel_basicDataOnly.html | bufferedamountlow event fired P4 RESOLVED
1210852 getUserMedia is doing capability enumeration on the main thread P1 RESOLVED
1211077 Intermittent test_getUserMedia_addTrackRemoveTrack.html | Error executing test: Error: canplaythrough event never fired MediaStreamPlayback.prototype.startMedia/</<@http://mochi.test:8888/tests/dom/media/tests/mochitest/mediaStreamPlayback.js:132:16 P5 RESOLVED
1211603 Intermittent test_dataChannel_basicAudioVideoCombined.html | bufferedamountlow event fired P4 RESOLVED
1212081 getUserMedia doesn't work for audio -- RESOLVED
1212460 Intermittent test_peerConnection_localReofferRollback.html | Test timed out. P2 RESOLVED
1212613 WebRTC LocalMediaStream doesn't implement the "active" property of MediaStream P2 RESOLVED
1213050 Intermittent test_zmedia_cleanup.html | application crashed [@ mozilla::(anonymous namespace)::RunWatchdog(void*)] P1 RESOLVED
1213056 Change RTCStatsReport to be maplike. P1 RESOLVED
1213441 Remove RTCPeerConnection.removeStream for good. P2 RESOLVED
1213738 LambdaRunnable should move lambda instead of copying it P4 RESOLVED
1213773 properly handle a=inactive in the remote SDP during renegotiation P1 RESOLVED
1214480 Intermittent 795892-1.html | load failed: null -- RESOLVED
1215000 Improve memory size calculation for Webrtc Telemetry probe P4 RESOLVED
1215591 Give add-ons a way to create RTCPeerConnection not tied to untrusted hiddenWindow P3 RESOLVED
1215769 TrackIDs of tracks in MediaStreams captured from a media element change when looping P1 RESOLVED
1216758 getUserMedia crashes in FF42 (on Windows at least) with NSPR_LOG_MODULES=MediaManager:5 -- RESOLVED
1216769 getUserMedia trunk logging bugs (illegal mem access on B2G) with NSPR_LOG_MODULES=MediaManager:5 P1 RESOLVED
1217584 Submit to Treeherder's API using Hawk credentials P2 RESOLVED
1217677 Video Packet drop when sending video at 1920 Kbps P1 RESOLVED
1217706 Intermittent TEST-UNEXPECTED-FAIL | leakcheck | tab process: leaked too many AsyncLatencyLogger (expected 0, got 1), etc. P3 RESOLVED
1217920 getStats: remoteId has been renamed to associateStatsId P1 RESOLVED
1218231 WebRTC SourceUnavailableError -- RESOLVED
1218326 UAF due to DataChannelConnection not Destroy()ed before deletion P1 RESOLVED
1218356 Add WebRTC stats to data channel P3 RESOLVED
1218361 ICE restart is unsupported at this time -- RESOLVED
1218847 Assertion failure: outputTrack->GetEnd() == GraphTimeToStreamTimeWithBlocking(interval.mStart) (Samples missing) P3 NEW
1219090 openh264 plugin crash in webrtc session on Windows P1 RESOLVED
1219409 TSan: data race netwerk/sctp/src/netinet/sctputil.c sctp_timer_start (many races on sctp_timer fields) P3 RESOLVED
1219468 Replace PRLogModuleInfo usage with LazyLogModule in webrtc P3 RESOLVED
1219480 Replace PRLogModuleInfo usage with LazyLogModule in dom/media P2 RESOLVED
1219566 Add aarch64 macro to webrtc/trunk/build/build_config.h P3 RESOLVED
1220679 JSAPI handling in nsContentPermissionProxy::Allow is busted -- RESOLVED
1221012 Intermittent LeakSanitizer | leak at nsThread::DispatchInternal, operator->, mozilla::WebrtcGmpVideoEncoder::Encode, webrtc::VCMGenericEncoder::Encode -- RESOLVED
1221628 chrome promise from IdpSandbox.jsm mingles with content promises in PeerConnection.js P3 NEW
1221786 about:webrtc includes calls from private browsing mode even after last pb session is closed P1 RESOLVED
1222626 Intermittent test_ipc.html | application timed out after 330 seconds with no output P4 RESOLVED
1222983 Intermittent test_peerConnection_relayOnly.html | Test timed out. P4 RESOLVED
1223312 webrtc Module Build error on MIPS Platform and web page crashed during webrtc . such as Loongson3A -- RESOLVED
1223909 Atomic32::operator += and -= have non-canonical implementation P3 RESOLVED
1224029 Intermittent test_peerConnection_trackDisabling.html | Test timed out. P1 RESOLVED
1224874 Intermittent test_dataChannel_basicAudio.html | application timed out after 330 seconds with no output P4 RESOLVED
1225248 Failed to establish Cisco Spark call with Nightly if e10s is enabled P1 RESOLVED
1225716 Intermittent test_peerConnection_basicScreenshare.html | Have localcandidate stat(s) P4 RESOLVED
1225718 Complete RTCRTPStreamStats P3 RESOLVED
1225720 Implement RTC "sender", "receiver" and "track" (track attachment) stats (and make them simulcast aware) P3 NEW
1225722 Implement RTCCodecStats P2 RESOLVED
1225723 Implement RTCTransportStats P3 NEW
1225724 Implement RTCCertificateStats P3 NEW
1225729 Android gets bogus RTCP timestamp on first RTCP of first test P3 NEW
1226086 Intermittent test_peerConnection_basicAudioVideoNoBundleNoRtcpMux.html | application timed out after 330 seconds with no output P4 RESOLVED
1226184 Screen share GUM error in FF43 -- RESOLVED
1226200 Crash when Hello link-clicker join a room with gUM running in content process P1 RESOLVED
1226342 Intermittent leakcheck | tab process: 6532 bytes leaked (AudioOutputObserver, BufferRecycleBin, CondVar, DoWorkRunnable, ImageContainer, ...) P3 RESOLVED
1226343 Intermittent test_peerConnection_asymmetricIsolation.html | application timed out after 330 seconds with no output P4 RESOLVED
1227379 Intermittent test_peerConnection_replaceVideoThenRenegotiate.html | application timed out after 330 seconds with no output P4 RESOLVED
1227386 Intermittent test_peerConnection_asymmetricIsolation.html | Test timed out P4 RESOLVED
1227481 [Static Analysis][Result of operation is garbage or undefined] Function OpenCoreDebugFiles from media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_core.c -- RESOLVED
1227519 Establish deprecation date for DHE cipher suites in WebRTC P2 RESOLVED
1227691 Intermittent test_peerConnection_twoVideoTracksInOneStream.html | application timed out after 330 seconds with no output P4 RESOLVED
1227708 Differentiate ICE_SUCCESS_RATE telemetry for loop vs webrtc P1 RESOLVED
1227781 Crash creating RTCPeerConnection P1 RESOLVED
1227794 Intermittent 874915.html | application timed out after 330 seconds with no output P4 RESOLVED
1227821 Intermittent test_peerConnection_offerRequiresReceiveVideo.html | application timed out after 330 seconds with no output P4 RESOLVED
1228646 Intermittent test_peerConnection_addSecondVideoStream.html | application timed out after 330 seconds with no output P4 RESOLVED
1230014 Intermittent test_peerConnection_bug822674.html | application timed out after 330.0 seconds with no output P4 RESOLVED
1231106 Check PlatformThreadId is non-zero before returning on BSDs as well (for --enable-debug) -- RESOLVED
1231252 Can't find WebRTC logs in /tmp/WebRTC.log P1 RESOLVED
1231414 RTCPeerConnection.addTrack should not require a stream to be passed P2 RESOLVED
1231507 Mochitest for simulcast P1 RESOLVED
1231809 Intermittent browser_devices_get_user_media_about_urls.js | Test timed out P3 RESOLVED
1232076 Intermittent e10s test_peerConnection_basicAudioVideoNoRtcpMux.html | application timed out after 330 seconds with no output P3 RESOLVED
1232082 Add RTCRtpReceiver and fire ontrack for remote tracks P1 RESOLVED
1232147 Intermittent test_peerConnection_removeThenAddVideoTrackNoBundle.html | application timed out after 330 seconds with no output P4 RESOLVED
1233439 One way media P2 RESOLVED
1233447 removeTrack throwing NS_ERROR_UNEXPECTED error -- RESOLVED
1233691 Redesign mediaDevices.enumerateDevices() API -- RESOLVED
1233849 Update RTCStatsReport.webidl to match more recent version of the spec P3 NEW
1233870 LocalMediaStream's returned MediaStreamTracks do not have label set P3 RESOLVED
1234363 Re-enable all disabled WebRTC e10s tests P1 RESOLVED
1234436 Intermittent test_dataChannel_basicVideo.html | Test timed out P4 RESOLVED
1234571 UAF in MutexAutoLock::MutexAutoLock on frame-encoded callback when closing active webrtc call P1 RESOLVED
1234576 UAF in ReturnSSRC() (in MutexAutoLock::MutexAutoLock) P1 RESOLVED
1234588 crash in jitterbuffer InsertPacket() (in MutexAutoLock::MutexAutoLock) P2 RESOLVED
1236179 Intermittent e10s test_peerConnection_addDataChannelNoBundle.html | application timed out after 330 seconds with no output P4 RESOLVED
1236422 Intermittent leakcheck | tab process: 6000 bytes leaked (AsyncLatencyLogger, CondVar, GraphDriver, MediaStreamGraph, MediaStreamGraphImpl, ...) P2 RESOLVED
1236727 Intermittent test_peerConnection_remoteReofferRollback.html | Test timed out. P5 RESOLVED
1236772 Intermittent test_peerConnection_basicAudioVideoCombined.html | application timed out after 330 seconds with no output P4 RESOLVED
1237430 Intermittent test_peerConnection_offerRequiresReceiveAudio.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from new to failed P4 RESOLVED
1237630 Image freezes and no sound available after ~2 minutes call in https://appear.in/ P1 VERIFIED
1237854 While testing WebRTC app, Mac Window Server gets glitchy and eventually crashes P3 NEW
1238632 crash in webrtc::VCMGenericEncoder::SetChannelParameters P3 RESOLVED
1238714 Cannot get different resolution video streams with gUM -- RESOLVED
1238836 Intermittent test_peerConnection_setParameters.html | application timed out after 330 seconds with no output P3 RESOLVED
1238904 Unable to access devices after GUM request for screen share -- RESOLVED
1239127 Intermittent test_peerConnection_trackDisabling.html | application crashed [@ mozilla::layers::CompositableParentManager::ReceiveCompositableUpdate P4 RESOLVED
1239161 Intermittent test_peerConnection_addDataChannelNoBundle.html | Test timed out. P2 RESOLVED
1239201 Intemittent test_peerConnection_answererAddSecondAudioStream.html | Test timed out. P2 RESOLVED
1239926 Intermittent test_dataChannel_basicAudio.html | Got local candidate ID undefined for selected pair P4 RESOLVED
1240256 [android][mochitest] Turn test_peerConnection_addDataChannelNoBundle.html in debug back on P1 RESOLVED
1240790 Null characters appear at then end of webrtc.org generated log messages P1 RESOLVED
1241064 getStats API returns 0 values for some attributes for audio P1 RESOLVED
1241066 getStats API always returns 1 for mozRTT P1 RESOLVED
1241283 Remove legacy support for moz-prefixed WebRTC interfaces eventually. P3 NEW
1241290 [meta] Remove all deprecated interfaces in WebRTC and MediaCapture and Streams eventually. -- NEW
1241291 Remove legacy support for pc.onaddstream and pc.onaddtrack eventually. P3 NEW
1241321 No RTCP stats for audio streams P1 RESOLVED
1242199 Intermittent test_peerConnection_simulcastOffer.html | Test timed out P1 RESOLVED
1242300 Intermittent LeakSanitizer | leak at nsThread::DispatchInternal, operator->, mozilla::WebrtcGmpVideoEncoder::Encode, webrtc::VCMGenericEncoder::Encode P3 RESOLVED
1242334 Make pref for vp9 in webrtc visible in all.js -- RESOLVED
1242830 Intermittent test_peerConnection_capturedVideo.html | application timed out after 330 seconds with no output P4 RESOLVED
1243800 Intermittent e10s test_peerConnection_trackDisabling.html | application timed out after 330 seconds with no output P4 RESOLVED
1244509 Intermittent e10s test_peerConnection_basicAudioVideoNoBundle.html | application timed out after 330 seconds with no output P4 RESOLVED
1244694 Intermittent test_dataChannel_basicVideo.html | application timed out after 330 seconds with no output P4 RESOLVED
1244913 Add support for RTCRtpEncodingParameters.scaleResolutionDownBy P1 RESOLVED
1245073 hello is taking too much CPU -- RESOLVED
1245194 Possible buffer overrun in octet_string_hex_string() -- RESOLVED
1245263 Intermittent test_peerConnection_simulcastOffer.html | application timed out after 330 seconds with no output P2 RESOLVED
1245475 WebRTC getUserMedia media device problems -- RESOLVED
1245590 High CPU usage with screen share P1 RESOLVED
1245805 Content process crash when swapping docShells P1 RESOLVED
1245848 Intermittent test_peerConnection_basicWindowshare.html | application timed out after 330 seconds with no output P4 RESOLVED
1245983 crash in mozilla::MediaPipelineFactory::ConfigureVideoCodecMode P1 RESOLVED
1246075 Intermittent test_peerConnection_remoteRollback.html,test_peerConnection_removeAudioTrack.html,test_peerConnection_removeThenAddAudioTrack.html,test_peerConnection_removeThenAddAudioTrackNoBundle.html | Test timed out P4 RESOLVED
1246504 https://test.webrtc.org/ don't return consistent results -- RESOLVED
1246532 Intermittent test_peerConnection_basicAudioVideo.html | application crashed [@ mozalloc_abort(char const * const)] after tons of "MediaEngineDefaultAudioSource data underrun: '!data || data->IsEnded() || aDesiredTime <= aSource->GetEndOfAppendedData(aId)" P3 RESOLVED
1247244 High CPU Usage in Jitsi WebRTC Call P2 RESOLVED
1247506 Intermittent e10s 863929.html,855796.html | load failed: timed out waiting for reftest-wait to be removed P1 RESOLVED
1247512 Intermittent test_peerConnection_removeVideoTrack.html | application timed out after 330 seconds with no output P4 RESOLVED
1247521 Intermittent test_peerConnection_verifyVideoAfterRenegotiation.html | application timed out after 330 seconds with no output P4 RESOLVED
1247622 Make RTCRtpSender.setParameters return a promise. P1 RESOLVED
1247647 WebRTC IdP Proxy can't open popup -- RESOLVED
1248110 Intermittent test_dataChannel_basicAudioVideoNoBundle.html | application timed out after 330 seconds with no output P4 RESOLVED
1248142 Intermittent test_peerConnection_basicAudioVideoNoBundle.html | stats ICE connections matches expected A/V transports - got 1, expected 2 P4 RESOLVED
1248201 Intermittent test_dataChannel_basicAudioVideoCombined.html | application timed out after 330 seconds with no output P4 RESOLVED
1248833 Firefox's WebRTC SDP implementation is not in compliance with RFC rtcweb -- RESOLVED
1248848 Intermittent test_dataChannel_basicAudioVideo.html | application timed out after 330 seconds with no output P3 RESOLVED
1249784 UT Coverage for bug 1224766 P4 NEW
1249859 Optimize simulcast if two layers drop too close to each other in resolution. P3 NEW
1249860 Add simulcast test for resolution scaling P1 RESOLVED
1250356 Update WebRTC code to webrtc.org stable branch 49 P1 RESOLVED
1250492 get rid of some static constructors in webRTC code P3 RESOLVED
1250838 Screensharing will not work on Cisco webex if sharing is closed from global indicator -- RESOLVED
1250990 Make RTCRtpEncodingParameters.maxBitrate and scaleResolutionDownBy work with H.264 in unicast at least. P1 RESOLVED
1251174 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/simplecall.html | expected OK P4 RESOLVED
1251526 Intermittent test_peerConnection_forwarding_basicAudioVideoCombined.html | application timed out after 330 seconds with no output P4 RESOLVED
1251714 use UniquePtr instead of ScopedDeletePtr in media/ P2 RESOLVED
1251737 Remove remaining references to MOZILLA_XPCOMRT_API from media -- RESOLVED
1252163 TestNrSocketTest::CheckTcpConnectivity does not wait for readable/writeable when necessary P1 RESOLVED
1252516 nr_socket_buffered_set_connected_to does not arm the writeable callback if there are pending writes -- RESOLVED
1252652 Intermittent test_peerConnection_webAudio.html | Test timed out. P4 RESOLVED
1252699 Build error on ubuntu 15.04 with an arm-hf toolchain -- RESOLVED
1252901 don't use ScopedFreePtrTraits in MediaEngineWrapper.h -- RESOLVED
1253499 scaleResolutionDownBy and maxBitrate don't update live. P2 RESOLVED
1253863 Intermittent test_peerConnection_simulcastOffer.html | sink is same width as source - got 25, expected 50 P4 RESOLVED
1253896 Intermittent test_peerConnection_twoAudioVideoStreams.html | application terminated with exit code 6 | application crashed [@ __kernel_vsyscall + 0x10] P4 RESOLVED
1254102 [e10s] Switching from remote tabs to non-remote tabs stops browser sharing working/causes fatal assertions in debug mode P1 RESOLVED
1254187 maxBitrate not working. P1 RESOLVED
1254839 PeerConnection warnings don't include file and line numbers. P2 RESOLVED
1254894 Use a video file as source for the fake video device P4 NEW
1254905 Android emulators are overloaded by WebRTC video tests P1 RESOLVED
1255217 nightly 20160309, --disable webrtc compile fail, dom/media/webrtc/MediaEngineCameraVideoSource.h:15:53: fatal error: webrtc/video_engine/include/vie_capture.h: No such file or directory P1 VERIFIED
1255620 Stop running mochitest in one tab P3 NEW
1255952 Intermittent test_peerConnection_capturedVideo.html | seek.webm failed in playback (code=3). Stream should be OK. Continuing test. P4 RESOLVED
1255953 Intermittent test_getUserMedia_stopAudioStream.html | Test timed out P4 RESOLVED
1255972 abort in AEC logging if enabled before webrtc session starts P1 RESOLVED
1256078 Intermittent test_peerConnection_addDataChannelNoBundle.html | application crashed [@ webrtc::VCMDecodedFrameCallback::Decoded(webrtc::I420VideoFrame&)] P4 RESOLVED
1256079 Intermittent test_getUserMedia_loadedmetadata.html | Test timed out P3 RESOLVED
1256080 Intermittent test_peerConnection_setParameters.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from new to failed | PeerConnectionWrapper (pcLocal): legal ICE state transition from new to failed | Error in test execution P3 RESOLVED
1256205 Intermittent test_peerConnection_noTrickleOffer.html | application crashed [@ libc-2.15.so + 0x360d5] with webrtc::BackgroundNoise further down the stack P4 RESOLVED
1256430 about:webrtc button Start AEC Logging does not ensure that AEC logging is configured P1 RESOLVED
1256482 media\webrtc\trunk\webrtc/base/criticalsection.h(59): warning C4312: 'reinterpret_cast': conversion from 'DWORD' to 'HANDLE' of greater size -- RESOLVED
1256555 --disable-webrtc builds fail with dom/media/MediaStreamGraph.cpp:383:5: error: use of undeclared identifier 'shouldAEC' P1 RESOLVED
1256679 Muting/resuming video MediaStreamTrack causes delay P1 RESOLVED
1256711 Crash in libsystem_platform.dylib -- RESOLVED
1256971 Using webRTC Logitech C920 causes you to sound like a chipmunk -- RESOLVED
1257004 addIceCandidate allows to enter dupes P3 NEW
1257006 iceServers should get pruned for dupes P3 NEW
1257317 media\webrtc\trunk\webrtc/base/criticalsection.h(59): warning C4312: 'reinterpret_cast': conversion from 'DWORD' to 'HANDLE' of greater size from dom/media/systemservices P3 RESOLVED
1257472 ice candidate parsing error when icetransports is set to relay in chrome P1 RESOLVED
1257569 replaceTrack does not update peer identity P1 RESOLVED
1257616 Avoid leak if MediaPipeline is shut down after xpcom-shutdown-threads P1 RESOLVED
1257620 Disable identity tests on linux opt non-e10s (only) to avoid Exit code -11 P1 RESOLVED
1257621 Disable ipc tests for webrtc (test_ipc pseudo-e10s test) P1 RESOLVED
1257888 Bug 1230768 broke building on powerpc P4 RESOLVED
1258084 Intermittent e10s leakcheck | tab process: 3976 bytes leaked (CondVar, MediaDevice, MediaEngineWebRTCMicrophoneSource, MediaStream, MediaStreamListener, ...) P1 RESOLVED
1258115 Intermittent test_getUserMedia_basicScreenshare.html | application crashed [@ std::vector<webrtc::DesktopRegion::RowSpan, std::allocator<webrtc::DesktopRegion::RowSpan> >::_M_insert_aux(__gnu_cxx::__normal_iterator<webrtc::DesktopRegion::RowSpan*, std::ve P4 RESOLVED
1258204 Intermittent e10s test_getUserMedia_gumWithinGum.html | application timed out after 330 seconds with no output P4 RESOLVED
1258930 Answer from Firefox should contain H264 codecs if offer contains H264 codecs . -- RESOLVED
1258942 Intermittent test_getUserMedia_constraints.html | application terminated with exit code 1 / heap-use-after-free /builds/slave/moz-toolchain/src/llvm/projects/compiler-rt/lib/asan/asan_interceptors.cc:509 __interceptor_strlen P1 RESOLVED
1259220 Update PeerConnection errors P3 NEW
1259236 FF crashes when using PC.addTrack() with constructed media streams P1 RESOLVED
1259308 Remove ALLOW_COMPILER_WARNINGS from signaling GYP projects P3 NEW
1259310 Remove -wd4312 from media/webrtc/signaling/test/moz.build P4 NEW
1259314 Intermittent test_getUserMedia_gumWithinGum.html | application terminated with exit code -11 P3 RESOLVED
1259316 Intermittent test_getUserMedia_loadedmetadata.html | application terminated with exit code -11 P3 RESOLVED
1259336 Intermittent test_peerConnection_basicAudioVideoNoRtcpMux.html | application crashed [@ mozalloc_abort(char const * const)] P3 RESOLVED
1259379 Intermittent test_peerConnection_basicAudioVideoNoRtcpMux.html | Test timed out. and more webrtc tests failing -- RESOLVED
1259465 test_peerConnection_remoteReofferRollback fails if second stream added to initial offer/answer P3 NEW
1259728 Crash in mozilla::PeerConnectionImpl::GetLocalStreams when calling getLocalStreams on a closed peer connection P2 VERIFIED
1259842 Connection issue to FreeSWITCH when using RFC1918 address in WebRTC SDP P2 RESOLVED
1260341 Intermittent test_peerConnection_replaceTrack.html timed out: 7200 seconds elapsed P4 RESOLVED
1260784 Unable to stop trace logs in about:webrtc P1 RESOLVED
1261334 The options from dropdown lists of type <select> are not shown to the guest in a WebRTC screen sharing session -- NEW
1261463 about:webrtc IPv6 port number indistinguishable P4 NEW
1261601 Intermittent OX X 10.10 debug mda Output exceeded X, remaining output has been truncated (output was Y bytes) | command timed out: 7200 seconds elapsed running P4 RESOLVED
1262704 Intermittent test_peerConnection_multiple_captureStream_canvas_2d.html | application timed out after 330 seconds with no output P4 RESOLVED
1262733 Trace log is crashing on shutdown with late writes in e10s P5 NEW
1262798 Camera is not more available for WebRTC after selecting "Allow always" -- RESOLVED
1262875 Intermittent Windows beta test_peerConnection_basicAudioVideo.html | application crashed [@ mozilla::`anonymous namespace'::RunWatchdog(void *)] P3 RESOLVED
1263143 Intermittent leakcheck | tab process: 2784 bytes leaked (MediaDevice, MediaEngineWebRTCMicrophoneSource, MediaStream, MediaStreamListener, Mutex, ...) P3 RESOLVED
1263312 Have addIceCandidate, setLocalDescription et al take dictionary (spec update) P2 RESOLVED
1263374 Intermittent test_setIdentityProviderWithErrors.html | Test timed out P4 RESOLVED
1263410 Intermittent test_peerConnection_noTrickleOfferAnswer.html | Test timed out P4 RESOLVED
1263511 MediaStreamTrack.label is always an empty string and never the source label -- RESOLVED
1263667 Crash [@ sigslot::_signal_base4<T>::disconnect_all] P1 RESOLVED
1263738 Don't use non-fake input stream in getUserMedia() for crashtests P1 RESOLVED
1264209 crash in ReceivePort::WaitForMessage | mozilla::ipc::SharedMemoryBasic::ShareToProcess P3 RESOLVED
1264416 Intermittent test_peerConnection_restartIceLocalRollback.html | pcLocal: SDP contains non-zero IP c line -- RESOLVED
1264470 a=identity attribute is truncated, duplicated P1 RESOLVED
1264803 ICE fails during trickling or connectivity check stage in Firefox 45 P2 RESOLVED
1265641 Delay-agnostic pref applied to wrong VoiceEngine P1 RESOLVED
1265827 Add support for RTCPeerConnectionState in RTCPeerConnection P2 RESOLVED
1266121 Add mach command for interoperability testing P3 RESOLVED
1267798 Intermittent LeakSanitizer | leak at mozilla::MediaManager::GetUserMedia, mozilla::dom::MediaDevices::GetUserMedia, getUserMedia, mozilla::dom::MediaDevicesBinding::getUserMedia_promiseWrapper P2 RESOLVED
1268272 Intermittent test_peerConnection_offerRequiresReceiveVideoAudio.html | application timed out after 330 seconds with no output P4 RESOLVED
1268492 Intermittent test_peerConnection_restartIceLocalRollback.html | pcLocal: SDP contains non-zero IP c line P4 RESOLVED
1268675 Audio dropouts from mic on Plantronics 628 headset P1 RESOLVED
1269268 Intermittent leakcheck | default process: 212 bytes leaked (CondVar, Mutex, Runnable, nsTArray_base, nsThread) P2 RESOLVED
1269290 Intermittent test_peerConnection_basicH264Video.html | application crashed [@ mozilla::WebrtcGmpVideoDecoder::Decoded(GMPVideoi420Frame*)] P1 RESOLVED
1269965 Intermittent test_zmedia_cleanup.html | application timed out after 330 seconds with no output -- RESOLVED
1270339 Intermittent test_peerConnection_remoteReofferRollback.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from new to failed P4 RESOLVED
1271023 Implement RTCPeerConnection.defaultIceServers attribute P3 NEW
1271041 Switch NetBSD to pthread_condattr_setclock(,CLOCK_MONOTONIC) in WebRTC -- RESOLVED
1271669 Allow any MediaStream to be passed to RTCPeerConnection.addTrack P2 RESOLVED
1271918 Firefox doesn't support multiple simultaneous GUM video stream resolutions P3 RESOLVED
1272688 Talky.io broken by landing bug 998546 (ontrack and onaddstream fire too late) P1 RESOLVED
1272844 Intermittent test_peerConnection_replaceVideoThenRenegotiate.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from connected to failed P4 RESOLVED
1272967 Should still fire null candidate when iceTransportPolicy=relay and iceServers is empty P4 NEW
1273314 Intermittent test_peerConnection_captureStream_canvas_2d.html | Test timed out. P3 RESOLVED
1273411 Intermittent leakcheck | default process: 212 bytes leaked (CondVar, Mutex, Runnable, nsTArray_base, nsThread) P3 RESOLVED
1273566 Remove "ICE failed, see about:webrtc for more details" P3 NEW
1273652 No video rendering after renegotiating recvonly video (e.g. on meet.jit.si) P1 RESOLVED
1273724 mozilla::MediaEngineWebRTC::EnumerateVideoDevices is called multiple times -- RESOLVED
1273755 Intermittent test_peerConnection_removeThenAddAudioTrackNoBundle.html | application timed out after 330 seconds with no output P4 RESOLVED
1273965 MediaPipelineFactory.cpp:1015:10: warning: code will never be executed [-Wunreachable-code] P3 RESOLVED
1274446 Intermittent 10.10 debug mda job timing out with | command timed out: 7200 seconds elapsed running | during WebRTC tests P3 RESOLVED
1274703 Intermittent test_peerConnection_twoVideoStreams.html | Have localcandidate stat(s) P4 RESOLVED
1275200 WebRTC: memory leak using DataChannel -- RESOLVED
1275294 Opening a new datachannel readyState stucks at "connecting" after re-negotiating a new stream P3 NEW
1275814 Intermittent test_peerConnection_callbacks.html | application timed out after 330 seconds with no output P3 RESOLVED
1275863 test test_peerConnection_addTrack.html fails on Autophone P2 RESOLVED
1276034 Intermittent test_peerConnection_twoAudioTracksInOneStream.html | application timed out after 330 seconds with no output P4 RESOLVED
1276035 Intermittent test_peerConnection_errorCallbacks.html | application timed out after 330 seconds with no output P4 RESOLVED
1276136 no voice path for a basic call -- RESOLVED
1276156 deadlock shutting down vie_encoder in statistics P1 RESOLVED
1276368 Implement receiving 'b=TIAS' on media description to restrict sending bandwidth P2 RESOLVED
1276369 Implement setParameter for RTPReceiver P3 RESOLVED
1276370 Implement support for b=CT on session level SDP P4 NEW
1276372 Implement 'b=TIAS' for audio m sections P3 NEW
1276383 Add nsIAsyncShutdown.xpcomWillShutdown and use it in WebRTC P2 RESOLVED
1276559 Changing wifi networks triggers offline mode which closes peer connections prematurely P1 RESOLVED
1276805 Intermittent test_peerConnection_basicAudioNATSrflx.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from connected to failed P2 RESOLVED
1276815 Intermittent test_peerConnection_videoRenegotiationInactiveAnswer.html | Error in test execution: Error: Timed out waiting for frames P4 RESOLVED
1277109 Intermittent test_peerConnection_basicAudioNATRelayTCP.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from connected to failed P4 RESOLVED
1277403 group meetings on appear.in seem to fail (today, lose all audio) once there are about 5 or 6 participants P1 RESOLVED
1277853 fix clang checks in webrtc arm assembly P1 RESOLVED
1277984 Jitsi Meet does not work in Firefox 47 P1 RESOLVED
1278001 RTPSender maxBitrate only works for one sender P3 RESOLVED
1278113 Intermittent test_peerConnection_verifyAudioAfterRenegotiation.html | Test timed out P2 RESOLVED
1278309 WebRTC promise resolving with undefined P2 RESOLVED
1278476 add anrdroid/aarch64 target to WebRTC's GYP P2 RESOLVED
1278686 2.38% tresize (windows8-64) regression on push 8908cc624380 (Thu Jun 2 2016) P1 RESOLVED
1278975 Crash on RTPPayloadRegistry shutdown P3 NEW
1279095 Intermittent test_peerConnection_verifyVideoAfterRenegotiation.html | Test timed out. P3 RESOLVED
1279146 WebRTC - Use After Free in socket thread P1 VERIFIED
1279817 Intermittent test_peerConnection_multiple_captureStream_canvas_2d.html | Test timed out P3 RESOLVED
1280040 Invalid ID allowed in createDataChannel P2 RESOLVED
1280045 Sending WebRTC negotiated DataChannel message hangs with out-of-range id P3 NEW
1280702 Build telemetry on users screen sharing choices P3 NEW
1281012 Intermittent test_peerConnection_bug834153.html | application timed out after 330 seconds with no output P4 RESOLVED
1281308 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudio.html | Test timed out. P2 RESOLVED
1281367 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicScreenshare.html | application crashed [@ webrtc::ScreenCapturerHelper::InvalidateRegion(webrtc::DesktopRegion const&)] P3 RESOLVED
1281558 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelayTCP.html | application timed out after 330 seconds with no output P3 RESOLVED
1281565 Intermittent dom/media/tests/mochitest/identity/test_setIdentityProvider.html | application timed out after 330 seconds with no output P3 RESOLVED
1282196 Intermittent dom/media/tests/mochitest/test_peerConnection_webAudio.html | application timed out after 330 seconds with no output P3 RESOLVED
1282313 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | application timed out after 330 seconds with no output P2 RESOLVED
1282368 Rendering of multiple audio/video streams on same page using Firefox browser with WebRTC -- RESOLVED
1282414 WebRTC - 'Window to Share:' list doesn't update in realtime P3 NEW
1282456 Intermittent browser/base/content/test/general/browser_devices_get_user_media_anim.js | Test timed out - P2 RESOLVED
1282558 Rename createOffer's InternalError to OperationError. P4 NEW
1282578 Intermittent dom/media/tests/mochitest/identity/test_setIdentityProviderWithErrors.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P3 RESOLVED
1282598 Intermittent dom/media/tests/mochitest/test_peerConnection_basicScreenshare.html | application crashed [@ mozilla::ipc::SharedMemoryBasic::ShareToProcess(int, unsigned int*)] P3 RESOLVED
1282711 Fix InterpolateRow_Any_AVX2 in libyuv P2 RESOLVED
1283437 Make it possible to test packet loss by setting a pref P3 NEW
1283517 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicScreenshare.html | application timed out after 330 seconds with no output P2 RESOLVED
1283549 createMediaStreamSource for a remote stream cannot be processed by web audio due to CORS -- RESOLVED
1283592 Intermittent test_getUserMedia_basicScreenshare.html | application crashed [@ mozilla::layers::TextureClient::SetLastFwdTransactionId] after Assertion failure: mFwdTransactionId < aTransactionId P2 RESOLVED
1283695 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack.html | application timed out after 330 seconds with no output P3 RESOLVED
1283723 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | application crashed [@ mozilla::layers::TextureClient::SetLastFwdTransactionId(unsigned __int64)] P3 RESOLVED
1283922 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceVideoThenRenegotiate.html | application crashed [@ mozilla::layers::TextureClient::SetLastFwdTransactionId(unsigned __int64)] P3 RESOLVED
1283951 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondVideoStreamNoBundle.html | application crashed [@ mozilla::layers::TextureClient::SetLastFwdTransactionId(unsigned __int64)] P3 RESOLVED
1283957 Intermittent dom/media/tests/mochitest/test_peerConnection_removeVideoTrack.html | application crashed [@ mozilla::layers::TextureClient::SetLastFwdTransactionId(unsigned __int64)] P3 RESOLVED
1283958 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastOffer.html | application crashed [@ mozilla::layers::ImageBridgeChild::HoldUntilCompositableRefReleasedIfNecessary(mozilla::layers::TextureClient *)] P3 RESOLVED
1283971 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddVideoTrackNoBundle.html | application crashed [@ mozilla::layers::ImageBridgeChild::HoldUntilCompositableRefReleasedIfNecessary(mozilla::layers::TextureClient *)] P3 RESOLVED
1284038 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media.js | expected notification recording-device-events - Got 2, expected 1 P3 RESOLVED
1284060 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_about_urls.js | Unexpected Exception: Error: operation not possible on dead CPOW - P3 RESOLVED
1284074 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddVideoTrackNoBundle.html | application crashed [@ mozilla::layers::TextureClient::SetLastFwdTransactionId(unsigned __int64)] P3 RESOLVED
1284102 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media.js | recording-device-events notification unexpected - Got 1, expected 0 P1 RESOLVED
1284115 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_peerIdentity.html | application timed out after 330 seconds with no output P3 RESOLVED
1284122 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | application crashed [@ mozalloc_abort(char const*)] P3 RESOLVED
1284137 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_about_urls.js | recording-device-events notification unexpected - Got 1, expected 0 P3 RESOLVED
1284233 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | application timed out after 330 seconds with no output P4 RESOLVED
1284305 Intermittent WebRtcIceGatherTest.TestStunTcpAndUdpServerTrickle | Value of: res P4 RESOLVED
1284577 Intermittent dom/media/tests/mochitest/test_getUserMedia_audioCapture.html | Test timed out. P4 RESOLVED
1284643 Intermittent dom/media/tests/mochitest/test_peerConnection_removeVideoTrack.html | application crashed [@ mozilla::layers::ImageBridgeChild::HoldUntilCompositableRefReleasedIfNecessary(mozilla::layers::TextureClient *)] P3 RESOLVED
1284995 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIce.html | application crashed [@ mozilla::layers::TextureClient::SetLastFwdTransactionId(unsigned __int64)] P3 RESOLVED
1285072 Intermittent dom/media/tests/mochitest/test_peerConnection_capturedVideo.html | application crashed [@ jemalloc_crash] P3 RESOLVED
1285283 mozilla/dom/MediaStreamTrackEvent.h not exported but unconditionally included P2 RESOLVED
1285501 WebRTC fails to build on DragonFly: undefined reference to `webrtc::AudioDeviceLinuxALSA::AudioDeviceLinuxALSA(int)' P1 RESOLVED
1285512 --with-system-libvpx flags aren't propagated to WebRTC build P3 NEW
1285697 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleOfferAnswer.html | Error in test execution: TypeError: stats.keys is not a function P3 RESOLVED
1285705 Intermittent dom/media/tests/mochitest/test_peerConnection_basicVideo.html | Test timed out. P3 RESOLVED
1285706 Intermittent dom/media/tests/mochitest/test_peerConnection_basicWindowshare.html | Test timed out. P3 RESOLVED
1285707 Intermittent dom/media/tests/mochitest/test_peerConnection_bug1013809.html | Test timed out. P3 RESOLVED
1285708 Intermittent dom/media/tests/mochitest/test_peerConnection_bug827843.html | Test timed out. P3 RESOLVED
1285725 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_about_urls.js | Test timed out - P3 RESOLVED
1286174 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleOfferAnswer.html | application crashed P3 RESOLVED
1286961 White screen when logging into Cisco Spark on Windows machines P1 RESOLVED
1287400 Intermittent test_peerConnection_setParameters.html | application timed out after 330 seconds with no output P3 RESOLVED
1287615 Expose jitter buffer stats P3 NEW
1287907 gUM dialog displays uncapturable screens on Windows 10 P1 RESOLVED
1288246 Missing DHE ciphers prevent FF 50 from connecting to Spark P1 RESOLVED
1288732 Screen sharing is still open in permissions dialog even after disabling it on https://web.ciscospark.com P1 RESOLVED
1288995 ICE failed, see about:webrtc for more details -- RESOLVED
1289123 We attempt to run removed test test_zmedia_cleanup.html on Autophone P1 RESOLVED
1290004 RTCPeerConnection should not throw on all methods P3 RESOLVED
1290071 Intermittent LeakSanitizer | leak at NewPage, nsEventQueue::PutEvent, PutEvent, nsThread::PutEvent P3 RESOLVED
1291200 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoBundleNoRtcpMux.html | application terminated with exit code 6 P2 RESOLVED
1291244 WebRtc - Memory corruption in nr_socket_sendto() P1 RESOLVED
1291608 Intermittent dom/media/tests/mochitest/test_peerConnection_videoRenegotiationInactiveAnswer.html | application crashed [@ mozilla::layers::PersistentBufferProviderShared::BorrowDrawTarget(mozilla::gfx::IntRectTyped<mozilla::gfx::UnknownUnits> const &)] P2 RESOLVED
1291938 Intermittent dom/media/tests/mochitest/test_peerConnection_capturedVideo.html | Have localcandidate stat(s) P3 RESOLVED
1292018 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_noTrickleAnswer.html | application timed out after 330 seconds with no output P3 RESOLVED
1292023 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_basicAudioVideo.html | application timed out after 330 seconds with no output P3 RESOLVED
1292148 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/no-media-call.html | expected OK P3 RESOLVED
1292385 Intermittent dom/media/tests/mochitest/test_peerConnection_addtrack_removetrack_events.html | No more than sent bytes P3 RESOLVED
1292388 PeerConnectionImpl::Get{Local,Remote}Streams return value problems P3 NEW
1292428 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioStreams.html | application terminated with exit code 6 P5 RESOLVED
1292429 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_restartIceLocalAndRemoteRollback.html | application timed out after 330 seconds with no output P3 RESOLVED
1292771 Intermittent dom/media/tests/mochitest/test_peerConnection_verifyAudioAfterRenegotiation.html | Test timed out. P3 RESOLVED
1292917 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_getUserMedia_audioCapture.html | application timed out after 330 seconds with no output after Assertion failure: mChannels && mFrames && mSampleRate (Mix not called for this cycle?) P2 RESOLVED
1293206 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelay.html | application crashed [@ libc-2.23.so + 0x35418] P3 RESOLVED
1293415 Replace android_version in mochitest P4 NEW
1293531 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioPcmaPcmuOnly.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from connected to failed P2 RESOLVED
1293892 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_captureStream_canvas_webgl.html | application timed out after 330 seconds with no output P3 RESOLVED
1293910 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_constructedStream.html | application timed out after 330 seconds with no output P4 RESOLVED
1293912 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelayTCP.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P3 RESOLVED
1294004 Intermittent dom/media/tests/mochitest/test_peerConnection_setParameters.html | application terminated with exit code -139 P3 RESOLVED
1294006 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js | Test timed out - P5 RESOLVED
1294007 Intermittent dom/media/tests/mochitest/test_peerConnection_capturedVideo.html | application crashed [@ nsJSIID::GetClassName] P3 RESOLVED
1294084 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelayTCP.html | Test timed out. P3 RESOLVED
1294407 Firefox crash when packets with missing headers are received P1 RESOLVED
1294508 Fix Autophone test failures for Android versions > 4.4 P2 RESOLVED
1294511 test_getUserMedia_playAudioTwice.html fails on Autophone for Android > 4.4 P2 RESOLVED
1294573 Implement key distributor for PERC P3 NEW
1294726 Pref off full-duplex for mac in beta P1 RESOLVED
1295576 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannel.html | application terminated with exit code 6 P3 RESOLVED
1295687 media/webrtc/trunk/testing/gtest/src/gtest-internal-inl.h:213:8: warning: private field 'pretty_' is not used [-Wunused-private-field] P2 RESOLVED
1295819 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideo.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from connected to failed P3 RESOLVED
1295820 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/identity/test_setIdentityProviderWithErrors.html | application timed out after 330 seconds with no output P3 RESOLVED
1296002 (android-only) OpenH264 webrtc calls aren't working in 48 and 49 P1 RESOLVED
1296075 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_addSecondAudioStreamNoBundle.html | application timed out after 330 seconds with no output P4 RESOLVED
1296170 Intermittent dom/media/tests/mochitest/test_dataChannel_bug1013809.html | Test timed out. P2 RESOLVED
1296402 [Meta] Implement PERC -- NEW
1296404 Make necessary changes to libSRTP for PERC P3 NEW
1296818 Intermittent browser_clearplugindata.js | application crashed [@ mozilla::media::Parent<mozilla::media::NonE10s>::RecvSanitizeOriginKeys(unsigned __int64 const &,bool const &)] P5 RESOLVED
1296901 Firefox does not seem be compliant with the WebRTC spec about iceCandidatePoolSize -- RESOLVED
1297101 Improve green-ness of Android VMs P1 RESOLVED
1297270 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceVideoThenRenegotiate.html | Test timed out. P3 RESOLVED
1297384 Intermittent test_dataChannel_basicAudioVideoCombined.html | application crashed [@ RefPtr<mozilla::DataChannelConnection>::operator-> + 0x1e] P5 RESOLVED
1297611 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_answererAddSecondAudioStream.html | application timed out after 330 seconds with no output P3 RESOLVED
1297638 Intermittent browser_devices_get_user_media_anim.js | the animated sharing icon of the tab is now visible -- RESOLVED
1297729 Chromium Firefox WebRTC interoperability test is failing. P1 RESOLVED
1297915 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastOffer.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from new to failed P2 RESOLVED
1297936 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoBundle.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from connected to failed P2 RESOLVED
1298235 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_scaleResolution.html | application timed out after 330 seconds with no output P2 RESOLVED
1298237 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_basicScreenshare.html | application timed out after 330 seconds with no output P3 RESOLVED
1298269 Intermittent dom/media/tests/mochitest/test_peerConnection_basicScreenshare.html | Test timed out. P3 RESOLVED
1298274 Intermittent dom/media/tests/mochitest/test_peerConnection_bug1042791.html | Test timed out. P3 RESOLVED
1298290 Intermittent dom/media/tests/mochitest/test_peerConnection_localRollback.html | Test timed out. P4 RESOLVED
1298291 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioRequireEOC.html | Test timed out. P3 RESOLVED
1298296 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_videoRenegotiationInactiveAnswer.html | application timed out after 330 seconds with no output P3 RESOLVED
1298405 Intermittent dom/media/tests/mochitest/test_dataChannel_bug1013809.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from connected to failed P2 RESOLVED
1298413 WebRTC: RTCPeerConnection iceServers "No STUN servers specified in nICEr registry" -- RESOLVED
1298586 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastOffer.html | sink is 1/2 width of source - got 50, expected 25 P3 RESOLVED
1298604 Intermittent browser/components/sessionstore/test/browser_swapDocShells.js | application crashed [@ rtc::scoped_refptr<webrtc::I420Buffer>::scoped_refptr<webrtc::I420Buffer>(rtc::scoped_refptr<webrtc::I420Buffer> const &)] P4 RESOLVED
1299034 Intermittent test_peerConnection_addtrack_removetrack_events.html | application timed out after 330 seconds with no output P3 RESOLVED
1299047 Intermittent dom/media/tests/mochitest/test_getUserMedia_mediaElementCapture_audio.html | Test timed out. P3 RESOLVED
1299713 WebRTC logging doesn't work with MOZ_LOG(_MODULES) P4 NEW
1299751 [Ubuntu 16.04] Missing mouse pointer from Firefox window share P3 RESOLVED
1300253 Intermittent dom/media/tests/mochitest/test_peerConnection_syncSetDescription.html | Test timed out. P5 RESOLVED
1300283 Intermittent dom/media/tests/mochitest/test_peerConnection_forwarding_basicAudioVideoCombined.html | application crashed [@ 0x7fdd550a4418] -- RESOLVED
1300315 FF WebRTC : AppRTC with VP8 taking more cpu and memory compared to h264 on mac -- RESOLVED
1300324 Intermittent dom/media/tests/mochitest/test_peerConnection_callbacks.html | Test timed out. P2 RESOLVED
1300422 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_captureStream_canvas_2d.html | application timed out after 330 seconds with no output P5 RESOLVED
1300600 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicAudio.html | Test timed out. P2 RESOLVED
1300601 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicScreenshare.html | Test timed out. P2 RESOLVED
1300602 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicTabshare.html | Test timed out. P1 RESOLVED
1300604 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicVideo.html | Test timed out. P2 RESOLVED
1300644 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_twoAudioStreams.html | application timed out after 330 seconds with no output P2 RESOLVED
1300686 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | application timed out after 330 seconds with no output P2 RESOLVED
1300716 WebRtc - Memory corruption in webrtc::ThreadWindows::Run() P1 RESOLVED
1301286 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastOffer.html | Error in test execution: Error: Timed out waiting for frames timeout/<@... P3 RESOLVED
1301387 Video and audio not synchronized during opentokrtc call P1 RESOLVED
1301660 Issues using opentokrtc on several Android devices P3 NEW
1301908 Intermittent dom/media/tests/mochitest/test_peerConnection_addtrack_removetrack_events.html | No more than sent packets P3 RESOLVED
1302123 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoCombined.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from connected to failed P3 RESOLVED
1302136 WebRTC to licode stops accepting RTCP feedback if no other users present in the room -- RESOLVED
1302245 Fix -Winconsistent-missing-override warnings in media/webrtc/ P5 NEW
1302300 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_removeThenAddAudioTrack.html | application timed out after 330 seconds with no output P3 RESOLVED
1302333 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_tear_off_tab.js | leaked 1 window(s) until shutdown [url = about:blank] P2 RESOLVED
1302604 Intermittent dom/media/tests/mochitest/test_peerConnection_promiseSendOnly.html | application timed out after 330 seconds with no output P3 RESOLVED
1302795 [meta] Improve performance of WebRTC, especially on lower-end systems -- RESOLVED
1302875 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | stats report exactly 2 ICE connections for media and RTCP - got 1, expected 2 P3 RESOLVED
1302935 WebRTC VP9 support doesn't set the gof field correctly due to use of old libvpx P1 RESOLVED
1303501 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicWindowshare.html | Error executing test: NotFoundError: The object can not be found here. P5 RESOLVED
1303645 Intermittent test_peerConnection_offerRequiresReceiveAudio.html | Error in test execution: TypeError: stats.keys is not a function waitForRtpFlow/hasFlow@http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js:1448:31 ... waitForRtpFlow/retry/<@http: P3 RESOLVED
1303661 Intermittent leakcheck | default process: 56 bytes leaked (MemoryTextureReadLock, TextureReadLock) P2 RESOLVED
1304149 Support WebRTC when using Web Replay P3 RESOLVED
1304269 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_noTrickleOffer.html | application timed out after 330 seconds with no output P3 RESOLVED
1304429 Intermittent dom/media/tests/mochitest/test_peerConnection_addIceCandidate.html | Test timed out. P2 RESOLVED
1304464 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondVideoStream.html | Test timed out. P2 RESOLVED
1304466 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondVideoStreamNoBundle.html | Test timed out. P2 RESOLVED
1304490 Build fails with --disable-webrtc P1 RESOLVED
1304506 Intermittent dom/media/tests/mochitest/test_peerConnection_audioRenegotiationInactiveAnswer.html | Test timed out. P2 RESOLVED
1304579 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | ended never fired for track {888acf00-82c5-44ca-9015-a869cf1c27f8} P2 RESOLVED
1304580 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_basicAudioDynamicPtMissingRtpmap.html | application timed out after 330 seconds with no output P2 RESOLVED
1304607 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_restartIceLocalRollback.html | application timed out after 330 seconds with no output P2 RESOLVED
1304798 Can't share video at talky.io, if you've previously granted "always allow" P1 VERIFIED
1305229 Intermittent dom/media/tests/mochitest/test_peerConnection_audioRenegotiationInactiveAnswer.html,test_peerConnection_callbacks.html | application crashed [@ mozalloc_abort] P3 RESOLVED
1305506 Remove some cruft from a webrtc gyp file P2 RESOLVED
1305601 Intermittent dom/media/tests/mochitest/test_getUserMedia_mediaElementCapture_tracks.html | Test failed: Error: No event P3 RESOLVED
1305621 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoCombined.html | Test timed out. P3 RESOLVED
1305916 Intermittent test_peerConnection_addDataChannelNoBundle.html | Unexpected event 'close' fired with message = 'DataChannelWrapper (pcLocal_channel_0)' at: ["createOneShotEventWrapper@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:591:20", P3 RESOLVED
1306071 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | stats ICE connections matches expected A/V transports - got 3, expected 4 P3 RESOLVED
1306072 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_basicAudioNATSrflx.html | application timed out after 330 seconds with no output P3 RESOLVED
1306075 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideo.html | Test timed out. P3 RESOLVED
1306076 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoBundleNoRtcpMux.html | Test timed out. P3 RESOLVED
1306175 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_remoteRollback.html | application timed out after 330 seconds with no output P3 RESOLVED
1306205 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_audioRenegotiationInactiveAnswer.html | application timed out after 330 seconds with no output P3 RESOLVED
1306290 Build fails with --disable-webrtc on trunk P3 RESOLVED
1306548 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalAndRemoteRollback.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P3 RESOLVED
1306631 Remove old Loop telemetry hooks from WebRTC P3 RESOLVED
1306729 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveAudio.html | application timed out after 330 seconds with no output P3 RESOLVED
1306782 Remove B2G from WebRTC mochitests P2 RESOLVED
1306802 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_bug827843.html | application timed out after 330 seconds with no output P5 RESOLVED
1306803 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_bug1013809.html | application timed out after 330 seconds with no output P5 RESOLVED
1306821 Intermittent dom/media/tests/mochitest/test_peerConnection_trackDisabling_clones.html | Test timed out. P3 RESOLVED
1306856 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_verifyVideoAfterRenegotiation.html | application timed out after 330 seconds with no output P3 RESOLVED
1306940 Only use encoder timing to control load adaptation in webrtc calls P3 RESOLVED
1307155 JsepSessionImpl.cpp:292:15: warning: 4 enumeration values not handled in switch: 'kAudio', 'kText', 'kApplication'... [-Wswitch] -- RESOLVED
1307300 Typo in trickle ICE SDP verification P2 RESOLVED
1307453 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoRtcpMux.html | application timed out after 330 seconds with no output P3 RESOLVED
1307564 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | Test timed out. P3 RESOLVED
1307696 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_addSecondAudioStream.html | application timed out after 330 seconds with no output P3 RESOLVED
1307808 MediaStreamTrack.getSettings() should return all specced constrainable values, not just the ones we support changing P3 NEW
1308195 Intermittent dom/media/tests/mochitest/test_peerConnection_bug825703.html | warning logged - got "Cannot play media. No decoders for requested formats: audio/mp4, video/mp4", expected "onaddstream is deprecated! Use peerConnection.ontrack instead." P3 RESOLVED
1308246 Intermittent dom/media/tests/mochitest/test_peerConnection_errorCallbacks.html | application crashed [@ mozilla::layers::Image::AddRef()] P2 RESOLVED
1308471 Crash in CopyRow_AVX P3 RESOLVED
1308481 TIAS bitrate limitation does not work when resolution changes P1 RESOLVED
1308641 invalid iceConnectionState -- RESOLVED
1308686 Intermittent dom/media/tests/mochitest/test_peerConnection_audioRenegotiationInactiveAnswer.html | application terminated with exit code -11 P2 RESOLVED
1308917 Video chat via facebook enters in an infinite loop after unplugging the microphone P1 RESOLVED
1308918 Crash in shutdownhang | mozilla::CondVar::Wait | nsEventQueue::GetEvent | nsThread::ProcessNextEvent | _MD_CURRENT_THREAD | NS_ProcessNextEvent | mozilla::SharedThreadPool::SpinUntilEmpty P2 RESOLVED
1308921 Multiple JS errors while waiting for peer to join conversation via Jitsi P5 RESOLVED
1309076 Intermittent dom/media/tests/mochitest/test_peerConnection_basicVideo.html | Error in test execution: TypeError: stats.keys is not a function waitForRtpFlow/hasFlow@http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js:1422:31 ... waitForRt P3 RESOLVED
1309419 Intermittent TEST-UNEXPECTED-TIMEOUT | test_peerConnection_localReofferRollback.html | application timed out after 330 seconds with no output P3 RESOLVED
1309641 Multiple pre-answer binding requests result in excessive memory usage P1 RESOLVED
1309928 firefox drops inbound rtp packets on ice restart after ice connection is moved to failed state. -- RESOLVED
1309955 Pref off full-duplex for mac in beta P1 VERIFIED
1310039 Intermittent dom/media/tests/mochitest/test_peerConnection_bug1013809.html | Test timed out. P4 RESOLVED
1310355 Improve resiliency for using webrtc permission hooks P1 RESOLVED
1310504 Intermittent dom/media/tests/mochitest/test_peerConnection_audioRenegotiationInactiveAnswer.html | Test timed out. P3 RESOLVED
1311050 Pref off full-duplex for Windows in beta P1 RESOLVED
1311139 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioRequireEOC.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from connected to failed P3 RESOLVED
1311140 Intermittent dom/media/tests/mochitest/test_peerConnection_bug827843.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from connected to failed P3 RESOLVED
1311593 WebRTC churns on CPU on Mac Book Pro P1 RESOLVED
1312682 Problem using webRTC multiple concurrent sessions P3 RESOLVED
1312691 Drop support for RTCIceServer credentialType until "token" is really supported -- RESOLVED
1312980 CID 1374148: Control flow issues (DEADCODE) in GetUserMediaCallbackMediaStreamListener::NotifyChromeOfTrackStops() -- RESOLVED
1313246 Empty username and/or credential in RTCPeerConnection constructor throw when they shouldn't P1 RESOLVED
1313853 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelay.html | Error executing test: ICE Server error: Is the ICE server websocket up? P3 RESOLVED
1313966 RTCSessionDescription interface doesn't match spec P1 RESOLVED
1314443 Audit the existing disable WebRTC preferences and ensure they work as advertised P3 ASSIGNED
1314468 Crash in webrtc::VoEExternalMediaImpl::SetExternalRecordingStatus P2 RESOLVED
1314744 [WebRTC] --enable-webrtc=no causes compile failure dom/media/webrtc/Unified_cpp_dom_media_webrtc0.cpp -- RESOLVED
1314843 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | Test timed out. P4 RESOLVED
1314844 Intermittent dom/media/tests/mochitest/test_peerConnection_scaleResolution.html | Test timed out. P3 RESOLVED
1314845 Intermittent dom/media/tests/mochitest/test_peerConnection_setLocalAnswerInHaveLocalOffer.html | Test timed out. P3 RESOLVED
1314846 Intermittent dom/media/tests/mochitest/test_peerConnection_setLocalAnswerInStable.html | Test timed out. P3 RESOLVED
1315288 Crash in memcpy | copy_and_extend_plane P1 RESOLVED
1315469 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media.js | Unexpected Exception: TypeError: global.requestDevice is not a function - P3 RESOLVED
1316090 clang-cl unresolved external symbol NormalizedConstraintSet::BaseRange::FinalizeMerge P2 RESOLVED
1316200 Make mochitests more flexible in what tests each executes P3 NEW
1316320 RTCDataChannelEvent constructor allows a null secondary argument P3 NEW
1316452 Screen Sharing - Firefox Nightly freezes when screen is shared in a Virtual Machine P3 NEW
1316465 Screen Sharing - Selected application doesn’t show correct screen preview P1 RESOLVED
1316490 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_renderAfterRenegotiation.html | application timed out after 330 seconds with no output P3 RESOLVED
1316499 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddVideoTrackNoBundle.html | application crashed [@ mozilla::layers::Image::AddRef()] after Assertion failure: int32_t(mRefCnt) >= 0 (illegal refcnt) P3 RESOLVED
1316657 Clean up webrtc gtest entries in toolkit.mozbuild P2 RESOLVED
1317479 Crash in webrtc::SharedDesktopFrame::SharedDesktopFrame P3 RESOLVED
1317670 ref_fuzz5 crashes Nightly in mozilla::MediaManager::OnNavigation P1 RESOLVED
1317864 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_callbacks.html | application timed out after 330 seconds with no output P3 RESOLVED
1317949 Fails to build RTCCertificate.cpp with gcc 7.0 P3 RESOLVED
1318119 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelay.html | application timed out after 330 seconds with no output P2 RESOLVED
1318163 Remove unimplemented and non-spec getStreamById from RTCPeerConnection. -- RESOLVED
1318176 Intermittent test_peerConnection_remoteReofferRollback.html | application crashed [@ libmozglue.so + 0x13e4c] P1 RESOLVED
1318455 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioPcmaPcmuOnly.html | application crashed [@ libc.so + 0x175ec] P1 RESOLVED
1318582 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddVideoTrackNoBundle.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P3 RESOLVED
1318809 Intermittent dom/media/tests/mochitest/test_peerConnection_promiseSendOnly.html | Test timed out. P2 RESOLVED
1318816 Intermittent dom/media/tests/mochitest/test_getUserMedia_scarySources.html | application crashed [@ webrtc::DesktopDeviceInfoX11::InitializeApplicationList] P1 RESOLVED
1319268 Extend WebRTC ICE Telemetry probes P1 RESOLVED
1319542 Update pc.createDataChannel's RTCDataChannelInit dict to spec. P1 RESOLVED
1319665 Webrtc statistics report missed resolution data(frameWidth*frameHeight) P3 NEW
1319853 Intermittent dom/media/tests/mochitest/test_peerConnection_capturedVideo.html | Error in test execution: Error: Timeout for element pcRemote_seek.webm_remote_{ce119804-10d4-4eeb-97af-46215db822d2} P3 RESOLVED
1320419 Buttons disabled after refreshing on WebRTC peer connection sample -- RESOLVED
1320595 WebRTC in Firefox can be exploited to reveal the IP of a user that has a VPN -- RESOLVED
1320891 Make some webrtc tests build with gcc 7.0 and --enable-warnings-as-errors -- RESOLVED
1321202 Intermittent dom/media/tests/mochitest/test_getUserMedia_scarySources.html | NotFoundError: The object can not be found here. P2 RESOLVED
1321203 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_getUserMedia_scarySources.html | application timed out after 330 seconds with no output P2 RESOLVED
1321241 Broken demo: MDN - WebRTC: Still photo capture demo -- RESOLVED
1321372 ESR45, MacOS Sierra: /media/webrtc/trunk/webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit.h:14:9: fatal error: 'QTKit/QTKit.h' file not found P4 RESOLVED
1321460 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | Assertion count 1 is greater than expected range 0-0 assertions from ASSERTION: QueryInterface needed: 'query_result.get() == mRawPtr' P3 RESOLVED
1321547 Improve WebRTC test coverage on Android P3 RESOLVED
1321713 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATSrflx.html | Error in test execution: TypeError: stats.keys is not a function waitForRtpFlow/hasFlow@http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js:1423:31 ... P3 RESOLVED
1321934 Intermittent dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideo.html | application timed out after 330 seconds with no output P3 RESOLVED
1322090 Generate audio-only SDP on holding an audio call at video-enabled B-party -- RESOLVED
1322274 Overhaul PeerConnection.js with modern JavaScript -- RESOLVED
1322338 Point out lack of STUN/TURN server in ICE failure message P2 RESOLVED
1322503 Firefox's RTCStatsType is not spec-compatible (missing hyphens in most enum names) P1 RESOLVED
1322659 Too many STUN/TURN servers don't help with conectivity P2 RESOLVED
1322835 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceVideoThenRenegotiate.html | Have localcandidate stat(s) P3 RESOLVED
1323079 Intermittent dom/media/tests/mochitest/test_peerConnection_trackDisabling_clones.html | Test timed out. P2 RESOLVED
1323095 Add deprecation warnings to callback-based pc.getStats() -- RESOLVED
1323111 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceVideoThenRenegotiate.html | Error in test execution: Error: Timeout for element pcRemote_remote_{f54ff796-66e5-4c86-bfa0-c8f2ba8ed388} waitForMediaElementFlow@http://mochi.test:8888/tests/d P2 RESOLVED
1323137 Remove steeplechase left overs from mochitests P4 NEW
1323484 Intermittent dom/media/tests/mochitest/test_peerConnection_videoRenegotiationInactiveAnswer.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P3 RESOLVED
1324218 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | application crashed [@ webrtc::DesktopRegion::AddRect(webrtc::DesktopRect const&)] P2 RESOLVED
1324220 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | application crashed [@ webrtc::ScopedPixelBufferObject::Release()] P2 RESOLVED
1324260 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | NotFoundError, likely because there's no other application running. - Got error: OverconstrainedError: Constraints could be not satisfied.... P2 RESOLVED
1324261 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | expected notification recording-device-events - Got 2, expected 1 P5 RESOLVED
1324303 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | recording-device-events notification unexpected - Got 1, expected 0 P2 RESOLVED
1324515 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundle.html | Error in test execution: Error: Element pcLocal_local_{fab0ee64-2c05-4544-ac60-bfb78cf96496} should progress currentTime P3 RESOLVED
1324582 Pref off full-duplex for Windows and Mac in beta P1 RESOLVED
1324788 Update RTCIceCandidateStats to spec P2 RESOLVED
1324826 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_removeThenAddVideoTrackNoBundle.html | application timed out after 330 seconds with no output P3 RESOLVED
1324833 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | application terminated with exit code 6 P2 RESOLVED
1325108 Closing window (application) will continue to display latest preview in the sharing area P3 NEW
1325365 Window (application) is not displayed in the sharing drop down list while minimized P3 NEW
1325397 The number of open windows is only updated in the sharing drop down after a page refresh P4 RESOLVED
1325411 The sharing drop down displays incorrect number of open windows for some applications P3 NEW
1325417 The sharing drop down displays incorrect name for some open applications P3 RESOLVED
1325430 Fix RTCP stats timestamps so we can know when the stats were generated P3 NEW
1325447 WebRTC.org Update49 forced the SSRC down via config, and that blocks collision handling P3 NEW
1325513 RTP header extensions potentially read out of bounds P1 RESOLVED
1325968 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. - P3 RESOLVED
1326005 Intermittent dom/media/tests/mochitest/test_peerConnection_renderAfterRenegotiation.html | Test timed out. P2 RESOLVED
1326011 webrtc/trunk/webrtc/base/platform_thread.cc:44:47: error: cast from 'pthread_t {aka pthread*}' to 'pid_t {aka int}' loses precision [-fpermissive] P2 RESOLVED
1326246 Intermittent WebRtcIceConnectTest.TestConsentIntermittent | Value of: 0 P3 RESOLVED
1328194 Remove legacy PeerConnection.getStats and associated legacy stats type P1 RESOLVED
1328440 Legacy PeerConnection.getStats should return a legacy stats compatible object P1 RESOLVED
1328531 Investigate the high amount of WEBRTC_CALL_TYPE 0 in Telemetry P3 NEW
1328664 New debug error from vie_channel.cc showing up in mochitests P3 NEW
1328794 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | application crashed [@ jemalloc_crash] P2 RESOLVED
1329177 Intermittent dom/media/tests/mochitest/test_peerConnection_audioRenegotiationInactiveAnswer.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P4 RESOLVED
1329193 More overhaul PeerConnection.js with modern JavaScript P2 RESOLVED
1329257 Intermittent dom/media/tests/mochitest/identity/test_fingerprints.html | error in test: Promise rejection value is a non-unwrappable cross-compartment wrapper. P2 RESOLVED
1329259 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | application crashed [@ webrtc::ScreenCapturerHelper::InvalidateRegion(webrtc::DesktopRegion const&)] P1 RESOLVED
1329496 Google Chrome seems better when using Jitsi Web RTC call -- RESOLVED
1329542 Warnings from webrtc.org 57 P3 RESOLVED
1329762 Strengthen deprecation warning of legacy PeerConnection.getStats P1 RESOLVED
1329806 Turn down logging in VideoSendStream constructor and destructor. P3 NEW
1330091 Renegotiation doesn't actually change the codec configuration after 49 update landing P1 RESOLVED
1330211 Intermittent dom/media/tests/mochitest/test_getUserMedia_scarySources.html | application terminated with exit code -134 P2 RESOLVED
1330778 HID API for accessing call-related headset and camera functions -- RESOLVED
1330848 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | Local candidate type is what we expected for selected pair - got "peerreflexive", expected "host" P3 RESOLVED
1331134 Standardize RTCStreamRTPStats P3 NEW
1331158 Renegotiation doesn't actually change the receive codec configuration after 49 update landing P1 RESOLVED
1331225 WebRTC is broken in Web Extensions P3 RESOLVED
1331593 [Static Analysis][ Result is not floating-point] In function InitLowFrequencyCorrectionRanges P3 RESOLVED
1331890 Multi-monitor support for screen sharing -- RESOLVED
1332402 Shutdown abort after using BrowserStack, with fatal "Assertion failure: !mThread (SingletonThreads should be Released and shut down before exit!), at media/mtransport/nr_socket_prsock.cpp:181" P1 RESOLVED
1332516 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_tear_off_tab.js | expected notification getUserMedia:response:allow - Got undefined, expected 1 P1 RESOLVED
1332622 Remove MOZILLA_INTERNAL_API code from webrtc P1 RESOLVED
1332658 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannelNoBundle.html | stats ICE connections matches expected A/V transports - got 1, expected 2 P3 RESOLVED
1332683 feeling safer online video conferencing -- RESOLVED
1333110 Remove dom/media/standalone P2 RESOLVED
1333186 Cannot deny camera/microphone sharing permissions individually P3 NEW
1333268 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_in_frame.js | Test timed out - P2 RESOLVED
1333286 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_in_frame.js | Unexpected Exception: TypeError: global.requestDevice is not a function - P2 RESOLVED
1333686 Fix compiler warnings and enable warnings-as-errors in webrtc/signaling P2 RESOLVED
1334385 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_anim.js | Unexpected Exception: TypeError: global.requestDevice is not a function - P2 RESOLVED
1334752 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_tear_off_tab.js | Test timed out - P4 REOPENED
1334754 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_tear_off_tab.js | Test timed out - -- RESOLVED
1334840 We can Reconfigure the send codec before we create the SendStream P1 RESOLVED
1335075 RTCCertificate.cpp: output truncated before the last format character P3 RESOLVED
1335250 nightly 20170130 compile fails with webrtc disabled MediaEngine.h:229:28: error: reference to ‘ipc’ is ambiguous P2 RESOLVED
1335493 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access.js | Unexpected Exception: TypeError: global.requestDevice is not a function - P3 RESOLVED
1335515 MediaEngine.h fails to compile with --disable-webrtc P1 RESOLVED
1335967 discardedPackets is now packetsDiscarded in RTCInboundRTPStreamStats via spec P3 NEW
1336329 media/webrtc/ fails to build with --enable-warnings-as-errors on Tier3 platforms -- RESOLVED
1336717 [Linux] Shared Firefox window contents not visible when shared. P3 NEW
1336721 [Linux] Permissions door hanger does not show correct window title when sharing Firefox -- RESOLVED
1336723 [Linux] Sharing Windows not possible. P3 RESOLVED
1336725 [Linux] getUserMedia - Request for video and audio -Only video displayed, no mic audio available -- RESOLVED
1337374 Make it possible to run webrtc.org unit tests that require external resources in tree P3 RESOLVED
1337468 RID RTP header extensions never gets send P1 RESOLVED
1337525 Add mochitests for WebRtc inbound-rtp stats P2 RESOLVED
1337777 Audio/video on Ciscospark is not working P1 RESOLVED
1337952 Add tests for RTP header extensions P3 RESOLVED
1338000 error: no 'float webrtc::SincResampler::Convolve_NEON(const float*, const float*, const float*, double)' member function declared in class 'webrtc::SincResampler' -- RESOLVED
1338006 Perform OriginAttributes Review of WebRTC P3 NEW
1338038 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | recording-device-events notification unexpected - Got -1, expected 0 P2 RESOLVED
1338573 Apply setParameters after session is set up P2 RESOLVED
1339104 RTCStats outbound-rtp.bytesSent is not sane P1 RESOLVED
1339134 RTCStats RTCMediaStreamTrackStats.droppedFrames is not sane (oscillates). P3 NEW
1339244 Code to set the minimum bitrate estimate to Try runs in webrtc was lost in the 49 update P1 RESOLVED
1339568 Intermittent shutdown hang in linux32/64 mochitest-media-e10s jobs P3 RESOLVED
1339933 MediaEngineRemoteVideoSource.cpp:319:57: error: lambda capture 'that' is not used [-Werror,-Wunused-lambda-capture] P3 RESOLVED
1340054 RID extmap checks in sdputils.js assume RID is the only extension in use P1 RESOLVED
1340209 Intermittent dom/media/tests/mochitest/test_peerConnection_twoVideoStreams.html | Assertion count 1 is greater than expected range 0-0 assertions. P3 RESOLVED
1340210 Intermittent dom/media/tests/mochitest/test_peerConnection_twoVideoStreams.html | Assertion count 1 is greater than expected range 0-0 assertions. -- RESOLVED
1340266 icegatheringstatechange event is not implemented P2 RESOLVED
1340519 Pref off full-duplex for Windows and Mac in beta P1 VERIFIED
1340779 Intermittent Assertion failure: mParentThread == NS_GetCurrentThread(), at /home/worker/workspace/build/src/media/mtransport/nr_socket_prsock.cpp:229 -- RESOLVED
1341217 H264 doesn't work on WebRTC renegotiation scenarios P2 RESOLVED
1341285 Update WebRTC code to webrtc.org stable branch 57 P1 RESOLVED
1341421 Stats field remoteId is not handled consistently when empty P3 NEW
1341533 framerateMean, framerateStdDev, bitrateMean, and bitrateStdDev are sometimes wild numbers P3 RESOLVED
1341548 Label runnables under dom/media/systemservices P3 RESOLVED
1341550 Label runnables under dom/media/webrtc P3 RESOLVED
1341553 Label runnables in dom/media/MediaManager.cpp P3 RESOLVED
1341984 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | Unexpected Exception: TypeError: global.requestDevice is not a function - P3 RESOLVED
1342388 'Clear History' and 'Clear Log' at about:webrtc not localizable (hardcoded English strings) -- RESOLVED
1342579 Test to verify we can connect to different certs and ICE credentials P2 RESOLVED
1343515 RTPStats inbound-rtp.jitter is wrong when isRemote=true P1 RESOLVED
1343560 [meta] Improve WebRTC Automated test coverage -- RESOLVED
1343691 RTCP stats missing in FF53 (fallout from webrtc.org 49 update) P1 VERIFIED
1344096 Intermittent browser/base/content/test/webrtc/browser_webrtc_hooks.js | Test timed out - P4 RESOLVED
1344403 Intermittent LeakSanitizer | leak at GetCurrentThread, nsThread::DispatchInternal, nsThread::Dispatch, Dispatch -- RESOLVED
1344557 Crash in mozalloc_abort | abort | rtc::FatalMessage::~FatalMessage P2 RESOLVED
1344946 Ensure that mozRtt is initialized before use P2 RESOLVED
1344970 Rename mozRtt stat to roundTripTime and change behavior to match spec P1 RESOLVED
1345652 Crash in abort | rtc::FatalMessage::~FatalMessage called from rtc::PlatformThread::Start() -- OOM in ::CreateThread() P2 RESOLVED
1346913 Rewrite waitForRtpFlow in mochitests to use new async/await syntax P3 RESOLVED
1346938 Intermittent browser_devices_get_user_media_screen.js | application crashed [@ abort + 0x5a] after Assertion failed: (input_buffer && output_buffer && *input_frames_count ... cubeb_resampler.cpp, line 60 -- RESOLVED
1347055 [meta] Google Hangouts tracking bug for WebRTC-stats support -- RESOLVED
1347068 Add nackCount and firCount to RTCRTPStreamStats P1 RESOLVED
1347070 Add qpSum to local outbound RTCRTPStreamStats P3 RESOLVED
1349233 While screen sharing on Cisco Spark (web app) the receiving end only sees a still image P1 RESOLVED
1349480 getUserMedia({}) returns NotSupportedError P2 RESOLVED
1349754 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js | Unexpected Exception: TypeError: global.document.getElementById(...) is null - P3 RESOLVED
1349958 Intermittent dom/media/tests/mochitest/test_getUserMedia_stopVideoAudioStreamWithFollowupVideoAudio.html | application timed out after 330 seconds with no output P4 RESOLVED
1350055 --disable-webrtc build fails with "netwerk/ipc/PNecko.ipdl:27: error: can't locate include file `PStunAddrsRequest.ipdl'" P1 RESOLVED
1350070 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | application timed out after 330 seconds with no output P4 RESOLVED
1350165 Intermittent dom/media/tests/mochitest/test_peerConnection_removeAudioTrack.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P3 RESOLVED
1350476 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | Test timed out - after Assertion failed: (input_buffer && output_buffer && *input_frames_count + static_cast<int>(samples_to_frames(internal_input_buffer.length())) P4 RESOLVED
1350504 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannelNoBundle.html | Error in test execution: TypeError: e is undefined execute/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:751:19 ... P4 RESOLVED
1350722 Intermittent PROCESS-CRASH | gtest | application crashed [@ MOZ_CrashOOL] P4 RESOLVED
1351289 Intermittent dom/media/tests/mochitest/test_getUserMedia_stopVideoStream.html | application timed out after 330 seconds with no output P3 RESOLVED
1351451 Intermittent browser/base/content/test/webrtc/browser_webrtc_hooks.js | application crashed [@ TimerThread::Run] P3 RESOLVED
1351531 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastAnswer.html | Error in test execution: Error: Timeout for element pcLocal_remote_{5c32567b-e920-4183-9554-7fe01c3b9670} waitForMediaElementFlow@http://mochi.test:8888/tests/dom/media/test P2 RESOLVED
1351590 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastOffer.html | Error in test execution: Error: Timeout for element pcRemote_remote_{...} waitForMediaElementFlow@mochitest/pc.js:1410:13 ... waitForMediaFlow/<@mochitest/pc.js P2 RESOLVED
1351655 Intermittent command timed out: 7200 seconds elapsed running ['/tools/buildbot/bin/python', '-u', 'scripts/scripts/desktop_unittest.py', '--mochitest-suite', 'mochitest-media', after many WARNING: MsgDropped in ContentChild P3 RESOLVED
1352242 Intermittent dom/media/webrtc/tests/mochitest/test_peerConnection_basicAudioVideoNoBundleNoRtcpMux.html | application timed out after 330 seconds with no output P5 RESOLVED
1352243 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoBundleNoRtcpMux.html | application timed out after 330 seconds with no output -- RESOLVED
1352482 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudio.html | Assertion count 1 is greater than expected range 0-0 assertions. P5 RESOLVED
1352930 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioPcmaPcmuOnly.html | application timed out after 330 seconds with no output P4 RESOLVED
1352932 Intermittent dom/media/tests/mochitest/test_getUserMedia_stopVideoAudioStream.html | application timed out after 330 seconds with no output P4 RESOLVED
1353028 Nightly users can't see/hear stream on Talky.io P1 VERIFIED
1353111 Intermittent dom/media/tests/crashtests/791330.html | load failed: null P3 RESOLVED
1353146 Intermittent dom/media/tests/crashtests/861958.html | load failed: null P3 RESOLVED
1353231 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastAnswer.html | sink is 1/2 width of source - got 50, expected 25 P3 RESOLVED
1353841 Add AudioLevel to RTCMediaStreamTrackStats P3 NEW
1353910 Permafailing on Aurora since e10s-multi Windows browser_devices_get_user_media_anim.js | the animated sharing icon of the tab is hidden - Got -moz-box, expected none P2 RESOLVED
1354122 3.91 - 4.46% build times (linux32, linux64) regression on push e8540acb58bc1a75665b2f6ac1d1f5d2d93a28a1 (Wed Mar 29 2017) P2 RESOLVED
1354180 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStream.html | application crashed [@ libc.so + 0x2173c] P3 RESOLVED
1354222 Fix log level casting warnings P2 RESOLVED
1354350 libyuv builds with NVALGRIND under MOZ_VALGRIND builds P1 RESOLVED
1354352 nrappkit builds with NVALGRIND under MOZ_VALGRIND builds P1 RESOLVED
1354353 nICEr and nrappkit builds with NVALGRIND under MOZ_VALGRIND builds P1 RESOLVED
1354419 Intermittent WebRtcIceConnectTest.TestConnectTcp | Value of: res P5 RESOLVED
1354823 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastOffer.html | sink is 1/2 width of source - got 50, expected 25 P2 RESOLVED
1355010 Fx 55 enforcing correct extmap direction causes call failures with Chrome P1 RESOLVED
1355158 Run WebRTC testbed in automation P3 NEW
1355217 Intermittent browser_devices_get_user_media_screen.js | application crashed [@ std::__1::__tree_balance_after_insert<std::__1::__tree_node_base<void*>*>(std::__1::__tree_node_base<void*>*, std::__1::__tree_node_base<void*>*)] P1 RESOLVED
1355220 Add sender.getStats() and receiver.getStats() P1 RESOLVED
1355786 H.264 WebRTC tests do not run on Android P3 RESOLVED
1356789 Crash in mozilla::MediaPipelineTransmit::AttachToTrack P2 RESOLVED
1357322 Remove media/webrtc/trunk/webrtc/modules/audio_device/gonk P3 RESOLVED
1357368 Remove GONK from WebRTC P3 RESOLVED
1358224 simulcast mochitests (offer and answer) need work to filter by rid to avoid issues with switching ssrcs P2 RESOLVED
1358263 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | application crashed [@ webrtc::ScreenCapturerHelper::InvalidateRegion(webrtc::DesktopRegion const&)] P2 RESOLVED
1358269 Intermittent test_peerConnection_addSecondVideoStreamNoBundle.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from new to failed P3 RESOLVED
1358486 Intermittent dom/media/webrtc/tests/mochitest/test_peerConnection_basicAudioVideoNoBundleNoRtcpMux.html | stats ICE connections matches expected A/V transports - got 3, expected 4 P3 RESOLVED
1359063 Intermittent dom/media/tests/mochitest/test_getUserMedia_mediaStreamTrackClone.html | application crashed [@ mozalloc_abort] P3 RESOLVED
1359169 Intermittent test_peerConnection_basicAudioVideoNoBundle.html | Assertion count 1 is greater than expected range 0-0 assertions. P2 RESOLVED
1359249 Intermittent test_getUserMedia_basicTabshare.html | Error executing test: Error: verifyPlaying timed out timeout/<@head.js:487:63 -- RESOLVED
1359406 Unable to share the camera on Jitsi P1 RESOLVED
1359478 cannot join a conference via BlueJeans because mike/video are not shared (or known to be shared) P2 RESOLVED
1359775 Add RTCRtpContributingSourceStats to webrtc stats report P1 RESOLVED
1359854 WebRTC in v53.0 is not recognizing TIAS bitrates (bitrates shoot up to very high numbers) -- RESOLVED
1359872 [meta] tracking bug for WebRTC stats improvements and spec-compliance -- NEW
1360713 Intermittent test_peerConnection_twoVideoTracksInOneStream.html | application crashed [@ mozilla::`anonymous namespace'::RunWatchdog] P5 RESOLVED
1360730 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media.js | Test timed out - P2 RESOLVED
1360751 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/simplecall.html | Can set up a basic WebRTC call. - Test timed out P2 RESOLVED
1360908 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioStreams.html | Assertion count 1 is greater than expected range 0-0 assertions. P5 RESOLVED
1361325 Autophone Mdm4 perma fail on Android 5.1/Nexus 6 P3 RESOLVED
1361445 convert MediaEngineSource to use NS_DECL_OWNINGTHREAD -- RESOLVED
1361943 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_twoVideoTracksInOneStream.html | application timed out after 330 seconds with no output P4 RESOLVED
1362216 Intermittent test_peerConnection_basicAudioNATRelay.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P3 RESOLVED
1362374 Intermittent dom/media/tests/mochitest/test_peerConnection_promiseSendOnly.html | application crashed [@ mozalloc_abort] P2 RESOLVED
1363207 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | Assertion count 1 is greater than expected range 0-0 assertions. P2 RESOLVED
1363253 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | recording-window-ended notification unexpected - Got -1, expected 0 P1 RESOLVED
1363402 Intermittent dom/media/tests/mochitest/test_peerConnection_removeVideoTrack.html | application crashed [@ mozilla::layers::Image::AddRef()] P2 RESOLVED
1363524 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastAnswer.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P2 RESOLVED
1363667 Add getContributingSources and getSynchronizationSources to RTCRtpReceiver P2 RESOLVED
1363948 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/identity/test_peerConnection_asymmetricIsolation.html | application timed out after 330 seconds with no output P3 RESOLVED
1364522 Add bandwidth measuring to mochitest(s) P4 NEW
1364842 there is no logs in the webrtc log file and firefox 's log file -- RESOLVED
1364892 [e10s] Firefox can't establish webrtc channel with Freeswitch under e10s P3 NEW
1364900 Received DTMF tones was not played for OPUS 48kHz P4 RESOLVED
1365291 Make sure 'this' is captured on dispatch to STS thread in AddRIDExtension_m and AddRIDFilter_m in MediaPipeline P2 RESOLVED
1365353 Investigate using a JS Proxy for the PeerConnection shim that used in mochitests P4 NEW
1365778 [Test] Add simulcast renegotiation tests P3 NEW
1365785 [Test] Add mochitests to verify data channel constraints variations P3 NEW
1365962 High resolution WebRTC calls may have a higher minimum bandwidth than the connection provides P3 NEW
1366139 Intermittent dom/media/tests/mochitest/test_peerConnection_removeAudioTrack.html | The received track should have ended - got "live", expected "ended" P2 RESOLVED
1366386 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteRollback.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from new to failed P3 RESOLVED
1366498 Do not fail the build on -Werror=format-overflow for webrtc -- RESOLVED
1366506 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStreamNoBundle.html | application crashed [@ mozalloc_abort] P5 RESOLVED
1367510 Follow-on to webrtc.org 57: update AudioProcessing to support 44100Hz input P3 NEW
1367562 Deprecate non-standard frameRateMean and frameRateStdDev stats. P3 RESOLVED
1367593 Intermittent dom/media/tests/mochitest/test_peerConnection_multiple_captureStream_canvas_2d.html | Test timed out. P3 RESOLVED
1367826 Intermittent dom/media/tests/crashtests/791330.html | application timed out after 330 seconds with no output P5 RESOLVED
1367841 Intermittent browser_devices_get_user_media_screen.js,test_getUserMedia_basicScreenshare.html | application terminated with exit code 1 P2 RESOLVED
1368160 Intermittent test_peerConnection_localRollback.html | Error in test execution: Error: Timeout checking for stats for track {8de5346a-79a6-4a3b-bd0d-37ef0d7dedfc} after at least30000ms waitForRtpFlow@http://mochi.test:8888/tests/dom/media/tests/mochites... P3 RESOLVED
1368191 Add timestamp to webrtc::CallStatistics P3 NEW
1368816 VideoCaptureExternalTest Rotation gtest is disabled P4 RESOLVED
1369108 Ask for WebRTC app permissions asynchronously on Android -- RESOLVED
1369193 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleOfferAnswer.html | Error in test execution: Error: Timeout for element pcLocal_local P3 RESOLVED
1369563 RTCIceServer.urls should be a required dictionary member. P3 NEW
1369721 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudio.html | Test timed out. P4 RESOLVED
1369723 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | application crashed [@ arena_dalloc] P5 RESOLVED
1369757 Intermittent dom/media/tests/mochitest/identity/test_getIdentityAssertion.html | Test timed out. P3 RESOLVED
1370006 ended event fires on GC when negotiating away video track from audio-video stream. P2 RESOLVED
1370054 Move some Mozilla-specific files from webrtc/trunk/webrtc/modules/video_capture/windows to media/webrtc/windows_base P3 NEW
1370114 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideo.html | application crashed [@ 0xf406c56e] P4 RESOLVED
1370283 Intermittent dom/media/tests/mochitest/identity/test_setIdentityProviderWithErrors.html | application crashed [@ 0xf3b3b56e] P4 RESOLVED
1370603 One RTCP message results in 14 duplicate webrtc_trace log lines P3 NEW
1370693 Intermittent dom/media/tests/mochitest/test_peerConnection_bug1013809.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from new to failed P2 RESOLVED
1371000 Firefox not seeing all windows available to share P1 VERIFIED
1371553 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_selftest.html | application timed out after 330 seconds with no output P4 RESOLVED
1371827 Intermittent test_peerConnection_basicVideoRemoteHwEncoder.html | Error in test execution: Error: Timeout for element pcRemote_remote_{69c792b7-eb2f-45c6-9a9f-92203faa2a59} waitForMediaElementFlow P3 RESOLVED
1371851 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleOfferAnswer.html | application timed out after 330 seconds with no output P3 RESOLVED
1371854 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | application crashed [@ webrtc::ScopedPixelBufferObject::Release()] P3 RESOLVED
1371861 Intermittent dom/media/tests/mochitest/test_peerConnection_setRemoteAnswerInStable.html | application crashed [@ mozalloc_abort] P3 RESOLVED
1372306 RTCPeerConnection creates certificates, even if the connection will never be used P4 NEW
1372392 Intermittent browser_devices_get_user_media.js | application crashed [@ mozilla::CompositorVsyncDispatcher::AddRef()] after Assertion failure: int32_t(mRefCnt) >= 0 (illegal refcnt), at VsyncDispatcher.h:48 P3 RESOLVED
1372395 Intermittent TEST-UNEXPECTED-TIMEOUT | test_peerConnection_capturedVideo.html | application timed out after 330 seconds with no output after Assertion failure: aVsyncTimestamp <= TimeStamp::Now(), at nsRefreshDriver.cpp:661 P4 RESOLVED
1372481 Intermittent dom/media/tests/mochitest/test_peerConnection_localRollback.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P3 RESOLVED
1372509 Self-XSS XUL Injection in about:webrtc P1 VERIFIED
1372546 media/webrtc/trunk/webrtc/base/base_rtc_task_queue/Unified_cpp_trunk_webrtc_base0.cpp:(.text._ZN3rtc9TaskQueueC2EPKc+0x20): undefined reference to `event_base_new' P1 RESOLVED
1372687 [Mdm2] Intermittent test_peerConnection_basicVideoRemoteHwEncoder.html | java-exception org.mozilla.gecko.mozglue.GeckoLoader$AbortException: abort() called from :0xdd6216d9 () at org.mozilla.gecko.mozglue.GeckoLoader.abort(GeckoLoader.java:532) P1 RESOLVED
1372688 Intermittent test_peerConnection_basicVideoRemoteHwEncoder.html | java-exception org.mozilla.gecko.mozglue.GeckoLoader$AbortException: abort() called from :0xdd6216d9 () at org.mozilla.gecko.mozglue.GeckoLoader.abort(GeckoLoader.java:532) -- RESOLVED
1372950 mediapipeline_unittest is not run on Windows P4 RESOLVED
1373015 Permafailing dom/media/tests/mochitest/test_peerConnection_stats.html | candidate-pair.state is succeeded. value=cancelled P2 RESOLVED
1373112 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | application timed out after 330 seconds with no output P5 RESOLVED
1373485 Multiple webrtc gyp files are using pkg-config to find gtk+-2.0 cflags P2 RESOLVED
1373858 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | candidate-pair.bytesSent was tested. P3 RESOLVED
1374152 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleAnswer.html | Error in test execution: Error: Timeout for element pcLocal_local_{37dbad9e-9ee7-4a46-956b-fcc85790386b} waitForMediaElementFlow P3 RESOLVED
1374159 Intermittent dom/media/tests/mochitest/test_peerConnection_constructedStream.html | application crashed [@ mozalloc_abort] P2 RESOLVED
1374168 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | Error in test execution: Error: Timeout for element pcLocal_local_{56e0649f-601e-46e8-8327-da75b39ce734} P3 RESOLVED
1374291 VideoCaptureTest webrtc gtest failures P4 RESOLVED
1374297 [WebRTC] Firefox does not render H264 video received from Chrome P2 RESOLVED
1374318 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreamsCombined.html | application crashed [@ je_free] P3 RESOLVED
1374420 Streamline the PCameras capture capability API to reduce IPC calls P3 NEW
1374465 Webrtc video inbound-rtp does not include framesDecoded P1 RESOLVED
1374483 Intermittent dom/media/tests/mochitest/test_dataChannel_basicDataOnly.html | Unexpected event 'bufferedamountlow' fired with message = 'DataChannelWrapper (pcLocal_channel_0)' at: ["createOneShotEventWrapper P3 RESOLVED
1374527 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | application crashed [@ je_free] P3 RESOLVED
1374802 Self-image frozen, other party unable to see or hear me. P3 NEW
1374839 Intermittent test_peerConnection_bug1013809.html | Error in test execution: Error: Timeout for element pcLocal_local_{775e58f1-d4e2-4d19-ac4f-04de889ee673} waitForMediaElementFlow P3 RESOLVED
1374841 Intermittent dom/media/tests/mochitest/test_peerConnection_twoVideoTracksInOneStream.html | application crashed [@ mozilla::wr::RenderTextureHost::~RenderTextureHost] P3 RESOLVED
1374895 Intermittent dom/media/tests/mochitest/test_peerConnection_basicScreenshare.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P3 RESOLVED
1375122 Check preferences for WebRTC before processing WebRTC-related IPC messages P3 NEW
1375238 WebRTC 57 fails to build with Clang i386 due to -Wc++11-narrowing P1 VERIFIED
1375257 Intermittent test_peerConnection_peerIdentity.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P3 RESOLVED
1375289 Intermittent dom/media/tests/mochitest/test_peerConnection_basicVideo.html | application crashed [@ webrtc::ScreenCapturerHelper::InvalidateRegion(webrtc::DesktopRegion const&)] P2 RESOLVED
1375362 Intermittent dom/media/tests/mochitest/test_peerConnection_basicScreenshare.html | application crashed [@ copy_and_extend_plane] P2 RESOLVED
1375372 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideo.html | Unexpected event 'bufferedamountlow' fired with message = 'DataChannelWrapper (pcLocal_channel_0)' at: ["createOneShotEventWrapper@http://mochi.test:8888/tests/dom/media/tests/ P5 RESOLVED
1375408 getUserMedia call back is failing when user clicks on Allow for the device permissions on the door hanger P3 RESOLVED
1375540 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_basicH264Video.html | application timed out after 330/370 seconds with no output P2 RESOLVED
1375634 Permafail test_peerConnection_addAudioTrackToExistingVideoStream.html,test_peerConnection_addSecondVideoStream.html | java-exception org.mozilla.gecko.mozglue.GeckoLoader$AbortException: abort() called from :0xcb802e09 () at org.mozilla.gecko.mozglue -- RESOLVED
1375737 Intermittent dom/media/tests/mochitest/test_peerConnection_localRollback.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from new to failed P3 RESOLVED
1375818 Tab freezes on multiple WebRTC connections being created (not even connected) P2 RESOLVED
1376018 Regression in performance with appear.in calls P2 RESOLVED
1376233 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicScreenshare.html | application crashed [@ webrtc::ScreenCapturerHelper::InvalidateRegion(webrtc::DesktopRegion const&)] P4 RESOLVED
1376357 Enable ESLint for dom/media/*.js P2 RESOLVED
1376381 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoCombined.html | bufferedamountlow event fired P3 RESOLVED
1376384 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudio.html | Unexpected event 'bufferedamountlow' fired with message = 'DataChannelWrapper (pcLocal_channel_0)' at: ["createOneShotEventWrapper@http://mochi.test:8888/tests/dom/media/tests/mochi P3 RESOLVED
1376656 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoBundle.html | stats ICE connections matches expected A/V transports - got 1, expected 2 P4 RESOLVED
1376712 Intermittent test_dataChannel_basicAudioVideoNoBundle.html | java-exception org.mozilla.gecko.mozglue.GeckoLoader$AbortException: abort() called from :0xcbef4441 () at org.mozilla.gecko.mozglue.GeckoLoader.abort(GeckoLoader.java:532) P3 RESOLVED
1376734 Intermittent test_peerConnection_peerIdentity.html | java-exception org.mozilla.gecko.mozglue.GeckoLoader$AbortException: abort() called from :0xc4782059 () at org.mozilla.gecko.mozglue.GeckoLoader.abort(GeckoLoader.java:532) P3 RESOLVED
1376752 Intermittent test_peerConnection_basicAudioVideoNoBundleNoRtcpMux.html | java-exception org.mozilla.gecko.mozglue.GeckoLoader$AbortException: abort() called from :0xdd7771e9 () at org.mozilla.gecko.mozglue.GeckoLoader.abort(GeckoLoader.java:532) P3 RESOLVED
1376873 Update WebRTC code to webrtc.org stable branch 64 P2 RESOLVED
1377041 Intermittent dom/media/tests/mochitest/test_peerConnection_basicVideo.html | application crashed [@ webrtc::DesktopRegion::MergeWithPrecedingRow(std::__1::__map_iterator<std::__1::__tree_iterator<std::__1::__value_type<int, webrtc::DesktopRegion::Row*> P2 RESOLVED
1377047 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideo.html | bufferedamountlow event fired P2 RESOLVED
1377127 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudio.html | bufferedamountlow event fired P2 RESOLVED
1377306 Develop heuristic for monitoring WebRTC connection quality P3 NEW
1377450 Intermittent dom/media/tests/mochitest/test_getUserMedia_addTrackRemoveTrack.html | assertion count 1 is more than expected 0 assertions from "ASSERTION: Track not found: 'Error'" P3 RESOLVED
1377530 Re-add mediaconduit_unittests.cpp -- RESOLVED
1377884 addTrack with an already added track throws InvalidParameterError instead of InvalidStateError P2 RESOLVED
1377888 pc.removeTrack with a sender not belonging to the peerconnection does not throw InvalidAccessError P2 RESOLVED
1377889 Intermittent dom/media/test/crashtests/1028458.html | application terminated with exit code -139 P5 RESOLVED
1377959 jvm_android.cc passes va_list to varags methods P1 RESOLVED
1378343 Crash in webrtc::BitrateAggregator::BitrateObserver::BitrateUpdated P1 RESOLVED
1378401 Accept and Hang Up buttons are not available on https://goo.gl/AAJtWj P3 NEW
1378412 Build error on Linux 32 bit due to a warning in task_queue_libevent.cc with clang 4.0 P1 RESOLVED
1378513 WebRTC fails on many Windows 7 machines P3 RESOLVED
1378514 [wfh] poor vp8 simulcast performance P1 RESOLVED
1378600 error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'time_t' with android/clang -- RESOLVED
1378653 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddAudioTrack.html | application terminated with exit code -139 P3 RESOLVED
1378976 Intermittent test_getUserMedia_playVideoAudioTwice.html | application timed out after 330 seconds with no output P2 RESOLVED
1378981 Intermittent dom/media/tests/mochitest/test_dataChannel_basicVideo.html | bufferedamountlow event fired P2 RESOLVED
1379000 WebRTC Memory Leak(?) when creating many peer connections P3 RESOLVED
1379051 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddAudioTrackNoBundle.html | application terminated with exit code -139 P5 RESOLVED
1379054 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | application terminated with exit code -139 P5 RESOLVED
1379074 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelay.html | Local candidate type is what we expected for selected pair - got "host", expected "serverreflexive" P2 RESOLVED
1379083 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteRollback.html | application crashed [@ mozalloc_abort] P2 RESOLVED
1379317 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | application crashed [@ TimerThread::FindNextFireTimeForCurrentThread(mozilla::TimeStamp,unsigned int)] P2 RESOLVED
1379323 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | bufferedamountlow event fired P5 RESOLVED
1379364 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoCombined.html | Unexpected event 'bufferedamountlow' fired with message = 'DataChannelWrapper (pcLocal_channel_0)' at: ["createOneShotEventWrapper@http://mochi.test:8888/tests/dom/medi P5 RESOLVED
1379755 gflags.cc contains an unused function P5 RESOLVED
1379836 Fix AEC Logging P1 RESOLVED
1379982 mach webrtc-gtest does not work on mac P3 RESOLVED
1380430 Backport current webrtc.org support for RtpStreamId (and the much better handling of variable size RtpHeaderExtensions) P1 RESOLVED
1380519 Intermittent dom/media/tests/mochitest/test_peerConnection_basicH264Video.html | application crashed [@ VCRUNTIME140.dll + 0xda4c] P2 RESOLVED
1380555 Refactor RTCInboundRTPStreamStats & RTCOutboundRTPStreamStats to catch up with the spec P2 RESOLVED
1380610 Intermittent webrtc/browser_devices_get_user_media_screen.js | application crashed [@ webrtc::DesktopRegion::MergeWithPrecedingRow(std::__1::__map_iterator<std::__1::__tree_iterator<std::__1::__value_type P3 RESOLVED
1380912 RTCSentRTPStreamStats is missing packetsDiscardedOnSend P3 NEW
1380913 RTCSentRTPStreamStats is missing bytesDiscardedOnSend P3 NEW
1381701 Change RTCRTPStreamStats.mediaTrackId to trackId as per the spec P3 NEW
1382054 Intermittent dom/media/tests/mochitest/test_peerConnection_constructedStream.html | application crashed [@ je_free] P2 RESOLVED
1382182 Build webrtc signaling code using moz.build P2 RESOLVED
1382433 Slow video in local preview window in Nightly on appear.in P2 RESOLVED
1382681 Crash in java.lang.RuntimeException: Camera is already stopped! at org.webrtc.videoengine.VideoCaptureAndroid.stopCaptureOnCameraThread(VideoCaptureAndroid.java) P1 RESOLVED
1382726 Firefox not seeing all windows available to share on Microsoft Windows P1 RESOLVED
1382779 Crash when trying to send ~2 GiB data channel messages P3 RESOLVED
1382855 Add support for frame marking header extension P3 NEW
1382932 Crash in mozilla::MediaPipelineTransmit::PipelineListener::NewData P2 RESOLVED
1382972 Intermittent /webrtc/RTCPeerConnection-addIceCandidate.html | Add valid candidate should never resolve when pc is closed - Peer connection is closed P2 RESOLVED
1382986 Intermittent /webrtc/RTCPeerConnection-addIceCandidate.html | Add valid candidate should never resolve when pc is closed - Peer connection is closed -- RESOLVED
1383069 Intermittent TEST-UNEXPECTED-PASS | /webrtc/RTCPeerConnection-setLocalDescription.html | setLocalDescription(offer) should never resolve if connection is closed in parallel - expected FAIL P2 RESOLVED
1383137 Intermittent /webrtc/RTCPeerConnection-generateCertificate.html | generateCertificate() with 0 expires parameter should generate expired cert - assert_less_than_equal: expected a number less than or equal to 1500650276906 but got 1500650276907 P3 RESOLVED
1383238 Intermittent /webrtc/RTCPeerConnection-generateCertificate.html | generateCertificate() with 0 expires parameter should generate expired cert - assert_less_than_equal: expected a number less than or equal to 1500650563732 but got 1500650563735 P3 RESOLVED
1383349 Intermittent TEST-UNEXPECTED-PASS | /webrtc/RTCPeerConnection-setLocalDescription.html | setLocalDescription(offer) should never resolve if connection is closed in parallel - expected FAIL P3 RESOLVED
1383352 Intermittent TEST-UNEXPECTED-PASS | /webrtc/RTCPeerConnection-setLocalDescription.html | setLocalDescription(offer) should never resolve if connection is closed in parallel - expected FAIL P3 RESOLVED
1383387 Crash in webrtc::videocapturemodule::VideoCaptureImpl::Create -- RESOLVED
1383585 Intermittent Windows x64 browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | Test timed out P3 RESOLVED
1384128 Intermittent dom/media/tests/mochitest/test_dataChannel_bug1013809.html | bufferedamountlow event fired P5 RESOLVED
1384352 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | application crashed [@ TimerThread::FindNextFireTimeForCurrentThread(mozilla::TimeStamp,unsigned int)] P5 RESOLVED
1384655 Build with --enable-alsa --enable-tests is broken by webrtc::AudioDeviceLinuxALSA -- VERIFIED
1384826 Media: WebRTC: Fix build config for MIPS P3 RESOLVED
1384874 Build fail on OSX 10.11.6 after Bug 1368030 landed P1 RESOLVED
1385628 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setLocalDescription.html | expected OK P5 RESOLVED
1386010 Support RFC 7509 stats in RTCReceivedRTPStreamStats P3 NEW
1386099 Intermittent test_peerConnection_asymmetricIsolation.html | application crashed [@ TimerThread::FindNextFireTimeForCurrentThread(mozilla::TimeStamp,unsigned int)] P5 RESOLVED
1386143 Intermittent TEST-UNEXPECTED-PASS | /webrtc/RTCPeerConnection-onnegotiationneeded.html | negotiationneeded event should not fire if signaling state is not stable - expected FAIL P5 RESOLVED
1386164 --with-system-libevent causes build error on webrtc P2 RESOLVED
1386861 Remove RTCInboundRTPStreamStats fields mozAvSyncDelay and mozJitterBufferDelay P3 RESOLVED
1386898 Perform minor cleanup of WebrtcGlobal.h P3 NEW
1387270 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleOfferAnswer.html | application crashed [@ mozalloc_abort] P5 RESOLVED
1387286 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_getUserMedia_constraints.html | application timed out after 330 seconds with no output P5 RESOLVED
1387434 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddAudioTrack.html | application crashed [@ mozalloc_abort] P5 RESOLVED
1387525 Crash in webrtc::NetEqImpl::InsertPacketInternal P1 RESOLVED
1387673 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-answer.html | expected OK P5 RESOLVED
1388129 Remote WebRTC video live-shrinks to 80x60 if scaleResolutionDownBy is used (regression) P1 RESOLVED
1388550 Intermittent /webrtc/RTCPeerConnection-addTrack.html | addTrack when pc is closed should throw InvalidStateError - promise_test: Unhandled rejection with value: object "NotFoundError: The object can not be found here." P1 RESOLVED
1388961 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleOffer.html | application crashed [@ mozilla::detail::MutexImpl::lock] P5 RESOLVED
1389089 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | ended never fired for track {d896e765-617f-41ff-9b10-4b8a9827a592} P5 RESOLVED
1389256 Fix incomplete handling of RepairedRtpStreamId from webrtc.org backport of RtpStreamId P2 RESOLVED
1389609 Remove upstream gonk references in webrtc/trunk -- RESOLVED
1389983 Intermittent dom/media/tests/mochitest/test_getUserMedia_addtrack_removetrack_events.html | assertion count 1 is more than expected 0 assertions P3 RESOLVED
1390286 receive WrapRunnable*() parameters by reference -- RESOLVED
1390318 Add support for MID in webrtc.org P1 RESOLVED
1390521 Set prefs to automate gUM-prompts for more (WebRTC) web-platform tests P1 RESOLVED
1390713 Intermittent dom/media/tests/mochitest/test_peerConnection_setRemoteOfferInHaveLocalOffer.html | application crashed [@ mozalloc_abort] P5 RESOLVED
1391122 Intermittent dom/media/tests/mochitest/test_peerConnection_basicH264Video.html | Error in test execution: Error: Timeout checking for stats for track {0c5876e8-8160-4772-bb56-28c30fa7339c} after at least30000ms waitForRtpFlow@pc.js:1480:11 P5 RESOLVED
1391215 Firefox 54 Windows 10 : error with Logitech webcam c920: MediaStreamError { name: "InternalError", message: "Starting video failed", constraint: "", stack: "" P2 RESOLVED
1391241 WebRTC not working since Firefox 51 on Windows Server 2012R2/Windows 7 P4 RESOLVED
1391319 Forward RTC_HISTOGRAMS to Telemetry P3 NEW
1391573 Clean up unnecessary copies in rtp module P4 NEW
1391683 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundle.html | stats ICE connections matches expected A/V transports - got 1, expected 2 P5 RESOLVED
1391861 Make WebRTC code work with Quantum DOM scheduling P2 RESOLVED
1392565 Only part of the screen is shared (25%) when user shares the entire screen with firefox beta and nightly P2 RESOLVED
1393095 Remote audio stats stopped working in Firefox 56 (regression) P2 VERIFIED
1393119 Build webrtc.org code using 'gn' P2 RESOLVED
1393211 Intermittent /webrtc/RTCPeerConnection-getStats.html | getStats() with track not added to connection should reject with InvalidAccessError - promise_test: Unhandled rejection with value: object "NotFoundError: The object can not be found here." P5 RESOLVED
1393224 Intermittent /webrtc/RTCPeerConnection-getStats.html | getStats() with track not added to connection should reject with InvalidAccessError - promise_test: Unhandled rejection with value: object "NotFoundError: The object can not be found here." P5 RESOLVED
1393297 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_addDataChannel.html | application timed out after 330 seconds with no output P5 RESOLVED
1393306 Add deprecation warning for removal of stat.isRemote in 65. P2 RESOLVED
1393740 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | Test timed out - P3 RESOLVED
1393896 nrappkit uses incorrect preprocessor flags to detect Windows P3 RESOLVED
1393897 nICEr does not compile with MinGW because of 'interface' keyword P3 RESOLVED
1393901 --enable-webrtc does not build under MinGW P5 NEW
1393903 webrtc uses __try macros (which don't exist in MinGW) P5 RESOLVED
1393905 Lots of error: inlining failed errors when compiling WebRTC with MinGW P5 RESOLVED
1393906 std:: errors when compiling WebRTC with MinGW P5 RESOLVED
1394037 Intermittent dom/media/tests/crashtests/855796.html | load failed: timed out waiting for reftest-wait to be removed P5 RESOLVED
1394072 onnegotiationneeded fires synchronously P2 RESOLVED
1394602 Receiving media before signaling can cause crashes P2 RESOLVED
1394889 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddVideoTrack.html | Test timed out. P5 RESOLVED
1395259 Use of win32k APIs in content process for webrtc task queue P3 RESOLVED
1395383 Intermittent dom/media/tests/crashtests/1367930_2.html | load failed: null P5 RESOLVED
1395385 Intermittent dom/media/tests/mochitest/test_peerConnection_sender_and_receiver_stats.html | application timed out after 330 seconds with no output P5 RESOLVED
1395865 Intermittent Assertion failure: removedCount == gUnusedAtomCount, at /builds/worker/workspace/build/src/xpcom/ds/nsAtomTable.cpp:478 P5 RESOLVED
1395866 Intermittent dom/media/tests/crashtests/812785.html | application timed out after 630 seconds with no output P5 RESOLVED
1395959 Intermittent dom/media/tests/mochitest/test_dataChannel_basicVideo.html | application timed out after 330 seconds with no output P5 RESOLVED
1397217 /webrtc/RTCDTMFSender-ontonechange.html web-platform-test very unstable P2 RESOLVED
1397538 Video render start slows down over time P3 RESOLVED
1397565 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_verifyDescriptions.html P5 RESOLVED
1397881 WebRTC crash: send_stream_impl is null P2 RESOLVED
1398285 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-removeTrack.html | addTrack - Calling removeTrack on different connection should throw InvalidAccessError - Test timed out P5 RESOLVED
1398308 Intermittent RTCDTMFSender-ontonechange-long.html | insertDTMF with duration greater than 6000 should be clamped to 6000 - assert_approx_equals: Expect tonechange event for "" to be fired approximately after 6070 seconds expected 6070 +/- 50 but got 6180 P5 RESOLVED
1398311 Intermittent dom/media/tests/crashtests/863929.html | load failed: timed out waiting for reftest-wait to be removed P5 RESOLVED
1398418 WebRTC connection doesn't send back RTCP receiver report (RR) -- RESOLVED
1398441 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | Error in test execution: Error: Timeout for element pcLocal_local_{a2701759-cf8f-4763-a3cb-63174ff23962} waitForMediaElementFlow@http://mochi.test:8888/tests/dom/media/ P5 RESOLVED
1398687 firefox crashes always when calling applyconstraints in Mac when using dostyle CA101 720P P3 RESOLVED
1398732 getUserMedia "window" list does not get updated dynamically (sharing a window) -- RESOLVED
1399395 Crash in mozilla::MediaManager::PostTask P2 RESOLVED
1399815 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | application timed out after 330 seconds with no output P5 RESOLVED
1400224 Cannot share entire screen, just single windows -- RESOLVED
1400527 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreamsCombined.html | Error in test execution: Error: Timeout checking for stats for track {dd6101bd-1ab7-4f65-be89-7157cfbaf4c5} after at least30000ms waitForRtpFlow P5 RESOLVED
1400709 Intermittent dom/media/tests/mochitest/test_peerConnection_bug1013809.html | application terminated with exit code 11 P5 RESOLVED
1400959 High CPU usage using bluejeans.com P1 RESOLVED
1401076 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-offer.html | expected OK P5 RESOLVED
1401234 Intermittent /webrtc/RTCDataChannel-id.html | application crashed [@ mozilla::DataChannelConnection::CloseAll()] -- RESOLVED
1401747 Crash in abort | rtc::PlatformThread::Start -- RESOLVED
1401824 WebRTC broken on firefox and firefox-trunk P2 RESOLVED
1402008 Repeated Disconnects on WebEx P2 RESOLVED
1402334 Fix use of duplicate symbols in signaling code which prevents us from using unified build P3 RESOLVED
1402348 webrtc.org screen_capturer_unittest and window_capturer_unittest segfault on Linux P3 RESOLVED
1402433 Intermittent dom/media/tests/mochitest/test_peerConnection_maxFsConstraint.html | application timed out after 330 seconds with no output | application crashed [@ js::CurrentThreadCanAccessRuntime] P5 RESOLVED
1402495 Add MID rtp header extension to rtp packets P2 RESOLVED
1402676 Intermittent dom/media/tests/mochitest/test_peerConnection_basicH264Video.html [Socket Thread]: E/mtransport Couldn't send media on '0-1506225723717000 (id=4294967496 url=http://mochi.test:8888/tests/dom/media/tests/mochitest/test_peerConnection_basicH264 -- RESOLVED
1402759 Intermittent dom/media/tests/mochitest/test_peerConnection_basicScreenshare.html | application crashed [@ mozilla::detail::MutexImpl::~MutexImpl] P5 RESOLVED
1402774 Enabling WebRTC video track does not send video to Chrome P3 RESOLVED
1403447 Content process stall/crash with meet P3 NEW
1403714 Firefox stops sending video in low-bandwidth conditions and doesn't recover P1 VERIFIED
1404285 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | Uncaught exception - [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIMessageSender.sendAsyncMessage]" nsresult: "0x8000ffff P5 RESOLVED
1405494 Add MID rtp header extension to rtcp packets and add logic for receiving MID on rtcp packets P3 NEW
1405495 Handling receiving MID in the rtp demuxer P1 RESOLVED
1405876 [meta] WebRTC testing gaps to be improved P3 NEW
1406135 Can't subscribe to large amount of webRTC streams (regression) P2 RESOLVED
1406637 Intermittent WebRtcIceConnectTest.TestSendReceiveTcp | Value of: res P5 RESOLVED
1406686 Crash in webrtc::internal::TransportAdapter::SendRtcp P2 RESOLVED
1407122 Intermittent test_getUserMedia_basicScreenshare.html,test_getUserMedia_stopVideoAudioStream.html | Error executing test: Error: verifyPlaying timed out timeout P5 RESOLVED
1407171 Intermittent test_peerConnection_basicAudioVideoNoBundleNoRtcpMux.html,test_peerConnection_trackDisabling.html,test_peerConnection_capturedVideo.html,test_dataChannel_basicAudio.html | Error in test execution: Error: Timeout checking for stats for track P5 RESOLVED
1407381 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_queue_request.js | Test timed out - P5 RESOLVED
1407492 aec log dir doesn't work with sandbox any more P2 RESOLVED
1407504 Intermittent dom/media/tests/mochitest/test_peerConnection_webAudio.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1407653 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_videoCodecs.html | application timed out after 330/370 seconds with no output P5 RESOLVED
1407837 Linux crash in libevent when creating new PeerConnection P3 RESOLVED
1407908 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_asymmetricIsolation.html | Error in test execution: Error: Timeout checking for stats for track {bfb3f024-2fec-483f-919d-698a320fd388} after at least30000ms waitForRtpFlow@http://mochi.te P5 RESOLVED
1408023 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelay.html | Error in test execution: Error: Element pcLocal_local_{7b182159-907b-4a95-ad34-68fed5a6d63d} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/ P5 RESOLVED
1408150 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_removeAudioTrack.html | application timed out after 330 seconds with no output P5 RESOLVED
1408267 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_captureStream_canvas_2d_noSSRC.html | application timed out after 330 seconds with no output P5 RESOLVED
1408272 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideo.html | Error in test execution: Error: Timeout checking for stats for track {ce2d10b1-ea63-44d1-a574-72e9bd24e9a4} after at least30000ms waitForRtpFlow@http://mochi.test:8888/tests/ P5 RESOLVED
1408371 Update about:webrtc after bug 1407492 P2 RESOLVED
1408424 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | Error in test execution: Error: Element pcRemote_remote_{aebb0568-1a51-45f0-ae08-3dec836b13fc} should progress currentTime timeout/<@http://mochi.test:88 P5 RESOLVED
1408504 build of webrtc test fails on ppc64 P4 RESOLVED
1408554 permaleak of about 1900 bytes in win32 crash tests P3 NEW
1408582 Android builds are going to permafail when Gecko 58 merges to Beta on 2017-11-02 P2 VERIFIED
1408716 Remove dynamic_cast from about:webrtc code P3 RESOLVED
1408861 Intermittent dom/media/tests/mochitest/test_getUserMedia_bug1223696.html | Test timed out. P5 RESOLVED
1409151 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundle.html | Error in test execution: Error: Timeout checking for stats for track {998721ae-810e-4f06-a73b-e03c4d8f6acc} after at least30000ms waitForRtpFlow@http://mochi.test:8888/te P5 RESOLVED
1409167 Fatal full-browser crash playing with two-way WebRTC demo in two tabs, or simply ending a call P2 RESOLVED
1409225 Intermittent dom/media/tests/mochitest/test_peerConnection_sender_and_receiver_stats.html | Error in test execution: Error: Element pcLocal_local_{90a59af8-ce2c-4244-8a46-f1f892be892b} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom P5 RESOLVED
1409238 Intermittent dom/media/tests/mochitest/test_peerConnection_checkPacketDumpHook.html | Error in test execution: Error: Timeout waiting for rtp send packet on level 0 timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:489:63 ... promis P5 RESOLVED
1409244 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioDynamicPtMissingRtpmap.html | Error in test execution: Error: Element pcLocal_remote_{87ddefa1-74c4-46b2-8284-9ef860632181} should progress currentTime timeout/<@http://mochi.test:888 P5 RESOLVED
1409384 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_asymmetricIsolation.html | Error in test execution: Error: Element pcLocal_local_{0ae7f8af-cf13-4f34-a71c-a90835d95914} should progress currentTime timeout/ P5 RESOLVED
1409603 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access.js | Test timed out - P5 RESOLVED
1409607 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalRollback.html | Error in test execution: Error: Element pcLocal_remote_{346b2320-cf16-4dec-a82c-3d359e8e1329} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/ P5 RESOLVED
1409683 Intermittent Assertion failure: OnGraphThreadOrNotRunning(), at /builds/worker/workspace/build/src/dom/media/MediaStreamGraph.h:1372 P5 RESOLVED
1409868 Include date on closed sessions in about:webrtc P2 RESOLVED
1409885 Add automated testing for about:webrtc P3 NEW
1410050 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudio.html | Error in test execution: Error: Element pcLocal_local_{014ffc05-0b6c-4058-83d1-9bffcc780ff5} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/moch P5 RESOLVED
1410297 Intermittent dom/media/tests/mochitest/test_peerConnection_setRemoteAnswerInHaveRemoteOffer.html | Test timed out. P5 RESOLVED
1410298 Intermittent dom/media/tests/mochitest/test_peerConnection_setRemoteAnswerInStable.html | Test timed out. P5 RESOLVED
1410299 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | Test timed out. P5 RESOLVED
1410313 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-ontrack.html | addTrack() should cause remote connection to fire ontrack when setRemoteDescription() - Test timed out P5 RESOLVED
1410318 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-ontrack.html | addTrack() should cause remote connection to fire ontrack when setRemoteDescription() - Test timed out P5 RESOLVED
1410604 Intermittent dom/media/tests/mochitest/test_peerConnection_constructedStream.html | Test timed out. P5 RESOLVED
1410654 Extend WebRTC Scalar Telemetry probes P1 RESOLVED
1410655 Extend WebRTC ICE Telemetry probes P1 RESOLVED
1410658 Intermittent dom/media/tests/mochitest/test_peerConnection_callbacks.html | Test timed out. P5 RESOLVED
1410715 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | Test timed out. P5 RESOLVED
1411157 Intermittent dom/media/tests/mochitest/test_getUserMedia_stopAudioStreamWithFollowupAudio.html | Error executing test: Error: verifyPlaying timed out timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:489:63 ... promise callback*tim P5 RESOLVED
1411483 Intermittent dom/media/tests/mochitest/test_peerConnection_verifyAudioAfterRenegotiation.html | Error in test execution P5 RESOLVED
1411498 Delete old sipcc code P2 RESOLVED
1411810 Intermittent TEST-UNEXPECTED-PASS | /webrtc/RTCDTMFSender-ontonechange.https.html | insertDTMF() with duration less than 40 should be clamped to 40 - expected FAIL P5 RESOLVED
1411822 Intermittent /webrtc/RTCDTMFSender-ontonechange-long.https.html | insertDTMF with duration greater than 6000 should be clamped to 6000 - assert_approx_equals: Expect tonechange event for "" to be fired approximately after 6070 seconds expected 6070 +/- 5 P5 RESOLVED
1411843 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalAndRemoteRollback.html | Error in test execution: Error: Element pcLocal_remote_{600cea2d-26eb-4890-9452-b0e10ea59952} should progress currentTime timeout/<@htt P5 RESOLVED
1411844 Intermittent dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideoAudio.html | Error in test execution: Error: Element pcRemote_local_{cbfec951-2310-430f-a2ed-935e3b9845a0} should progress currentTime timeout/<@http://mochi.test:8888/tes P5 RESOLVED
1411846 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpReceiver-getSynchronizationSources.html | expected OK P5 RESOLVED
1411975 Intermittent /webrtc/RTCDTMFSender-ontonechange-long.https.html | insertDTMF with duration greater than 6000 should be clamped to 6000 - assert_approx_equals: Expect tonechange event for "" to be fired approximately after 6070 P5 RESOLVED
1412155 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelay.html | Error executing test: ICE Server error: Is the ICE server websocket up? P5 RESOLVED
1412488 Fix capitalization of includes in webrtc to work with mingw P2 RESOLVED
1412489 ASM code in WebRTC's os_specific_inline.h does not work in MinGW P2 RESOLVED
1412490 MinGW does not recognize ::MemoryBarrier() in WebRTC P2 RESOLVED
1412491 VideoConduit.cpp uses incorrect Windows detection, breaks MinGW build P2 RESOLVED
1412492 In WebRTC, class qualifier inside a class isn't required, and causes gcc to error P2 RESOLVED
1412612 Linking errors with --enable-webrtc in MinGW build: cannot find min/max P2 RESOLVED
1412613 gflags cannot find the correct config.h for MinGW build P2 RESOLVED
1412614 MinGW does not have fnmatch, although WebRTC's gflags thinks it should P2 RESOLVED
1412618 Linking Error in MinGW Build of WebRTC - undefined reference to GUID_WICPixelFormat32bppRGBA P2 RESOLVED
1412619 undefined reference to `_imp__mozalloc_abort' in MinGW Build of WebRTC P2 RESOLVED
1412739 Intermittent dom/media/tests/mochitest/test_getUserMedia_mediaStreamTrackClone.html | Error executing test: Error: verifyPlaying timed out timeout P5 RESOLVED
1413439 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_multi_process.js | Test timed out - P5 RESOLVED
1413778 Intermittent dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveAudio.html | Error in test execution: Error: Element pcRemote_local_{ba60368f-e906-48a9-8c5a-108030d00d1f} should progress currentTime timeout/<@http://mochi.test:8888/tests/do P5 RESOLVED
1413802 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | Error in test execution: Error: Timeout checking for stats for track {6a6c4060-d09b-427b-a596-986e60253d60} after at least30000ms waitForRtpFlow@http://mochi.test:8888/ P5 RESOLVED
1413977 Tidy / Make consistent the various WebRTC preferences. P3 NEW
1414165 [meta] improve webrtc debugging P3 NEW
1414167 Annotate SDPs on about:webrtc with offer and answer P2 RESOLVED
1414169 Show received ICE candidates on about:webrtc P2 RESOLVED
1414171 Organize candidates in the ICE stats section by components P3 RESOLVED
1414176 Fix failure WebRTC tests relying on non-comformant Promise handling P2 RESOLVED
1414584 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-addTrack.https.html | addTrack with single track argument and no mediaStream should succeed - Test timed out P5 RESOLVED
1415027 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannelNoBundle.html | Error in test execution: Error: Element pcLocal_remote_{4ca17864-7608-4c05-900c-35cf9a610551} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/ P5 RESOLVED
1415145 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannelEvent-constructor.html | expected OK P5 RESOLVED
1415283 Intermittent /webrtc/RTCDTMFSender-ontonechange-long.https.html | insertDTMF with duration greater than 6000 should be clamped to 6000 - assert_approx_equals: Expect tonechange event for "" to be fired approximately after 6070 seconds expected 6070 +/- 15 P3 RESOLVED
1415289 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStreamNoBundle.html | Error in test execution: Error: Timeout for element pcLocal_local_{01c437a1-b57c-4930-b269-a837601890b5} waitForMediaElementFlow@http://mochi.test:8888/tests/ P5 RESOLVED
1415361 Intermittent dom/media/tests/mochitest/test_getUserMedia_trackEnded.html | ended event never raised for track {0cc4ed5b-11ab-48e0-8d81-67dc008fe7b8} P5 RESOLVED
1415436 Intermittent dom/media/tests/mochitest/test_peerConnection_bug827843.html | Error in test execution: Error: Element pcRemote_local_{a6880000-f1c9-49d0-9450-0411d8137059} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/m P5 RESOLVED
1415749 Intermittent gtest | application crashed [@ mozalloc_abort(char const*)] after "Fatal error in /builds/worker/workspace/build/src/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/rtp_sender.cc, line 1026" P3 RESOLVED
1415804 [e10s] CSS filters applied to video increase CPU load on Mac P2 RESOLVED
1415886 argument name 'reuse' in comment does not match parameter name 'addressReuse' P4 RESOLVED
1415910 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_verifyDescriptions.html | application timed out after 370 seconds with no output P5 RESOLVED
1416121 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannel.html | Test timed out. P5 RESOLVED
1416411 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideo.html | Error in test execution: Error: Element pcLocal_remote_{6e911e91-45cf-4b34-8197-b382fb7ccc38} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests P5 NEW
1416432 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_getUserMedia_basicTabshare.html | application timed out after 370 seconds with no output P5 RESOLVED
1416435 Intermittent dom/media/tests/mochitest/test_getUserMedia_mediaStreamClone.html | Error executing test: Error: verifyPlaying timed out timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:489:63 ... promise callback*timeout@http://mochi P5 RESOLVED
1416932 Add tests to detect inclusion of negotiated RTP header extensions in RTP packets P2 RESOLVED
1417348 Intermittent GECKO(7920) | Assertion failed: out_len == output_frame_count, file z:\build\build\src\media\libcubeb\src\cubeb_resampler_internal.h, line 256 P5 RESOLVED
1417610 Intermittent dom/media/tests/mochitest/test_peerConnection_forwarding_basicAudioVideoCombined.html | Error in test execution: Error: Element pcLocal_local_{44fb9618-f977-4558-9e49-f236bec270dd} should progress currentTime timeout P5 RESOLVED
1417780 shutdown crash in DeliverStatsReportToPCObserver_m() because PeerConnectionCtx::GetInstance() in null P3 NEW
1418522 Show unmatched candidates on about:webrtc P2 RESOLVED
1418623 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | Error in test execution: Error: Timeout checking for stats for track {e68f2f77-88c5-484c-9184-25e7a8283a67} after at least30000ms waitForRtpFlow@http://mo P5 RESOLVED
1418736 ipfs-js in one tab causes all of Firefox's tabs to crash P3 UNCONFIRMED
1419093 Track RTC RTP source objects interface to dictionary spec change P4 RESOLVED
1419304 Firefox receives the first or second normal I-frame of the shared-screen video stream and discards it ,until the second or third I-frame is played normally. -- RESOLVED
1419470 RTCIceServer "urls" entry is not marked as required but is required. -- RESOLVED
1419900 WPT for getContributingSources and getSynchronizationSources do not work P4 NEW
1419909 RTCRtpSynchronizationSource and RTCRtpContributingSource classes not available from content P4 NEW
1420022 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioRequireEOC.html | Error in test execution: Error: Element pcLocal_remote_{dc21573e-d1de-45d4-9a38-74c4b87a7dd6} should progress currentTime timeout P5 RESOLVED
1420046 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalRollback.html | Error in test execution: Error: Timeout for element pcLocal_local_{2391e314-5b78-4cd6-89af-68a1d2e3df71} waitForMediaElementFlow P5 RESOLVED
1420534 enumerateDevices provides label of device without proper permission -- RESOLVED
1421147 link error with --disable-webrtc: undefined reference to 'mozilla::MediaEngineSource::AllocationHandle::sId' -- RESOLVED
1421261 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATSrflx.html | Error in test execution: Error: Timeout checking for stats for track {2e34d220-01f6-4cd8-ae76-6444674d2f43} after at least30000ms P5 RESOLVED
1421521 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoCombined.html | Error in test execution: Error: Element _remote_{cd8a9f1f-5753-4d67-b019-2122649ba6fd} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/t P5 RESOLVED
1421724 browser_devices_get_user_media_screen.js consistently timing out in ccov builds P3 RESOLVED
1421819 Only create webrtc::call() object on video calls P1 RESOLVED
1421821 Child window causes webRTC publishing to fail on reload of page -- RESOLVED
1421830 test_peerConnection_scaleResolution.html sometimes generates log chatter until shutdown -- RESOLVED
1421842 Limit the amount of PCs per origin P3 NEW
1421891 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoCombined.html | Error in test execution: Error: Element _remote_{79a4138b-2179-46b1-ad81-09d7ddce58c0} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/test P5 RESOLVED
1421896 Intermittent dom/media/tests/mochitest/test_peerConnection_webAudio.html | Error in test execution: Error: Tone not detected checkReceivingToneFrom@http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js:1658:28 ... CHECK_AUDIO_FLOW@http://mochi.test P5 RESOLVED
1421912 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVerifyRtpHeaderExtensions.html | Error in test execution: Error: Element _remote_{299be23e-cef5-40a5-b478-6c40627f17ab} should progress currentTime timeout/<@http://mochi.test:8888/tests P5 RESOLVED
1421958 OfferToReceiveVideo and OfferToReceiveAudio should be of type Boolean not Long P2 RESOLVED
1422091 Intermittent dom/media/tests/mochitest/test_peerConnection_trackDisabling.html | Error in test execution: Error: Element _remote_{1b9ca5b9-687b-4ca0-bdad-b720ef221907} should progress currentTime timeout P5 RESOLVED
1422095 Intermittent dom/media/tests/mochitest/test_peerConnection_localReofferRollback.html | Error in test execution: Error: Element _local_{359a82b9-4dab-4917-8c06-24ba204734f0} should progress currentTime timeout P5 RESOLVED
1422121 Intermittent dom/media/tests/mochitest/test_fingerprinting_resistance.html | Test timed out. P5 RESOLVED
1422196 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelayTCP.html | Error in test execution: Error: Element _remote_{e89fa5d8-6dc1-4793-89c0-2866a2ad7d39} should progress currentTime timeout P5 RESOLVED
1422222 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_dataChannel_basicAudioVideo.html | application timed out after 370 seconds with no output P2 RESOLVED
1422224 Intermittent dom/media/tests/mochitest/test_peerConnection_audioCodecs.html | Error in test execution: Error: Element _local_{3c0a10f3-4804-4c62-a012-96e9b3066fed} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochites P5 RESOLVED
1422241 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoBundle.html | Error in test execution: Error: Timeout checking for stats for track {d588fbc4-724b-4859-bc54-eb516177307e} after at least30000ms waitForRtpFlow@http://mochi.test:8 P5 RESOLVED
1422342 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoRtcpMux.html | Error in test execution: Error: Element _local_{7dccea1e-b33f-4078-9f52-79e02454f242} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/t P5 RESOLVED
1422502 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | Error in test execution: Error: Timeout checking for stats for track {88825e0d-cae6-42db-8d5f-f5efddc49023} after at least30000ms waitForRtpFlow@http://mochi.test:8888/ P5 RESOLVED
1422959 Intermittent dom/media/tests/mochitest/test_peerConnection_twoVideoStreams.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1422987 Fix override mismatch in getContributingSources work P1 RESOLVED
1423021 Intermittent dom/media/tests/mochitest/test_peerConnection_answererAddSecondAudioStream.html | Error in test execution: Error: Element _remote_{1f463ffd-55b8-426d-b60a-5f287e492429} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/m P5 RESOLVED
1423024 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioPcmaPcmuOnly.html | Error in test execution: Error: Element _remote_{d3fde0be-9359-4377-b796-854f728b5bb5} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/med P5 RESOLVED
1423029 Intermittent dom/media/tests/mochitest/test_peerConnection_removeAudioTrack.html | Error in test execution: Error: Element _remote_{5a106ff7-9753-4ffa-ac32-ca19a2a9171a} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/m P5 RESOLVED
1423032 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoCombined.html | Error in test execution: Error: Timeout checking for stats for track {ea1971d5-0bc8-4594-ad4c-5bd13ee73ecc} after at least30000ms waitForRtpFlow@http://mochi.test:88 P5 RESOLVED
1423034 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoCombined.html | Error in test execution: Error: Timeout checking for stats for track {ea1971d5-0bc8-4594-ad4c-5bd13ee73ecc} after at least30000ms waitForRtpFlow@http://mochi.test:88 P5 RESOLVED
1423041 Re-enable SSRC switching for RTP streams with MID P3 ASSIGNED
1423230 # Fatal error in /builds/worker/workspace/build/src/media/webrtc/trunk/webrtc/modules/utility/source/process_thread_impl.cc, line 63 # last system error: 88 -- RESOLVED
1423233 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoRtcpMux.html | Error in test execution: Error: Timeout checking for stats for track P5 RESOLVED
1423271 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioStreams.html | Error in test execution: Error: Timeout checking for stats for track {0bafd661-ff37-410b-9886-99a411346cd9} after at least30000ms waitForRtpFlow@http://mochi.test:8888/ P5 RESOLVED
1423388 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_checkPacketDumpHook.html | application timed out after 370 seconds with no output P5 RESOLVED
1423419 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleAnswer.html | Error in test execution: Error: Element _local_{428efbf7-62a1-44e1-afaa-92490d91e6bc} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/moc P5 RESOLVED
1423421 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_asymmetricIsolation.html | Error in test execution: Error: Timeout checking for stats for track {37c43ece-6257-43b5-9e80-53f9e29319d7} after at least30000ms waitForRtpFlow P5 RESOLVED
1423447 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleOfferAnswer.html | Error in test execution: Error: Element _local_{e5e928ca-f771-4bb3-8175-fbad40389546} should progress currentTime timeout P5 RESOLVED
1423457 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | Error in test execution: Error: Timeout checking for stats for track P5 RESOLVED
1423756 Nullptr crash in MediaPipeline P2 RESOLVED
1423808 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleAnswer.html | ended never fired for track {cf09d0b0-4965-44e0-9913-ab8d3b420c06} P5 RESOLVED
1423874 DTMF sender is not hidden when peerconnection is disabled P3 NEW
1424009 Intermittent toolkit/content/tests/chrome/test_chromemargin.xul | application terminated with exit code 11 P5 RESOLVED
1424019 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteRollback.html | Test timed out. P5 RESOLVED
1424044 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_sender_and_receiver_stats.html | application timed out after 370 seconds with no output P5 RESOLVED
1424055 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_videoCodecs.html | application timed out after 370 seconds with no output P5 RESOLVED
1424117 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | Error in test execution: Error: Element _local_{e5ce8809-5d61-423b-b14b-f98a77f79a5b} should progress currentTime P5 RESOLVED
1424141 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_basicAudioVideoTransceivers.html | application timed out after 370 seconds with no output P5 RESOLVED
1424289 Intermittent GECKO(3113) | Assertion failure: pthread_mutex_destroy(&mMutex) == 0 (pthread_mutex_destroy failed), at /builds/worker/workspace/build/src/xpcom/threads/RecursiveMutex.cpp:63 P5 RESOLVED
1424318 Crash in webrtc::FloatS16ToFloat P1 RESOLVED
1424342 WebRTC crashes in random places on Win P1 RESOLVED
1424434 Intermittent dom/media/tests/mochitest/test_peerConnection_videoCodecs.html | Error in test execution: Error: Timeout for element _remote_waitForMediaFlow@http://mochi.test:8888/tests/dom/media/tests/mochitest/ P5 RESOLVED
1424737 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideo.html | Error in test execution: Error: Element _remote_{785fcd9f-a2b2-4349-94c9-191e0900ea30} should progress currentTime P5 RESOLVED
1424738 Intermittent dom/media/tests/mochitest/test_peerConnection_removeAudioTrack.html | Error in test execution: Error: Element _remote_{be21ac12-ff37-4713-af2c-8b657d4854dc} should progress currentTime timeout P5 RESOLVED
1425053 [meta] Add measurements of WebRTC quality and performance P3 NEW
1425093 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudio.html | Error in test execution: Error: Element _remote_{3e70f843-df2a-4369-945c-2f5994504700} should progress currentTime timeout P5 RESOLVED
1425172 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleOffer.html | Error in test execution: Error: Element _remote_{d3c1ec7c-f846-4351-a1e4-87e5b41ad021} should progress currentTime P5 RESOLVED
1425222 AddressSanitizer: heap-use-after-free [@ mozilla::PeerConnectionImpl::DTMFSendTimerCallback_m] with READ of size 4 -- RESOLVED
1425395 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | Error in test execution: Error: Element _local_{91d65a98-45a1-4c9c-8418-c562fd41651b} should progress currentTime P5 RESOLVED
1425636 Intermittent dom/media/tests/mochitest/test_peerConnection_audioCodecs.html | No audio flow: Error: Audio analysis timed out P5 RESOLVED
1425768 Intermittent dom/media/tests/mochitest/test_peerConnection_localRollback.html | Error in test execution: Error: Element _remote_{51ca41c8-f598-4469-bf03-cad480db5f15} should progress currentTime P5 RESOLVED
1425780 AddressSanitizer: heap-use-after-free /builds/worker/workspace/build/src/obj-firefox/dist/include/mtransport/sigslot.h:318:13 in ~lock_block P1 RESOLVED
1426012 Assertion failure: on, at /home/worker/workspace/build/src/media/mtransport/nr_timer.cpp:172 P3 RESOLVED
1426129 AddressSanitizer: heap-use-after-free near [@ mozilla::camera::PCamerasChild::SendNumberOfCaptureDevices] P2 RESOLVED
1426130 trickle_caption_msg in about:webrtc is not properly localizable P2 RESOLVED
1426137 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddAudioTrackNoBundle.html | Error in test execution: Error: Timeout for element _local_{e1c1ac41-f491-4963-a89f-5a7c7f242237} waitForMediaElementFlow P5 RESOLVED
1426158 Intermittent dom/media/tests/mochitest/test_getUserMedia_addTrackRemoveTrack.html | Error executing test: Error: verifyPlaying timed out timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:492:63 ... P5 RESOLVED
1426323 Media: WebRTC: Fix build config for MIPS64 P2 RESOLVED
1426449 Crash in webrtc::SimulcastRateAllocator::GetAllocation P1 RESOLVED
1426571 Intermittent dom/media/tests/mochitest/test_peerConnection_insertDTMF.html | Error in test execution: Error: Timeout checking for stats for track P5 RESOLVED
1426678 Assertion failure: mRawPtr != nullptr (You can't dereference a NULL RefPtr with operator*().), at /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RefPtr.h:370 -- RESOLVED
1426694 jit.si service having issue displaying video or not working at all P2 RESOLVED
1426847 Intermittent browser/base/content/test/webrtc/browser_webrtc_hooks.js | leaked 3 window(s) until shutdown [url = https://example.com/browser/browser/base/content/test/webrtc/get_user_media.html] P5 RESOLVED
1426927 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | Error in test execution: Error: Timeout checking for stats for track {f6baceb1-3828-4159-9007-af97a66cc47b} after at least30000ms P5 RESOLVED
1427009 Crash in mozalloc_abort | abort | webrtc::StreamId::Set -- RESOLVED
1427040 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | Error in test execution: Error: Timeout for element _local_{6327d645-5407-4d98-be2a-6a39da80fb0d} waitForMediaElementFlow P5 RESOLVED
1427389 Intermittent dom/media/tests/mochitest/test_selftest.html | application terminated with exit code 1 P5 RESOLVED
1427482 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelay.html | application terminated with exit code 1 P5 RESOLVED
1427549 Intermittent dom/media/tests/mochitest/test_getUserMedia_stopVideoAudioStream.html | Error executing test: Error: verifyPlaying timed out timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:492:63 P5 RESOLVED
1427551 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack.html | Error in test execution: Error: Element _remote_{01dee25c-3d96-4fde-b30d-349e477541db} should progress currentTime P5 RESOLVED
1427652 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelayTCP.html | application crashed [@ MOZ_CrashOOL] P2 RESOLVED
1427753 Intermittent dom/media/tests/mochitest/test_getUserMedia_mediaStreamConstructors.html | Test timed out. P5 RESOLVED
1427759 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATSrflx.html | application terminated with exit code 1 P5 RESOLVED
1428376 Intermittent dom/media/tests/mochitest/test_dataChannel_noOffer.html | application crashed [@ MOZ_Z_inflate_fast] P5 RESOLVED
1428663 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteRollback.html | Error in test execution: Error: Element _local_{c504abd1-0ce2-489d-a131-8efa7ebcacf2} should progress currentTime timeout P5 RESOLVED
1429085 Assertion failure: false, at /builds/worker/workspace/build/src/media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.cpp:439 P2 RESOLVED
1429216 UAF due to webrtc codec init failure P1 RESOLVED
1429224 Add a mochitest for screen sharing with simulcast P3 NEW
1429317 Intermittent dom/media/tests/mochitest/test_peerConnection_videoCodecs.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1429507 Crash near null [@ GraphRate] P2 RESOLVED
1429536 Assertion failure: !(aWidth&1), at /home/worker/workspace/build/src/dom/media/webrtc/MediaEngineDefault.cpp:145 P2 RESOLVED
1429657 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1429658 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelayTCP.html | application terminated with exit code 1 P5 RESOLVED
1429768 Intermittent AddressSanitizer: heap-use-after-free /builds/worker/workspace/moz-toolchain/src/llvm/projects/compiler-rt/lib/asan/asan_interceptors.cc:458:3 in memcpy -- RESOLVED
1429819 Allow using tooltool macOS SDK on all automation builds, not just cross-builds. -- RESOLVED
1430067 Intermittent dom/media/tests/mochitest/test_peerConnection_twoVideoTracksInOneStream.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! [@ copy_and_extend_plane] P5 RESOLVED
1430094 fir_filter_sse.cc being built on non-x86 platforms P5 NEW
1430142 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack.html | Error in test execution: Error: Timeout checking for stats for track P5 RESOLVED
1430191 Intermittent dom/media/tests/mochitest/test_peerConnection_basicVideoVerifyRtpHeaderExtensions.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1430213 Pref toggle for RTCRtpReceiver getContributingSources and getSynchronizationSources APIs P1 RESOLVED
1430255 RTCRtpContributingSource timestamp has new timebase P3 NEW
1430475 Intermittent dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideo.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1430627 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_tear_off_tab.js | Found a tab after previous test timed out: about:blank - P5 RESOLVED
1430779 Build webrtc.org unit tests using gn P3 RESOLVED
1431091 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_getUserMedia_peerIdentity.html | application timed out after 370 seconds with no output P5 RESOLVED
1431252 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_addSecondAudioStream.html | application timed out after 370 seconds with no output after Assertion failure: mRawPtr != nullptr P5 RESOLVED
1431257 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/identity/test_peerConnection_peerIdentity.html | application timed out after 370 seconds with no output P5 RESOLVED
1431258 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/identity/test_setIdentityProvider.html | application timed out after 370 seconds with no output P5 RESOLVED
1431389 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | Error in test execution: Error: Audio analysis timed out waitForAnalysisSuccess@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:181:63 P5 RESOLVED
1431524 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_multi_process.js | 1 active camera stream - Got 2, expected 1 P5 RESOLVED
1431543 [meta] Issues affecting Google Meet P3 NEW
1431549 webrtc crashes, Fatal Error, Check failed: receive_stream_impl != nullptr -- RESOLVED
1431891 Intermittent leakcheck | tab process: 2176 bytes leaked (ChildDNSService, Mutex, NrIceResolver, PeerConnectionMedia, PollableEvent, ...) P5 RESOLVED
1432025 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_transceivers.html | application timed out after 370 seconds with no output P2 RESOLVED
1432056 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelayTCP.html | Error in test execution: Error: Timeout checking for stats for track P5 RESOLVED
1432199 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | Test timed out. P5 RESOLVED
1432360 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1432703 Intermittent dom/media/tests/mochitest/test_peerConnection_transceivers.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1432761 Intermittent dom/media/tests/mochitest/test_peerConnection_audioSynchronizationSources.html | Synchronization source has audio level. (0) P5 RESOLVED
1432774 TEST-UNEXPECTED-FAIL | dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | Error in test execution: Error: Timeout for element _local_ P5 RESOLVED
1432783 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideo.html | Error in test execution: Error: Timeout for element _local_{79039fb2-c2aa-48f8-9da5-8910990fc66e} waitForMediaElementFlow@http://mochi.test:8888/tests/dom/media/tests/ P5 RESOLVED
1432786 Intermittent dom/media/tests/mochitest/test_peerConnection_transceivers.html | Error executing test: NotFoundError: The object can not be found here. P5 RESOLVED
1432793 Crash in mozalloc_abort | abort | webrtc::ViEEncoder::ReconfigureEncoder P2 VERIFIED
1432818 Intermittent mozilla/tests/dom/throttling/throttling-webrtc.window.html | Don't throttle when there are open RTCPeerConnections. - assert_less_than: Timeout was throttled expected a number less than 10 but got 25 P5 RESOLVED
1432881 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoCombined.html | Error in test execution: Error: Timeout checking for stats for track P5 RESOLVED
1432923 gtest TransportTest.TestConnectVerifyNewECDHE leaks NSS resources somehow P1 RESOLVED
1433005 Crash when WebRTC RTP payload type is incorrect P1 VERIFIED
1433236 Pref off RTCRtpReceiver getContributingSources and getSynchronizationSources APIs for 59 P3 RESOLVED
1433348 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddAudioTrack.html | Error in test execution: Error: Audio analysis timed out waitForAnalysisSuccess@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:181:63 P5 RESOLVED
1433367 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | Error in test execution: Error: Timeout for element _local_{1c66a6b9-3820-488d-8432-0a84971d8329} waitForMediaElementFlow P5 RESOLVED
1433576 Change timebase used in RTCRtpContributingSource and RTCRtpSynchronizationSource P1 RESOLVED
1433608 Intermittent dom/media/tests/mochitest/test_peerConnection_verifyAudioAfterRenegotiation.html | Error in test execution: Error: Audio analysis timed out waitForAnalysisSuccess P5 RESOLVED
1433729 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteRollback.html | application crashed [@ mozilla::detail::MutexImpl::lock] P5 RESOLVED
1434182 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreamsCombined.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1434183 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundle.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1434188 Intermittent LeakSanitizer | leak at allocate, allocate, _M_allocate, std::vector P5 RESOLVED
1434208 Intermittent dom/media/tests/mochitest/test_peerConnection_sender_and_receiver_stats.html | Error in test execution: Error: Timeout checking for stats for track {2778d2b6-e4ff-4f03-a2a6-da8b827789af} after at least30000ms waitForRtpFlow@ P5 RESOLVED
1434346 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoBundleNoRtcpMux.html | Error in test execution: Error: Timeout for element _local_{8d4257f7-85ae-465a-a176-dcf14afb7f95} waitForMediaElementFlow P5 RESOLVED
1434477 getUserMedia for fake streams never returns P2 RESOLVED
1434601 Screen saver kicks in during WebRTC call P2 RESOLVED
1434610 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1434752 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_insertDTMF.html | application timed out after 370 seconds with no output P5 RESOLVED
1434803 PeerConnectionImpl errors get swallowed in the binding layer in a bunch of cases P2 RESOLVED
1435025 Rtp padding packets dropped as invalid packets P2 RESOLVED
1435028 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | unexpected-crash-dump-found with Assertion failure: !sHandlingException & [@ copy_and_extend_plane] P5 RESOLVED
1435036 AddressSanitizer: heap-use-after-free /builds/worker/workspace/build/src/dom/media/MediaManager.cpp:4419:7 in ChromeAffectingStateChanged P1 RESOLVED
1435066 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_addIceCandidate.html | application timed out after 370 seconds with no output P5 RESOLVED
1435112 Intermittent test_peerConnection_basicScreenshare.html | application timed out after 370 seconds with no output after Assertion failure: false P5 RESOLVED
1435364 Intermittent GECKO(2963) | Assertion failure: mIsSome, at /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/Maybe.h:384 P5 RESOLVED
1435462 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_threeUnbundledConnections.html | application timed out after 370 seconds with no output P5 RESOLVED
1435578 Intermittent dom/media/tests/crashtests/1367930_2.html | application crashed [@ mozilla::MediaStreamGraphImpl::UpdateGraph(__int64)] P5 RESOLVED
1435651 Intermittent gtest | application crashed [@ free.cold.82 + 0x122] P5 RESOLVED
1435695 WebRTC fails to build with GCC 8 P3 RESOLVED
1435752 Crash in mozilla::SourceMediaStream::EndTrack -- RESOLVED
1436433 [wpt-sync] PR 9424 - Rewrite RTC ICE and DTLS transport tests with alternative dependencies -- RESOLVED
1436603 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStreamNoBundle.html | Error in test execution: Error: Audio analysis timed out waitForAnalysisSuccess@ P5 RESOLVED
1436635 Intermittent leakcheck | tab process: 32 bytes leaked (camera::PCamerasChild::SendNumberOfCap, nsStringBuffer) P5 RESOLVED
1436759 Intermittent SUMMARY: AddressSanitizer: heap-use-after-free /builds/worker/workspace/build/src/media/mtransport/sigslot.h:2007:11 in sigslot::_connection4<mozilla::TransportLayerIce, mozilla::NrIceMediaStream*, int, unsigned char const*, int, sigslot::si P2 RESOLVED
1436760 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_audioContributingSources.html | application timed out after 370 seconds with no output P5 RESOLVED
1436766 Intermittent GECKO(1942) | Assertion failure: false (MOZ_ASSERT_UNREACHABLE: We might fail to allocate a buffer, but with this being a recycling container that shouldn't happen), at /build/src/dom/media/webrtc/MediaEngineRemoteVideoSource.cpp:539 P5 RESOLVED
1436915 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_setLocalAnswerInStable.html | application timed out after 370 seconds with no output P5 RESOLVED
1436993 [wpt-sync] PR 9434 - Rename RTCIceCandidate ufrag field to usernameFragment P3 RESOLVED
1437010 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalAndRemoteRollback.html | Error in test execution: Error: Element _remote_{513ec9bf-6ac5-4c8f-a497-13ec12233cb2} should progress currentTime timeout P5 RESOLVED
1437211 Get rid of InvalidParameterError in PeerConnection P3 NEW
1437345 Firefox build failed with disable-pulseaudio and enable-alsa P2 RESOLVED
1437402 Intermittent Assertion failure: !mOwningThread (destroying a still-owned lock!), at /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/Mutex.h:57 P5 RESOLVED
1437421 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | application timed out after 370 seconds with no output P5 RESOLVED
1437488 [wpt-sync] PR 9479 - Improve RTCRtpSender.replaceTrack tests compability with Firefox P3 RESOLVED
1437670 webrtc fails to build on bsd since switch to gn build P5 RESOLVED
1437766 Intermittent gtest | application crashed [@ sigslot::_signal_base4<mozilla::NrIceMediaStream*, int, unsigned char const*, int, sigslot::single_threaded>::~_signal_base4()] P5 RESOLVED
1438102 Highlight on trickled candidates in about:webrtc is the same color as default OS X text highlight P2 VERIFIED
1438156 Intermittent gtest | application crashed [@ ProfileBuffer::DuplicateLastSample] P5 RESOLVED
1438320 Remove isRemote from ICE candidate stats P2 RESOLVED
1438414 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack.html,dom/media/tests/mochitest/test_peerConnection_addSecondAudioStream.html | thread '<unnamed>' panicked at 'assertion failed: `(left != right)` P5 RESOLVED
1438430 Intermittent dom/media/tests/mochitest/test_peerConnection_checkPacketDumpHook.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1438434 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVerifyRtpHeaderExtensions.html | Test timed out. P5 RESOLVED
1438459 [wpt-sync] PR 9516 - Make WPT webrtc/simplecall.html pass P3 RESOLVED
1438787 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioDynamicPtMissingRtpmap.html | Error in test execution: Error: Element _local_{daa1d2fe-7587-4315-a546-7265ff3f9ae4} should progress currentTime timeout/ P5 RESOLVED
1438834 [wpt-sync] PR 9517 - WebRTC: Add test for null ICE candidate P3 NEW
1439001 receiver.getSynchronizationSources()[0].audioLevel only present in two-way calls P2 VERIFIED
1439030 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack.html | Error in test execution: NotFoundError: The object can not be found here. P5 RESOLVED
1439031 Intermittent GECKO(2840) | thread '<unnamed>' panicked at 'assertion failed: `(left != right)` P5 RESOLVED
1439041 Improve mochitest for RTP sources by making some assumptions assertions P2 RESOLVED
1439069 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | Error in test execution: Error: Element _remote_{4cc10b69-b968-49f3-a783-5dd4854ec7c2} should progress currentTime timeout/<@[..] promise callback*timeout P5 RESOLVED
1439076 csrc-audio-level support is not offered P1 RESOLVED
1439420 Intermittent dom/media/tests/mochitest/test_getUserMedia_addTrackRemoveTrack.html | Test timed out. P5 RESOLVED
1439491 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannel.html | Error in test execution: NotFoundError: The object can not be found here. P5 RESOLVED
1439503 [wpt-sync] Sync PR 9583 - Add the "dtmf" attribute on RTCRTPSender P3 RESOLVED
1439510 WEBRTC- Streaming couldn't seen by safari . -- RESOLVED
1440012 Intermittent: SUMMARY: AddressSanitizer: heap-use-after-free /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RefPtr.h:176:29 in operator= P1 RESOLVED
1440099 Intermittent dom/media/tests/mochitest/test_getUserMedia_mediaStreamConstructors.html | application timed out after 370 seconds with no output P5 RESOLVED
1440178 Intermittent test_getUserMedia_mediaStreamTrackClone.html | Error executing test: Error: Audio analysis timed out waitForAnalysisSuccess P5 RESOLVED
1440598 peerconnection removeTrack does not remove track P4 RESOLVED
1440669 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_restartIceBadAnswer.html | application timed out after 370 seconds with no output P5 RESOLVED
1440737 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_paused.js | Test timed out - P5 RESOLVED
1440749 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_paused.js | Test timed out - P5 RESOLVED
1440882 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudio.html | ended never fired for track {f5c2d0a9-ac36-466a-b1ba-617c7d35925f} P5 RESOLVED
1440900 browser/base/content/test/webrtc/browser_devices_get_user_media_paused.js is disabled win !debug and linux64 !debug for frequent failures | Found an unexpected Browser:WebRTCGlobalIndicator at the end of test run - P3 RESOLVED
1440913 Intermittent GECKO(2862) | ==3779==ERROR: AddressSanitizer: heap-use-after-free on address 0x603000000d7c at pc 0x7f95d86dbdd9 bp 0x7ffcf1e9c8a0 sp 0x7ffcf1e9c898 P5 RESOLVED
1441179 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIce.html | Test timed out. P5 RESOLVED
1441190 Intermittent reftest-sanity/prefix/suffix.html | application crashed [@ mozilla::CompositorVsyncDispatcher::SetCompositorVsyncObserver] after Assertion failure: int32_t(mRefCnt) >= 0 (illegal refcnt), at .../mozilla/VsyncDispatcher.h:48 P5 RESOLVED
1441197 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundle.html | Error in test execution: Error: Element _remote_{f386b100-b204-400e-9f82-5417f845690e} should progress currentTime timeout P5 RESOLVED
1441260 Unify interface for setting RTP headers for Audio and Video conduits P3 RESOLVED
1441298 Intermittent test_peerConnection_answererAddSecondAudioStream.html | Error in test execution: Error: Timeout checking for stats for track {dde45a7e-8694-4cbe-9642-8462b1f116a0} after at least30000ms waitForRtpFlow P5 RESOLVED
1441512 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_asymmetricIsolation.html | Error in test execution: NotFoundError: The object can not be found here. P5 RESOLVED
1441518 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_paused.js | Uncaught exception - audio should be enabled - timed out after 50 tries. P5 RESOLVED
1441539 Intermittent dom/media/tests/mochitest/test_peerConnection_basicH264Video.html | application terminated with exit code -135 P5 RESOLVED
1441577 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack.html | application terminated with exit code -139 P5 RESOLVED
1441723 readyState after createDataChannel() should always be "connecting". P3 NEW
1442071 Intermittent dom/media/tests/crashtests/799419.html | application crashed [@ libxul.so + 0x1258a10] P5 RESOLVED
1442098 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_paused.js | Uncaught exception - audio should be enabled - timed out after 50 tries. P5 RESOLVED
1442152 Intermittent browser_devices_get_user_media_paused.js | Uncaught exception - [Exception... "Unexpected error" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame P5 RESOLVED
1442162 Intermittent dom/media/tests/mochitest/identity/test_setIdentityProviderWithErrors.html | application terminated with exit code -139 P5 RESOLVED
1442173 Intermittent dom/media/tests/mochitest/test_peerConnection_webAudio.html | Error in test execution: Error: Element _remote_{99fba1b0-ef3b-47ce-9071-16f5411aa033} should progress currentTime timeout P5 RESOLVED
1442301 Intermittent test_peerConnection_addSecondAudioStream.html | Error in test execution: Error: Audio analysis timed out waitForAnalysisSuccess@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:181:63 ... PC_REMOTE_CHECK_ADDED_TRACK P5 RESOLVED
1442324 Intermittent test_getUserMedia_stopAudioStream.html | Error executing test: Error: verifyPlaying timed out timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:572:63 ... promise callback*timeout P5 RESOLVED
1442390 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_tear_off_tab.js | A promise chain failed to handle a rejection: this.window is null - stack: null P5 RESOLVED
1442404 Crash in mozilla::NrUdpSocketIpc::create P2 RESOLVED
1442511 Intermittent dom/media/tests/mochitest/test_peerConnection_transceivers.html | application crashed [@ mozilla::detail::MutexImpl::~MutexImpl] P5 RESOLVED
1442852 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStreamNoBundle.html | application crashed [@ mozilla::detail::MutexImpl::lock] P5 RESOLVED
1442872 Intermittent dom/media/tests/mochitest/test_peerConnection_forwarding_basicAudioVideoCombined.html | Error in test execution: Error: Element _remote_{18a3a2d5-80eb-4441-a60d-c50c689a29bd} should progress currentTime timeout/<@http://mochi.test:8888/tests P5 RESOLVED
1442902 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_simulcastOffer.html | application timed out after 370 seconds with no output P5 RESOLVED
1443102 window screensharing make firefox crashes P2 RESOLVED
1443198 Crash [@ operator!] P2 RESOLVED
1443281 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_tear_off_tab.js | A promise chain failed to handle a rejection: this.window is null - stack: null P5 RESOLVED
1443473 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceBadAnswer.html | ended never fired for track {cd20308c-09ad-4c9b-9f20-9970d5ccf285} P5 RESOLVED
1443640 Intermittent toolkit/components/extensions/test/xpcshell/test_ext_i18n_css.js | xpcshell return code: 0 P5 RESOLVED
1443696 Intermittent dom/media/tests/mochitest/test_peerConnection_syncSetDescription.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1443700 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoCombined.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1443780 Intermittent dom/media/tests/mochitest/identity/test_setIdentityProviderWithErrors.html | application terminated with exit code -11 P5 RESOLVED
1444007 browser/base/content/test/webrtc/browser_devices_get_user_media_multi_process.js abuses promise returned by BrowserTestUtils.removeTab P3 RESOLVED
1444545 Noise during 10 person appear.in call for media standup P1 RESOLVED
1444641 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | stats ICE connections matches expected A/V transports - got 3, expected 4 P5 RESOLVED
1445154 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_tear_off_tab.js | A promise chain failed to handle a rejection: this.window is null - stack: descriptionHeightWorkaround@resource:///modules/PanelMultiView.jsm:1348:7 P5 RESOLVED
1445177 Intermittent dom/media/tests/mochitest/test_peerConnection_basicH264Video.html | application crashed [None] P5 RESOLVED
1445180 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_multi_process.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. - P5 RESOLVED
1445204 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStreamNoBundle.html | stats ICE connections matches expected A/V transports - got 1, expected 2 P5 RESOLVED
1445466 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | assertion count 1 is more than expected 0 assertions P5 RESOLVED
1445705 Intermittent /webrtc/simplecall.html | application crashed [@ RefPtr<mozilla::DataChannel>::operator->] after Assertion failure: mRawPtr != nullptr P5 RESOLVED
1445802 Permafailing tier2 GECKO(10468) | Assertion failure: CompositorThreadHolder::IsInCompositorThread(), at z:/build/build/src/gfx/layers/ipc/SharedSurfacesParent.cpp:199 P5 RESOLVED
1445860 NullPtr crash on setting Identity on RecvOnly Transceiver P2 RESOLVED
1446135 Warn that use of the "hybrid" return type of getStats is being removed P3 NEW
1446391 [wpt-sync] Sync PR 10075 - Add memory of last SDP offer/answer created P4 RESOLVED
1446475 Intermittent dom/media/tests/mochitest/test_peerConnection_basicH264Video.html | application crashed [@ mozalloc_abort(char const * const)] P5 RESOLVED
1446663 Intermittent dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideoAudio.html | Error in test execution: Error: Element _local_{6c0c1c10-7e4b-4964-a00a-52a7b235f91d} should progress currentTime timeout P5 RESOLVED
1446857 Intermittent GECKO(4856) | Assertion failure: mState == kStarted, at z:/build/build/src/dom/media/webrtc/MediaEngineDefault.cpp:244 P5 RESOLVED
1446880 Update Identity implementation P2 RESOLVED
1447006 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_trackDisabling_clones.html | application timed out after 370 seconds with no output P5 RESOLVED
1447180 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_multi_process.js | recording-device-events notification unexpected - Got 1, expected 0 P5 RESOLVED
1447311 [wpt-sync] Sync PR 10109 - Test that DTMFSender rejects properly after close P4 RESOLVED
1447423 Intermittent test-verify dom/media/tests/mochitest/test_peerConnection_basicAudio_forced_higher_rate.html | application terminated with exit code -11 P5 RESOLVED
1447538 Intermittent dom/media/tests/mochitest/test_peerConnection_verifyDescriptions.html | application timed out after 370 seconds with no output after Assertion failure: mState == kStarted, at z:/build/build/src/dom/media/webrtc/MediaEngineDefault.cpp:506 P5 RESOLVED
1447598 Intermittent dom/media/tests/mochitest/test_getUserMedia_stopVideoAudioStreamWithFollowupVideoAudio.html | Error executing test: Error: verifyPlaying timed out timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:572:63 P5 RESOLVED
1447650 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleOfferAnswer.html | Error in test execution: Error: Element _local_{4cf67dfa-e63a-4272-88e7-869fa9674b3d} should progress currentTime timeout P5 RESOLVED
1447692 RTCDataChannelEventInit is required P2 RESOLVED
1447986 [wpt-sync] Sync PR 10142 - RTCRtpSender.getStats() in blink added behind flag. P4 RESOLVED
1448495 Intermittent dom/media/tests/mochitest/test_peerConnection_audioSynchronizationSourcesUnidirectional.html | ended never fired for track {93813e91-aad2-4a3e-962e-37d0117efdcb} P5 RESOLVED
1448812 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-replaceTrack.https.html | replaceTrack() sets the track attribute to a new track. - Test timed out P5 RESOLVED
1449053 Intermittent dom/media/tests/mochitest/test_peerConnection_audioCodecs.html | Error in test execution: Error: Timeout checking for stats for track {af3265e0-d63e-40d0-b22c-67b4694d9e95} after at least30000ms waitForRtpFlow@ ... P5 RESOLVED
1449377 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStream.html | Error in test execution: Error: Audio analysis timed out waitForAnalysisSuccess@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:181:63 P5 RESOLVED
1449531 no audio connection with webRTC on imac -- RESOLVED
1449761 Intermittent dom/media/tests/mochitest/identity/test_fingerprints.html | application terminated with exit code -11 P5 RESOLVED
1449763 Intermittent dom/media/tests/mochitest/test_peerConnection_trackDisabling_clones.html | application terminated with exit code -11 P5 RESOLVED
1449776 [wpt-sync] Sync PR 10225 - Updating tests to test no stream ids and multiple stream ids. P4 NEW
1449907 RTCDataChannel.send, TypeError vs DOMException(name='TypeError') P3 NEW
1450178 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ mozilla::MediaEngineDefaultAudioSource::Stop(RefPtr<mozilla::AllocationHandle const > const &)] P5 RESOLVED
1450394 Intermittent dom/media/tests/mochitest/test_peerConnection_basicH264Video.html | application terminated with exit code -7 P5 RESOLVED
1450454 Intermittent GECKO(2747) | Assertion failure: mState == kStarted, at /builds/worker/workspace/build/src/dom/media/webrtc/MediaEngineDefault.cpp:244 P5 RESOLVED
1450553 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ mozalloc_abort] -- RESOLVED
1450582 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddAudioTrackNoBundle.html | Error in test execution: Error: Audio analysis timed out waitForAnalysisSuccess@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:196:63 P5 RESOLVED
1450733 [wpt-sync] Sync PR 10271 - Bring RTCCertificate interface up to date with Candidate Recommendation P4 RESOLVED
1450921 [wpt-sync] Sync PR 10278 - Don't enforce name rule for RTCDTMFToneChangeEvent P4 RESOLVED
1451039 [wpt-sync] Sync PR 10282 - adds tests for the missing members of RTCRtpHeaderExtensionParameters P4 NEW
1451243 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | Error in test execution: Error: Tone not detected checkReceivingToneFrom@http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js:1665:28 P5 RESOLVED
1451497 Buildconfig to support __PRETTY_FUNCTION__ macro P3 NEW
1451784 RTCPeerConnection addTrack() shouldn't require two arguments. P2 RESOLVED
1452428 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_asymmetricIsolation.html | Error in test execution: NotFoundError: The object can not be found here. P5 RESOLVED
1452521 Intermittent dom/media/tests/mochitest/test_peerConnection_audioCodecs.html | No audio flow: Error: Tone not detected P5 RESOLVED
1452561 WebRTC screenshare of window crashes tab if you maximise the shared window on Mac OSX P2 RESOLVED
1452673 RTCRtpSender.getStats() returns too much data when sender.track is null P2 RESOLVED
1452711 Intermittent dom/media/tests/mochitest/test_peerConnection_removeAudioTrack.html | Error in test execution: Error: Audio analysis timed out waitForAnalysisSuccess@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:196:63 P5 RESOLVED
1452792 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudio_forced_higher_rate.html | Error in test execution: Error: Element _local_{21278b76-7517-40e9-ba3c-e8ae2b9c7bfa} should progress currentTime timeout P5 RESOLVED
1452861 InternalError is not a valid spec error from RTCPeerConnection methods P4 NEW
1452869 webrtc: start/stop screen sharing multiple times P3 RESOLVED
1453030 Crash [@ mozilla::WebrtcVideoConduit::ConfigureRecvMediaCodecs] P2 RESOLVED
1453043 Intermittent GECKO(1344) | Assertion failed: IsGUIThread(false), file z:/build/build/src/media/webrtc/trunk/webrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc, line 112 P5 RESOLVED
1453194 Assertion failure: aWidth > 0, at /builds/worker/workspace/build/src/gfx/2d/DataSurfaceHelpers.cpp:24 P2 RESOLVED
1453197 Intermittent gtest | application crashed [@ arena_t::DallocSmall] in TransportTest.TestTransferIceCombinedPackets P5 RESOLVED
1453374 Intermittent leakcheck | default process: 17024 bytes leaked (IPC::Message) P5 RESOLVED
1453764 videoCodec missing in WebRTC getStats results -- RESOLVED
1453842 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_asymmetricIsolation.html | Error in test execution: Error: Element _local_{69e6cd2c-67e0-4625-88b8-31210b71101f} should progress currentTime timeout P5 RESOLVED
1453975 [wpt-sync] Sync PR 10458 - Fix race in track-stats.https.html test. P4 RESOLVED
1454060 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack.html | application terminated with exit code -11 P5 RESOLVED
1454109 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | stats ICE connections matches expected A/V transports - got 2, expected 3 P5 RESOLVED
1454120 [wpt-sync] Sync PR 10468 - More Tests for WebRTC Data Channels P4 NEW
1454174 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-tracks.https.html | addTrack() with two tracks and one stream makes ontrack fire twice with the tracks and shared stream. - Test timed out P5 RESOLVED
1454175 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-tracks.https.html | addTrack() for an existing stream makes stream.onaddtrack fire. - Test timed out P5 RESOLVED
1454176 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-tracks.https.html | addTrack() with a track and two streams makes ontrack fire with a track and two streams. - Test timed out P5 RESOLVED
1454280 Intermittent GECKO(2883) | SUMMARY: AddressSanitizer: stack-overflow /builds/worker/workspace/moz-toolchain/src/llvm/projects/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:711:3 in __interceptor_memset P5 RESOLVED
1454336 AddressSanitizer: global-buffer-overflow READ of size 1 media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:854:70 -- RESOLVED
1454644 Update and run WebRTC mochitests P2 RESOLVED
1454731 Intermittent dom/media/tests/mochitest/identity/test_setIdentityProviderWithErrors.html | Error in test execution: Error: Element _remote_{8fecbdee-3b3f-4aba-ac14-08c073d40c1e} should progress currentTime timeout/<@http://mochi P5 RESOLVED
1454753 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | Error in test execution: Error: Element _remote_{f9d7aa09-b0be-48ae-8d0a-2e925de9aaf3} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests P5 RESOLVED
1454809 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannelNoBundle.html | Error in test execution: Error: Element _remote_{a6b658ab-9363-4830-8c94-92f54d9bcdf3} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media P5 RESOLVED
1455171 Intermittent GECKO(1047) | Assertion failure: JS::ValueIsNotGray(extra), at /builds/worker/workspace/build/src/obj-firefox/dist/include/js/Proxy.h:506 P5 RESOLVED
1455181 Intermittent GECKO(876) | Assertion failure: mSegment (null segment), at z:/build/build/src/ipc/glue/Shmem.cpp:289 P5 RESOLVED
1455724 Add telemetry for legacy callback based PeerConnection.getStats() API P2 RESOLVED
1455975 [wpt-sync] Sync PR 10566 - addTrack: split up tests and reduce dependencies P4 NEW
1456101 Intermittent Linux xserver hang with webrtc screen capture hangs user's desktop P2 VERIFIED
1456248 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicScreenshare.html | Width setting should match video width - got 200, expected 225 P5 RESOLVED
1456329 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | application terminated with exit code 3221226505 P5 RESOLVED
1456339 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDTMFSender-insertDTMF.https.html | expected CRASH P5 RESOLVED
1456640 Intermittent /webrtc/RTCDTMFSender-ontonechange-long.https.html | application crashed [@ mozalloc_abort] P5 RESOLVED
1456693 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIce.html | Error in test execution: Error: Timeout checking for stats for track ... after at least30000ms waitForRtpFlow@http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js:1555:11 P5 RESOLVED
1456695 Intermittent dom/media/tests/mochitest/test_peerConnection_basicH264Video.html | Error in test execution: Error: Timeout for element _remote_{e95f4e96-91ed-4c01-9a15-e664ad2142b9} waitForMediaElementFlow P5 RESOLVED
1456696 Intermittent dom/media/tests/mochitest/test_peerConnection_basicH264Video.html | Error in test execution: Error: Timeout for element _remote_{e95f4e96-91ed-4c01-9a15-e664ad2142b9} waitForMediaElementFlow P5 RESOLVED
1456706 Low-hanging fruit in WebRTC web-platform-tests P2 RESOLVED
1456758 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioDynamicPtMissingRtpmap.html | Error in test execution: Error: Timeout checking for stats for track {63277827-a21a-494e-b895-f872c5590e4f} after at least30000ms P5 RESOLVED
1456861 Intermittent dom/media/tests/mochitest/test_peerConnection_audioCodecs.html | Error in test execution: Error: Element _remote_{61202e66-2150-41f2-a28c-0f4eb205ac42} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media P5 RESOLVED
1456889 Intermittent GECKO(4380) | Assertion failure: [GFX1]: Failed to map bitmap (M)., at z:\build\build\src\obj-firefox\dist\include\mozilla/gfx/Logging.h:727 P5 RESOLVED
1456967 Intermittent /webrtc/RTCDTMFSender-insertDTMF.https.html | application crashed [@ mozalloc_abort] P5 RESOLVED
1457129 Intermittent /webrtc/RTCPeerConnection-track-stats.https.html | RTCPeerConnection.getStats(receivingTrack) is the same as RTCRtpReceiver.getStats() - assert_true: expected true got false P5 RESOLVED
1457181 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoCombined.html | ended never fired for track P5 RESOLVED
1457280 RTCRtpSender.replaceTrack should never set track synchronously P3 NEW
1457853 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDTMFSender-ontonechange-long.https.html | expected CRASH P5 RESOLVED
1457980 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ mozilla::MediaStreamGraphImpl::Process] P5 RESOLVED
1457994 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-addTrack.https.html | expected OK P5 RESOLVED
1458247 Internal compiler error on media/webrtc/trunk/webrtc/modules/video_coding/sequence_number_util.h using VS 15.7 Preview P5 NEW
1458705 JSON.stringify of a RTCStatsReport should yield '{}' P3 NEW
1458877 Allow custom file as fake webRTC media feed -- RESOLVED
1458957 Intermittent gtest AddressSanitizer: heap-use-after-free media/mtransport/sigslot.h:874:12 in disconnect_all P2 RESOLVED
1459152 [wpt-sync] Sync PR 10841 - Adds a test for basic WebRTC video codec conformance. P4 RESOLVED
1459189 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | Error in test execution: Error: Timeout checking for stats for track {28742d56-716a-4a15-90b9-f39c60fe8ac4} after at least30000ms waitForRtpFlow P5 RESOLVED
1459292 Intermittent dom/media/tests/mochitest/test_getUserMedia_cubebDisabledFakeStreams.html | Error executing test: Error: verifyPlaying timed out timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:595:63 ... P5 RESOLVED
1459617 WebRTC ASan build fails with recent trunk clang (fixed in WebRTC upstream) P2 RESOLVED
1459763 Intermittent test_dataChannel_basicAudioVideoCombined.html | Error in test execution: Error: Timeout checking for stats for track {d272e98e-c3e3-459c-9e98-cc608e0c03a7} after at least30000ms waitForRtpFlow@http://mochi.test:8888/tests/dom/media P5 RESOLVED
1459826 [wpt-sync] Sync PR 10884 - webrtc wpt: pass test in promise_test and async_test P4 RESOLVED
1459832 [wpt-sync] Sync PR 10885 - Reland "Adds a test for basic WebRTC video codec conformance." P4 RESOLVED
1459903 [wpt-sync] Sync PR 10893 - webrtc wpt: pass test function in more tests P4 RESOLVED
1460165 Intermittent /webrtc/RTCDTMFSender-ontonechange-long.https.html | insertDTMF with duration greater than 6000 should be clamped to 6000 - assert_approx_equals: Expect tonechange event for "A" to be fired approximately after 0 milliseconds P5 RESOLVED
1460469 Intermittent /webrtc/RTCDTMFSender-ontonechange-long.https.html | insertDTMF with duration greater than 6000 should be clamped to 6000 - assert_approx_equals: Expect tonechange event for "A" to be fired approx after 0 millis expected 0 +/- 250 but got 290 P5 RESOLVED
1460631 gflags.cc cannot find its config.h (config.h.in not processed) for MinGW build P2 RESOLVED
1461040 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | Error in test execution: Error: Timeout checking for stats for track P5 RESOLVED
1461275 Intermittent underreported mda hang in dom/media/tests/mochitest/test_peerConnection_trackless_sender_stats.html P4 RESOLVED
1461496 [wpt-sync] Sync PR 10997 - Add test to verify a particular PeerConnection setup does not deadlock P4 RESOLVED
1461562 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelayTCP.html | Error in test execution: Error: Element _local_{a2360e46-a725-48cd-b3be-022f499612a2} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tes P5 RESOLVED
1461563 WPT RTCPeerConnection-setRemoteDescription.html is incorrect with transceivers (timeout) P2 RESOLVED
1461614 "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Werror,-W#warnings] P3 RESOLVED
1461640 Intermittent Palse-positive - don't use PID 18425 | Assertion failure: pages_.empty(), at /builds/worker/workspace/build/src/js/src/jit/ProcessExecutableMemory.cpp:492 P5 RESOLVED
1461712 Nit: some misleading helper names in WPT webrtc P3 RESOLVED
1461904 Intermittent AddressSanitizer: heap-use-after-free /builds/worker/workspace/build/src/media/mtransport/sigslot.h:318:13 in ~lock_block P2 RESOLVED
1461910 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreamsCombined.html | Error in test execution: Error: Element _remote_{ac378508-12a4-4ea6-b0c0-36cbd6368bb8} should progress currentTime timeout/<@http://mochi.test:8888/ P5 RESOLVED
1462125 Move marshaling of statistics that are reported by the media conduits out of PeerConnectionImpl P3 ASSIGNED
1462179 Follow-up to WPT RTCPeerConnection-setRemoteDescription.html patch P2 RESOLVED
1462312 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceBadAnswer.html | Error in test execution: Error: Element _local_{ca7a0b32-37cb-461e-95cf-6029e1b8e4e0} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/ P5 RESOLVED
1462485 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannelNoBundle.html | stats ICE connections matches expected A/V transports - got 1, expected 2 P5 RESOLVED
1463610 Outstanding getStats calls can be resolved together in the right circumstances P3 NEW
1464027 Intermittent leakcheck | default process: 46592 bytes leaked (IPC::Message) P5 RESOLVED
1464079 AddressSanitizer: heap-use-after-free [@ ~lock_block] with READ of size 8 -- RESOLVED
1464222 [wpt-sync] Sync PR 11149 - More video protocol tests P4 NEW
1464455 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | Error in test execution: Error: Timeout checking for stats for track {bf9bfc9b-e81a-4001-8e8e-2506b79f740d} after at least30000ms waitForRtpFlow@http://mochi.test:8888 P5 RESOLVED
1464669 Intermittent dom/media/tests/mochitest/test_peerConnection_transceivers.html | Error executing test: NotFoundError: The object can not be found here. P5 RESOLVED
1464783 [wpt-sync] Sync PR 11177 - webrtc wpt: remove test_state_change_event P4 RESOLVED
1464934 [wpt-sync] Sync PR 11209 - Reland "More video protocol tests" P4 RESOLVED
1465194 Intermittent dom/media/tests/mochitest/test_getUserMedia_stopAudioStream.html | Error executing test: Error: ended event never fired value/</<@http://mochi.test:8888/tests/dom/media/tests/mochitest/mediaStreamPlayback.js:209:18 ... P5 RESOLVED
1465253 rtplogger MOZ_LOG setting truncates lines P2 RESOLVED
1465255 Receive-side media packet loss observed with hangouts P2 RESOLVED
1465257 Mac clients in large hangout meetings report connectivity losses P3 RESOLVED
1465262 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | Error in test execution: Error: Element _remote_{4c676f6a-6d3b-4274-a195-182237f9ff28} should progress currentTime timeout/<@http://mochi.test:8888/tests/ P5 RESOLVED
1465400 WebRTC a=sendonly then a=sendrecv one-way audio (JsSIP) -- RESOLVED
1465473 [WebRTC] No video when using RTCPeerConnection multitrack P2 RESOLVED
1465486 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | Error in test execution: Error: Waiting for synced RTCP timed out after at least 15000ms waitForSyncedRtcp P5 RESOLVED
1465568 Move waitForSyncedRtcp to where it can be commonly used in the mochitest chain P3 NEW
1465746 [wpt-sync] Sync PR 11267 - webrtc wpt: check signalingState before addIceCandidate P4 RESOLVED
1466123 [wpt-sync] Sync PR 11301 - Improve RTCPeerConnection-setRemoteDescription-tracks.https.html tests. P4 RESOLVED
1466350 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATSrflx.html | Test timed out. P5 RESOLVED
1466572 [wpt-sync] Sync PR 11328 - Fire RTCPeerConnection.onsignalingstatechange in the correct order. P4 NEW
1466675 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideo.html | Error in test execution: Error: Timeout checking for stats for track {faca46a9-5680-4383-a686-718d789bdf35} after at least30000ms P5 RESOLVED
1466687 Intermittent dom/media/tests/mochitest/test_getUserMedia_mediaStreamConstructors.html | application timed out after 370 seconds with no output P5 RESOLVED
1466742 Application sharing does not work on Windows P4 RESOLVED
1467476 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudio.html | Error in test execution: Error: Element _local_{d4777076-42a7-47c6-bd76-ed1b85e5e94d} P5 RESOLVED
1467624 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1467648 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleAnswer.html | Error in test execution: Error: Timeout checking for stats for track {25f2786c-2f58-4471-b78a-f94494ca86d3} after at least30000ms waitForRtpFlow@http:// P5 RESOLVED
1467660 Intermittent dom/media/tests/mochitest/test_peerConnection_bug1013809.html | Error in test execution: Error: Element _remote_{b6a805d4-2849-4e77-9275-61bdb653239b} should progress currentTime timeout/<@http:// P5 RESOLVED
1468189 [wpt-sync] Sync PR 11460 - nit wpt/webrtc/: Use assert_array_equals, not assert_equals P4 RESOLVED
1468451 Crash near null [@ mozilla::PeerConnectionMedia::AddTransceiver] P2 RESOLVED
1468551 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | Error in test execution: NotFoundError: The object can not be found here. P5 RESOLVED
1468721 Add new mochitest argument (--use-real-media-devices) P3 NEW
1468905 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | application terminated with exit code -11 P5 RESOLVED
1468939 [wpt-sync] Sync PR 11524 - webrtc: add tooling to allow using jscodeshift codemods P4 RESOLVED
1469270 Audio in webrtc app - linux OK, windows doesn't work -- RESOLVED
1469406 Google Hangouts/Meet - mic no longer is broadcast in Firefox 60.0.2 P2 RESOLVED
1469491 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoCombined.html | Error in test execution: Error: Element _local_{88a181f4-4fb2-4d65-9d69-c7085591ca3d} should progress currentTime timeout P5 RESOLVED
1469535 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceBadAnswer.html | Test timed out. P5 RESOLVED
1469570 [wpt-sync] Sync PR 11569 - webrtc wpt: trust getUserMedia to be compliant P4 RESOLVED
1469707 Intermittent dom/media/tests/mochitest/test_peerConnection_forwarding_basicAudioVideoCombined.html | Error in test execution: Error: Timeout checking for stats for track.. P5 RESOLVED
1469742 Intermittent dom/media/tests/mochitest/test_peerConnection_sender_and_receiver_stats.html | Error in test execution: Error: Timeout checking for stats for track {80db6d9d-9fb8-48fc-96ca-b0433f96afc9} after at least30000ms P5 RESOLVED
1469863 The name and content of shared windows are not displayed using https://mozilla.github.io/webrtc-landing/gum_test.html P3 RESOLVED
1469948 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIce.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1470067 Remove PtrVector P3 RESOLVED
1470330 Intermittent dom/media/tests/mochitest/test_peerConnection_webAudio.html | Error in test execution: Error: Audio analysis timed out waitForAnalysisSuccess@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:196:63 ... checkReceivingToneFrom@htt P5 RESOLVED
1470347 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_paused.js | application terminated with exit code 3221226505 P5 RESOLVED
1470351 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelay.html | Error in test execution: Error: Timeout checking for stats for track {07fa70b4-835f-44ce-9d61-b858404b5f13} after at least30000ms waitForRtpFlow@http://mochi.test:8888/te P5 RESOLVED
1470635 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioStreams.html | Error in test execution: Error: Element _local_{a0c28e80-693e-422c-ab84-6f6bb2533948} should progress currentTime timeout P5 RESOLVED
1470923 [wpt-sync] Sync PR 8051 - Add coverage report and tools for WebRTC tests P4 NEW
1471135 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | Error in test execution: Error: Timeout checking for stats for track {489952ed-602a-46f5-9ce5-50c84b752d85} after at least30000ms waitForRtpFlow@http://mo P5 RESOLVED
1471376 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | inbound-rtp.pliCount is a sane number for a short test. value=343 P5 RESOLVED
1471454 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/identity/test_setIdentityProviderWithErrors.html | application timed out after 370 seconds with no output P5 RESOLVED
1471691 [wpt-sync] Sync PR 11694 - webrtc wpt: remove generateMediaStreamTrack usage P4 RESOLVED
1471697 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ RefPtr<mozilla::MediaPipelineReceiveVideo::PipelineListener>::operator->() const] Assertion failure: mRawPtr ! P5 RESOLVED
1471798 [wpt-sync] Sync PR 11700 - Auto-update the webrtc IDL file P4 RESOLVED
1471846 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondVideoStreamNoBundle.html | stats ICE connections matches expected A/V transports - got 1, expected 2 P5 RESOLVED
1472393 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalRollback.html | Error in test execution: Error: Element _local_{3f007efd-1f3c-446d-a19f-9ef80a830db0} should progress currentTime timeout P5 RESOLVED
1472466 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicScreenshare.html | Error executing test: NotFoundError: The object can not be found here. P5 RESOLVED
1472484 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannelNoBundle.html | Error in test execution: Error: Element _local_{107dd18c-064f-4388-9a25-ff4993bbae42} should progress currentTime timeout/ P5 RESOLVED
1472516 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicScreenshare.html | Error executing test: Error: fullscreenerror @http://mochi.test:8888/tests/dom/media/tests/mochitest/test_getUserMedia_basicScreenshare.html:99:69 P5 RESOLVED
1472769 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ MessageLoop::PostTask_Helper(already_AddRefed<nsIRunnable>,int)] after Assertion failure: false (NS_SUCCEEDED(rv)) -- RESOLVED
1473141 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideo.html | Error in test execution: Error: Element _local_{8606c8b6-f01d-4e9f-be44-956de3464bcd} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/moch P5 RESOLVED
1473205 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioStreams.html | Test timed out. P5 RESOLVED
1473387 Intermittent dom/media/tests/mochitest/test_peerConnection_verifyAudioAfterRenegotiation.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1473405 Intermittent dom/media/tests/mochitest/test_peerConnection_webAudio.html | Error in test execution: Error: Tone not detected checkReceivingToneFrom@http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js:1665:28 ... CHECK_AUDIO_FLOW P5 RESOLVED
1473560 Intermittent WARNING - TEST-UNEXPECTED-FAIL | RoundTripSerialize/NewSdpTest.BasicAudioVideoSdpParse/2 | Expected: os.str() P5 RESOLVED
1473579 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelay.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1473583 webrtc can't stream and receive H264 anymore -- RESOLVED
1473838 DOMException error comes can't play audio source when multiple tabs of same are opened. P2 RESOLVED
1473876 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioStreams.html | application terminated with exit code -11 P5 RESOLVED
1473983 webrtc crash receive_stream_impl != nullptr -- RESOLVED
1474016 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | Error in test execution: Error: Timeout checking for stats for track {1d8fb1bd-11e5-4c28-bf57-8432dbd25ddc} after at least30000ms waitForRtpFlow P5 RESOLVED
1474056 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoCombined.html | application terminated with exit code -11 P5 RESOLVED
1474077 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioStreams.html | application terminated with exit code 1 P5 RESOLVED
1474147 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_tear_off_tab.js | Test timed out - P5 RESOLVED
1474148 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | Error in test execution: Error: Tone not detected checkReceivingToneFrom@http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js:1665:28 ... P5 RESOLVED
1474157 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoTransceivers.html | application terminated with exit code -11 P5 RESOLVED
1474158 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoCombined.html | Error in test execution: Error: Timeout checking for stats for track {8930d586-bcd1-480e-b20b-908b71d41097} after at least30000ms waitForRtpFlow@ P5 RESOLVED
1474167 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideo.html | Error in test execution: Error: Element _remote_{35511780-d866-4d0a-9cdb-1e871f8f84cc} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/... P5 RESOLVED
1474187 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | application terminated with exit code -11 After thread '<unnamed>' panicked at 'assertion failed: `(left != right)` P5 RESOLVED
1474518 Intermittent dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideo.html | Test timed out. P5 RESOLVED
1474610 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStream.html | Error in test execution: Error: Element _local_{d497932f-7e95-4a1c-8ada-149bc2aa06d9} should progress currentTime timeout P5 RESOLVED
1474658 RTCRtpStreamStats.ssrc should be an unsigned long P3 RESOLVED
1474724 Intermittent dom/media/tests/mochitest/test_a_noOp.html | application timed out after 370 seconds with no output P5 RESOLVED
1474769 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoVerifyTooLongMidFails.html | Test timed out. P5 RESOLVED
1474863 Intermittent dom/media/tests/mochitest/test_peerConnection_constructedStream.html | Error in test execution: Error: Element _local_{70bfcaac-20d8-4ef3-80e2-a03d1741c039} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/ P5 RESOLVED
1475017 Intermittent test_peerConnection_asymmetricIsolation.html | Error in test execution: Error: Element _remote_{ } should progress currentTime timeout/<@http:// mochitest/head.js:596:63 ... promise callback*timeout@http:// /mochitest/head.js:596:26 ... waitF P5 RESOLVED
1475092 [wpt-sync] Sync PR 11924 - Implement RTCRtpSender/Receiver.getCapabilities() P4 RESOLVED
1475118 Intermittent test_peerConnection_noTrickleAnswer.html | Error in test execution: Error: Element _remote_{ } should progress currentTime timeout/<@http:/ /mochitest/head.js:596:63 ... promise callback*timeout@http:// /mochitest/head.js:596:26 ... waitForMe P5 RESOLVED
1475142 Intermittent test_peerConnection_basicAudioDynamicPtMissingRtpmap.html | Error in test execution: Error: Element _remote_{2e9c4321-1b98-403a-b5e7-1f5867856e03} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/he P5 RESOLVED
1475360 Implement MediaStreamTrack isolated/onisolationchange P3 NEW
1475431 Appear.in tab crash in Windows 10 64-Bit clang-cl build P2 RESOLVED
1476214 Intermittent dom/media/tests/mochitest/test_peerConnection_constructedStream.html | Error in test execution: Error: Timeout checking for stats for track {eb03eccb-325e-4f11-95c6-ee9c7608d7a5} after at least30000ms waitForRtpFlow P5 RESOLVED
1476389 [wpt-sync] Sync PR 12036 - webrtc wpt: close RTCPeerConnection in generateAnswer helper P4 RESOLVED
1476438 [wpt-sync] Sync PR 12040 - webrtc wpt: rename RTCPeerConnection-addTransceiver.html to .https.html P4 RESOLVED
1476463 [wpt-sync] Sync PR 12041 - webrtc wpt: remove generateMediaStreamTrack in RTCRtpSender-replaceTrack P4 RESOLVED
1476487 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicScreenshare.html | Test timed out. P5 RESOLVED
1476494 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudio_forced_higher_rate.html | Error in test execution: Error: Audio analysis timed out waitForAnalysisSuccess@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:196:63 P5 RESOLVED
1476822 Intermittent dom/media/tests/mochitest/test_peerConnection_constructedStream.html | assertion count 1 is more than expected 0 assertions P5 RESOLVED
1477043 [wpt-sync] Sync PR 12069 - Implement & ship: RTCPeerConnection.addTransceiver() P4 RESOLVED
1477116 Intermittent dom/media/tests/mochitest/test_getUserMedia_trackEnded.html | ended event never raised for track {77bcdeee-59b5-42be-8638-b274da026556} P5 RESOLVED
1477154 Intermittent dom/media/tests/mochitest/test_peerConnection_localRollback.html | Error in test execution: Error: Timeout checking for stats for track {095a4fb7-a122-4792-85ac-73990a4f7912} P5 RESOLVED
1477228 [wpt-sync] Sync PR 12032 - webrtc wpt: rename RTCRtpSender-replaceTrack.html to RTCRtpSender-replaceTrack.https.html P4 RESOLVED
1477548 getStats: only a single outbound-rtp for simulcast P2 RESOLVED
1477651 [wpt-sync] Sync PR 12141 - webrtc: make transceiver tests work in Firefox P4 RESOLVED
1477825 Clean up static analysis findings in PeerConnectionImpl.cpp P3 RESOLVED
1478285 [wpt-sync] Sync PR 12179 - webrtc wpt: remove generateMediaStreamTrack, add cleanup after getNoiseStream P4 RESOLVED
1478753 Intermittent [taskcluster:error] Task aborted - max run time exceeded at dom/media/tests/mochitest/test_peerConnection_trackless_sender_stats.html P5 RESOLVED
1478890 Get rid of CallbackObjectHolder::ToXPCOMCallback usage in webrtc code -- RESOLVED
1479062 Intermittent dom/media/tests/mochitest/identity/test_fingerprints.html | error in test: The object can not be found here. P5 VERIFIED
1479099 [wpt-sync] Sync PR 12216 - Add RTCIceTransport IDL + binding skeleton P4 RESOLVED
1479154 Intermittent GECKO(3028) | Assertion failure: !IsStarted() && OnCubebOperationThread(), at /builds/worker/workspace/build/src/dom/media/GraphDriver.cpp:611 P5 RESOLVED
1479460 [wpt-sync] Sync PR 12230 - webrtc: throw InvalidAccessError on mismatching rtcpmuxPolicy in setRemoteDescription P4 RESOLVED
1479539 [wpt-sync] Sync PR 12237 - Fix RTCPeerConnection-transceivers.https.html bug. P4 RESOLVED
1479632 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | inbound-rtp.pliCount is a sane number for a short test. value=100 P3 RESOLVED
1479799 Intermittent dom/media/tests/mochitest/test_getUserMedia_stopVideoStreamWithFollowupVideo.html | Test timed out. P5 RESOLVED
1479891 Intermittent dom/media/tests/mochitest/identity/test_setIdentityProviderWithErrors.html | ended never fired for track {da02e7ae-eb26-49df-bd86-76049bd1c8f5} P5 RESOLVED
1479953 Intermittent dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveAudio.html | Error in test execution: Error: Element _remote_{ } should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:596:63 ... P5 RESOLVED
1480162 Can't turn off the loopback device when calling our gUM wrapper in an iframe P2 RESOLVED
1480227 Intermittent dom/media/tests/mochitest/test_peerConnection_restrictBandwidthWithTias.html | Test timed out. P5 RESOLVED
1480238 Intermittent dom/media/tests/mochitest/test_dataChannel_bug1013809.html | Error in test execution: Error: Element _local_{948e5ec9-3920-4b37-af60-0be74c0d58a9} should progress currentTime timeout P5 RESOLVED
1480240 Intermittent dom/media/tests/mochitest/test_dataChannel_bug1013809.html | Error in test execution: Error: Element _local_{948e5ec9-3920-4b37-af60-0be74c0d58a9} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest P5 RESOLVED
1480273 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpTransceiver.https.html | checkRemoteRollback - Test timed out P5 RESOLVED
1480498 Rename RTCRTPStreamStats to match the spec RTCRtpStreamStats P2 RESOLVED
1480525 _localIdp and _remoteIdp are not checked before closed in PeerConnection.js P2 RESOLVED
1480598 figure out to correctly autogenerate moz.build files for aarch64 windows P3 RESOLVED
1480679 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioStreams.html | Error in test execution: Error: Element _remote_{c91a343c-0dd7-4497-aa7f-940c6214785c} should progress currentTime P5 RESOLVED
1480698 peerconnection.close() with screen share enabled causes a Crash in IPCError-browser | ShutDownKill P3 RESOLVED
1480931 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ mozilla::gfx::Log<1, mozilla::gfx::CriticalLogger>::WriteLog(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)] P5 RESOLVED
1480942 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreamsCombined.html | Test timed out. P3 RESOLVED
1481107 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-addTrack.https.html | addTrack with existing sender with null track, same kind, and recvonly direction should reuse sender - Test timed out P5 RESOLVED
1481110 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideo.html | Test timed out. P5 RESOLVED
1481218 [wpt-sync] Sync PR 12325 - Fix the wpt/webrtc/RTCRtpParameters-transactionId test P4 RESOLVED
1481334 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStream.html | Error in test execution: Error: Timeout checking for stats for track {ab330490-eee9-48d6-888e-08f0a7e367e4} after at least30000ms waitForRtpFlow@http P5 RESOLVED
1481557 improve getStats isRemote deprecation warning P2 RESOLVED
1481741 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStreamNoBundle.html | application terminated with exit code -11 P5 RESOLVED
1481742 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIce.html | application terminated with exit code -11 P5 RESOLVED
1481782 [meta] Improve WebRTC performance and usability under poor networking conditions P2 RESOLVED
1481805 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoRtcpMux.html | Test timed out. P5 RESOLVED
1481851 getStats: kind is missing from RTPStreamStats P2 RESOLVED
1481982 [wpt-sync] Sync PR 12365 - Add RTCQuicTransport IDL + binding skeleton P4 RESOLVED
1482030 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_in_frame.js | application crashed [@ xul.dll + 0x44ec71] P5 RESOLVED
1482198 [wpt-sync] Sync PR 12383 - RTCIceTransport: gather() implementation. P4 RESOLVED
1482254 Crash when connecting to Edge using WebRTC P2 RESOLVED
1482511 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | Error in test execution: Error: Element _local_{82122d06-abdf-422a-a50f-c6dab726c215} should progress currentTime timeout P5 RESOLVED
1482521 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | Test timed out. P5 RESOLVED
1482558 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioPcmaPcmuOnly.html | Error in test execution: Error: Element _local_{372c7f8c-d153-45f9-a7cf-e5b10c1208de} should progress currentTime timeout P5 RESOLVED
1482787 Intermittent dom/media/tests/mochitest/test_getUserMedia_audioConstraints_concurrentIframes.html | application terminated with exit code -11 after thread '<unnamed>' panicked at 'assertion failed: `(left != right)` P5 RESOLVED
1483150 Intermittent dom/media/tests/mochitest/test_peerConnection_twoVideoStreams.html | Test timed out. P5 RESOLVED
1483265 Intermittent MediaPipelineTest.TestAudioSendMux | Expected: p1_.GetAudioRtpCountSent() P5 RESOLVED
1483376 Intermittent dom/media/tests/mochitest/test_getUserMedia_audioConstraints_concurrentIframes.html | Test timed out. P5 RESOLVED
1483424 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideo.html | application terminated with exit code -11 P5 RESOLVED
1483511 --disable-webrtc fails to build in dom/media/gtest/ ('MediaEngineWebRTC.h' file not found) P3 RESOLVED
1483601 Bug 1404977 broke --disable-webrtc -- RESOLVED
1484130 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | application terminated with exit code -11 P5 RESOLVED
1484228 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | Error in test execution: Error: Timeout checking for stats for track {a5ad03eb-1cc4-4fe3-a835-cb3ea34d867c} after at least30000ms waitForRtpFlow P5 RESOLVED
1484235 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | application terminated with exit code -11 P5 RESOLVED
1484404 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_paused.js | Test timed out - P5 RESOLVED
1484579 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideo.html | Test timed out. P5 RESOLVED
1484854 Intermittent dom/media/tests/mochitest/test_getUserMedia_stopAudioStreamWithFollowupAudio.html | Error executing test: Error: ended event never fired value/</<@http://mochi.test:8888/tests/dom/media/tests/mochitest/mediaStreamPlayback.js:209:18 P5 RESOLVED
1484856 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | application terminated with exit code -11 | thread '<unnamed>' panicked at 'assertion failed: `(left != right)` P5 RESOLVED
1485215 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoRtcpMux.html | application terminated with exit code -11 P5 RESOLVED
1485237 Intermittent dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideoAudio.html | Error in test execution: Error: Element _remote_{ad792f7b-e385-4fa7-93e0-148b5ddea979} should progress currentTime timeout P5 RESOLVED
1485261 Implement statsended for ICE stats P3 ASSIGNED
1485539 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioRequireEOC.html | Error in test execution: Error: Timeout checking for stats for track {51e96123-c02f-4752-b934-0df986013c83} after at least30000ms waitForRtpFlow@http://mochi.test:8888 P5 RESOLVED
1485549 Intermittent dom/media/tests/mochitest/test_peerConnection_audioCodecs.html | No audio flow: Error: Audio analysis timed out P5 RESOLVED
1485659 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalRollback.html | Error in test execution: Error: Element _local_{b8622f88-284b-4978-8e0d-4bb117b9ddb3} should progress currentTime timeout P5 RESOLVED
1485665 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_asymmetricIsolation.html | Error in test execution: Error: Timeout checking for stats for track {bc1331e4-c7f3-4f86-8917-454caa8ac07b} after at least30000ms waitForRtpFlow@ P5 RESOLVED
1485845 [wpt-sync] Sync PR 12661 - RTCIceTransport: start() implementation. P4 RESOLVED
1486028 add aarch64 windows cases to various webrtc headers P3 RESOLVED
1486038 fix webrtc compilation errors on aarch64 windows P3 RESOLVED
1486109 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | application terminated with exit code -11 P5 RESOLVED
1486110 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideo.html | application terminated with exit code -11 P5 RESOLVED
1486174 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudio_forced_higher_rate.html | Error in test execution: Error: Element _remote_{a1694ab5-c46d-4453-8e2c-973bf3d453c0} should progress currentTime P5 RESOLVED
1486191 limit SdpParser attribute list length for fuzzing P3 RESOLVED
1486427 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoTransceivers.html | Test timed out. P5 RESOLVED
1486522 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoRtcpMux.html | Error in test execution: Error: Element _local_{145bef15-f93f-4e38-9c91-a6a888129714} should progress currentTime timeout/<@http://mochi.test:8888/test ... P5 RESOLVED
1486545 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoCombined.html | Test timed out. P5 RESOLVED
1486581 Intermittent dom/media/tests/mochitest/test_peerConnection_bug1013809.html | Error in test execution: Error: Timeout checking for stats for track {b830b5d4-d0a1-4ae8-99b0-f0276ac75bca} after at least30000ms waitForRtpFlow@http://mochi.test:8888/tests/dom/ P5 RESOLVED
1486693 [wpt-sync] Sync PR 12715 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=189040 P4 RESOLVED
1486947 Intermittent dom/media/tests/mochitest/test_peerConnection_threeUnbundledConnections.html | Test timed out. P5 RESOLVED
1486997 Intermittent dom/media/tests/mochitest/test_peerConnection_setRemoteOfferInHaveLocalOffer.html | Test timed out. P5 RESOLVED
1487040 Intermittent TV leakcheck | default process: 1296 bytes leaked (CondVar, Mutex, PollableEvent, ThreadEventTarget, ThreadTargetSink, ...) P5 RESOLVED
1487129 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpTransceiver.https.html | checkStopAfterClose - Test timed out P5 RESOLVED
1487256 [wpt-sync] Sync PR 12750 - Add RTCQuicStream IDL + binding skeleton P4 RESOLVED
1487278 Intermittent PID 11358 | Assertion failure: transceiver->IsAssociated() (ICE candidate was gathered before the transceiver was associated! This should never happen.) at /builds/worker/workspace/build/src/media/webrtc/signaling/src/jsep/JsepSessionImpl.cpp P5 RESOLVED
1487446 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoBundle.html | Error in test execution: Error: Element _local_{...} should progress currentTime timeout/<@.../head.js:590:63 ... promise callback*timeout@..../head.js:590:37 ... wa P5 RESOLVED
1487501 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | Error in tst execution: Error: Element _remote_{c9242f5e-41a4-4dd4-863c-e32b14360979} should progress currentTime timeout P5 RESOLVED
1487585 [wpt-sync] Sync PR 12771 - RTCQuicTransport: start() implementation P4 RESOLVED
1487617 Google Meet and Hangouts stopped working in Firefox 63 P2 RESOLVED
1487636 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATSrflx.html | Error in test execution: Error: Element _local_{0d46851d-2f61-4491-b424-47b1c00fbf06} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/ P5 RESOLVED
1487848 [wpt-sync] Sync PR 12782 - webrtc: throw SyntaxError on {iceServers: []} P4 RESOLVED
1488029 Intermittent dom/media/tests/mochitest/test_peerConnection_localReofferRollback.html | Error in test execution: Error: Element _remote_{...} should progress currentTime timeout P5 RESOLVED
1488447 Can't be heard in Firefox but works fine on Chrome P3 NEW
1488512 [meta] Major WebRTC Stats Changes for Fx 65 P3 NEW
1488647 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | Test timed out. P5 RESOLVED
1488773 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | Error in test execution: Error: Timeout checking for stats for track {c18a296f-a7b9-407c-a320-515cf57800c2} after at least30000ms P5 RESOLVED
1488832 Assertion failure: mInitDone, at /builds/worker/workspace/build/src/dom/media/webrtc/MediaEngineRemoteVideoSource.cpp:190 P3 RESOLVED
1488919 BlueJeans WebRTC calls are broken because of MID mis-match P2 RESOLVED
1489016 [wpt-sync] Sync PR 12864 - Implement RTCIceTransport.onselectedcandidatepairchange P4 NEW
1489033 WebRTC local-candidate and remote-candidate stats need coverage P2 RESOLVED
1489040 WebRTC ICE candidate stats ipAddress needs to be renamed P3 RESOLVED
1489059 [Facebook] The call doesn't go through when it's made from the PC to a mobile phone. P2 VERIFIED
1489487 [wpt-sync] Sync PR 12895 - Implement DTMF [[ToneBuffer]] in the blink layer P4 RESOLVED
1489556 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | Error in test execution: Error: Element _local_{b13263b5-0952-4a58-ac19-1834e6da2556} should progress currentTime timeout/ P5 RESOLVED
1489623 Spec change: throw SyntaxError on RTCIceServer with no urls P2 RESOLVED
1489643 Intermittent PID 11539 | Assertion failure: transceiver->IsAssociated() (ICE candidate was gathered before the transceiver was associated! This should never happen.), at /builds/worker/workspace/build/src/media/webrtc/signaling/src/jsep/JsepSessionImpl P5 RESOLVED
1489656 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVerifyRtpHeaderExtensions.html | Error in test execution: Error: Element _local_{1ff10867-5378-40f6-b1ad-f45d789b4b6f} should progress currentTime timeout P5 RESOLVED
1489710 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | Error in test execution: Error: Element _remote_{3f07a1ab-2d2b-4df0-8147-2454a91d82a0} should progress currentTime P5 RESOLVED
1490154 In WebEx, could not acquire local media. P3 NEW
1490215 Intermittent dom/media/tests/mochitest/test_getUserMedia_audioConstraints_concurrentIframes.html | Error executing test: Error: verifyPlaying timed out timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:590:63 ... P5 RESOLVED
1490462 Fatal tab crash during multi-party WebRTC call P2 RESOLVED
1490536 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoBundleNoRtcpMux.html | Test timed out. P5 RESOLVED
1490582 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_peerIdentity.html | Error in test execution: Error: Timeout checking for stats for track {37f8bf11-1a23-4033-a576-7a3d4b921844} after at least30000ms waitForRtpFlow P5 RESOLVED
1490646 Can't screen share Chrome window using getUserMedia P3 RESOLVED
1490692 Assertion failure: false, at /builds/worker/workspace/build/src/media/mtransport/transportlayerice.cpp:107 P3 NEW
1490700 Divide-by-zero in [@webrtc::I420Buffer::CropAndScaleFrom] P2 RESOLVED
1490713 Intermittent dom/media/tests/mochitest/identity/test_setIdentityProviderWithErrors.html | ended never fired for track {7e2900ac-2a42-41c5-83ad-c052951c7627} P5 RESOLVED
1490715 Intermittent dom/media/tests/mochitest/identity/test_setIdentityProviderWithErrors.html | ended never fired for track {7e2900ac-2a42-41c5-83ad-c052951c7627} P5 RESOLVED
1490949 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioRequireEOC.html | Error in test execution: Error: Element _local_{0b751a1c-6a6e-4518-b421-c32411133b87} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/ P5 RESOLVED
1491128 Add comment block to dom/webidl/RTCDTMFToneChangeEvent.webidl P2 RESOLVED
1491500 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | Error in test execution: Error: Element _remote_{***} should progress currentTime timeout/<@http://*/head.js:590:63 ... promise callback*timeout@http://*/head.js:590:3 P5 RESOLVED
1491597 Intermittent dom/media/tests/mochitest/test_peerConnection_bug1013809.html | Error in test execution: Error: Element _local_{24d059e7-46e3-4eeb-9939-1181280fb28d} should progress currentTime timeout/<@http://mochi.test:8888/tests/ P5 RESOLVED
1491626 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_peerIdentity.html | Error in test execution: TypeError: e is undefined; can't access its "stack" property execute/<@http://mochi.test:8888/tests/dom/media/tests P5 RESOLVED
1491805 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCRtpTransceiver.https.html | expected OK -- RESOLVED
1491933 Intermittent dom/media/tests/mochitest/test_peerConnection_basicH264Video.html | Error in test execution: Error: Timeout checking for stats for track {0bf4d9dc-c842-446d-94e4-1fea64b8cf84} after at least30000ms waitForRtpFlow P5 RESOLVED
1492203 Delay in seeing video on meet.google.com P3 RESOLVED
1492287 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundle.html | Error in test execution: Error: Element _local_{0e137cd7-fea7-4f86-b976-849d2e9e8904} should progress currentTime timeout/<@http://mochi.test:8888/tests P5 RESOLVED
1492571 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoVerifyExtmapSendonly.html | ended never fired for track {c0697fe6-bde7-45cc-97b7-8e2c99b36d8f} P5 RESOLVED
1492626 Intermittent Test-Verify dom/media/tests/mochitest/test_peerConnection_simulcastAnswer.html | Test timed out P5 RESOLVED
1492658 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastOddResolution.html | Test timed out. P5 RESOLVED
1492676 Intermittent Test Verify dom/media/tests/mochitest/test_peerConnection_simulcastAnswer.html | Test timed out. P5 RESOLVED
1492798 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoTransceivers.html | Error in test execution: Error: Timeout checking for stats for track {77f1f2aa-2df1-4636-9ec8-63f34ae839b4} after at least30000ms waitForRtpFlow@ P5 RESOLVED
1493004 Intermittent dom/media/tests/mochitest/test_peerConnection_forwarding_basicAudioVideoCombined.html | Test timed out. P5 RESOLVED
1493012 [wpt-sync] Sync PR 13123 - Add allowance for race in DTMF ontonechange events P4 RESOLVED
1493076 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVerifyRtpHeaderExtensions.html | Error in test execution: Error: Timeout checking for stats for track {ad5c9757-9264-43d8-9b6e-6c3c4c5d01e3} after at least30000ms P5 RESOLVED
1493296 Intermittent PID 12643 | Assertion failure: transceiver->IsAssociated() (ICE candidate was gathered before the transceiver was associated! at /builds/worker/workspace/build/src/media/webrtc/signaling/src/jsep/JsepSessionImpl.cpp:2259 P5 RESOLVED
1493318 navigator.mediaDevices.enumerateDevices() triggers App permission dialogs on Android P2 RESOLVED
1493324 Intermittent dom/media/tests/mochitest/test_peerConnection_bug827843.html | Error in test execution: Error: Timeout checking for stats for track {d616388b-67b2-426b-a040-d98bcc648bae} after at least30000ms waitForRtpFlow@http://mochi.test:8888/tests/dom/ P5 RESOLVED
1493834 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | Error in test execution: Error: Timeout checking for stats for track {b93ecda7-927d-4b43-82be-30d42cc5672a} after at least30000ms P5 RESOLVED
1493863 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoCombined.html | Error in test execution: Error: Element _remote_{ } should progress currentTime timeout/<@http:// tests/dom/media/tests/mochitest/head.js:590:63 ... promise callback*ti P5 RESOLVED
1494089 Intermittent dom/media/tests/mochitest/identity/test_setIdentityProviderWithErrors.html | Error in test execution: Error: Timeout checking for stats for track {2d5a451a-2b2a-4379-844b-7a387934d446} after at least30000ms waitForRtpFlow@ P5 RESOLVED
1494131 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | Test timed out. P5 RESOLVED
1494648 [wpt-sync] Sync PR 13241 - [Unified Plan] Remote MediaStreamTracks should be muted by default. P4 RESOLVED
1494682 Intermittent dom/media/tests/mochitest/test_peerConnection_webAudio.html | ended never fired for track when Gecko 64 merges to Beta on 2018-10-15 P4 RESOLVED
1495185 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | iceconnectionstate event 'failed' matches expected state 'checking' - got "failed", expected "checking" P5 RESOLVED
1495277 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreamsCombined.html | Error in test execution: Error: Timeout checking for stats for track {db6aef69-5a4e-4654-8d2e-eaabd169241c} after at least30000ms P5 RESOLVED
1495446 In getStats(), RTCP timestamps have the wrong epoch P2 RESOLVED
1495477 [wpt-sync] Sync PR 13287 - Implement RTCQuicTransport.onquicstream and stream reset/finish P4 RESOLVED
1495626 [wpt-sync] Sync PR 13298 - Remove invalid RTCPeerConnection.addTransceiver() tests P4 RESOLVED
1495697 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | Error in test execution: Error: Timeout checking for stats for track {f2662541-976b-4a99-b45c-5eca70609196} after at least30000ms waitForRtpFlow@http:// /pc.js:155 P5 RESOLVED
1495802 WebRTC calls are failing in v63 because of changing mid -- RESOLVED
1495968 [wpt-sync] Sync PR 13322 - Remove and fix non-spec compliant WebRTC tests P4 RESOLVED
1495976 [wpt-sync] Sync PR 13323 - Reland: Implement RTCIceTransport.onselectedcandidatepairchange P4 RESOLVED
1496027 firefox-62 with --enable-webrtc cannot be compiled on linux/armhf P5 RESOLVED
1496103 Intermittent test_dataChannel_bug1013809.html | Error in test execution: Error: Element _remote_{21333a42-3038-4259-becf-1b4368801b7c} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:591:63 P5 RESOLVED
1496264 Intermittent dom/media/tests/mochitest/test_peerConnection_trackDisabling.html | Error in test execution: Error: Timeout checking for stats for track {8f3c45bf-e188-4461-999f-f1271a0fd033} after at least30000ms waitForRtpFlow@http://mochi.test:8888/... P5 RESOLVED
1496359 [Wayland] We need to implement PipeWire support P3 RESOLVED
1496533 WebRTC RTCP stats timestamps should be reception time, not query time P2 RESOLVED
1497381 Intermittent dom/media/tests/mochitest/identity/test_setIdentityProvider.html | Error in test execution: Error: Timeout checking for stats for track {5c98266b-7abc-43f1-9c58-e32e4493850d} after at least30000ms waitForRtpFlow@ P5 RESOLVED
1497585 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-send.html | Data channel should be able to send ArrayBuffer message and receive as Blob - Test timed out P5 RESOLVED
1497806 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalRollback.html | Error in test execution: Error: Timeout checking for stats for track {9a3a840a-05ad-4d6f-a239-6a78687b1538} after at least30000ms waitForRtpFlow P5 RESOLVED
1498045 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannelNoBundle.html | Error in test execution: Error: Element _remote_{f46e8eb7-9326-44c2-a78e-a04a17a6783f} should progress currentTime timeout/<@http://mochi.test:8888 P5 RESOLVED
1498237 Intermittent dom/media/tests/mochitest/identity/test_fingerprints.html | Test timed out. P5 RESOLVED
1498326 Intermittent dom/media/tests/mochitest/identity/test_fingerprints.html | error in test: The operation was aborted. P5 RESOLVED
1498344 Intermittent [TV] browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | Uncaught exception - undefined - timed out after 50 tries. P5 RESOLVED
1498345 Intermittent leakcheck | default process: 1536 bytes leaked (IPC::Message) P5 RESOLVED
1498346 Intermittent [TV] browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | A promise chain failed to handle a rejection: Constraints could be not satisfied. - stack: (No stack available.) P5 RESOLVED
1498528 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_queue_request.js | camera selector hidden - P5 RESOLVED
1498652 Remove mozLocalTransport from WebRTC ICE stats P2 RESOLVED
1498679 Perma tier2 dom/media/tests/mochitest/test_setSinkId.html | Never enter here, this must fail| wpt/setSinkId.html | setSinkId fails with NotFoundError on made up deviceid - assert_unreached: Should have rejected: undefined Reached unreachable code P5 RESOLVED
1498804 Intermittent dom/media/tests/mochitest/identity/test_fingerprints.html | [SimpleTest.finish()] No checks actually run. (You need to call ok(), is(), or similar functions at least once. Make sure you use SimpleTest.waitForExplicitFinish() if you need it.) P5 RESOLVED
1498834 [wpt-sync] Sync PR 13499 - More Tests for WebRTC Data Channels P4 RESOLVED
1499094 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalAndRemoteRollback.html | Error in test execution: Error: Element _local_{ec8d2d45-8a2e-484c-bad1-dddb191f805e} should progress currentTime timeout/ P5 RESOLVED
1499098 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack.html | Error in test execution: Error: Timeout checking for stats for track {a76fa621-d92f-4a8c-a933-ee7ebe5fccac} after at least30000ms waitForRtpFlow@ P5 RESOLVED
1499168 Intermittent test-verify Android 4.3 dom/media/tests/mochitest/test_getUserMedia_mediaStreamClone.html | Test timed out. P5 RESOLVED
1499588 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalAndRemoteRollbackNoSubsequentRestart.html | Error in test execution: Error: Element _remote_{4e0460ad-eec2-410c-af2b-7868983195fd} should progress currentTime timeout/<@http://mochi P5 RESOLVED
1499613 Intermittent /webrtc/RTCDTMFSender-ontonechange-long.https.html | insertDTMF with duration greater than 6000 should be clamped to 6000 - assert_between_inclusive: Expect tonechange event for "" to be fired approximately after 6070 milliseconds expected a P5 RESOLVED
1499722 Intermittent dom/media/tests/mochitest/test_peerConnection_constructedStream.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1500021 Intermittent dom/media/tests/mochitest/test_peerConnection_stats_relayProtocol.html | Error in test execution: Error: Timeout checking for stats for track {ca1e3260-9145-4632-88ed-5377b2e1b2bb} P5 RESOLVED
1500071 Intermittent Test Verify TinderboxPrint: Per-test run of .../RTCRtpTransceiver.https.html<br/>: FAILURE P5 RESOLVED
1500246 Intermittent dom/media/tests/mochitest/test_peerConnection_audioSynchronizationSourcesUnidirectional.html | Error in test execution: Error: Element _local_{ab1aef8e-41f5-4f19-b34f-7a7f6d0d131f} should progress currentTime timeout P5 RESOLVED
1501217 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalAndRemoteRollback.html | Error in test execution: Error: Element _remote_{b1148fc5-716b-40d4-8919-33202be24691} should progress currentTime timeout/<@http P5 RESOLVED
1501626 Intermittent dom/media/tests/mochitest/test_peerConnection_answererAddSecondAudioStream.html | Error in test execution: Error: Element _local_{3d95ba1b-a1b5-45ec-b15b-637106c1b83c} should progress currentTime timeout/ P5 RESOLVED
1501732 Intermittent dom/media/tests/mochitest/test_getUserMedia_gumWithinGum.html | Error executing test: Error: verifyPlaying timed out timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:591:63 P5 RESOLVED
1502232 Intermittent Test Verify PID 6100 | Assertion failure: transceiver->IsAssociated() (ICE candidate was gathered before the transceiver was associated! This should never happen.), at z:/build/build/src/media/webrtc/signaling/src/jsep/JsepSessionImpl.cpp:228 P5 RESOLVED
1502243 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpTransceiver.https.html | checkStopAfterCreateAnswer - Test timed out P5 RESOLVED
1502343 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | Error in test execution: Error: Element _local_{19824816-eb4d-479d-89f3-bdf441f49426} should progress currentTime timeout/<@http://mochi.test:8888/tests P5 RESOLVED
1502730 Intermittent dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveAudio.html | Error in test execution: Error: Timeout checking for stats for track { } after at least30000ms waitForRtpFlow@http:// /mochitest/pc.js:1556:11 ... async*waitFo P5 RESOLVED
1502992 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCRtpTransceiver.https.html | expected OK P5 RESOLVED
1503023 An invalid state error can arise when a PeerConnection is closed before its certificates are initialized -- RESOLVED
1503248 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideo.html | Error in test execution: Error: Element _local_{506bcff2-6e94-49ce-9eff-fa141d59f2c3} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/test P5 RESOLVED
1503327 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | application terminated with exit code 3221226505 P5 RESOLVED
1503351 [wpt-sync] Sync PR 13788 - Add RTCPeerConnection.connectionState and onconnectionstate. P4 RESOLVED
1503359 Don't build both fixed- and floating-point noise suppression on aarch64-windows P3 RESOLVED
1503363 Don't assume that all WINNT targets support sse2 P3 RESOLVED
1503444 [wpt-sync] Sync PR 13798 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=191077 P4 RESOLVED
1503754 Intermittent dom/media/tests/mochitest/test_peerConnection_trackDisabling.html | Error in test execution: Error: Element _local_{7c0d17cf-fda4-426b-b626-81c8028a8a6d} should progress currentTime timeout P5 RESOLVED
1503889 WebRTC Data channels created with Firefox 63 do not work with node-webrtc -- RESOLVED
1503991 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | application timed out after 370 seconds with no output P3 RESOLVED
1504260 Intermittent TV dom/media/tests/mochitest/test_peerConnection_simulcastOddResolution.html | Rtcp bytesReceived P5 RESOLVED
1504341 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalRollbackNoSubsequentRestart.html | Error in test execution: Error: Timeout checking for stats for track {40ed8072-3e8a-42ea-bc61-fc3ef6cea8a3} P5 RESOLVED
1504383 [wpt-sync] Sync PR 13869 - Check for AudioContext to enable generating audio tracks with it P4 RESOLVED
1504458 [wpt-sync] Sync PR 13886 - Rewrite RTC ICE and DTLS transport tests with alternative dependencies (Rebased) P4 NEW
1504496 [wpt-sync] Sync PR 13892 - Move peerIdentity test from webrtc-pc to webrtc-identity P4 RESOLVED
1504498 [wpt-sync] Sync PR 13893 - Rename generateOffer to generateDataChannelOffer and remove use of legacy optionsRename generateOffer to generateDataChannelOffer and remove use of legacy options P4 RESOLVED
1504514 [wpt-sync] Sync PR 13902 - An incoming offer can generate simulcast P4 RESOLVED
1504515 [wpt-sync] Sync PR 13903 - Move RTCRtpTransceiver tests related to OfferToReceive legacy options to webrtc/legacy P4 RESOLVED
1504516 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpTransceiver.https.html | checkMsectionReuse - Test timed out P5 RESOLVED
1504517 [wpt-sync] Sync PR 13904 - Remove unneeded setting of onaddstream P4 RESOLVED
1504519 [wpt-sync] Sync PR 13906 - Perform safe addIceCandidate together with signaling handshake P4 NEW
1504520 [wpt-sync] Sync PR 13907 - Let sender sends some media data so that getStats produce some outbou… P4 RESOLVED
1504532 [wpt-sync] Sync PR 13909 - Move oneremovetrack tests to webrtc/legacy P4 NEW
1504561 [wpt-sync] Sync PR 13910 - Fix typo in RTCRtpReceiver-getParameters.html P4 RESOLVED
1504604 [wpt-sync] Sync PR 13914 - Fix RTCRtpTransceiver direction tests P4 RESOLVED
1504616 [wpt-sync] Sync PR 13915 - webrtc: rename DTLSTransport.transport to .iceTransport P4 RESOLVED
1504629 [wpt-sync] Sync PR 13916 - Update replaceTrack after removeTrack tests P4 RESOLVED
1504855 [wpt-sync] Sync PR 13931 - Implement RTCQuicStream.write() P4 RESOLVED
1504920 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-track-stats.https.html | RTCPeerConnection.getStats(sendingTrack) is the same as RTCRtpSender.getStats() - Test timed out P5 RESOLVED
1504933 [wpt-sync] Sync PR 13940 - Update RTCPeerConnection-setRemoteDescription-tracks.https.html as MediaStream has no constraint on the order of the track P4 RESOLVED
1504949 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-transceivers.https.html | expected OK P5 RESOLVED
1504999 Intermittent tvw2 TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-track-stats.https.html | RTCRtpReceiver.getStats() contains only inbound-rtp and related stats - Test timed out P5 RESOLVED
1505067 [wpt-sync] Sync PR 13950 - Fix and re-enable simplecall-no-ssrcs.https.html. P4 RESOLVED
1505076 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteRollback.html | Error in test execution: Error: Timeout checking for stats for track {ab142eff-6278-4fda-8e12-925bcdff5abd} after at least30000ms waitForRtpFlow@http://mochi.test:8888/tests P5 RESOLVED
1505202 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-transceivers.https.html | addTransceiver(track): "transceiver == {sender,receiver}" - Test timed out P5 RESOLVED
1505313 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpParameters-encodings.html | sender.getParameters() should return sendEncodings set by addTransceiver() - Test timed out P5 RESOLVED
1505345 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-transceivers.https.html | addTransceiver(track, init): initialize sendEncodings[0].active to false - Test timed out P5 RESOLVED
1505355 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpParameters-rtcp.html | expected OK P5 RESOLVED
1505429 Intermittent dom/media/tests/mochitest/test_peerConnection_sender_and_receiver_stats.html | Error in test execution: Error: Element _remote_{9abfb0b6-b923-456d-8754-5d36e43a4022} should progress currentTime timeout/<@http:// P5 RESOLVED
1505600 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpParameters-encodings.html | expected OK P5 RESOLVED
1505623 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-transceivers.https.html | addTransceiver(track, init): initialize direction to inactive - Test timed out P5 RESOLVED
1505731 [wpt-sync] Sync PR 13981 - Fix typo in RTCPeerConnection-setLocalDescription-offer.html P4 RESOLVED
1505794 Intermittent /webrtc/promises-call.html | Document was unloaded P5 RESOLVED
1505866 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoTransceivers.html | Valid rtp timestamp 1541700001631 <= 1541700001609 (22 ms) P5 RESOLVED
1505945 Intermittent /webrtc/datachannel-emptystring.html | Document was unloaded P5 RESOLVED
1506010 Intermittent PROCESS-CRASH Mochitest | Main app process exited normally | application crashed [@ webrtc::internal::VideoReceiveStream::GetStats() const] P5 RESOLVED
1506036 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelayTCP.html | Error in test execution: Error: Element _local_{df54b4c6-ba6e-49c3-afd5-ed44caae39a4} should progress currentTime timeout/<@http://mochi.test:8888/tests/ P5 RESOLVED
1506043 0.32 - 0.41% installer size (linux32, linux64, osx-cross, windows2012-32, windows2012-64) regression on push e83c311e5293902be4db4ecea17cff87c633f7cf (Thu Nov 8 2018) P3 RESOLVED
1506239 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-getStats.https.html | expected OK P5 RESOLVED
1506283 [Mac] Add automated tests for Mojave Camera/Mic usage with respect to OS device permissions P5 NEW
1506421 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_peerIdentity.html | Have local-candidate stat(s) P5 RESOLVED
1506500 Intermittent SUMMARY: AddressSanitizer: heap-use-after-free /builds/worker/workspace/build/src/media/webrtc/trunk/webrtc/api/optional.h:134:46 in Optional P1 RESOLVED
1506539 Intermittent dom/media/tests/mochitest/test_dataChannel_bug1013809.html | Error in test execution: Error: Element _remote_{9b0ce8ab-1198-4928-9035-b59ad45bd829} should progress currentTime timeout P5 RESOLVED
1506571 wrong moz.build file for webrtc P2 RESOLVED
1506582 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ webrtc::ReceiveStatisticsProxy::GetStats() const] P5 RESOLVED
1506606 Intermittent AddressSanitizer: heap-use-after-free /builds/worker/workspace/build/src/media/webrtc/trunk/webrtc/rtc_base/rate_statistics.cc:98:41 in EraseOld -- RESOLVED
1506615 Intermittent dom/media/tests/mochitest/test_peerConnection_verifyVideoAfterRenegotiation.html | application crashed [@ mozalloc_abort] P5 RESOLVED
1506644 -msse2 flag slips in again in non-x86 builds P5 RESOLVED
1506679 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/idlharness.https.window.html | expected OK P5 RESOLVED
1506744 Intermittent dom/media/tests/mochitest/test_peerConnection_trackDisabling_clones.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1506750 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpParameters-encodings.html | setParameters() with modified encoding.dtx should succeed with RTCRtpTransceiverInit - Test timed out P5 RESOLVED
1506885 Intermittent dom/media/tests/mochitest/test_dataChannel_dataOnlyBufferedAmountLow.html | Test timed out. P5 RESOLVED
1507039 [wpt-sync] Sync PR 14043 - Remove display of stats by default in webrtc/get-stats.html P4 RESOLVED
1507041 [wpt-sync] Sync PR 14044 - Move addStream test to webrtc/legacy P4 NEW
1507052 ppc64le tries to build x86 sse webrtc code P5 RESOLVED
1507053 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ rtc::MovingMaxCounter<int>::RollWindow(long)] P5 RESOLVED
1507054 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ webrtc::ReceiveStatisticsProxy::UpdateFramerate(long) const] P5 RESOLVED
1507064 [wpt-sync] Sync PR 14046 - Implement RTCQuicStream.waitForWriteBufferedAmountBelow() P4 RESOLVED
1507216 Crash in mozalloc_abort | abort | webrtc::internal::Call::~Call P2 RESOLVED
1507228 [wpt-sync] Sync PR 14054 - webrtc: add test for legacy default stream P4 RESOLVED
1507278 Intermittent dom/media/tests/mochitest/test_peerConnection_audioContributingSources.html | Contributing source has correct audio level. (0.0707945784384138) P5 RESOLVED
1507370 Intermittent dom/media/tests/mochitest/test_peerConnection_audioSynchronizationSourcesUnidirectional.html | Error in test execution: Error: Timeout checking for stats for track {41d32a2b-ed3e-44cf-8e10-31d9e9d05774} P5 RESOLVED
1507489 Intermittent dom/media/tests/mochitest/test_peerConnection_bug827843.html | Error in test execution: Error: Element _remote_{52d62d7f-a4cd-4ed4-9996-62d23890e33b} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest P5 RESOLVED
1507542 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpReceiver-getParameters.html | expected OK P5 RESOLVED
1507547 Intermittent dom/media/tests/mochitest/test_peerConnection_audioRenegotiationInactiveAnswer.html | application timed out after 370 seconds with no output P5 RESOLVED
1507588 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCQuicTransport.https.html | expected OK P5 RESOLVED
1507706 Intermittent dom/media/tests/mochitest/test_peerConnection_relayOnly.html | Test timed out. P5 RESOLVED
1507810 Intermittent dom/media/tests/crashtests/1505957.html | application timed out after 370 seconds with no output -- RESOLVED
1507977 [wpt-sync] Sync PR 14098 - Implement RTCQuicStream.readInto() P4 RESOLVED
1508007 [wpt-sync] Sync PR 14103 - Implement RTCQuicStream.waitForReadable() P4 RESOLVED
1508079 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_peerIdentity.html | Error in test execution: Error: ICE failed PeerConnectionWrapper/this._pc.oniceconnectionstatechange@http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js P5 RESOLVED
1508224 [wpt-sync] Sync PR 14122 - Prevent timeout when remote stats are not implemented P4 RESOLVED
1508414 Intermittent dom/media/tests/mochitest/test_peerConnection_localRollback.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1508439 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelay.html | Error in test execution: Error: Timeout checking for stats for track {5ee45118-e150-4c4b-8434-f39b9bba57cd} after at least30000ms waitForRtpFlow@http P5 RESOLVED
1508448 Intermittent dom/media/tests/mochitest/test_peerConnection_audioCodecs.html | Error in test execution: Error: Element _local_{7fe23422-5256-4e9a-91fd-9aa7582ab709} should progress currentTime P5 RESOLVED
1508483 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack.html | Error in test execution: Error: Element _remote_{39fa6c49-b894-4f65-a3a1-615d19e071e6} should progress currentTime timeout/<@http://mochi.test:8888/ P5 RESOLVED
1508517 Intermittent /webrtc/simplecall.https.html | Document was unloaded P5 RESOLVED
1508543 Implement the URL field of RTCIceCandidateStats and RTCIceCandidate's url attribute. P3 NEW
1508614 Crash in _fini P2 RESOLVED
1508772 Intermittent /webrtc/RTCPeerConnection-onnegotiationneeded.html | negotiationneeded event should fire only after signaling state go back to stable - assert_unreached: Expect negotiationneeded promise to resolve after pc has set remote answer P5 RESOLVED
1508947 Crash in libpthread-2.28.so@0xc507 P2 RESOLVED
1509013 webrtc not working P5 UNCONFIRMED
1509173 [wpt-sync] Sync PR 14170 - webrtc-wpt: use addTrack(track, stream) to increase firefox compat P4 RESOLVED
1509239 [wpt-sync] Sync PR 14175 - Fix bad merge 'Merge branch 'master' into gecko/1498793'. P4 RESOLVED
1509252 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. - P5 RESOLVED
1509772 [wpt-sync] Sync PR 14227 - Remove the timeout in async_test for webrtc and xhr tests P4 RESOLVED
1510142 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | iceconnectionstate event 'failed' matches expected state 'checking' - got "failed", expected "checking" P5 RESOLVED
1510194 iWatch cannot unlock MAC due to screen share session P3 UNCONFIRMED
1510456 Intermittent dom/media/tests/crashtests/1505957.html (finished) | application timed out after 370 seconds with no output P5 RESOLVED
1510578 "TypeError: this._dompc._pc" displayed in browser console when launching Mega Mechs Assembling P4 RESOLVED
1510767 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpReceiver-getCapabilities.html | expected OK P5 RESOLVED
1510802 Implement RTCRtpSender.setStreams() P2 RESOLVED
1510864 Intermittent leakcheck | tab process: 2668 bytes leaked (ChannelEventQueue, DOMEventTargetHelper, ListenerAndContextContainer, LoadInfo, Mutex, ...) P5 RESOLVED
1511202 Intermittent dom/media/tests/mochitest/test_peerConnection_basicVideoVerifyRtpHeaderExtensions.html | number of received ids match sdp ids - got 3, expected 1 P5 RESOLVED
1511297 webrtc ontrack not received video -- RESOLVED
1511351 Intermittent leakcheck | tab process: 112/64 bytes leaked (Background::ChildImpl::SendInitBackgro, Mutex) P5 RESOLVED
1511509 Crash in mozalloc_abort | abort | webrtc::VideoStreamEncoder::ReconfigureEncoder P2 RESOLVED
1511573 [wpt-sync] Sync PR 14317 - MSID information change should trigger related track events P4 RESOLVED
1511578 [wpt-sync] Sync PR 14319 - web platform tests for new networkPriority encoding parameter. P4 RESOLVED
1511619 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ linux-gate.so + 0xcd9] P3 RESOLVED
1511620 Intermittent /webrtc/RTCPeerConnection-track-stats.https.html | RTCPeerConnection.getStats(sendingTrack) is the same as RTCRtpSender.getStats() - assert_true: expected true got false P5 RESOLVED
1511628 Intermittent LeakSanitizer | leak at Create, GetOrCreateForCurrentThread, mozilla::ipc::BackgroundChild::GetOrCreateForCurrentThread, SetBackgroundSpinsEvents P5 RESOLVED
1511846 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ libc-2.23.so + 0x35428] P5 RESOLVED
1511855 [wpt-sync] Sync PR 14341 - Create RTCDtlsTransport objects in the blink layer P4 RESOLVED
1511886 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack.html | Error in test execution: NotFoundError: The object can not be found here. P5 RESOLVED
1511895 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-transceivers.https.html | addTrack: transceiver is not stopped - Test timed out P5 RESOLVED
1511911 Intermittent dom/media/tests/mochitest/test_peerConnection_verifyAudioAfterRenegotiation.html | Test timed out. P5 RESOLVED
1512099 Intermittent dom/media/tests/mochitest/test_peerConnection_removeVideoTrack.html | Valid rtp timestamp 1543962654056 <= 1543962651904 (2152 ms) P5 RESOLVED
1512124 Intermittent /webrtc/RTCPeerConnection-track-stats.https.html | RTCPeerConnection.getStats(receivingTrack) is the same as RTCRtpReceiver.getStats() - assert_true: expected true got false P5 RESOLVED
1512176 [wpt-sync] Sync PR 14378 - Implement RTCRtpReceiver.getParameters() P4 RESOLVED
1512281 Add a pref to turn off RTCP in WebRTC to prevent regressions in which the local stats are used for the remote stats (again) P2 RESOLVED
1512395 Intermittent /webrtc/RTCPeerConnection-ondatachannel.html | datachannel event should fire when new data channel is announced to the remote peer - assert_true: Expect channel ready state to be either connecting or open expected true got false P5 RESOLVED
1512414 [wpt-sync] Sync PR 14393 - Add WPT tests for correct parsing of msid P4 RESOLVED
1512517 Update WebRTC stat deprecation warnings P1 RESOLVED
1512635 Intermittent leakcheck | tab 96 bytes leaked (Mutex, Runnable) P5 RESOLVED
1512728 [wpt-sync] Sync PR 14417 - Update RTCPeerConnection-helper.js P4 NEW
1512735 [wpt-sync] Sync PR 14418 - Update existing tests as per https://github.com/web-platform-tests/wpt/pull/13499 P4 NEW
1512740 [wpt-sync] Sync PR 14419 - Add new tests and remove obsolete ones as per PR13499 P4 NEW
1512770 [wpt-sync] Sync PR 14423 - Add some tests that check SDP after transceiver stop P4 NEW
1512778 [wpt-sync] Sync PR 14424 - Update existing data channel tests P4 NEW
1512888 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ webrtc::DesktopDeviceInfoX11::InitializeApplicationList()] P5 RESOLVED
1513160 Intermittent dom/media/tests/mochitest/test_getUserMedia_audioConstraints_concurrentStreams.html | Test timed out. P5 RESOLVED
1513230 [wpt-sync] Sync PR 14462 - Reland "Create RTCDtlsTransport objects in the blink layer" P4 RESOLVED
1513430 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/simplecall-no-ssrcs.https.html | Can set up a basic WebRTC call without announcing ssrcs. - Test timed out P5 RESOLVED
1513478 a=mid attributes on WebRTC re-invite P3 RESOLVED
1513504 [wpt-sync] Sync PR 14476 - Switch to new ICE state implementation P4 RESOLVED
1513510 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddAudioTrackNoBundle.html | stats ICE connections matches expected A/V transports - got 1, expected 2 P5 RESOLVED
1513550 Intermittent leakcheck | tab XXXXX bytes leaked (ChannelEventQueue, DOMEventTargetHelper, ListenerAndContextContainer, LoadInfo, Mutex, ...) P5 RESOLVED
1513694 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceVideoThenRenegotiate.html | Test timed out. P5 RESOLVED
1513843 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicScreenshare.html | Error executing test: Error: Timeout @http://mochi.test:8888/tests/dom/media/tests/mochitest/test_getUserMedia_basicScreenshare.html:172:60 ... async*runTestWhenReady/ P5 RESOLVED
1513996 Investigate replacing WebRTC video stats polling mechanism P3 NEW
1514103 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStreamNoBundle.html | Error in test execution: NotFoundError: The object can not be found here. P5 RESOLVED
1514125 [wpt-sync] Sync PR 14516 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=192685 P4 RESOLVED
1514432 [wpt-sync] Sync PR 14530 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=192706 P4 RESOLVED
1514635 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | Error in test execution: NotFoundError: The object can not be found here. P5 RESOLVED
1514670 [wpt-sync] Sync PR 14554 - Added tests for missing MID field in sdp P4 RESOLVED
1515205 Peer sees choppy motion/low frameRate in 1-1 call with Google Meet (regression) P2 RESOLVED
1515379 mFramesDeliveredToEncoder stat is should be initialized in VideoConduit P1 RESOLVED
1515422 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudio.html | ended never fired for track {921bef9d-84fe-4c33-a53a-971edbcc88f0} P5 RESOLVED
1515454 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCIceTransport.html | expected OK P5 RESOLVED
1515461 Crash in webrtc::videocapturemodule::VideoCaptureImpl::IncomingFrame P2 RESOLVED
1515524 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideo.html | Error in test execution: Error: Timeout checking for stats for track {9b54b500-3491-4e0c-ab3e-432a3e379f97} after at least30000ms waitForRtpFlow@http://mochi.test:8888/tests/ P5 RESOLVED
1515548 Crash [@ webrtc::DesktopCaptureImpl::Run ] provoked by {frameRate: {max: 0}} (divide by zero) P2 RESOLVED
1515699 Remove webrtc ARM64 build workarounds after we switch to clang-cl P3 RESOLVED
1515711 test_peerConnection_stats.html does not need its own version of waitForRtcp P3 NEW
1515716 Refactor WebRTC RTP stats types P2 RESOLVED
1515750 Remove candidate-pair stats field transportId P3 ASSIGNED
1515979 [wpt-sync] Sync PR 14635 - Fix WebRTC test use of Resolver after PR 14417 P4 RESOLVED
1516285 Intermittent /webrtc/idlharness.https.window.html | Document was unloaded after JavascriptException: Document was unloaded P5 RESOLVED
1516440 Intermittent dom/media/tests/mochitest/test_peerConnection_renderAfterRenegotiation.html | unexpected failure: SecurityError: The operation is insecure. P5 RESOLVED
1516441 Perma Tier 2 dom/media/tests/mochitest/identity/test_fingerprints.html | error in test: Promise rejection value is a non-unwrappable cross-compartment wrapper. P5 NEW
1516518 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack.html | Test timed out. P5 RESOLVED
1516822 Intermittent dom/media/tests/mochitest/test_getUserMedia_GC_MediaStream.html | Test timed out. P5 RESOLVED
1517369 Fatal error in src/media/webrtc/trunk/webrtc/video/video_send_stream.cc, line 797 # last system error: 1 P2 RESOLVED
1517444 [wpt-sync] Sync PR 14699 - Wiring for webrtc DtlsTransport events and state P4 RESOLVED
1517583 Intermittent dom/media/tests/crashtests/1185191.html | load failed: timed out waiting for reftest-wait to be removed P5 RESOLVED
1517710 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ mozilla::MediaStreamGraphImpl::AppendMessage(mozilla::UniquePtr<mozilla::ControlMessage, mozilla::DefaultDelete<mozilla::ControlMessage> >)] P2 RESOLVED
1517731 Enable mochitests for maxRetransmits and maxPacketLifeTime P3 RESOLVED
1517740 [wpt-sync] Sync PR 14716 - Update tests that broke due to upstream changes of Resolver. P4 RESOLVED
1517783 Intermittent dom/media/tests/crashtests/1490700.html | load failed: timed out waiting for reftest-wait to be removed P5 RESOLVED
1517942 [wpt-sync] Sync PR 14730 - Fixing web platform tests for PeerConnection.setRemoteDescription(). P4 RESOLVED
1517989 Intermittent dom/media/tests/crashtests/863929.html | application crashed [@ mozilla::MediaStreamGraphImpl::AppendMessage(mozilla::UniquePtr<mozilla::ControlMessage, mozilla::DefaultDelete<mozilla::ControlMessage> >)] P5 RESOLVED
1518034 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoBundleNoRtcpMux.html | Error in test execution: NotFoundError: The object can not be found here. P5 RESOLVED
1518124 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannelNoBundle.html | Error in test execution: NotFoundError: The object can not be found here. P5 RESOLVED
1518125 Very poor call quality in 1-1 call on appear.in (regression) P2 RESOLVED
1518168 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStreamNoBundle.html | Error in test execution: Error: Audio analysis timed out waitForAnalysisSuccess@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:196:63 P5 RESOLVED
1518735 Make WebRTC PeerConnection stats mochitest easier to edit P1 RESOLVED
1518754 [wpt-sync] Sync PR 14757 - RTCRtpReceiver.getSynchronizationSources() added. P4 RESOLVED
1518941 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | Rtcp rtt 60916 < 1 min P5 RESOLVED
1518997 Intermittent dom/media/tests/mochitest/test_getUserMedia_peerIdentity.html | Test timed out. P5 RESOLVED
1519403 Intermittent /tests/dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreamsCombined.html logged result after SimpleTest.finish(): iceConnectionState should not be undefined P5 RESOLVED
1519415 Perma-failing tier2 dom/media/tests/mochitest/test_getUserMedia_permission.html | Test timed out. P2 RESOLVED
1519551 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | Error in test execution: NotFoundError: The object can not be found here. P5 RESOLVED
1519556 Crash with incorrect simulcast layer specification P2 RESOLVED
1519860 Firefox 65.0b9 -webrtc showing partial remote video after performing block and unblock camera P3 RESOLVED
1521169 Crash in mozilla::VideoStreamFactory::CreateEncoderStreams P2 RESOLVED
1521173 Intermittent dom/media/tests/crashtests/1511130.html | load failed: timed out after 300000 ms waiting for 'load' event for dom/media/tests/crashtests/1511130.html P5 RESOLVED
1521260 Intermittent /webrtc/RTCPeerConnection-removeTrack.https.html | Document was unloaded P5 RESOLVED
1521357 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-addTransceiver.https.html | addTransceiver(track) should have result with sender.track be given track - Test timed out P5 RESOLVED
1521731 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | No more than sent packets P5 RESOLVED
1521913 Intermittent dom/media/tests/mochitest/test_peerConnection_forwarding_basicAudioVideoCombined.html | PeerConnectionWrapper (pcRemote_forwarded): legal ICE state transition from new to failed P5 RESOLVED
1522240 Intermittent dom/media/tests/mochitest/test_peerConnection_captureStream_canvas_2d_noSSRC.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1522448 Intermittent PID 6896 | SUMMARY: AddressSanitizer: SEGV /builds/worker/workspace/build/src/clang/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.4/../../../../include/c++/4.9.4/bits/stl_tree.h:518:64 in _M_begin P3 RESOLVED
1522535 Intermittent /webrtc/RTCPeerConnection-removeTrack.https.html | application crashed [@ libxul.so + 0xd1a437] (leaking the world) P1 RESOLVED
1522568 Intermittent LeakSanitizer | leak at _$LT$alloc..raw_vec..RawVec$LT$T$C$$u20$A$GT$$GT$::reserve_internal, _$LT$alloc..raw_vec..RawVec$LT$T$C$$u20$A$GT$$GT$::reserve, _$LT$alloc..vec..Vec$LT$T$GT$$GT$::reserve, _$LT$alloc..vec..Vec$LT$T$GT$$GT$::push P5 RESOLVED
1522580 Intermittent /webrtc/RTCPeerConnection-removeTrack.https.html | application crashed [@ libxul.so + 0xc5a8cd] P5 RESOLVED
1522721 Intermittent dom/media/tests/mochitest/test_getUserMedia_audioConstraints_concurrentStreams.html | Error executing test: getUserMedia calls should not fail! Failed at testCase.e=true.g=true.n=true with: NotFoundError: The object can not be found here.! P5 RESOLVED
1522868 Intermittent /webrtc/RTCIceTransport.html | application crashed [@ sctp_add_addr_to_vrf] P5 RESOLVED
1523197 Intermittent LeakSanitizer | leak at nsBaseChannel::OnStartRequest, nsInputStreamPump::OnStateStart, nsInputStreamPump::OnInputStreamReady P5 RESOLVED
1523628 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/simplecall.https.html | Can set up a basic WebRTC call. - Test timed out P5 RESOLVED
1523659 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideo.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1523795 Perma Assertion failure: get() (dereferencing a UniquePtr containing nullptr), at /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/UniquePtr.h:302 P1 RESOLVED
1524208 Crash in RGB24ToARGBRow_SSSE3 P1 RESOLVED
1524233 Intermittent [Tier2] TEST-UNEXPECTED-CRASH | /webrtc/datachannel-emptystring.html | expected OK P5 RESOLVED
1524488 Intermittent LeakSanitizer | leak at MessageLoop::Run P5 RESOLVED
1524621 Assertion failure: get() (dereferencing a UniquePtr containing nullptr), at /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/UniquePtr.h:302 P2 RESOLVED
1524761 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStream.html | Error in test execution: Error: Audio analysis timed out waitForAnalysisSuccess@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:196:63 ... PC_REMOTE_CHEC P5 RESOLVED
1525052 Intermittent /webrtc/RTCPeerConnection-<anything>.https.html | application crashed [@ mozilla::ShutdownXPCOM(nsIServiceManager *)] P5 RESOLVED
1525232 Perma dom/media/tests/mochitest/identity/test_fingerprints.html | error in test: Promise rejection value is a non-unwrappable cross-compartment wrapper. P5 RESOLVED
1525241 getFingerprints() method is missing from the Certificate returned by RTCPeerconnection.generateCertificate() P3 RESOLVED
1525323 Assertion failure: false (A non-finished SourceMediaStream wasn't fed enough data by NotifyPull), at /builds/worker/workspace/build/src/dom/media/MediaStreamGraph.cpp:1254 P2 RESOLVED
1525341 Jitter stat for WebRTC audio is always zero P1 VERIFIED
1525383 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalRollbackNoSubsequentRestart.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1525522 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/idlharness.https.window.html | idl_test setup - Test timed out P3 RESOLVED
1525692 Missing parameters in peerconnection getStats. Wrong stats. data -- VERIFIED
1525911 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-ondatachannel.html | expected OK P5 RESOLVED
1526068 Intermittent LeakSanitizer | leak at mozilla::net::nsLoadGroup::Cancel P5 RESOLVED
1526135 Intermittent LeakSanitizer | leak at nsTimerImpl::Fire, nsTimerEvent::Run, mozilla::ThrottledEventQueue::Inner::ExecuteRunnable, mozilla::ThrottledEventQueue::Inner::Executor::Run P5 RESOLVED
1526149 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1526200 Intermittent LeakSanitizer | leak at js::Shape::cachify, maybeCreateCacheForLookup, search, search P5 RESOLVED
1526202 Intermittent LeakSanitizer | leak at GetRootJSObject, nsXPCWrappedJS::GetNewOrUsed, XPCConvert::JSObject2NativeInterface, XPCConvert::JSData2Native P5 RESOLVED
1526238 Intermittent LeakSanitizer | leak at mozilla::net::StartRequestEvent::Run, mozilla::net::ChannelEventQueue::RunOrEnqueue P5 RESOLVED
1526291 [wpt-sync] Sync PR 15139 - Handle role conflict in the standalone RTCIceTransport P4 RESOLVED
1526399 [wpt-sync] Sync PR 15157 - Implement and ship RTCRtpEncodingParameters.scaleResolutionDownBy P4 RESOLVED
1526437 windows/aarch64 - dom/media/tests/mochitest/test_peerConnection_stats_relayProtocol.html | application terminated with exit code 3221226505 P5 RESOLVED
1526492 Intermittent LeakSanitizer | leak at nsBaseChannel::AsyncOpen2, nsURILoader::OpenURI, nsDocShell::OpenInitializedChannel, nsDocShell::DoChannelLoad P5 RESOLVED
1526499 [wpt-sync] Sync PR 15132 - Add support for all RTCIceCandidate fields. P4 RESOLVED
1526512 WebRTC RTCP stat roundTripTime is expressed in milliseconds not in (double) seconds P3 RESOLVED
1526532 [wpt-sync] Sync PR 14937 - Add RTCError, RTCErrorInit, RTCErrorDetailType and WPT coverage. P4 RESOLVED
1526666 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-setRemoteDescription-rollback.html | expected OK P5 RESOLVED
1526801 [wpt-sync] Sync PR 15292 - [PeerConnection] Fire signalingstatechange event at the right time P4 RESOLVED
1527044 [wpt-sync] Sync PR 15133 - Deflake RTCPeerConnection-track-stats.https.html. P4 RESOLVED
1527051 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpReceiver-getContributingSources.https.html | [video] getContributingSources() returns an empty list in loopback call - Test timed out P5 RESOLVED
1527067 Intermittent /webrtc/RTCPeerConnection-removeTrack.https.html | application crashed [@ mozilla::ShutdownXPCOM(nsIServiceManager*)] P5 RESOLVED
1527095 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioStreams.html | Error in test execution: Error: Element _local_{6753f7d9-0e82-4f40-8fad-a3e48810e992} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/moch P5 RESOLVED
1527164 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/idlharness.https.window.html | RTCRtpSender interface: calling setParameters(RTCRtpSendParameters) on new RTCPeerConnection().addTransceiver('audio').sender with too few arguments must throw TypeError - Test P5 RESOLVED
1527192 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelay.html | Error executing test: ICE Server error: Is the ICE server websocket up? P5 RESOLVED
1527263 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | Local candidate type is what we expected for selected pair - got "prflx", expected "host" P5 RESOLVED
1527526 AudioConduit is reporting RTP send statistics when it should be reporting RTP receive statistics P2 RESOLVED
1527616 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioPcmaPcmuOnly.html | Error in test execution: Error: Timeout checking for stats for track {ce24b99e-9482-4784-9d3a-98cf45f7820f} after at least30000ms waitForRtpFlow@http://mochi.test:88 P5 RESOLVED
1527633 Rename GetRTPStats to something more descriptive P2 RESOLVED
1527907 "Start Debug Mode" in about:webrtc fail to display trace log location P5 NEW
1528835 Intermittent LeakSanitizer | leak at _M_init_functor, _M_init_functor, function, GetOrCreateForCurrentThread P5 RESOLVED
1528846 [wpt-sync] Sync PR 15415 - Surface dtlsTransport via state-surfacer P4 NEW
1528913 Intermittent dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideoAudio.html | Error in test execution: Error: Timeout checking for stats for track {b74987f6-503d-4f76-9b05-fda8b80ff320} after at least30000ms waitForRtpFlow@http://mochi. P5 RESOLVED
1528917 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-constructor.html | expected OK P5 RESOLVED
1529114 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCRtpSender-getCapabilities.html | expected OK P5 RESOLVED
1529383 Finalize WebRTC plan and end-user experience for Windows ARM64 MVP build P2 RESOLVED
1529405 Remove bytesReceived from RTCRemoteInboundRtpStreamStats P2 RESOLVED
1529424 Remove deprecated RTP stats from WebRTC P3 NEW
1529821 [wpt-sync] Sync PR 15506 - Surface dtlsTransport via state-surfacer P4 RESOLVED
1529956 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCRtpReceiver-getSynchronizationSources.https.html | expected TIMEOUT P5 RESOLVED
1529994 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioRequireEOC.html | Local candidate type is what we expected for selected pair - got "prflx", expected "host" P5 RESOLVED
1530013 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundle.html | No more than sent packets P5 RESOLVED
1530025 Video only stats functions should be moved off of MediaConduitInterface and onto VideoSessionConduit P2 RESOLVED
1530037 WebRTC Indicator always shown on main screen in multi-monitor Windows setups P3 UNCONFIRMED
1530068 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundle.html | Error in test execution: Error: Timeout checking for stats for track {b61e987f-ed83-4f68-93e3-fbda194a70da} after at least30000ms waitForRtpFlow P5 RESOLVED
1530113 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | No more than sent packets P5 RESOLVED
1530173 Intermittent dom/media/tests/mochitest/test_peerConnection_verifyAudioAfterRenegotiation.html | Error in test execution: Error: Timeout checking for stats for track {2a5e5572-1134-45e8-ad07-c7ed8e0c8432} after at least30000ms waitForRtpFlow@http://mochi. P5 RESOLVED
1530387 Intermittent dom/media/tests/mochitest/test_peerConnection_bug827843.html | Error in test execution: Error: Timeout checking for stats for track {75619bc9-0052-444c-b2da-2992b3fe5c5c} after at least30000ms waitForRtpFlow P5 RESOLVED
1530616 Intermittent 'mach build -v' did not run successfully. Please check log for errors. after mozmake.EXE[4]: *** [Unified_cpp_ecoder_isac_float_gn0.obj] Error 1 P5 RESOLVED
1530724 Intermittent LeakSanitizer | leak at Malloc, nsTArray_base, ExtendCapacity, nsTArray_base P5 RESOLVED
1530750 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | Test timed out. P5 RESOLVED
1530934 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIce.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1531016 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | iceconnectionstate event 'failed' matches expected state 'checking' - got "failed", expected "checking" P5 RESOLVED
1531235 Intermittent dom/media/tests/mochitest/test_getUserMedia_cubebDisabledFakeStreams.html | Error executing test: Error: verifyPlaying timed out timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:593:63 ... promise callback*timeout P5 RESOLVED
1531387 [wpt-sync] Sync PR 15535 - Updates RTCIceTransport to standard state API. P4 RESOLVED
1531494 Remove all non-implemented RTC stats dictionaries and fields from the WebIDL and the IPC code P2 RESOLVED
1531498 Get PeerIdentity working in a post Fission world P3 NEW
1531619 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreamsCombined.html | No more than sent packets P5 RESOLVED
1531686 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoRtcpMux.html | Error in test execution: Error: Timeout checking for stats for track {33ccb03d-bc07-4df3-9b0f-e369424fea91} after at least30000ms waitForRtpFlow@http://mochi.test:8 P5 RESOLVED
1531725 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoVerifyExtmap.html | Test timed out. P5 RESOLVED
1531896 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-setLocalDescription-pranswer.html | expected OK P5 RESOLVED
1531983 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | Error in test execution: Error: Timeout checking for stats for track {6873cc17-b999-47ba-b8d3-155f760213be} after at least30000ms waitForRtpFlow@http P5 RESOLVED
1532123 [wpt-sync] Sync PR 15531 - Exposing RID attribute in RTCRtpCodingParameters. P4 RESOLVED
1532252 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | stats ICE connections matches expected A/V transports - got 2, expected 3 P5 RESOLVED
1532515 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIce.html | No more than sent packets P5 RESOLVED
1532543 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | No more than sent packets P5 RESOLVED
1532709 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddAudioTrackNoBundle.html | iceconnectionstate event 'failed' matches expected state 'checking' - got "failed", expected "checking" P5 RESOLVED
1532829 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStream.html | Valid rtp timestamp 1551830647736 <= 1551830646236 ( P5 RESOLVED
1532898 Move WebRTC Video Telemetry recording to the VideoConduit P2 RESOLVED
1533013 [META] Firefox only failing WebRTC Web Platform tests -- NEW
1533015 [WebRTC RTCCertificate] Firefox only web platform test failures P3 NEW
1533017 [WebRTC RTCConfiguration] Firefox only web platform test failures P3 NEW
1533019 [webRTC RTCIceCandidate] Firefox only failing web platform tests P2 RESOLVED
1533020 [WebRTC RTCPeerConnection] Firefox only failing web platform tests P3 NEW
1533024 [WebRTC RTCRtpReceiver] Firefox only failing web platform tests P2 RESOLVED
1533027 [WebRTC Protocol] Firefox only failing web platform tests P3 NEW
1533238 Intermittent dom/media/tests/mochitest/test_peerConnection_forwarding_basicAudioVideoCombined.html | Error in test execution: Error: Timeout checking for stats for track {94d9db96-46f5-4cb7-9d11-53efbda62342} after at least30000ms waitForRtpFlow@http://m P5 RESOLVED
1533268 Intermittent dom/media/tests/mochitest/test_peerConnection_removeAudioTrack.html | Error in test execution: Error: Timeout checking for stats for track {c03b93d8-a3c0-486e-993b-8ebf66f29baf} after at least30000ms waitForRtpFlow.... P5 RESOLVED
1533275 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpTransceiver.https.html | checkStopAfterSetLocalAnswer - Test timed out P5 RESOLVED
1533321 [WebRTC RTCRtpSender] Firefox only failures web platform tests P2 RESOLVED
1533323 [WebRTC General] Firefox only failing web platform tests P3 NEW
1533566 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | Local candidate type is what we expected for selected pair - got "prflx", expected "host" P5 RESOLVED
1533585 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | Valid rtp timestamp 1551997709448 <= 1551997707802 ( P5 RESOLVED
1533615 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCRtpSender-getStats.https.html | expected OK P5 RESOLVED
1533980 Intermittent dom/media/tests/mochitest/test_peerConnection_bug1013809.html | Error in test execution: Error: Timeout checking for stats for track {eac5dfaf-0fe6-44fd-9238-6d3bc099f58d} after at least30000ms waitForRtpFlow P5 RESOLVED
1534019 Intermittent dom/media/tests/mochitest/test_peerConnection_trackDisabling.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1534108 [wpt-sync] Sync PR 15651 - RTCError: Make "message" optional and be the last argument. P4 RESOLVED
1534178 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ mozilla::dom::CallbackObject::CallSetup::CallSetup(mozilla::dom::CallbackObject*, mozilla::ErrorResult&, char const*, mozilla::dom::CallbackObject::ExceptionHandling, P3 RESOLVED
1534306 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ mozilla::WebrtcVideoConduit::~WebrtcVideoConduit()] P3 RESOLVED
1534466 implement getSynchronizationSources for Video P4 RESOLVED
1534495 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ PR_GetCurrentThread] P2 RESOLVED
1534601 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_peerIdentity.html | Test timed out. P5 RESOLVED
1534760 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpTransceiver.https.html | checkMsectionReuse - Test timed out P5 RESOLVED
1534972 Intermittent dom/media/tests/mochitest/test_getUserMedia_playVideoAudioTwice.html | Error executing test: Error: verifyPlaying timed out timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/head.js:593:63 P5 RESOLVED
1535709 [wpt-sync] Sync PR 15778 - Add SctpTransport API P4 RESOLVED
1535766 Crash in [@ mozilla::WebrtcGmpVideoEncoder::Encoded] -- VERIFIED
1535780 Intermittent TEST-UNEXPECTED-PASS | /webrtc/RTCDTMFSender-ontonechange.https.html | Calling insertDTMF() in the middle of tonechange events should cause future tonechanges to be updated to new tones - expected FAIL P5 RESOLVED
1535797 [wpt-sync] Sync PR 15438 - Update RTCDataChannel bufferedamountlow implementation. P4 RESOLVED
1535885 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | insertDTMF() with interToneGap less than 30 should be clamped to 30 - assert_between_inclusive: Expect tonechange event for "" to be fired approximately after 390 milliseconds expected a number P5 RESOLVED
1535984 Crash in [@ mozilla::ipc::SharedMemoryBasic::ShareToProcess] P2 RESOLVED
1536328 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideo.html | Test timed out. P5 RESOLVED
1536333 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/protocol/video-codecs.https.html | expected OK P5 RESOLVED
1536334 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-remote-track-mute.https.html | expected TIMEOUT P5 RESOLVED
1536551 WebRTC relay candidate uses relay address for the raddr/rport P3 NEW
1536651 [wpt-sync] Sync PR 15911 - webrtc wpt: fix use of helper function P4 RESOLVED
1536712 Intermittent leakcheck | default 868 bytes leaked (CondVar, Mutex, PollableEvent, Runnable, ThreadEventTarget, ...) P5 RESOLVED
1536713 Intermittent dom/media/tests/mochitest/test_1488832.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1536714 Intermittent dom/media/tests/mochitest/identity/test_fingerprints.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1536715 Intermittent dom/media/test/test_streams_individual_pause.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1536726 Intermittent dom/media/tests/mochitest/test_peerConnection_addtrack_removetrack_events.html | Error in test execution: Error: Timeout checking for stats for track {d6ef763f-1cfe-4514-916d-6a0a19ca18e7} after at least30000ms waitForRtpFlow P5 RESOLVED
1536777 Screen sharing only working for top-left quarter of screen (OSX dual-monitor) P2 RESOLVED
1536823 Intermittent dom/media/tests/mochitest/test_fingerprinting_resistance.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1536824 Intermittent dom/media/tests/mochitest/test_fingerprinting_resistance.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1536922 windows/aarch64 - TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-remote-track-mute.https.html | multiple issues P5 RESOLVED
1536925 windows/aarch64 - TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-tracks.https.html | multiple issues P5 RESOLVED
1536931 windows/aarch64 - TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpTransceiver.https.html | multiple failures P5 RESOLVED
1537567 windows/aarch64 - dom/media/tests/mochitest/test_peerConnection_setParameters_scaleResolutionDownBy.html | Error in test execution: Error: Timeout checkScaleDownBy@http://mochi.test:8888/tests/dom/media/tests/mochitest/test_peerConnection_setParameter P5 RESOLVED
1537584 [wpt-sync] Sync PR 15945 - Create RTCIceTransport using a webrtc::IceTransportInterface object. P4 RESOLVED
1537684 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | Calling insertDTMF('') in the middle of tonechange events should stop future tonechange events from firing - assert_between_inclusive: Expect tonechange event for "B" to be fired approximately a P5 RESOLVED
1537986 Video MediaStreamTrack.getSettings returns empty object with media.navigator.streams.fake = true P3 RESOLVED
1538036 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddVideoTrackNoBundle.html | stats ICE connections matches expected A/V transports - got 1, expected 2 P5 RESOLVED
1538055 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | insertDTMF() with duration less than 40 should be clamped to 40 - assert_between_inclusive: Expect tonechange event for "B" to be fired approximately after 110 milliseconds expected a number P5 RESOLVED
1538133 [wpt-sync] Sync PR 15983 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=196090 P4 NEW
1538215 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpTransceiver.https.html | checkNoMidAnswer - Test timed out P5 RESOLVED
1538217 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-setLocalDescription-offer.html | expected OK P5 RESOLVED
1538227 Intermittent leakcheck | default 876 bytes leaked (CondVar, Mutex, PollableEvent, ThreadEventTarget, ThreadTargetSink, ...) P5 RESOLVED
1538312 [wpt-sync] Sync PR 15957 - Revert "Create RTCIceTransport using a webrtc::IceTransportInterface object." P4 RESOLVED
1538359 windows/aarch64 - Intermittent dom/media/tests/mochitest/test_getUserMedia_audioCapture.html | Error executing test: Error: Audio analysis timed out waitForAnalysisSuccess@https://example.com/tests/dom/media/tests/mochitest/head.js:196:63 ... @https:// P5 RESOLVED
1538392 [wpt-sync] Sync PR 16017 - Reland "Create RTCIceTransport using a webrtc::IceTransportInterface object." P4 RESOLVED
1538440 windows/aarch64 - dom/media/tests/mochitest/test_peerConnection_restartIceNoBundle.html | No more than sent packets P5 RESOLVED
1538508 FF 66.0 breaks H.264 basline constrained for WebRTC P2 RESOLVED
1538566 Intermittent dom/media/tests/mochitest/test_peerConnection_twoVideoStreams.html | Test timed out. P5 RESOLVED
1538603 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelayTCP.html | Error in test execution: Error: Timeout checking for stats for track {ca384bef-0114-4a86-81c2-263930753d8d} after at least30000ms waitForRtpFlow@ P5 RESOLVED
1538717 Intermittent /webrtc/simplecall-no-ssrcs.https.html | application crashed [@ mozilla::VideoFrameConverter::ProcessVideoFrame(RefPtr<mozilla::layers::Image>, mozilla::TimeStamp, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits>, bool)] P3 RESOLVED
1539165 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-generateCertificate.html | expected OK P5 RESOLVED
1539220 Browser crashes when User tries to set avatar image with Camera option. -- VERIFIED
1539335 Intermittent TV dom/media/tests/mochitest/test_peerConnection_bug1512281.html | called finish() multiple times P5 RESOLVED
1539336 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannel.html | Error in test execution: Error: Timeout checking for stats for track {2d6952b4-6a45-4de4-9b43-e3c6ab8c8bae} after at least30000ms waitForRtpFlow@http://mochi.test:8888/tests P5 RESOLVED
1539381 Intermittent TV dom/media/tests/mochitest/test_peerConnection_bug1512281.html | application timed out after 370 seconds with no output P5 RESOLVED
1539433 Intermittent dom/media/tests/mochitest/test_peerConnection_insertDTMF.html | Error in test execution: Error: Timeout chcking for stats for track {9ff34b18-9b6b-4265-81af-5b5b8d99e951} after at least30000ms waitForRtpFlow@ P5 RESOLVED
1539556 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | Calling insertDTMF('') in the middle of tonechange events should stop future tonechange events from firing - assert_between_inclusive: Expect tonechange event for "" to be fired approximately P5 RESOLVED
1539655 [wpt-sync] Sync PR 16046 - Include html WebIDL in idlharness for WebRTC P4 RESOLVED
1539679 [wpt-sync] Sync PR 15925 - webrtc wpt: add connectionState tests P4 RESOLVED
1539809 Assertion failure: !oldTransceiver.HasLevel() || !HasLevel() || oldTransceiver.GetLevel() == GetLevel(), at /builds/worker/workspace/build/src/media/webrtc/signaling/src/jsep/JsepTransceiver.h:61 P2 RESOLVED
1539891 Crash in [@ libc-2.28.so@0x3853f] P2 RESOLVED
1539951 Intermittent LeakSanitizer | leak at WrapRunnableNM, mozilla::NrUdpSocketIpc::destroy_i, apply, mozilla::runnable_args_func P5 RESOLVED
1539996 [wpt-sync] Sync PR 16092 - Adding WPT for accepting an offer to receive simulcast. P4 RESOLVED
1540290 [wpt-sync] Sync PR 16109 - webrtc wpt: add test for ice disconnection P4 NEW
1540413 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/legacy/onaddstream.https.html | expected OK P5 RESOLVED
1540414 Intermittent dom/media/tests/mochitest/test_peerConnection_twoVideoStreams.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1540552 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceBadAnswer.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1541100 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | insertDTMF() with explicit duration and intertoneGap should fire tonechange events at the expected time - assert_between_inclusive: Expect tonechange event for "" to be fired approximately after P5 RESOLVED
1541257 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_localReofferRollback.html | application timed out after 370 seconds with no output P5 RESOLVED
1541338 [wpt-sync] Sync PR 16131 - s/transciever/transceiver P4 RESOLVED
1541374 Remote SDP offer contains an incorrect IP address if the machine has multiple network interfaces -- RESOLVED
1541501 [wpt-sync] Sync PR 16038 - Data channel tests updated by Lennart Grahl <lennart.grahl@gmail.com> P4 RESOLVED
1541505 [wpt-sync] Sync PR 16037 - Add RTCSctpTransport basic state tests P4 RESOLVED
1541509 [wpt-sync] Sync PR 16042 - Replace generateOffer by generateAudioReceiveOnlyOffer P4 RESOLVED
1541549 [wpt-sync] Sync PR 16053 - Revert "Reland "Create RTCIceTransport using a webrtc::IceTransportInterface object."" P4 RESOLVED
1541553 Once a non-zero RTT is reported we are allowed to report RTTs of zero, we should do so P2 RESOLVED
1541688 Intermittent dom/media/tests/mochitest/test_peerConnection_audioRenegotiationInactiveAnswer.html | Error in test execution: Error: Timeout checking for stats for track {61dbf9fd-8520-4e3e-8214-d5623b2fe140} after at least30000ms waitForRtpFlow@ P5 RESOLVED
1541694 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudio.html | Error in test execution: Error: Timeout checking for stats for track {90162b4f-839c-4221-90f5-d0fbf548c1d1} after at least30000ms waitForRtpFlow@http://mochi.test P5 RESOLVED
1541703 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddVideoTrackNoBundle.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from checking to disconnected P5 RESOLVED
1541761 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddAudioTrackNoBundle.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from checking to disconnected P5 RESOLVED
1541764 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannelNoBundle.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from checking to disconnected P5 RESOLVED
1541854 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondVideoStreamNoBundle.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from checking to disconnected P5 RESOLVED
1541856 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondVideoStreamNoBundle.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from checking to disconnected P5 RESOLVED
1541904 Intermittent dom/media/tests/mochitest/test_peerConnection_restrictBandwidthTargetBitrate.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1541974 [wpt-sync] Sync PR 16213 - webrtc wpt: add test for ice disconnection P4 RESOLVED
1542041 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | Test timed out. P5 RESOLVED
1542080 Intermittent dom/media/tests/mochitest/test_peerConnection_twoVideoStreams.html | Error in test execution: Error: Timeout for element _remote_{d65b2c7c-2b31-4ca9-94f5-73b32909924d} waitForMediaElementFlow@http://mochi.test:8888/tests/dom/media/tests/moc P5 RESOLVED
1542089 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | Error in test execution: Error: ICE failed PeerConnectionWrapper/this._pc.oniceconnectionstatechange@http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js P5 RESOLVED
1542090 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-onsignalingstatechanged.https.html | expected OK P5 RESOLVED
1542156 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannelNoBundle.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from checking to disconnected P5 RESOLVED
1542158 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | inbound-rtp.packetsLost is a sane number for a short test. value=100|161 P5 RESOLVED
1542507 Intermittent TEST-UNEXPECTED-PASS | /webrtc/RTCDTMFSender-ontonechange.https.html | Calling insertDTMF() multiple times in the middle of tonechange events should cause future tonechanges to be updated the last provided tones - expected FAIL P5 RESOLVED
1542510 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalAndRemoteRollback.html | No more than sent packets P5 RESOLVED
1542511 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStreamNoBundle.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from checking to disconnected P5 RESOLVED
1542616 WebRTC: SecurityError: The operation is insecure. from resource://gre/modules/media/PeerConnection.jsm -- RESOLVED
1542761 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideo.html | Error in test execution: Error: Timeout checking for stats for track {adfaee18-4b0b-4138-926b-8e0ae5b4a585} after at least30000ms waitForRtpFlow@http:// P5 RESOLVED
1542896 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStreamNoBundle.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from checking to disconnected P5 RESOLVED
1542938 Need to implement currentRoundTripTime, totalRoundTripTime and responsesReceived webrtc stats P3 REOPENED
1542941 need to take roundTripTime back into inbound-rtp in webrtc P2 RESOLVED
1542946 [wpt-sync] Sync PR 16277 - [RTCPeerConnection] Update negotiationneeded tests and expectations P4 RESOLVED
1542947 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondVideoStreamNoBundle.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from checking to disconnected P5 RESOLVED
1543134 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalAndRemoteRollback.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1543194 Error message when User tries to set avatar image with Camera option. -- VERIFIED
1543272 [wpt-sync] Sync PR 16165 - Revise tests for datachannel ID handling P4 RESOLVED
1543281 [wpt-sync] Sync PR 16299 - Fix WPTs access to ICE transport object from DTLS transport object. P4 RESOLVED
1543435 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_default_permissions.js | Test timed out - P5 RESOLVED
1543554 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | insertDTMF with comma should delay next tonechange event for a constant 2000ms - assert_between_inclusive: Expect tonechange event for "B" to be fired approximately after 2170 milliseconds P5 RESOLVED
1543938 Perma LeakSanitizer | leak at alloc, __rdl_alloc, alloc::alloc::alloc, _$LT$alloc..alloc..Global$u20$as$u20$core..alloc..Alloc$GT$::alloc P5 RESOLVED
1544029 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | insertDTMF() with transceiver stopped in the middle should stop future tonechange events from firing - assert_between_inclusive: Expect tonechange event for "B" to be fired approximately after 1 P5 RESOLVED
1544162 Intermittent Tier 2 dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelayTCP.html (finished) | application terminated with exit code 3221225501 P5 RESOLVED
1544177 Potential OOB in AllocateSolidColorFrame P3 RESOLVED
1544181 Potential out-of-bounds write in GMPDecodeData P1 RESOLVED
1544196 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | stats ICE connections matches expected A/V transports - got 3, expected 4 P5 RESOLVED
1544515 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreamsCombined.html | application timed out after 370 seconds with no output P5 RESOLVED
1544776 Intermittent tier 2 TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDTMFSender-ontonechange.https.html | Calling insertDTMF() in the middle of tonechange events should cause future tonechanges to be updated to new tones - Test timed out P5 RESOLVED
1544853 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleOffer.html | Error in test execution: Error: Timeout checking for stats for track {7c9be5b6-98e1-4945-8e2e-101de226d20f} after at least30000ms waitForRtpFlow P5 RESOLVED
1544855 Intermittent dom/media/tests/mochitest/test_peerConnection_videoCodecs.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1545090 Assertion failure: !aTransportId.empty(), at /builds/worker/workspace/build/src/media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.cpp:393 P2 RESOLVED
1545144 don't hear any audio on calls on WebEx (e.g., W3C's or IETF's) P2 RESOLVED
1545247 Intermittent dom/media/tests/mochitest/| <test-name>| application crashed [@ webrtc::MouseCursorMonitorX11::CaptureCursor()] after application terminated with exit code 11 P2 RESOLVED
1545274 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannelNoBundle.html | Error in test execution: Error: Timeout checking for stats for track {887a6afd-34e6-4e34-9c10-9a6d20596d55} after at least30000ms P5 RESOLVED
1545436 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_multi_process.js | application terminated with exit code 11 P5 RESOLVED
1545463 Intermittent /screen-capture/getdisplaymedia.https.html | application crashed [@ webrtc::MouseCursorMonitorX11::CaptureCursor()] P5 RESOLVED
1545485 Intermittent dom/media/tests/crashtests/1490700.html | application terminated with exit code 11 P5 RESOLVED
1545522 [wpt-sync] Sync PR 16300 - Add WPT test for sending over-long messages. P4 RESOLVED
1545556 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | Error in test execution: Error: Timeout checking for stats for track {5f77c47e-a28d-4e08-94c6-4a5e9b5e5b04} after at least30000ms waitForRtpFlow P5 RESOLVED
1545667 [wpt-sync] Sync PR 16350 - [PeerConnection] Fix crash: Old state information surfaced in SLD/SRD. P4 RESOLVED
1545718 Intermittent dom/media/tests/mochitest/test_peerConnection_basicWindowshare.html | application crashed [@ webrtc::MouseCursorMonitorX11::CaptureCursor()] After application terminated with exit code 11 P5 RESOLVED
1545866 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreamsCombined.html | called finish() multiple times P5 RESOLVED
1545903 Intermittent dom/media/tests/mochitest/test_peerConnection_removeAudioTrack.html | Error in test execution: Error: Timeout checking for stats for track {4ed700ab-c66f-48ce-b20e-da3338a6dc4c} after at least30000ms waitForRtpFlow@http://mochi.test:8888/test P5 RESOLVED
1546206 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicScreenshare.html | application terminated with exit code 11 P5 RESOLVED
1546230 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-remote-track-mute.https.html | ontrack: track goes from muted to unmuted - Test timed out | Changing transceiver direction to 'inactive/sendrecv' mutes the remote track - expected PASS P5 RESOLVED
1546251 Intermittent Tier 2 dom/media/tests/mochitest/test_peerConnection_captureStream_canvas_webgl.html | Valid rtp/rtcp timestamp x <= y ( P5 RESOLVED
1546529 Intermittent dom/media/tests/mochitest/test_peerConnection_basicScreenshare.html | application crashed [@ webrtc::MouseCursorMonitorX11::CaptureCursor()] P5 RESOLVED
1546543 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleOfferAnswer.html | Error in test execution: Error: Timeout checking for stats for track {f78731be-008c-4788-88cb-a4ba23f32d3a} after at least30000ms waitForRtpFlow@http://mochi.test:8888/ P5 RESOLVED
1547008 Intermittent dom/media/tests/crashtests/1509442.html | load failed: timed out after 300000 ms waiting for 'load' event for dom/media/tests/crashtests/1509442.html P5 RESOLVED
1547030 Intermittent dom/media/tests/mochitest/test_peerConnection_trackDisabling.html | Test timed out. P5 RESOLVED
1547121 [WebRTC QUIC] [meta] Firefox only web platform test failures P4 NEW
1547123 [WebRTC Stats] Firefox only web platform test failures P3 NEW
1547177 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalRollback.html | Error in test execution: Error: Timeout checking for stats for track {d9b82546-e204-4124-a15e-56f93182c443} after at least30000ms waitForRtpFlow@http://mochi.test P5 RESOLVED
1547278 Assertion failure: false, at /builds/worker/workspace/build/src/media/webrtc/signaling/src/peerconnection/MediaTransportHandler.cpp:493 P2 RESOLVED
1547405 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioStreams.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1547450 [wpt-sync] Sync PR 16531 - Fix include in no-media-call.html. P4 RESOLVED
1547591 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-tracks.https.html | track.onmute fires before setRemoteDescription resolves. - Test timed out P5 RESOLVED
1547592 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpTransceiver.https.html | checkMute - Test timed out P5 RESOLVED
1547593 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpTransceiver.https.html | checkMute - Test timed out P5 RESOLVED
1547607 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-ondatachannel.html | Open event should be raised when closing the channel in the datachannel event after enqueuing a task - Test timed out P5 RESOLVED
1547610 Intermittent dom/media/tests/mochitest/test_peerConnection_bug1013809.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1547629 Intermittent dom/media/tests/mochitest/test_peerConnection_basicScreenshare.html | application terminated with exit code 11 P5 RESOLVED
1547886 Intermittent dom/media/tests/mochitest/test_peerConnection_webAudio.html | Error in test execution: Error: Element _local_{142efcc9-fcf6-4ead-8791-149760dd7613} should progress currentTime timeout/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/h P5 RESOLVED
1547921 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCRtpReceiver-getStats.https.html | expected OK P5 RESOLVED
1548097 getContributingSources and getSynchronizationSources should return results sorted by playout time in descending order P2 RESOLVED
1548168 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | Error in test execution: Error: Timeout checking for stats for track {c07d1115-fe45-4d8d-9594-5db2cf18d9f7} after at least30000ms waitForRtpFlow@ P5 RESOLVED
1548184 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | application timed out after 370 seconds with no output P5 RESOLVED
1548211 webrtc cannot create RTCPeerConnection on openSUSE 15.0 P5 RESOLVED
1548400 mute/unmute events should fire on MediaStreamTracks when the user mutes device in OS sound settings P3 NEW
1548427 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCTrackEvent-fire.html | expected OK P5 RESOLVED
1548539 Stopping blocking bfcache on unconnected peerconnections P3 NEW
1548658 Intermittent dom/media/tests/mochitest/test_dataChannel_bug1013809.html | Error in test execution: Error: Timeout checking for stats for track {X} after at least30000ms waitForRtpFlow@https://*/mochitest/pc.js:1601:11 ... async*waitForMediaFlow/<@https:/ P5 RESOLVED
1548735 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCRtpTransceiver-stop.html | expected OK P5 RESOLVED
1549095 Executing getDisplayMedia() occasionally freezes operating system except for cursor movement P2 RESOLVED
1549392 Intermittent tier 2 PROCESS-CRASH | Main app process exited normally | application crashed [@ VCRUNTIME140.dll + 0x1ce4] -- RESOLVED
1549586 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceBadAnswer.html | Error in test execution: Error: Timeout checking for stats for track {108feb1f-27be-42a8-b571-e4fcc18e1033} after at least30000ms waitForRtpFlow@https://example... P5 RESOLVED
1549597 Intermittent dom/media/tests/mochitest/test_dataChannel_dataOnlyBufferedAmountLow.html | Valid rtp timestamp 1557167953124 <= 1557167951755 ( P5 RESOLVED
1549700 [wpt-sync] Sync PR 16327 - Implement getRemoteCertificates on DTLSTransport P4 RESOLVED
1549789 Intermittent Android 4.3 Test Verify dom/media/tests/mochitest/test_peerConnection_audioContributingSources.html | Test timed out. P5 RESOLVED
1550133 Intermittent /webrtc/<randomtest> | application crashed [@ sctp_add_addr_to_vrf] P1 RESOLVED
1550177 RTCPeerConnection fires "complete" but never "gathering" icegatheringstatechange on answerer side P2 RESOLVED
1550243 [wpt-sync] Sync PR 16385 - Compute RTCPeerConnection iceConnectionState based on RTCIceTransport states. P4 RESOLVED
1550326 [wpt-sync] Sync PR 16608 - Monkey-patched ICE connection "failed" state to "disconnected". P4 RESOLVED
1550657 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudio.html | Valid rtp timestamp 1557447080179 >= 1557447080722 ( P5 RESOLVED
1550664 Intermittent dom/media/tests/mochitest/test_peerConnection_trackDisabling_clones.html | Test timed out. P5 RESOLVED
1550691 High frequency intermittent Tier 2 TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-bufferedAmount.html | Data channel bufferedamountlow event fires after send() is complete - Test timed out P2 RESOLVED
1550712 Intermittent mozrunner-startup | application crashed [@ libc.so + 0x88005] -- RESOLVED
1550855 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundle.html | stats ICE connections matches expected A/V transports - got 1, expected 2 P5 RESOLVED
1550935 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/experiments/test/xpcshell/test_api.js | Test timed out P5 RESOLVED
1550943 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_paused.js | application crashed [@ webrtc::MouseCursorMonitorX11::CaptureCursor()] after application terminated with exit code 11 P5 RESOLVED
1550982 Intermittent <test_name> | application crashed [@ VCRUNTIME140.dll + 0x1ce0] | xul.dll!mozilla::NrIceCtx::InitializeGlobals(bool,bool,bool) (in the log) P5 RESOLVED
1550992 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_basicH264Video.html | H.264 should be present in the SDP offer - didn't expect -1, but got it P5 RESOLVED
1551003 [wpt-sync] Sync PR 16729 - PeerConnection: Ensure only actively used ICE transports are considered P4 RESOLVED
1551005 [wpt-sync] Sync PR 16736 - Add test for transports being updated correctly on bundling P4 RESOLVED
1551014 Intermittent tier 2 TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-bufferedAmount.html | Data channel bufferedamountlow event fires only once after multiple consecutive send() calls - Test timed out P5 RESOLVED
1551015 Intermittent tier 2 TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-bufferedAmount.html | Data channel bufferedamount is data.length on send(data) - Test timed out P5 RESOLVED
1551016 Intermittent tier 2 TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-bufferedAmount.html | bufferedAmount should not decrease after closing the peer connection - Test timed out P5 RESOLVED
1551075 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-bufferedAmount.html | Data channel bufferedamountlow event fires after each sent message - Test timed out P5 RESOLVED
1551316 Add pc.restartIce() method. P2 RESOLVED
1551387 Intermittent leakcheck | tab 2896 bytes leaked (CondVar, DataChannelConnection, DataChannelConnectionShutdown, Mutex, PollableEvent, ...) P5 RESOLVED
1551443 Firefox is offline after Joining a Webex meeting -- RESOLVED
1551452 The Firefox Tab will crash when revoking Temporary Permissions for screen sharing P2 RESOLVED
1551724 Allow background throttling of PeerConnections P3 NEW
1551783 Intermittent Test Verify dom/media/tests/mochitest/test_peerConnection_basicVideoVerifyRtpHeaderExtensions.html | Test timed out. | called finish() multiple times P5 RESOLVED
1551786 Intermittent Tier 2 TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-bufferedAmount.html | Data channel bufferedamount returns the same amount if no more data is sent on the channel - Test timed out P5 RESOLVED
1551836 heap-use-after-free and assertion with RTCPeerConnection P1 RESOLVED
1551904 AddressSanitizer: heap-use-after-free /src/obj-firefox/dist/include/nsCOMPtr.h:823:48 in get -- RESOLVED
1552175 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | Error in test execution: Error: Timeout checking for stats for track {...} after at least30000ms waitForRtpFlow@<URL> ... async*waitForMediaFlow/<@URL ... waitForMediaF P5 RESOLVED
1552252 [wpt-sync] Sync PR 16857 - Rebase max-message-size tests, and fix max-message-size in Blink P4 RESOLVED
1552930 bluejeans.com's WebRTC version doesn't seem to work with Firefox -- RESOLVED
1553133 [wpt-sync] Sync PR 16934 - Add WPT test for sctp.maxChannels P4 RESOLVED
1553213 AddressSanitizer: SEGV /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RefPtr.h:268:27 in get near [mozilla::dom::MediaDevices::GetDisplayMedia] P1 RESOLVED
1553442 [wpt-sync] Sync PR 16848 - [PeerConnection] Add RTCRtpSender.setStreams() P4 RESOLVED
1553606 Intermittent leakcheck | tab 324 bytes leaked (AudioDeviceInfo, CubebDeviceEnumerator, Mutex, nsStringBuffer, nsTArray_base) P5 RESOLVED
1553677 [wpt-sync] Sync PR 16961 - Add WPT test that verifies that reflexive candidates work. P4 RESOLVED
1553688 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioPcmaPcmuOnly.html | Valid rtp timestamp 1558565072374 <= 1558565070657 ( P5 RESOLVED
1553789 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | Error in test execution: Error: timeout after 180s: channel didn't open in time timerGuard/<URL> ... promise callback*timerGuard@<URL> ... DataChannelWrapper@<URL> P5 RESOLVED
1553792 [wpt-sync] Sync PR 16969 - webrtc wpt: check for ice connected or completed P4 RESOLVED
1553796 [wpt-sync] Sync PR 16970 - Add RTP timestamp to RTCRtpReceiver::RTCRtpContributingSource P4 RESOLVED
1553826 [wpt-sync] Sync PR 16973 - Implement onicecandidateerror P4 NEW
1553860 [wpt-sync] Sync PR 16974 - webrtc wpt: use less things that only work in chrome P4 NEW
1553946 Intermittent [tier2] TEST-UNEXPECTED-CRASH | /webrtc/datachannel-emptystring.html | expected OK P5 RESOLVED
1553998 Intermittent dom/media/tests/mochitest/test_peerConnection_audioCodecs.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1554010 Intermittent dom/media/tests/mochitest/test_peerConnection_audioContributingSources.html | Contributing source has correct timestamp (1558653928296.1968) P5 RESOLVED
1554087 [wpt-sync] Sync PR 16993 - webrtc wpt: validate connectionstate goes to failed with wrong fingerprints P4 RESOLVED
1554204 [wpt-sync] Sync PR 16997 - webrtc wpt: add addIceCandidate(new RTCIceCandidate({candidate, sdpMid})) test P4 RESOLVED
1554351 Intermittent dom/media/tests/mochitest/test_peerConnection_relayOnly.html | ended never fired for track {6942b959-35c8-c740-9df7-10a38d73cdb0} P5 RESOLVED
1554446 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannelNoBundle.html | Valid rtp timestamp 1558823878959 <= 1558823878587 ( P5 RESOLVED
1554470 Intermittent tier 2 mozrunner-startup | application crashed [@ sctp_add_addr_to_vrf] -- RESOLVED
1554484 Intermittent tier 2 dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from checking to disconnected P5 RESOLVED
1554509 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | application timed out after 370 seconds with no output P5 RESOLVED
1554523 Intermittent <test-name> | Main app process exited normally | application crashed [@ memchr] P5 RESOLVED
1554548 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ mozilla::detail::MutexImpl::lock()] -- RESOLVED
1555006 [wpt-sync] Sync PR 17045 - Change ICE connection state on transceiver changes P4 RESOLVED
1555016 [wpt-sync] Sync PR 17046 - webrtc wpt: avoid race conditions P4 RESOLVED
1555127 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_dataChannel_basicAudioVideoCombined.html | application timed out after 370 seconds with no output P5 RESOLVED
1555342 [wpt-sync] Sync PR 17065 - Revert "[Gecko Bug 1546981] Remove duplicate test-case, and remove an error suppression it caused." P4 NEW
1555388 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-setLocalDescription-answer.html | expected OK P5 RESOLVED
1555474 [wpt-sync] Sync PR 17081 - Reland "Change ICE connection state on transceiver changes" P4 NEW
1555480 [wpt-sync] Sync PR 17082 - Reland tests from "Change ICE connection state on transceiver changes" P4 RESOLVED
1555568 Create wpt test to count mandatory stats members implemented P2 RESOLVED
1555808 Decoder(VP8:PT=120) and Encoder(VP8:PT=102) have different PT -- RESOLVED
1555914 Intermittent dom/media/tests/mochitest/test_forceSampleRate.html | Test timed out. P5 RESOLVED
1556126 Intermittent dom/media/tests/mochitest/test_peerConnection_localReofferRollback.html | Error in test execution: Error: Timeout checking for stats for track {950ce461-752f-442a-881e-f6d844472aa4} after at least30000ms waitForRtpFlow@https://example.com P5 RESOLVED
1556176 Intermittent [Tier 2] TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-bufferedAmount.html | bufferedAmount should not decrease immediately after initiating closure - Test timed out P5 RESOLVED
1556277 Google Hangouts Connected To Google Voice Delay When Answering Call P3 UNCONFIRMED
1556400 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannelNoBundle.html | iceconnectionstate event 'failed' matches expected state 'checking' - got "failed", expected "checking" P5 RESOLVED
1556598 --enable-warnings-as-errors fails due to -D bare-trait-objects with Rust 1.37 P3 RESOLVED
1556672 Screen/Window share on getUserMedia test page displays black page P2 RESOLVED
1556696 Intermittent TVW /webrtc/RTCPeerConnection-mandatory-getStats.https.html | application crashed [@ mozilla::VideoFrameConverter::ProcessVideoFrame(RefPtr<mozilla::layers::Image> const&, mozilla::TimeStamp, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUn P2 RESOLVED
1556740 [wpt-sync] Sync PR 17168 - Probe for flakiness affected by webrtc/RTCPeerConnection-helper.js P4 RESOLVED
1556928 Intermittent dom/media/tests/mochitest/test_peerConnection_stats_relayProtocol.html | Error in test execution: NotFoundError: The object can not be found here. P5 RESOLVED
1557022 Intermittent dom/media/tests/mochitest/test_peerConnection_relayOnly.html | Test timed out. P5 RESOLVED
1557077 Intermittent /webrtc/legacy/RTCPeerConnection-addStream.https.html | application crashed [@ memchr] -- RESOLVED
1557177 Intermittent dom/media/tests/mochitest/test_defaultAudioConstraints.html | Error executing test: NotFoundError: The object can not be found here. P5 RESOLVED
1557277 Screen Share not working -- RESOLVED
1557426 [wpt-sync] Sync PR 16815 - webrtc wpt: add missing pc.close during cleanup P4 RESOLVED
1557980 MediaStream returned by canvas.captureStream() using "bitmaprenderer" and transferFromImageBitmap not recorded by MediaRecorder; MediaStreamTrack mute event not fired P3 NEW
1557988 Intermittent /webrtc/RTCPeerConnection-ondatachannel.html | application crashed [@ sctp_add_addr_to_vrf] -- RESOLVED
1558037 Intermittent test_dataChannel_basicAudioVideoNoBundle.html | Error in test execution: Error: timeout after 120s: failed to close data channel pair timerGuard/<@https://*/pc.js:123:13 ... promise callback*timerGuard@https://*/pc.js:122:16 ... PeerConnectio P5 RESOLVED
1558048 Intermittent Tier 2 devtools/client/webreplay/mochitest/browser_dbg_rr_breakpoints-05.js | Test timed out - P5 RESOLVED
1558261 OSX Mojave (10.14) - browser/base/content/test/webrtc/browser_devices_get_user_media.js | Test timed out - P5 RESOLVED
1558418 Intermittent dom/media/tests/mochitest/test_forceSampleRate.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1558701 Intermittent dom/media/tests/mochitest/test_dataChannel_basicDataOnly.html | application timed out after 370 seconds with no output P5 RESOLVED
1558946 Intermittent dom/media/tests/mochitest/test_fingerprinting_resistance.html | getUserMedia({"audio":true}) failed: NotAllowedError: The request is not allowed by the user agent or the platform in the current context. P5 RESOLVED
1558972 Intermittent TEST-UNEXPECTED-FAIL | automation.py | application terminated with exit code 127 P5 RESOLVED
1559027 Intermittent /screen-capture/getdisplaymedia.https.html | application crashed [@ RtlSetProcessDebugInformation + 0x82] -- RESOLVED
1559201 Intermittent dom/media/tests/mochitest/identity/test_fingerprints.html | Test timed out. P5 RESOLVED
1559300 [wpt-sync] Sync PR 17338 - Update interfaces/webrtc.idl P4 RESOLVED
1559433 [10.15] Crash in [@ libsystem_kernel.dylib@0x76ce] P2 RESOLVED
1559512 Intermittent dom/media/tests/mochitest/test_peerConnection_basicVideoVerifyRtpHeaderExtensions.html | number of sdp ids match received ids ["3","4","5"] == ["5","4"] P5 RESOLVED
1559721 Persistent microphone overlay causing issues -- RESOLVED
1559738 Intermittent dom/media/tests/crashtests/791270.html | application crashed [@ VCRUNTIME140.dll + 0x1ce0] -- RESOLVED
1559911 wpt /webrtc/RTCSctpTransport-maxChannels.html unstable on import P3 RESOLVED
1559913 wpt /webrtc/protocol/candidate-exchange.https.html has frequent intermittent timeouts P3 RESOLVED
1560067 Intermittent LeakSanitizer | leak at WrapRunnableNM, mozilla::NrUdpSocketIpc::~NrUdpSocketIpc, mozilla::NrUdpSocketIpc::~NrUdpSocketIpc, mozilla::NrUdpSocketIpc::Release P5 RESOLVED
1560145 background_noise.h compilation is noisy P3 RESOLVED
1560207 SUMMARY: AddressSanitizer: SEGV /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/Maybe.h:525:3 in emplace<const long &> P3 RESOLVED
1560729 Intermittent tier 2 TEST-UNEXPECTED-PASS | /webrtc/RTCDataChannel-bufferedAmount.html | Data channel bufferedamount is data.length on send(data) - expected TIMEOUT P5 RESOLVED
1560914 Intermittent dom/media/tests/mochitest/test_peerConnection_basicScreenshare.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1561495 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-setLocalDescription-rollback.html | expected OK P5 RESOLVED
1561638 Intermittent dom/media/tests/mochitest/test_peerConnection_webAudio.html | Error in test execution: Error: Timeout checking for stats for track {e314df0a-831d-443c-9c0d-cd91fb4aada1} after at least30000ms waitForRtpFlow@http://mochi.test:8888/tests/dom/me P5 RESOLVED
1561923 Remove expired WebRTC telemetry P2 RESOLVED
1561931 Intermittent dom/media/tests/crashtests/1510848.html | load failed: timed out after 300000 ms waiting for 'load' event for dom/media/tests/crashtests/1510848.html P5 RESOLVED
1562097 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoRtcpMux.html | Error in test execution: Error: Timeout checking for stats for track {667139b6-6718-404a-9406-3e0b182bfbba} after at least30000ms waitForRtpFlow@https://example. P5 RESOLVED
1562181 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioRequireEOC.html | Test timed out. P5 RESOLVED
1562341 Regression causing WebRTC data channel establishment to fail P1 RESOLVED
1562384 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-setLocalDescription.html | expected OK P5 RESOLVED
1562760 Intermittent /screen-capture/idlharness.https.window.html | idl_test setup - promise_test: Unhandled rejection with value: object "AbortError: The operation was aborted. " P5 RESOLVED
1562850 Intermittent dom/media/tests/mochitest/identity/test_setIdentityProviderWithErrors.html | Error in test execution: Error: Element _remote_{e7f5efe4-964e-4a73-9f02-703c4a86cb5b} should progress currentTime timeout/<@https://example.com/tests/dom/ P5 RESOLVED
1563008 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-add-track-no-deadlock.https.html | expected OK P5 RESOLVED
1563029 Intermittent LeakSanitizer | leak at GetOrCreateForCurrentThread, mozilla::ipc::BackgroundChild::GetOrCreateForCurrentThread, mozilla::dom::UDPSocketChild::SetBackgroundSpinsEvents, mozilla::NrUdpSocketIpc::create_i P5 RESOLVED
1563445 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/protocol/jsep-initial-offer.https.html | expected OK P5 RESOLVED
1563503 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceBadAnswer.html | Error in test execution: Error: Element _remote_{...} should progress currentTime timeout/<@https:{...}/head.js:591:63 ... promise callback*timeout@https{...}/head.js P5 RESOLVED
1563591 Intermittent /webrtc/protocol/candidate-exchange.https.html | application crashed [@ sctp_add_addr_to_vrf] -- RESOLVED
1563697 Intermittent dom/media/tests/crashtests/1429507_1.html | assertion count 1 is more than expected 0 assertions P5 RESOLVED
1563944 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannelNoBundle.html | Error in test execution: Error: Element _local_{c3074385-93a2-4082-997f-af1da3fc3b34} should progress currentTime timeout/<@https://example.com/tests/dom/media/tests/ P5 RESOLVED
1564086 Intermittent TV Assertion failure: [GFX1]: Texture deallocated too late during shutdown, at /builds/worker/workspace/build/src/gfx/2d/Logging.h:749 P5 RESOLVED
1564428 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ nsThread::~nsThread()] -- RESOLVED
1564741 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-ondatachannel.html | Open event should not be raised when closing the channel in the datachannel event - Test timed out P5 RESOLVED
1564754 [wpt-sync] Sync PR 17643 - Re-enable RTCRtpSender-getStats.https.html tests. P4 RESOLVED
1565300 [wpt-sync] Sync PR 17642 - Implement RTCPeerConnection.onicecandidateerror and add web-platform-test P4 RESOLVED
1565738 OSX Mojave (10.14) - browser/base/content/test/webrtc/browser.ini | Multiple failures from manifest file on macosx1014 P5 RESOLVED
1565800 Intermittent Android org.mozilla.geckoview.test.MediaElementTest#mp4PauseMedia | application crashed [@ abort] P2 RESOLVED
1565820 Intermittent [TV] dom/media/tests/mochitest/test_peerConnection_basicAudioVerifyRtpHeaderExtensions.html | application timed out after 370 seconds with no output P5 RESOLVED
1565934 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCDataChannelEvent-constructor.html | expected OK P5 RESOLVED
1566095 Error processing ICE candidate P2 RESOLVED
1566339 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastAnswer.html | Rtcp bytesSent P5 RESOLVED
1566761 Intermittent /webrtc/RTCPeerConnection-ontrack.https.html | application crashed [@ VCRUNTIME140.dll + 0x1ce0] -- RESOLVED
1566844 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | Error in test execution: Error: Timeout checking for stats for track {fb964007-5c77-47eb-9d09-cd475b0aa21c} after at least30000ms waitForRtpFlow@https://example.com/te P5 RESOLVED
1566857 Re-enable webrtc transceiver tests on android e10s running out of fd's. P3 NEW
1567216 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack.html | Test timed out. | Error in test execution: NotFoundError: The object can not be found here. P5 RESOLVED
1567547 [wpt-sync] Sync PR 17939 - Implement RTCPeerConnection.restartIce() according to spec. P4 RESOLVED
1567602 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_restartIce.html | application timed out after 370 seconds with no output P5 RESOLVED
1567656 OSX Mojave (10.14) - browser/base/content/test/webrtc/browser_devices_get_user_media_default_permissions.js | Test timed out - P5 RESOLVED
1567694 [wpt-sync] Sync PR 17959 - Unbreak RTCPeerConnection-getStats P4 RESOLVED
1567735 OSX Mojave (10.14) - browser/base/content/test/webrtc/browser_devices_get_user_media_paused.js | Test timed out - P5 RESOLVED
1567746 OSX Mojave (10.14) - browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js | Test timed out - P5 RESOLVED
1567880 Intermittent dom/media/tests/mochitest/test_peerConnection_basicWindowshare.html | application crashed [@ ReceivePort::WaitForMessage(MachReceiveMessage*, unsigned int)] -- RESOLVED
1568075 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_<random>.html | Valid rtp timestamp 1563832278380 <= 1563832277946 ( P5 RESOLVED
1568101 Implement 'CreateEncoder' in MediaDataDecoderCodec P2 RESOLVED
1568135 OSX Mojave (10.14) - browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | Test timed out - P5 RESOLVED
1568141 OSX Mojave (10.14) - browser/base/content/test/webrtc/browser_devices_get_user_media_queue_request.js | Test timed out - P5 RESOLVED
1568142 OSX Mojave (10.14) - browser/base/content/test/webrtc/browser_devices_get_user_media_multi_process.js | Test timed out - P5 RESOLVED
1568235 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCRtpSender-replaceTrack.https.html | expected OK P5 RESOLVED
1568292 Support pc.setLocalDescription() without arguments P2 RESOLVED
1568294 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCRtpSender-setParameters.html | expected OK P5 RESOLVED
1568296 Support stopping and stopped RTCRtpTransceivers P3 RESOLVED
1568433 Intermittent dom/media/tests/mochitest/test_peerConnection_stats_relayProtocol.html | Test timed out. P5 RESOLVED
1568541 [wpt-sync] Sync PR 18042 - Add an output <video> tag for `getContributingSources` and `getSynchronizationSources` tests. P4 RESOLVED
1568727 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | Valid rtp timestamp 1564024126922 <= 1564024126013 ( P5 RESOLVED
1568765 [wpt-sync] Sync PR 18074 - Add an output <video> tag for `getContributingSources` and `getSynchronizationSources` tests. P4 RESOLVED
1568967 Intermittent GECKO(11228) | A content process crashed and MOZ_CRASHREPORTER_SHUTDOWN is set, shutting down after Fatal error in z:/build/build/src/media/webrtc/trunk/webrtc/modules/pacing/paced_sender.cc, line 318 P5 RESOLVED
1569104 Intermittent dom/media/tests/mochitest/test_peerConnection_answererAddSecondAudioStream.html | Valid rtp timestamp 1564119530441 <= 1564119529879 ( P5 RESOLVED
1569157 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddAudioTrackNoBundle.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from checking to disconnected P5 RESOLVED
1569387 Intermittent dom/media/tests/mochitest/test_peerConnection_verifyAudioAfterRenegotiation.html | Valid rtp timestamp 1564197184396 >= 1564197184544 ( P5 RESOLVED
1569425 Intermittent dom/media/tests/crashtests/1509442.html (finished) | application timed out after 370 seconds with no output P5 RESOLVED
1569429 Intermittent dom/media/tests/mochitest/test_peerConnection_verifyVideoAfterRenegotiation.html | Valid rtp timestamp 1564244976176 <= 1564244959520 ( P5 RESOLVED
1569450 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | Error in test execution: Error: Waiting for synced RTCP timed out after at least 20000ms waitForSyncedRtcp@https://example.com/tests/dom/media/tests/mochitest/pc.js:1957:11 P5 RESOLVED
1569548 webrtc codec renegotiation stops media P3 NEW
1569997 Intermittent tier 2 /webrtc/RTCDataChannel-send.html | application crashed [@ VCRUNTIME140.dll + 0x1ce0] -- RESOLVED
1569998 Intermittent tier 2 /webrtc/RTCRtpSender-setParameters.html | application crashed [@ VCRUNTIME140.dll + 0x1ce4] -- RESOLVED
1570000 Intermittent tier 2 /webrtc/RTCPeerConnection-setDescription-transceiver.html | application crashed [@ VCRUNTIME140.dll + 0x1ce4] -- RESOLVED
1570001 Intermittent tier 2 /webrtc/RTCPeerConnection-addTransceiver.https.html | application crashed [@ VCRUNTIME140.dll + 0x1ce0] -- RESOLVED
1570033 https://meet.google.com/ Couldn't start the video call because of an error. -- RESOLVED
1570158 Add proxy information to candidates table in about:webrtc P2 RESOLVED
1570532 Intermittent dom/media/tests/mochitest/test_fingerprinting_resistance.html | assertion count 1 is more than expected 0 assertions P5 RESOLVED
1570680 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideo.html | Unexpected event 'message' fired with message = 'DataChannelWrapper (pcRemote_channel_2)' at: ["createOneShotEventWrapper@https://example.com/tests/dom/media/tests/mochitest/he P5 RESOLVED
1570908 Intermittent TEST-UNEXPECTED-PASS | browser/base/content/test/webrtc/browser_devices_get_user_media_multi_process.js | We expect at least one assertion to fail because this test file is marked as fail-if in the manifest. - P5 RESOLVED
1570911 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-setRemoteDescription-offer.html | expected OK P5 RESOLVED
1571015 Add telemetry for WebRTC usage P2 RESOLVED
1571027 about:webrtc no longer displays RTP stats P2 RESOLVED
1571057 Intermittent leakcheck | tab 1496 bytes leaked (AbstractThread, CondVar, ControlMessage, MediaStreamGraph, MediaStreamGraphImpl, ...) P5 RESOLVED
1571126 [meta] Using platform encoder in webrtc call P3 NEW
1571165 Intermittent mda - wpt | application crashed [@ mozilla::AudioCallbackDriver::Revive()] -- RESOLVED
1571193 [wpt-sync] Sync PR 18270 - Replace deprecated API usage in wpt RTCPeerConnection-onicecandidateerror.html P4 RESOLVED
1571261 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-getStats.https.html | getStats() on track associated with RtpReceiver should return stats report containing inbound-rtp stats - Test timed out P5 RESOLVED
1571317 Intermittent dom/media/tests/mochitest/test_fingerprinting_resistance.html | application crashed [@ mozilla::AudioCallbackDriver::Revive()] -- RESOLVED
1571476 Intermittent /webrtc/RTCPeerConnection-mandatory-getStats.https.html | RTCRemoteInboundRtpStreamStats's roundTripTime - assert_true: Is roundTripTime present expected true got false P5 RESOLVED
1571510 Intermittent dom/media/tests/mochitest/test_peerConnection_videoCodecs.html | Valid rtp timestamp 1565022946184 <= 1565022943429 ( P5 RESOLVED
1571519 Intermittent /webrtc/RTCDataChannel-bufferedAmount.html | application crashed [@ sctp_add_addr_to_vrf] -- RESOLVED
1571525 Intermittent dom/media/tests/mochitest/test_peerConnection_audioSynchronizationSources.html | Synchronization source timestamp is close to now P5 RESOLVED
1571586 The compressed size of encoded video from AppleVTEncoder is not as expected P2 RESOLVED
1571909 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | application terminated with exit code 11 | application crashed [@ base::MessagePump::GetXPCOMThread()] P5 RESOLVED
1572171 Intermittent dom/media/tests/mochitest/<test-name> | Error in test execution: SecurityError: The operation is insecure. getPixel@https://example.com/tests/dom/canvas/test/captureStream_common.js:82:19 ... waitForPi P5 RESOLVED
1572250 Intermittent dom/media/tests/mochitest/test_peerConnection_callbacks.html | Test timed out. P5 RESOLVED
1572277 Intermittent /webrtc/RTCPeerConnection-setLocalDescription-offer.html | application crashed [@ mozilla::AudioCallbackDriver::Revive()] -- RESOLVED
1572559 Intermittent dom/media/tests/crashtests/1509442.html | load failed: timed out after 300000 ms waiting for 'load' event for dom/media/tests/crashtests/1509442.html P5 RESOLVED
1572597 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | Error in test execution: Error: Timeout checking for stats for track {9e01f685-8003-4c1a-a6fa-bb822aa5b8c6} after at least30000ms waitForRtpFlow@https://example. P5 RESOLVED
1572934 Intermittent mochitest/test_getUserMedia_active_autoplay.html | Error executing test: Error: Timeout @https://example.com/tests/dom/media/tests/mochitest/test_getUserMedia_active_autoplay.html:28:49 | Test must leave no active gUM streams behind. - got " P5 RESOLVED
1572937 Intermittent /webrtc/RTCPeerConnection-createDataChannel.html | application crashed [@ sctp_add_addr_to_vrf] | /webrtc/RTCPeerConnection-createDataChannel.html | expected OK -- RESOLVED
1573023 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1573071 Intermittent dom/media/tests/mochitest/test_peerConnection_addtrack_removetrack_events.html | Valid rtp timestamp 1565564353810 <= 1565564351212 ( P5 RESOLVED
1573390 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddVideoTrackNoBundle.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from checking to disconnected P5 RESOLVED
1573391 Intermittent Tier 2 TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_dataChannel_basicAudio.html | application timed out after 370 seconds with no output P5 RESOLVED
1573394 Intermittent dom/media/tests/mochitest/test_dataChannel_bug1013809.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from new to failed P5 RESOLVED
1573455 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddAudioTrackNoBundle.html | Error in test execution: Error: Element _local_{d9cddb94-5fca-43aa-8a57-b7358998febe} should progress currentTime P5 RESOLVED
1573568 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleAnswer.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1573671 Intermittent dom/media/tests/mochitest/test_getUserMedia_bug1223696.html | Error executing test: Error: Timeout @https://example.com/tests/dom/media/tests/mochitest/test_getUserMedia_bug1223696.html:26:53 ... P5 RESOLVED
1573726 maxBitrate not working for audio RTCRtpSender (opus) P3 VERIFIED
1573747 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelay.html | Error in test execution: NotFoundError: The object can not be found here. P5 RESOLVED
1574104 Intermittent dom/media/tests/mochitest/test_peerConnection_checkPacketDumpHook.html | Error in test execution: Error: Timeout waiting for rtp recv packet on level 0 timeout/<@https://example.com/tests/dom/media/tests/mochitest/head.js:652:42 P5 RESOLVED
1574244 Intermittent ABORT: file /builds/worker/checkouts/gecko/dom/media/MediaShutdownManager.cpp P5 RESOLVED
1574423 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_queue_request.js | microphone selector hidden - P5 RESOLVED
1574512 Crash in nr_ice_get_default_local_address P2 RESOLVED
1574700 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_asymmetricIsolation.html | Error in test execution: Error: Element _local_{6e2bab36-08b5-4226-b560-673ad99acb62} should progress currentTime timeout/<@https://example.com/tests/dom/media/ P5 RESOLVED
1574845 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideo.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from new to failed P5 RESOLVED
1575073 Intermittent dom/media/tests/mochitest/test_peerConnection_webAudio.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1575098 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStreamNoBundle.html | Error in test execution: Error: Element _local_{c262222d-b4e9-445a-9cde-96341604b001} should progress currentTime timeout/<@https://example.com/tests/dom/media/ P5 RESOLVED
1575372 Intermittent /webrtc/browser_devices_get_user_media_[ANY].js | Found a tab after previous test timed out: https://*/webrtc/get_user_media.html - | uncaught exception - ReferenceError: ok is not defined at promisePopupNotificationShown/</<@chrome://*/head. P5 RESOLVED
1575414 Intermittent WebRtcIceConnectTest.TestConnectTcp | Value of: res P5 RESOLVED
1575418 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddAudioTrack.html | Error in test execution: Error: Element _local_{3c936f28-93cf-4e10-8697-a06612c27093} should progress currentTime timeout P5 RESOLVED
1575424 Intermittent dom/media/tests/mochitest/test_peerConnection_webAudio.html | Error in test execution: Error: Element _remote_{...} should progress currentTime timeout/<@/dom/media/tests/mochitest/head.js:652:42 ... promise callback*timeout@/dom/media/tests/ P5 RESOLVED
1575643 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoTransceivers.html | Valid rtp timestamp 1566412457851 <= 1566412457437 ( P5 RESOLVED
1575644 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoTransceivers.html | Valid rtp timestamp 1566412457851 <= 1566412457437 ( P5 RESOLVED
1575727 Intermittent GECKO(4140) | Assertion failure: !Destroyed() (Can't add stream to destroyed graph), at z:/build/build/src/dom/media/MediaStreamGraph.cpp:3532 P5 RESOLVED
1575753 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicVideo.html | Error executing test: Error: verifyPlaying timed out timeout/<@https://example.com/tests/dom/media/tests/mochitest/head.js:652:42 ... P5 RESOLVED
1575829 [wpt-sync] Sync PR 18611 - Add WPT test for responder iceConnectionState P4 RESOLVED
1575876 Unbreak build on FreeBSD after libc++ changes P2 RESOLVED
1575937 Intermittent browser/base/content/test/performance/browser_appmenu_reflows.js | reflow at get_alignmentPosition@chrome://global/content/bindings/popup.xml was encountered 3 times, P5 RESOLVED
1575945 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_multi_process.js | application crashed [@ RedBlackTree<arena_chunk_map_t, ArenaRunTreeTrait>::MoveRedLeft(RedBlackTree<arena_chunk_map_t, ArenaRunTreeTrait>::TreeNode)] -- RESOLVED
1576002 Debian 10 - dom/media/tests/crashtests/1185191.html | load failed: timed out waiting for reftest-wait to be removed P5 RESOLVED
1576060 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalRollbackNoSubsequentRestart.html | Error in test execution: Error: Element _local_{44789c48-2370-44fb-8f88-12dda5374f79} should progress currentTime timeout P5 RESOLVED
1576125 Intermittent dom/media/tests/mochitest/test_getUserMedia_addTrackRemoveTrack.html | Error executing test: Error: Audio analysis timed out waitForAnalysisSuccess@https://example.com/tests/dom/media/tests/mochitest/head.js:203:26 P5 RESOLVED
1576209 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleOfferAnswer.html | Error in test execution: Error: Element _remote_{17d49e7e-dac5-40ab-be15-2fe039868b60} should progress currentTime timeout P5 RESOLVED
1576383 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteRollback.html | Error in test execution: Error: Element _local_{c0f80807-37ef-4c1b-b333-38a0a508c444} should progress currentTime timeout when Gecko 70 merges to Beta on 2019-08-26 P5 RESOLVED
1576437 Intermittent dom/media/tests/mochitest/test_peerConnection_forwarding_basicAudioVideoCombined.html | Error in test execution: Error: Element _local_{c0ae70e2-4133-4fcb-8ef3-4d16e26fc786} should progress currentTime timeout P5 RESOLVED
1576496 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudio.html | Error in test execution: Error: Element _remote_{a8b77e09-4eec-4546-a247-5936ef43498a} should progress currentTime timeout P5 RESOLVED
1576500 Intermittent dom/media/tests/mochitest/test_enumerateDevices_navigation.html | Test timed out. P5 RESOLVED
1576539 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioPcmaPcmuOnly.html | Error in test execution: Error: Element _local_{7a47841e-4ac7-4ad1-8406-f5c8788b43fd} should progress currentTime timeout P5 RESOLVED
1576576 RTCP REMB is always send via one video m-line in UnifiedPlan multi video line setup P3 NEW
1576713 Intermittent mozrunner-startup | application crashed [@ sctp_add_addr_to_vrf] -- RESOLVED
1577071 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalRollback.html | Error in test execution: Error: Element _remote_{000afdc6-6ed3-4345-aab3-1b3c5b904d59} should progress currentTime timeout/<@https://example.com/tests/dom/media P5 RESOLVED
1577328 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access.js | Test timed out - P5 RESOLVED
1577429 Intermittent tier 2 TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_threeUnbundledConnections.html | application timed out after 370 seconds with no output P5 RESOLVED
1577544 Intermittent dom/media/tests/mochitest/test_peerConnection_basicH264Video.html | Error in test execution: Error: Timeout checking for stats for track {37fab4d9-12c0-4b4e-859d-200d95f29461} after at least30000ms waitForRtpFlow@https://example.com/tests/ P5 RESOLVED
1577769 [wpt-sync] Sync PR 18770 - WebRTC: Add a test related to https://github.com/w3c/webrtc-pc/issues/2215 P4 RESOLVED
1577779 Intermittent LeakSanitizer | leak at NewSegment, CreateSegment, mozilla::layers::BufferTextureData::CreateInternal, mozilla::ipc::Shmem::Alloc P5 RESOLVED
1577830 RTCDataChannel.send order is wrong for blobs P2 NEW
1578035 Intermittent dom/media/tests/mochitest/test_dataChannel_basicVideo.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from new to failed P5 RESOLVED
1578073 Camera being accessed even though website doesn't have permission to do so P2 RESOLVED
1578078 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicScreenshare.html | Width setting should match video width - got 200, expected 233 P5 RESOLVED
1578390 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelayTCP.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1578810 AddressSanitizer: heap-use-after-free /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RefPtr.h:302:45 in operator bool P1 VERIFIED
1578957 Intermittent /webrtc/RTCPeerConnection-iceConnectionState.https.html | Responder ICE connection state behaves as expected - assert_array_equals: lengths differ, expected 3 got 2 P5 RESOLVED
1579076 Remove or renew expired WebRTC telemetry P2 RESOLVED
1579079 Intermittent dom/media/tests/mochitest/test_peerConnection_localRollback.html | Valid rtp timestamp 1567685097872 <= 1567685095828 ( P5 RESOLVED
1579143 webrtc mic disappears -- RESOLVED
1579388 Perma dom/media/tests/mochitest/test_enumerateDevices.html | undefined assertion name - got 2, expected +0 - when Gecko 71 merges to Beta on 2019-10-14 -- VERIFIED
1579834 [Webrtc] Add mips64el build support P5 RESOLVED
1580023 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_1488832.html | application timed out after 370 seconds with no output P5 RESOLVED
1580156 Intermittent AddressSanitizer: stack-buffer-overflow Z:\task_1567613406\fetches\llvm-project\llvm\projects\compiler-rt\lib\sanitizer_common\sanitizer_common_interceptors.inc:785 in __asan_wrap_memmove P1 RESOLVED
1580301 Excessive memory usage from stopped transceivers P3 NEW
1580446 Intermittent /webrtc/RTCPeerConnection-restartIce.https.html | application crashed [@ VCRUNTIME140.dll + 0x1ce0] -- RESOLVED
1580863 [wpt-sync] Sync PR 19028 - Add "rollback" in SRD API and extend wpt testcases for SRD with "rollback" P4 RESOLVED
1580880 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_queue_request.js | application timed out after 370 seconds with no output P5 RESOLVED
1581044 Intermittent /webrtc/RTCPeerConnection-createDataChannel.html | application crashed [@ sctp_add_addr_to_vrf] -- RESOLVED
1581045 Intermittent dom/media/tests/mochitest/test_peerConnection_basicVideo.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1581181 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoRtcpMux.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1581325 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-remote-track-mute.https.html | Changing transceiver direction to 'inactive' mutes the remote track - Test timed out P5 RESOLVED
1581352 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-tracks.https.html | removeTrack() makes track.onmute fire and the track to be muted. - Test timed out | track.onmute fires before setRemoteDescription resol P5 RESOLVED
1581458 navigator.mediaDevices.ondevicechange event doesn't fire -- RESOLVED
1581577 Hostname obfuscation ICE duration telemetry is being reported in milliseconds, not seconds P2 RESOLVED
1582362 Intermittent /webrtc-stats/getStats-remote-candidate-address.html | application crashed [@ sctp_add_addr_to_vrf] -- RESOLVED
1582547 Intermittent dom/media/tests/mochitest/test_peerConnection_checkPacketDumpHook.html | Valid rtp timestamp 1568913502885 <= 1568913500145 ( P5 RESOLVED
1582877 Intermittent /webrtc/RTCPeerConnection-createDataChannel.html | application crashed [@ sctp_add_addr_to_vrf] -- RESOLVED
1582980 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpReceiver-getSynchronizationSources.https.html | [audio] getSynchronizationSources() eventually returns a non-empty list - Test timed out P5 RESOLVED
1583014 Intermittent UrlClassifierCaching.InPositiveCacheExpired | Expected equality of these values: P5 RESOLVED
1583593 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoTransceivers.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1583867 Add rtpTimestamp support to RTP synchronization and contributing sources P2 RESOLVED
1583872 getSynchronizationSources returns empty array for video stream P2 RESOLVED
1583994 Intermittent dom/media/tests/mochitest/test_peerConnection_twoVideoStreams.html | Valid rtp timestamp 1569441460946 <= 1569441458821 ( P5 RESOLVED
1584039 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | the preview area is hidden - P5 RESOLVED
1584057 Intermittent /webrtc/datachannel-emptystring.html | application crashed [@ VCRUNTIME140.dll + 0x1ce0] -- RESOLVED
1584423 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1584437 Intermittent Tier 2 devtools/client/webreplay/mochitest/browser_dbg_rr_breakpoints-05.js | Test timed out - P5 RESOLVED
1584500 Intermittent /webrtc/RTCPeerConnection-iceConnectionState.https.html | application crashed [@ sctp_add_addr_to_vrf] -- RESOLVED
1584702 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStreamNoBundle.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1584778 Intermittent /webrtc/RTCDataChannel-send-blob-order.html | application crashed [@ VCRUNTIME140.dll + 0x1ce0] -- RESOLVED
1584789 Incorrect code found via PVS-Studio Static Analyzer - https://www.viva64.com/en/b/0672/ -- RESOLVED
1585262 Intermittent /webrtc/RTCPeerConnection-ondatachannel.html | application crashed [@ sctp_add_addr_to_vrf] -- RESOLVED
1585444 [wpt-sync] Sync PR 19454 - Fix iceConnectionState test to accept "completed" state P4 RESOLVED
1585470 Android cpu-features.c included twice when building GeckoView with --disable-webrtc P3 RESOLVED
1585771 Intermittent dom/media/tests/mochitest/test_peerConnection_bug1512281.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1585849 Intermittent /webrtc/RTCDataChannel-bufferedAmount.html | application crashed [@ sctp_add_addr_to_vrf] -- RESOLVED
1585875 Intermittent /webrtc/protocol/sctp-format.html | application crashed [@ VCRUNTIME140.dll + 0x1ce0] -- RESOLVED
1586028 Intermittent /webrtc/RTCPeerConnection-removeTrack.https.html | application crashed [@ memchr] -- RESOLVED
1586120 Intermittent Jemalloc.Arenas | Death test: { DisableCrashReporter(); moz_arena_malloc(0, 80); } P5 RESOLVED
1586170 reference binding to null pointer of type 'const unsigned char' in [@ mozilla::NrIceTurnServer::ToNicerTurnStruct] P3 RESOLVED
1586271 Make WEBRTC_CALL_DURATION telemetry opt-out on release channel P2 RESOLVED
1586423 meet.google.com / Google Hangouts doesn't work in Nightly ("Couldn't start the video call because of an error") P1 VERIFIED
1586632 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/identity/test_setIdentityProvider.html | application timed out after 370 seconds with no output P5 RESOLVED
1586650 Intermittent LeakSanitizer | leak at allocate, allocate, _M_allocate, std::vector P5 RESOLVED
1586967 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannel.html | Error in test execution: Error: Element _local_{a9a4e724-d637-4286-b67b-37159cc78b62} should progress currentTime timeout/ P5 RESOLVED
1587164 undefined shift in media/webrtc/trunk/webrtc/rtc_base/timeutils.cc:142 P3 RESOLVED
1587582 Intermittent /webrtc/RTCDataChannel-bufferedAmount.html | application crashed [@ sctp_add_addr_to_vrf] -- RESOLVED
1587603 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoCombined.html | Error in test execution: Error: Element _local_{5f43014a-9433-4675-adc7-6cbe67623cd2} should progress currentTime timeout P5 RESOLVED
1587787 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastOffer.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1587811 Intermittent /webrtc/RTCPeerConnection-ondatachannel.html | application crashed [@ sctp_add_addr_to_vrf] -- RESOLVED
1587835 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_captureStream_canvas_webgl.html | application timed out after 370 seconds with no output P5 RESOLVED
1587978 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-createDataChannel.html | addTrack, then createDataChannel, should negotiate properly - Test timed out P5 RESOLVED
1587998 Firefox crashes when entering a video conference on Google Meet [@ std::terminate ] -- RESOLVED
1588267 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-restartIce-onnegotiationneeded.https.html | expected OK P5 RESOLVED
1588346 Remove WebRTC SDK dir P2 RESOLVED
1588375 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_multi_process.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. - P5 RESOLVED
1588379 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. - P5 RESOLVED
1588421 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-getTransceivers.html | expected OK P5 RESOLVED
1589024 Intermittent dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideo.html | Valid rtp timestamp 1571214350146 <= 1571214350041 ( P5 RESOLVED
1589040 [wpt-sync] Sync PR 19723 - Initiate garbage collection when PeerConnection pool is exhausted. P4 REOPENED
1589375 Intermittent /screen-capture/feature-policy.https.html | application crashed [@ ucrtbase.dll + 0xa274a] P3 RESOLVED
1589664 Adapt webrtc tests for fission P2 RESOLVED
1589685 Use StoragePrincipal for deviceId (and potentially QuotaManager if not used) P3 NEW
1589990 STUN: stun_getifaddrs() can return uninitialised bits which are subsequently used P2 RESOLVED
1590224 Intermittent browser/base/content/test/fullscreen/browser_fullscreen_permissions_prompt.js | Test timed out - P5 RESOLVED
1590259 Intermittent dom/media/tests/mochitest/test_peerConnection_basicScreenshare.html | Valid rtp timestamp 1571697480471 >= 1571697480482 ( P5 RESOLVED
1590575 Intermittent dom/media/tests/mochitest/test_peerConnection_captureStream_canvas_2d_noSSRC.html | Valid rtp timestamp 1571778213338 >= 1571778214730 ( P5 RESOLVED
1590735 Intermittent dom/media/tests/mochitest/test_peerConnection_sender_and_receiver_stats.html | Valid rtp timestamp 1571834983758 <= 1571834983623 ( P5 RESOLVED
1590866 Intermittent dom/media/tests/mochitest/test_peerConnection_captureStream_canvas_2d.html | Error in test execution: SecurityError: The operation is insecure. getPixel@http://mochi.test:8888/tests/dom/canvas/test/captureStream_common.js:82:19 ... waitForPix P5 RESOLVED
1591291 Intermittent TEST-UNEXPECTED-CRASH | /webrtc-svc/RTCRtpParameters-scalability.html | expected OK P5 RESOLVED
1591304 Intermittent /webrtc/RTCPeerConnection-[something] | application crashed [@ sctp_add_addr_to_vrf] P3 RESOLVED
1591593 Intermittent dom/media/tests/mochitest/test_peerConnection_disabledVideoPreNegotiation.html | Error in test execution: SecurityError: The operation is insecure. getPixel@https://example.com/tests/dom/canvas/test/captureStream_common.js:82:19 ... P5 RESOLVED
1591616 Intermittent dom/media/tests/mochitest/test_peerConnection_captureStream_canvas_webgl.html | Error in test execution: SecurityError: The operation is insecure. getPixel@http://mochi.test:8888/tests/dom/canvas/test/captureStream_common.js:82:19 P5 RESOLVED
1591766 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastOffer.html | Valid rtp timestamp 1572129248686 <= 1572129246286 ( P5 RESOLVED
1591808 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_simulcastAnswer.html | application timed out after 370 seconds with no output P5 RESOLVED
1591854 Fix WebRTC call type telemetry P2 RESOLVED
1591903 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_peerIdentity.html | Valid rtp timestamp 1572258681801 <= 1572258681012 ( P5 RESOLVED
1592203 Intermittent /webrtc/RTCPeerConnection-getStats.https.html | application crashed [@ memchr] -- RESOLVED
1592331 Intermittent LeakSanitizer | leak at allocate, allocate, _M_allocate_map, std::_Deque_base + multiple locations P5 RESOLVED
1592493 Intermittent TV browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | Test timed out - P5 RESOLVED
1592723 [wpt-sync] Sync PR 20001 - [RTCPeerConnection] Ship parameterless setLocalDescription(). P4 RESOLVED
1593022 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1593046 Intermittent LeakSanitizer | leak at PR_SetThreadPrivate, RegisterCurrentThread, nsThread::InitCurrentThread, nsThreadManager::GetCurrentThread P5 RESOLVED
1593184 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | Valid rtp timestamp 1572572979929 <= 1572572974885 ( P5 RESOLVED
1593688 Intermittent /webrtc/RTCDTMFSender-ontonechange-long.https.html | insertDTMF with duration greater than 6000 should be clamped to 6000 - assert_between_inclusive: Expect tonechange event for "" to be fired approximately after 6070 milliseconds expected P5 RESOLVED
1593775 Intermittent dom/media/tests/mochitest/test_dataChannel_dataOnlyBufferedAmountLow.html | Test timed out. P5 RESOLVED
1593849 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastOddResolution.html | Error in test execution: Error: Timeout checking for stats for track {93f3fa52-7a78-f64d-b4f1-5e2adebbe8f6} after at least30000ms waitForRtpFlow@https://example.com/ P5 RESOLVED
1594006 Intermittent dom/media/tests/mochitest/test_peerConnection_audioContributingSources.html | application crashed [@ std::__ndk1::__tree_end_node<std::__ndk1::__tree_node_base<void*>*>* std::__ndk1::__tree_next_iter<std::__ndk1::__tree_end_node<std::__ndk1:: -- RESOLVED
1594109 firefox-bin: /builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:414: nr_ice_media_stream_start_checks: Assertion `0' failed. P2 RESOLVED
1594619 Intermittent dom/media/tests/mochitest/test_getUserMedia_peerIdentity.html | Error executing test: AbortError: The operation was aborted. P5 RESOLVED
1594620 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCDTMFSender-ontonechange.https.html | expected OK P5 RESOLVED
1594634 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/historical.html | expected OK P5 RESOLVED
1594638 Intermittent LeakSanitizer | leak at mozilla::DataChannelConnection::Create, mozilla::PeerConnectionImpl::EnsureDataConnection, mozilla::PeerConnectionImpl::InitializeDataChannel, mozilla::PeerConnectionImpl::SetSignalingState_m P5 RESOLVED
1594673 High-frequency /webrtc/RTCDataChannelEvent-constructor.html | unable to find test window P5 RESOLVED
1594701 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/promises-call.html | expected OK P5 RESOLVED
1594920 Add nightmode theme for about:webrtc P3 RESOLVED
1594962 [wpt-sync] Sync PR 19861 - Closing a PeerConnection should not fire iceconnectionstatechange event. P4 RESOLVED
1595023 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-createOffer.html | expected OK P5 RESOLVED
1595100 [wpt-sync] Sync PR 20178 - [PeerConnection] Update addIceCandidate to use the Operations Chain. P4 RESOLVED
1595280 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_devices_get_user_media_multi_process.js | application timed out after 370 seconds with no output P5 RESOLVED
1595283 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | Valid rtp timestamp 1573297536960 <= 1573297533903 ( P5 RESOLVED
1595294 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-onnegotiationneeded.html | expected OK P5 RESOLVED
1595429 [wpt-sync] Sync PR 20192 - Wait 100ms for oniceconnectionstatechange event to have fired. P4 RESOLVED
1595497 Intermittent dom/media/tests/mochitest/test_peerConnection_setParameters_scaleResolutionDownBy.html | Valid rtp timestamp 1573478060305 <= 1573478059809 ( P5 RESOLVED
1595534 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_asymmetricIsolation.html | Error in test execution: Error: Timeout checking for stats for track {ba7d7211-4eee-418a-a2f5-7fc19fdd2c53} P5 RESOLVED
1595753 Intermittent gtest | application crashed [@ mozilla::WebrtcProxyChannelTestInputStream::DoCallback] while running TransportTest.TestSrtpErrorServerSendsTwoMki P3 RESOLVED
1596082 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | application crashed [@ libc.so + 0x1a790] -- RESOLVED
1596446 Intermittent PID 12211 | SUMMARY: AddressSanitizer: heap-use-after-free /builds/worker/workspace/build/src/netwerk/sctp/src/netinet/sctp_pcb.c:680:2 in sctp_add_addr_to_vrf P5 RESOLVED
1596597 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-iceConnectionState.https.html | connection with audio track should eventually have connected connection state - Test timed out P5 RESOLVED
1596598 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-bufferedAmount.html | datachannel bufferedAmount should increase to size of blob sent - Test timed out P5 RESOLVED
1596824 Intermittent dom/media/tests/mochitest/test_peerConnection_addAudioTrackToExistingVideoStream.html | application timed out after 370 seconds with no output P5 RESOLVED
1596994 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondVideoStream.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1597021 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | Uncaught exception - preview unhide - timed out after 100 tries. P5 RESOLVED
1597024 Intermittent dom/media/tests/mochitest/test_peerConnection_localReofferRollback.html | Valid rtp timestamp 1573897264726 >= 1573897264889 ( P5 RESOLVED
1597079 [wpt-sync] Sync PR 20289 - Enable test for closing SCTP transport P4 RESOLVED
1597114 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-ondatachannel.html | Negotiated channel should not fire datachannel event on remote peer - Test timed out P5 RESOLVED
1597147 Intermittent PROCESS-CRASH | damp | application crashed [@ 0x7fff754e786a] -- RESOLVED
1597161 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-send.html | Data channel should be able to send simple string and receive as string - Test timed out P5 RESOLVED
1597254 Intermittent dom/media/tests/mochitest/<random_test> | Valid rtp timestamp X <= (>=) Y( P5 RESOLVED
1597695 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-removeTrack.https.html | expected OK P5 RESOLVED
1597696 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCDTMFSender-ontonechange-long.https.html | expected OK P5 RESOLVED
1597819 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/datachannel-emptystring.html | expected OK P5 RESOLVED
1597843 Intermittent dom/media/tests/mochitest/test_peerConnection_basicVideo.html | application crashed [@ mozilla::WebrtcMediaDataEncoder::ProcessEncode(RefPtr<mozilla::MediaData> const&)::$_18::operator()(nsTArray<RefPtr<mozilla::MediaRawData> > const&) const] P3 RESOLVED
1597848 Intermittent dom/media/tests/mochitest/test_peerConnection_checkPacketDumpHook.html | application crashed [@ mozilla::MozPromise<nsTArray<RefPtr<mozilla::MediaRawData> >, mozilla::MediaResult, true>::ThenValue<mozilla::WebrtcMediaDataEncoder::ProcessEncod P5 RESOLVED
1597851 Intermittent dom/media/tests/mochitest/test_peerConnection_sender_and_receiver_stats.html | application crashed [@ mozilla::java::SampleBuffer::WriteToByteBuffer(mozilla::jni::Ref<mozilla::jni::ByteBuffer, _jobject*> const&, int, int) const] P3 RESOLVED
1597870 Intermittent dom/media/tests/mochitest/test_peerConnection_restrictBandwidthTargetBitrate.html | application crashed [@ libc.so + 0x1a790] -- RESOLVED
1597896 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | application crashed [@ libc.so + 0x1a790] -- RESOLVED
1597949 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/simplecall.https.html | expected OK P5 RESOLVED
1598486 After set the Allow autoplay audio, Webrtc Still blocking audio in version 69 P2 RESOLVED
1598526 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoCombined.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1598535 Intermittent dom/media/tests/mochitest/test_dataChannel_hostnameObfuscationWhitelist.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1598895 Intermittent dom/media/tests/mochitest/test_peerConnection_<xyz>.html | Valid rtcp timestamp 1574530892918 >= 1574530893221 ( P5 RESOLVED
1598914 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_queue_request.js | microphone selector visible - P5 RESOLVED
1599065 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-iceConnectionState.https.html | expected OK P5 RESOLVED
1599068 Unable to join a video call on Jitsi -- RESOLVED
1599074 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreamsCombined.html | Valid rtcp timestamp 1574684266675 >= 1574684266753 ( P5 RESOLVED
1599269 [wpt-sync] Sync PR 20443 - Re-enable testing of wpt/webrtc/RTCPeerConnection-setRemoteDescription-rollback.html and improve some test cases P4 RESOLVED
1599293 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioStreams.html | Test timed out. P5 RESOLVED
1599325 Intermittent dom/media/tests/mochitest/test_peerConnection_videoRenegotiationInactiveAnswer.html | Valid rtcp timestamp 1574734529826 >= 1574734529929 ( P5 RESOLVED
1599692 Intermittent dom/media/tests/mochitest/test_peerConnection_trackDisabling_clones.html | Valid rtcp timestamp 1574838918481 >= 1574838918483 ( P5 RESOLVED
1599850 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoRtcpMux.html | Valid rtp timestamp 1574874653024 <= 1574874651805 ( P5 RESOLVED
1600206 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/getstats.html | expected OK P5 RESOLVED
1600209 Intermittent mochitest/test_peerConnection_noTrickleOffer.html | Error in test execution: Error: Element _local_{28e917c7-7827-48be-a57e-8fee1a5032b6} should progress currentTime timeout/<@https://*/mochitest/head.js:652:42 ... promise callback*timeout@ht P5 RESOLVED
1600260 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudio_forced_higher_rate.html | Valid rtp timestamp 1575016022058 <= 1575016017978 ( P5 RESOLVED
1600298 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/datachannel-emptystring.html | Can send empty strings across a WebRTC data channel. - Test timed out P5 RESOLVED
1600672 [JITSI] screen sharing artefacts, specifically on Windows 7 P3 RESOLVED
1600698 [JITSI] bandwith usage and status info P3 RESOLVED
1600786 Intermittent dom/media/tests/mochitest/test_peerConnection_addDataChannelNoBundle.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from new to failed P5 RESOLVED
1600819 Intermittent dom/media/tests/mochitest/test_dataChannel_basicVideo.html | Test timed out. P5 RESOLVED
1601266 [wpt-sync] Sync PR 20605 - Replace hostCandidate with address and port in RTCPeerConnectionIceErrorEvent P4 RESOLVED
1601359 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-onnegotiationneeded.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1601430 AddressSanitizer: SEGV /builds/worker/workspace/build/src/obj-firefox/dist/include/js/RootingAPI.h in exposeToActiveJS P2 RESOLVED
1601617 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | Test timed out - P5 RESOLVED
1601964 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDTMFSender-ontonechange-long.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1602074 Intermittent dom/media/tests/mochitest/test_peerConnection_videoRenegotiationInactiveAnswer.html | Local candidate type is what we expected for selected pair - got "prflx", expected "host" P5 RESOLVED
1602085 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleAnswer.html | Valid rtp timestamp 1575656413861 <= 1575656408486 ( P5 RESOLVED
1602137 Intermittent /webrtc/RTCPeerConnection-setLocalDescription.html | application crashed [@ sctp_add_addr_to_vrf] P3 RESOLVED
1602180 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-send.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1602232 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDTMFSender-ontonechange.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1602296 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-getTransceivers.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1602435 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc-svc/RTCRtpParameters-scalability.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1602602 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoBundleNoRtcpMux.html | Valid rtp timestamp 1575925826460 <= 1575925822813 ( P5 RESOLVED
1602604 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteReofferRollback.html | Valid rtp timestamp 1575927553204 >= 1575927553427 ( P5 RESOLVED
1602650 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-iceConnectionState.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1602693 Microsoft Teams does not load chat P5 UNCONFIRMED
1602739 Stats IDs should be opaque P2 RESOLVED
1602794 [wpt-sync] Sync PR 20703 - wpt: dont fire RTCPeerConnection.onconnectionstatechange on close P4 RESOLVED
1602872 [wpt-sync] Sync PR 20709 - rtcpeerconnection: dont fire signalingstatechange from close() P4 RESOLVED
1603109 [wpt-sync] Sync PR 20721 - [Rollback] Fix crash when removing a track being rolled back. P4 RESOLVED
1603306 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | Local candidate type is what we expected for selected pair - got "prflx", expected "host" P5 RESOLVED
1603319 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannelEvent-constructor.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1603399 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpSender-replaceTrack.https.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1603495 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1603611 Intermittent dom/media/tests/mochitest/test_peerConnection_twoVideoTracksInOneStream.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1603647 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | application timed out after 370 seconds with no output P5 RESOLVED
1603648 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-removeTrack.https.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1603695 [wpt-sync] Sync PR 20764 - Test optional RTCDTMFToneChangeEvent constructor parameters P4 RESOLVED
1603748 Fix stats debug message in pc.js P3 RESOLVED
1603775 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-bufferedAmount.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1603846 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-addIceCandidate.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1603906 Intermittent leakcheck | tab 4416 bytes leaked (CompositableClient, CondVar, GfxTextureWasteTracker, IPC::Channel, ITextureClientRecycleAllocator, ...) P5 RESOLVED
1604172 [wpt-sync] Sync PR 20787 - Add test that datachannels close when connection does. P4 RESOLVED
1604378 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-iceConnectionState.https.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1604497 UndefinedBehaviorSanitizer: undefined-behavior /builds/worker/workspace/build/src/media/webrtc/trunk/webrtc/api/video/i420_buffer.cc:225:52 in P2 RESOLVED
1604775 Intermittent dom/media/tests/mochitest/test_getUserMedia_audioCapture.html | Error executing test: Error: Audio analysis timed out waitForAnalysisSuccess@https://example.com/tests/dom/media/tests/mochitest/head.js:203:26 P5 RESOLVED
1604779 [wpt-sync] Sync PR 20832 - Align with latest version of WebRTC spec P4 RESOLVED
1604858 [wpt-sync] Sync PR 20845 - Fail when calling createOffer in the wrong signaling state P4 RESOLVED
1604984 Intermittent dom/media/tests/mochitest/test_peerConnection_recordReceiveTrack.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it | Got remote candidate ID undefined for selected pair - didn't expect undefined P5 RESOLVED
1605042 [wpt-sync] Sync PR 20862 - Use getNoiseStream instead of getUserMedia P4 RESOLVED
1605302 All fields in the RTCStats dictionary WebIDL should be `required` P3 NEW
1605339 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-iceConnectionState.https.html | connection with one data channel should eventually have connected or completed connection state - Test timed out P5 RESOLVED
1605766 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-rollback.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1605781 Perma tier2 TEST-UNEXPECTED-OK | /webrtc/RTCPeerConnection-canTrickleIceCandidates.html | expected CRASH P5 RESOLVED
1605791 Intermittent TEST-UNEXPECTED-OK | /webrtc/RTCPeerConnection-canTrickleIceCandidates.html | expected CRASH P5 RESOLVED
1605990 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannelEvent-constructor.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1606052 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoCombined.html | Error in test execution: Error: Element _local_{99b98d6f-38dd-4bd4-9ede-843ca0310631} should progress currentTime timeout P5 RESOLVED
1606053 Intermittent dom/media/tests/mochitest/test_peerConnection_constructedStream.html | Valid rtp timestamp 1577402833071 <= 1577402833024 ( P5 RESOLVED
1606055 Intermittent dom/media/tests/mochitest/test_peerConnection_webAudio.html | Valid rtcp timestamp 1577405533715 >= 1577405533723 ( P5 RESOLVED
1606109 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-tracks.https.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1606545 Intermittent [tier2]TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-replaceTrack.https.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1606730 [wpt-sync] Sync PR 21013 - Add RTCError event when data channel closes with an error. P4 RESOLVED
1606854 [wpt-sync] Sync PR 21025 - Respect blocked port list for ICE-TCP connections P4 RESOLVED
1607205 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ mozilla::media::LambdaRunnable<mozilla::WebrtcAudioConduit::OnRtcpBye()::$_1>::Run()] P2 RESOLVED
1607238 Update WebRTC code to webrtc.org stable branch (tbd) P2 RESOLVED
1607311 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioDynamicPtMissingRtpmap.html | Valid rtp timestamp 1578334582546 >= 1578334583646 ( P5 RESOLVED
1607400 Intermittent dom/media/tests/mochitest/test_peerConnection_twoVideoTracksInOneStream.html | application crashed [@ 0x0] -- RESOLVED
1607550 Intermittent browser/base/content/test/webrtc/browser_webrtc_hooks.js | leaked 1 window(s) until shutdown [url = https://example.com/browser/browser/base/content/test/webrtc/get_user_media.html] P5 RESOLVED
1607566 Intermittent dom/media/tests/mochitest/test_peerConnection_recordReceiveTrack.html | Test timed out. P5 RESOLVED
1607594 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoTransceivers.html | Error in test execution: Error: Timeout checking for stats for track {3c3aabff-da92-4f94-866d-a666e9946f45} after at least30000ms waitForRtpFlow@https P5 RESOLVED
1607629 Intermittent dom/media/tests/mochitest/test_peerConnection_captureStream_canvas_2d.html | Valid rtp timestamp 1578440805540 >= 1578440806471 ( P5 RESOLVED
1607632 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_in_xorigin_frame_chain.js | Test timed out - P5 RESOLVED
1607781 meet.google.com / Google Hangouts doesn't work with resistFingerprinting ("Couldn't start the video call because of an error") P2 RESOLVED
1607825 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteRollback.html | Error in test execution: Error: Element _local_{94c38399-5f03-44a4-801e-723c115b2cde} should progress currentTime timeout/<@https://example.com/tests/dom/media/tests/moch P5 RESOLVED
1607874 Intermittent dom/media/tests/mochitest/test_peerConnection_captureStream_canvas_webgl.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1607875 Intermittent dom/media/tests/mochitest/test_peerConnection_captureStream_canvas_webgl.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1607884 Intermittent dom/media/tests/mochitest/test_peerConnection_capturedVideo.html | Error in test execution: Error: Element _remote_{82a9d763-f69e-48bf-806b-86e204de3a9e} should progress currentTime timeout P5 RESOLVED
1607886 Intermittent dom/media/tests/mochitest/test_peerConnection_localRollback.html | Error in test execution: Error: Element _local_{ec1b6fb6-2b75-4ee8-b651-4442665c483d} should progress currentTime timeout P5 RESOLVED
1607924 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-tracks.https.html | track.onmute fires before setRemoteDescription resolves. - Test timed out P5 RESOLVED
1607967 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIce.html | Error in test execution: Error: Timeout checking for stats for track {e2a293a4-83b1-404a-830c-aa7e61665ecb} after at least30000ms P5 RESOLVED
1608008 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastOddResolution.html | Valid rtcp timestamp 1578543715709 >= 1578543715735 ( P5 RESOLVED
1608212 [wpt-sync] Sync PR 21117 - Implement datachannel.onclosing event P2 RESOLVED
1608342 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-createOffer.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1608404 Intermittent dom/media/tests/mochitest/test_peerConnection_constructedStream.html | application crashed [@ 0x62000000] -- RESOLVED
1608584 Perma [tier2] browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js | Uncaught exception - [Exception... "(null)" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "<unknown>" data: no] P5 RESOLVED
1608589 Intermittent 1:05.67 python/mozbuild/mozbuild/test/configure/test_util.py::TestLogSubprocessOutput::test_non_ascii_subprocess_output TEST-UNEXPECTED-FAIL P5 RESOLVED
1608698 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-createDataChannel.html | Stopping the bundle-tag when there is a DataChannel in the bundle should kill the DataChannel - Test timed out P5 RESOLVED
1608737 Intermittent dom/media/tests/mochitest/test_peerConnection_verifyAudioAfterRenegotiation.html | Error in test execution: Error: Element _local_{something} should progress currentTime timeout/<@https://*/mochitest/head.js:657:42 ... P5 RESOLVED
1608747 Intermittent dom/media/tests/mochitest/test_peerConnection_trackless_sender_stats.html | Error in test execution: Error: Element _remote_{805e11fb-d6af-4949-bcc9-be19b2522b17} should progress currentTime timeout/ P5 RESOLVED
1608796 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_multi_process.js | Uncaught exception - undefined - threw exception: TypeError: can't access property "ownerGlobal", browser is null P5 RESOLVED
1608963 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-bufferedAmount.html | bufferedAmount initial value should be 0 for both peers - Test timed out P5 RESOLVED
1609005 Intermittent dom/media/tests/mochitest/identity/test_setIdentityProvider.html | Error in test execution: Error: Element _local_{b2542855-0813-4000-bcb1-07ef78637b59} should progress currentTime timeout/<@https://example P5 RESOLVED
1609026 Intermittent mda <test-name> | application crashed [@ webrtc::VideoStreamEncoder::OnEncodedImage(webrtc::EncodedImage const&, webrtc::CodecSpecificInfo const*, webrtc::RTPFragmentationHea P2 RESOLVED
1609095 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-canTrickleIceCandidates.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1609326 Intermittent TEST-UNEXPECTED-PASS | /webrtc/RTCPeerConnection-setRemoteDescription-tracks.https.html | track.onmute fires before setRemoteDescription resolves. - expected TIMEOUT P5 RESOLVED
1609437 [wpt-sync] Sync PR 21195 - webrtc: Don't show empty rid values and remove obsolete parameters P4 RESOLVED
1609602 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js | Failed Error: Topic recording-device-events not expected in content process P5 RESOLVED
1609843 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundle.html | Local candidate type is what we expected for selected pair - got "prflx", expected "host" P5 RESOLVED
1609859 Stop throwing incorrect exceptions from PeerConnection P2 RESOLVED
1610105 Intermittent TVw ::: Test verification FAIL TinderboxPrint: Per-test run of ...\RTCPeerConnection-createDataChannel.html<br/>: FAILURE P5 RESOLVED
1610297 [wpt-sync] Sync PR 21264 - webrtc: Implement and ship RTCRtpEncodingParameters.maxFramerate P4 RESOLVED
1610422 Resolve merge conflicts with upstream WebRTC web platform tests P2 RESOLVED
1610544 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_peerIdentity.html | Error in test execution: Error: Element _local_{aa1e6cc6-9b7a-4715-a539-bdd5337149d2} should progress currentTime timeout/ P5 RESOLVED
1610579 Update webrtc/RTCPeerConnection-createDataChannel.html to match spec P2 RESOLVED
1610722 Intermittent TV TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-createDataChannel.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1610931 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudio.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1611102 Intermittent TinderboxPrint: Per-test run of ...\RTCPeerConnection-remote-track-mute.https.html<br/>: FAILURE P5 RESOLVED
1611237 Throw the right SyntaxErrors from PeerConnection.jsm -- RESOLVED
1611254 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-remote-track-mute.https.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1611376 Intermittent TCw tier 2 TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCConfiguration-iceServers.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1611454 Perma late beta browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js | uncaught exception - TypeError: notification.options.checkbox is undefined.../PopupNotifications.js when Gecko 74 merges to Beta on 2020-02-10 P2 VERIFIED
1611538 Intermittent [tier2] TEST-UNEXPECTED-TIMEOUT | /webrtc/legacy/onaddstream.https.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1611734 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleOfferAnswer.html | Error in test execution: Error: Timeout checking for stats for track {6da136c7-927b-413f-adb4-a40b8195d64c} after at least30000ms waitForRtpFlow@https://... P5 RESOLVED
1611785 Intermittent dom/media/tests/mochitest/test_peerConnection_stats_relayProtocol.html | All candidate types are accounted for - got 3, expected 4 P5 RESOLVED
1611931 getUserMedia processing test page is not functioning on beta builds -- RESOLVED
1611981 [wpt-sync] Sync PR 21473 - Validate remote ICE parameters in RTCIceTransport.start() P4 RESOLVED
1612014 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalRollback.html | application terminated with exit code 3221225642 P5 RESOLVED
1612171 Ability to pick which screen to share -- RESOLVED
1612462 fix some mochitest logging for webrtc stats which no longer stringify P3 NEW
1612591 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | Error in test execution: Error: Element _local_{ce923a64-d2c9-428d-8ed1-bb12a3d47d10} should progress currentTime timeout.. P5 RESOLVED
1612593 Intermittent dom/media/tests/mochitest/test_peerConnection_basicVideoVerifyRtpHeaderExtensions.html | application crashed [@ rtc::PlatformThread::GetThreadRef() const] P3 RESOLVED
1612658 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/msid-parse.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1612949 [wpt-sync] Sync PR 21553 - Align with latest version of webrtc-stats hierarchy P4 RESOLVED
1612996 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpTransceiver-stop.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1613223 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | application crashed [@ webrtc::VCMEncodedFrameCallback::OnEncodedImage(webrtc::EncodedImage const&, webrtc::CodecSpecificInfo const*, webrtc::RTPFragmentationHeader co P3 RESOLVED
1613464 [wpt-sync] Sync PR 21609 - Add test for setCodecPreferences with shortened codec list P4 RESOLVED
1613737 Intermittent dom/media/tests/mochitest/test_peerConnection_twoVideoTracksInOneStream.html | application crashed [@ mozilla::WebrtcMediaDataEncoder::ProcessEncode(RefPtr<mozilla::MediaData> const&)] P3 RESOLVED
1613769 Don't fire iceconnectionstatechange after pc.close() P2 RESOLVED
1613793 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setLocalDescription-answer.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1613816 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideo.html | application crashed [@ dalvik-main space (region space) (deleted) + 0x34024e8] P3 RESOLVED
1613906 Intermittent /webrtc/RTCPeerConnection-remote-track-mute.https.html | Changing transceiver direction to 'sendrecv' unmutes the remote track - assert_true: Not expecting event, but got mute event expected true got false P5 RESOLVED
1614228 Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastOddResolution.html | Test timed out. P5 RESOLVED
1614326 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-add-track-no-deadlock.https.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1614355 Assertion failure: mState == kJsepStateStable, at src/media/webrtc/signaling/src/jsep/JsepSessionImpl.cpp:2233 P2 RESOLVED
1614552 Intermittent dom/media/tests/mochitest/test_peerConnection_remoteRollback.html | application timed out after 370 seconds with no output P5 RESOLVED
1614620 [wpt-sync] Sync PR 21729 - Add WPT tests for WebRTC crypto suites. P4 RESOLVED
1614627 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoCombined.html | Unexpected event 'message' fired with message = 'DataChannelWrapper (pcRemote_channel_2)' at: ["createOneShotEventWrapper@https://example.com/tests/dom/media/tests/ P5 RESOLVED
1615090 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-onsignalingstatechanged.https.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1615191 Add remoteTimestamp to RTCRemoteOutboundRtpStreamStats P2 RESOLVED
1615237 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | stats ICE connections matches expected A/V transports - got 2, expected 3 P5 RESOLVED
1615244 Intermittent dom/media/tests/mochitest/test_getUserMedia_active_autoplay.html | Error executing test: Error: Timeout @https://example.com/tests/dom/media/tests/mochitest/test_getUserMedia_active_autoplay.html:28:49 ... P5 RESOLVED
1615336 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-answer.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1615481 Fix exceptions through from DataChannel.send() when the message is too big P2 RESOLVED
1615529 Intermittent RTCDTMFSender-ontonechange.https.html | insertDTMF() with interToneGap less than 30 should be clamped to 30 - assert_between_inclusive: Expect tonechange event for "" to be fired approximately after 390 milliseconds expected a number greater P5 RESOLVED
1615697 Intermittent dom/media/tests/mochitest/test_dataChannel_hostnameObfuscationWhitelist.html | Error executing test: Error: timeout after 120s: failed to close data channel pair timerGuard/<@http://mochi.test:8888/tests/dom/media/tests/mochitest/pc.js:137:13 P5 RESOLVED
1615820 Perma [tier2] TEST-UNEXPECTED-OK | /webrtc/RTCRtpSender-replaceTrack.https.html | expected CRASH P5 RESOLVED
1615886 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_devices_get_user_media_in_xorigin_frame.js | application timed out after 370 seconds with no output P5 RESOLVED
1615975 [wpt-sync] Sync PR 21830 - webrtc-wpt: add simulcast tests P4 RESOLVED
1616011 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_devices_get_user_media.js | application timed out after 370 seconds with no output P5 RESOLVED
1616124 [wpt-sync] Sync PR 21841 - webrtc wpt: add test for reusing a transceiver in simulcast P4 RESOLVED
1616170 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_devices_get_user_media_tear_off_tab.js | application timed out after 370 seconds with no output P5 RESOLVED
1616201 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ SortCompareString + 0x1f0] -- RESOLVED
1616203 [wpt-sync] Sync PR 21850 - Fix getStats test for RTPReceiver P4 RESOLVED
1616504 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-transceivers.https.html | expected OK P5 RESOLVED
1616742 Intermittent /webrtc/RTCRtpTransceiver-direction.html | application crashed [@ BlendPath(struct _UrlParts const *,struct _UrlParts *,struct _UrlParts *) + 0x48] P3 RESOLVED
1616839 [wpt-sync] Sync PR 21898 - Add WPT test case for rolling back data channel P4 RESOLVED
1616854 Intermittent dom/media/tests/mochitest/identity/test_setIdentityProviderWithErrors.html | Error in test execution: Error: Element _local_{abb5c8fd-db5e-4773-8b85-63acae70feea} should progress currentTime timeout/<@https://example.com/tests/dom/media/tests P5 RESOLVED
1616859 [wpt-sync] Sync PR 21900 - webrtc: add wpt for validating ice-ufrag and ice-pwd syntax P4 RESOLVED
1616873 Intermittent /webrtc/protocol/candidate-exchange.https.html | application crashed [@ sctp_add_addr_to_vrf] -- RESOLVED
1616952 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack.html | Error in test execution: Error: Timeout checking for stats for track {658d7a6f-bd28-497b-8e69-0886e72c7fb4} after at least30000ms waitForRtpFlow@https://example.com/ P5 RESOLVED
1616974 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreamsCombined.html | Error in test execution: Error: Element _local_{d54faef2-1382-422c-b11c-a39a86659c6e} should progress currentTime timeout/<@https://example.com P5 RESOLVED
1617035 Pref WEBRTC-SDP on as only SDP parser in Nightly P3 NEW
1617182 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/datachannel-emptystring.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1617296 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-iceGatheringState.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1617367 Intermittent dom/media/tests/mochitest/test_peerConnection_setParameters.html | application crashed [@ mozilla::WebrtcMediaDataEncoder::ProcessEncode(RefPtr<mozilla::MediaData> const&)] P3 RESOLVED
1617614 [wpt-sync] Sync PR 21933 - webrtc: add third party sdp module P4 RESOLVED
1617704 Hubs Rooms Don't open in Nightly on Mac - throws webrtc error -- RESOLVED
1617830 Intermittent /webrtc/simplecall.https.html | application crashed [@ memchr] -- RESOLVED
1617888 applyConstraints() on a cloned track modifies the original track as well P3 RESOLVED
1617925 Get rid of 2 unused variables in PeerConnectionImpl -- RESOLVED
1617978 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundle.html | Error in test execution: Error: Timeout checking for stats for track {e654533f-2eb3-42a5-bfd0-84e2c37ba254} after at least30000ms waitForRtpFlow P5 RESOLVED
1618083 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondVideoStream.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1618170 Perma [tier2] browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js | Uncaught exception - at chrome://mochitests/content/browser/browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js:521 - TypeError: gBrowser P5 RESOLVED
1618359 large calls (9-ish people) on meet.jit.si tend to lose video on Firefox but not Chrome P3 NEW
1618655 Intermittent dom/media/tests/mochitest/test_enumerateDevices_navigation.html | Error executing test: TypeError: iframe.contentWindow.enumerateDevices is not a function @... mochitest/test_enumerateDevices_navigation.html:33:32 ... runTestWhenReady P5 RESOLVED
1618743 Intermittent dom/media/tests/mochitest/test_peerConnection_sender_and_receiver_stats.html | Error in test execution: Error: Timeout checking for stats for track {276d9833-4c61-451b-bfa6-f5e0ffdc3636} after at least30000ms waitForRtpFlow@https://example.co P5 RESOLVED
1618761 High frequency TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_peerConnection_disabledVideoPreNegotiation.html | application timed out after 370 seconds with no output P5 RESOLVED
1618762 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ NtCancelWaitCompletionPacket + 0x0] -- RESOLVED
1618857 Intermittent mochitest/test_peerConnection_restartIceLocalAndRemoteRollback.html | Error in test execution: Error: Timeout checking for stats for track {...} after at least30000ms waitForRtpFlowdom/media/tests/mochitest/pc.js...async*tests/mochitest/pc.js P5 RESOLVED
1618877 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | application timed out after 370 seconds with no output P5 RESOLVED
1619066 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDTMFSender-insertDTMF.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1619453 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_asymmetricIsolation.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from new to failed P5 RESOLVED
1619484 load of value 3840206052, which is not a valid value for type 'MouseCursorMonitor::CursorState' in src/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc:197 P3 RESOLVED
1619800 Intermittent dom/media/tests/mochitest/test_ondevicechange.html | Error executing test: Error: Timed out waiting for devicechange OnDeviceChangeEventReceived/<@https://example.com/tests/dom/media/tests/mochitest/test_ondevicechange.html:26:22 ... P5 RESOLVED
1620095 Intermittent dom/media/tests/mochitest/test_peerConnection_videoRenegotiationInactiveAnswer.html | application crashed [@ libandroid_runtime.so + 0x1644c6] P5 RESOLVED
1620305 Intermittent dom/media/tests/mochitest/test_peerConnection_trackDisabling_clones.html | Error in test execution: Error: Element _remote_{1d5a6e4d-2ee8-4f0c-81d9-4f9e03431b72} should progress currentTime timeout/ P5 RESOLVED
1620716 talky.io does not display video on Nightly on macOS -- RESOLVED
1620851 Intermittent dom/media/tests/mochitest/test_enumerateDevices.html | Test timed out. P5 RESOLVED
1621183 Intermittent dom/media/tests/mochitest/test_peerConnection_bug827843.html | Error in test execution: Error: Element _local_{9f3b8590-363f-45e0-827c-fb0c54a8802b} should progress currentTime timeout/<@https://example.com/tests/dom/media/tests/mochi P5 RESOLVED
1621215 [wpt-sync] Sync PR 22152 - webrtc: add WPT for unbundled connections P4 RESOLVED
1621292 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/simplecall.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1621327 [wpt-sync] Sync PR 22157 - WIP: split connection P4 RESOLVED
1621354 Intermittent dom/media/tests/mochitest/test_dataChannel_hostnameObfuscationWhitelist.html | Local candidate type is what we expected for selected pair - got "prflx", expected "host" P5 RESOLVED
1621429 Implement dataChannelIdentifier stat P3 RESOLVED
1621567 [wpt-sync] Sync PR 22184 - webrtc: add more BUNDLE assertions P4 RESOLVED
1621617 Intermittent dom/media/tests/mochitest/test_peerConnection_basicH264Video.html | application crashed [@ mozilla::MozPromise<nsTArray<RefPtr<mozilla::MediaRawData> >, mozilla::MediaResult, true>::ThenValue<mozilla::WebrtcMediaDataEncoder::ProcessEncode(Ref P5 RESOLVED
1621777 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-remote-track-mute.https.html | Changing transceiver direction to 'sendrecv' unmutes the remote track - Test timed out P5 RESOLVED
1621807 Intermittent dom/media/tests/mochitest/test_peerConnection_basicVideoVerifyRtpHeaderExtensions.html | application crashed [@ gralloc.ranchu.so + 0x7937] P5 RESOLVED
1621857 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-addTransceiver.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1622130 Intermittent dom/media/tests/mochitest/test_getUserMedia_scarySources.html | Test timed out. P5 RESOLVED
1622137 Failure in /webrtc/RTCPeerConnection-remote-track-mute.https.html | ontrack: track goes from muted to unmuted - Test timed out P5 RESOLVED
1622390 Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddVideoTrackNoBundle.html | application timed out after 370 seconds with no output | application crashed [@ libc.so + 0x6a100] P5 RESOLVED
1622537 Intermittent webrtc/protocol/bundle.https.html | bundles on the first transport and closes the second - assert_not_equals: got disallowed value undefined P5 RESOLVED
1622603 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | application timed out after 370 seconds with no output P5 RESOLVED
1622740 [wpt-sync] Sync PR 22273 - Add WPT test for verifying RTX payload type pointers P4 RESOLVED
1622760 [wpt-sync] Sync PR 22275 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=209135 P4 RESOLVED
1622878 Intermittent Assertion failure: stream != (0xFFFF), at /builds/worker/checkouts/gecko/netwerk/sctp/datachannel/DataChannel.cpp:2411 P5 RESOLVED
1622914 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/bundle.https.html | bundles on the first transport and closes the second - Test timed out P5 RESOLVED
1623258 Jitsi no longer works -- RESOLVED
1623493 Intermittent /webrtc/RTCPeerConnection-createDataChannel.html | application crashed [@ sctp_add_addr_to_vrf] -- RESOLVED
1623691 Intermittent dom/media/tests/mochitest/test_peerConnection_setParameters_scaleResolutionDownBy.html | application crashed [@ libc.so + 0x8db67] P5 RESOLVED
1623693 Crash when closing single window being projected in Google Hangouts -- RESOLVED
1624006 WebRTC PeerConnection renegotiation problem -- RESOLVED
1624014 about:webrtc obfuscates local prflx candidates in the raw candidates table when no gUM permission has been given P3 NEW
1624018 Show STUN server P3 RESOLVED
1624032 Remove double new lines from SDP in about:webrtc to make copy and pasting out easier P3 RESOLVED
1624054 Break the raw candidate table in about:webrtc into two tables P3 RESOLVED
1624063 WebRTC does not use proxy -- RESOLVED
1624065 Intermittent test_peerConnection_removeThenAddAudioTrackNoBundle.html | Error in test execution: Error: Timeout checking for stats for track {...} after at least30000ms waitForRtpFlow@mochitest/pc.js:1839:11 ... async*waitForMediaFlow/<@tests/mochitest/pc P5 RESOLVED
1624081 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/bundle.https.html | not negotiating BUNDLE creates two separate ice and dtls transports - Test timed out P2 RESOLVED
1624097 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setLocalDescription-parameterless.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1624319 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/candidate-exchange.https.html | Two way ICE exchange works - Test timed out P5 RESOLVED
1624328 [meta] Improvements and bug fixes for about:webrtc page P3 NEW
1624341 [wpt-sync] Sync PR 22397 - Mark webrtc/idlharness.https.window.js as timeout=long P4 RESOLVED
1624595 [wpt-sync] Sync PR 22418 - wpt: remove weird pattern from webrtc simplecall-no-ssrcs P4 RESOLVED
1624967 Display Entire SDP history in about:webrtc P3 RESOLVED
1625164 [wpt-sync] Sync PR 22470 - webrtc wpt: add test for partial connectivity connectionState P4 RESOLVED
1625334 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-mandatory-getStats.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1625339 Intermittent /webrtc/RTCRtpReceiver-getContributingSources.https.html | application crashed [@ rtc::VideoBroadcaster::OnFrame(webrtc::VideoFrame const&)] P3 RESOLVED
1625346 Updated version of FIrefox has disabled microphone operation my win 10 laptop -- RESOLVED
1625424 [Windows] On https://webroom.net/ the user can't get through the check process -- RESOLVED
1625437 Main capture device disappears after some firefox uptime -- RESOLVED
1625456 Show information about resolution and codecs for WebRTC P3 NEW
1625694 getDisplayMedia media stream is missing cursor on Linux P3 VERIFIED
1625757 Intermittent leakcheck | tab 488 bytes leaked (Mutex, PollableEvent, Runnable, TransportInterface, nsSocketTransportService) P5 RESOLVED
1625978 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-close.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1626157 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIce.html | application crashed [@ webrtc::VideoStreamEncoder::OnEncodedImage(webrtc::EncodedImage const&, webrtc::CodecSpecificInfo const*, webrtc::RTPFragmentationHeader const*)] -- RESOLVED
1626199 [wpt-sync] Sync PR 22557 - webrtc: add third-party sdp module P4 RESOLVED
1626243 [wpt-sync] Sync PR 22561 - Implement and ship RTCRtpSendParameters.degradationPreference P4 RESOLVED
1626290 Facebook does not allow Firefox to make video conference calls -- RESOLVED
1626414 SRD() followed by addTrack() exposes mid prematurely P2 RESOLVED
1626476 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/legacy/RTCRtpTransceiver-with-OfferToReceive-options.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1626605 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | Error in test execution: Error: Timeout checking for stats for track {e41d0cc0-f339-463b-876b-6616c37e2093} after at least30000ms waitForRtpFlow@https://example.co P5 RESOLVED
1626814 Intermittent /tests/dom/media/tests/mochitest/test_peerConnection_nonDefaultRate.html logged result after SimpleTest.finish(): pc1 addIceCandidate success P5 RESOLVED
1626856 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_audioSynchronizationSources.html | Subsequent getSynchronizationSources calls are cached. - got "[[{\"audioLevel\":0.35481338923357547,\"rtpTimestamp\":352713255,\"source\":3923704873 P5 RESOLVED
1626915 [wpt-sync] Sync PR 22647 - Handle attempts to remove a track via a sender with null track from a PC. P4 RESOLVED
1627388 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleAnswer.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1627586 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-remote-track-mute.https.html | ontrack: track goes from muted to unmuted - Test timed out P5 RESOLVED
1627640 [wpt-sync] Sync PR 22718 - webrtc: add helpers for detecting audio (or silence) P4 RESOLVED
1627657 Intermittent TEST-UNEXPECTED-CRASH | dom/media/tests/mochitest/identity/test_getIdentityAssertion.html | Finished in 1354ms P5 RESOLVED
1627749 Remove unused webrtc version and update script P2 RESOLVED
1627781 MediaStreamTrack id and label are not set correctly from SDP -- RESOLVED
1627853 Intermittent Android dom/media/webrtc/tests/mochitest/test_peerConnection_basicH264Video.html | application crashed [@ rtc::PlatformThread::GetThreadRef() const] P3 RESOLVED
1627855 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from new to failed P5 RESOLVED
1628168 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setLocalDescription.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1628246 [wpt-sync] Sync PR 22779 - Add a test for ReplaceTrack that verifies video track content. P4 RESOLVED
1628569 Intermittent LeakSanitizer | leak at ParentContentActorCreateFunc, mozilla::dom::UDPSocketChild::SetBackgroundSpinsEvents, mozilla::NrUdpSocketIpc::create_i, apply P5 RESOLVED
1628933 Intermittent dom/media/tests/crashtests/1468451.html | assertion count 2 is more than expected 0 assertions P5 RESOLVED
1629000 Intermittent dom/media/tests/mochitest/test_peerConnection_setParameters.html | application timed out after 370 seconds with no output P5 RESOLVED
1629160 Intermittent dom/media/tests/mochitest/test_peerConnection_forwarding_basicAudioVideoCombined.html | Error in test execution: Error: Timeout checking for stats for track {1b9009cf-d328-4995-81d8-d0f1cee4281c} after at least30000ms waitForRtpFlow P5 RESOLVED
1629358 Joining to whereby.com rooms using Fenix leaves camera off the first time P3 RESOLVED
1629464 Intermittent TEST-UNEXPECTED-NOTRUN | /webrtc/protocol/bundle.https.html | bundles on the first transport and closes the second - expected TIMEOUT P5 RESOLVED
1629529 Crash in [@ mozilla::net::WebrtcTCPSocket::CloseWithReason] P1 RESOLVED
1629877 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/candidate-exchange.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1630110 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html | application crashed [@ webrtc::VideoStreamEncoder::OnEncodedImage(webrtc::EncodedImage const&, webrtc::CodecSpecificInfo const*, webrtc::RTPFragmentationHeader const*)] -- RESOLVED
1630470 Intermittent TEST-UNEXPECTED-TIMEOUT | mozilla/tests/dom/throttling/throttling-webrtc.window.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1630471 Intermittent browser/base/content/test/fullscreen/browser_fullscreen_permissions_prompt.js | Test timed out - P5 RESOLVED
1630632 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-restartIce.https.html | expected OK P5 RESOLVED
1630904 Intermittent /webrtc/RTCPeerConnection-operations.https.html | Negotiationneeded only fires once operations chain is empty - assert_true: Negotiationneeded must have fired by now. expected true got false P5 RESOLVED
1631203 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ <style::rule_tree::core::StrongRuleNode as core::ops::drop::Drop>::drop] -- RESOLVED
1631266 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-perfect-negotiation.https.html | Perfect negotiation setup connects - Test timed out P5 RESOLVED
1632063 webrtc-landing -- RESOLVED
1632257 Unable to screenshare in Google Hangouts -- RESOLVED
1632378 Intermittent dom/media/tests/mochitest/test_peerConnection_captureStream_canvas_webgl.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1632433 Intermittent dom/media/tests/mochitest/<anything>.html | Local candidate type is what we expected for selected pair - got "prflx", expected "host" P5 RESOLVED
1632501 Intermittent dom/media/tests/mochitest/test_peerConnection_localReofferRollback.html | Error in test execution: Error: Element _local_{9281520c-a844-49f1-9322-ccb735103966} should progress currentTime timeout/<..> P5 RESOLVED
1632667 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-restartIce-onnegotiationneeded.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1633533 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalAndRemoteRollbackNoSubsequentRestart.html | Test timed out. P1 RESOLVED
1633563 Intermittent TinderboxPrint: Per-test run of .../tests/webrtc/<test><br/>: FAILURE P5 RESOLVED
1633569 [wpt-sync] Sync PR 23277 - webrtc: add simulcast getStats test P4 RESOLVED
1633595 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalAndRemoteRollback.html | Test timed out. P5 RESOLVED
1633805 Firefox sending RTCP PictureLossIndicator packet with SSRC of the wrong track after adding a second video and renegotiating -- RESOLVED
1633956 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceVideoThenRenegotiate.html | application timed out after 370 seconds with no output P5 RESOLVED
1634043 macOS Screensaver Turns On During Google Meet Meeting -- RESOLVED
1634044 getDisplayMedia with `height: { ideal: value }` leads to very strange resolutions somewhere between native and the requested one P2 RESOLVED
1634114 [wpt-sync] Sync PR 23315 - webrtc: refactor simulcast wpt P4 RESOLVED
1634298 [wpt-sync] Sync PR 23337 - [webrtc] remove unnecessary `ctx.getImageData()` call P4 RESOLVED
1634479 [wpt-sync] Sync PR 23341 - Add a test to check the video detector helper function. P4 RESOLVED
1634541 Intermittent dom/media/tests/mochitest/test_peerConnection_audioContributingSources.html | Error in test execution: Error: Element _local_{3495617e-31f9-4489-9548-ad067c09c263} should progress currentTime timeout/<@https://example.com/tests/dom/media P5 RESOLVED
1634675 Remove webrtc-gtest P2 RESOLVED
1635003 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-answer.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1635086 [wpt-sync] Sync PR 23383 - Add test that datachannel events are not fired after DC close. P4 RESOLVED
1635294 Intermittent dom/media/tests/mochitest/test_getUserMedia_mediaElementCapture_video.html | Frame changed within 1 seconds P5 RESOLVED
1635366 Allow screen sharing of individual screen (desktop) instead of only allowing sharing all desktops at once -- RESOLVED
1635418 [wpt-sync] Sync PR 23403 - webrtc wpt: mark simulcast tests as long P4 RESOLVED
1635531 Add window icons (and previews?) to screen and window sharing door hanger P3 NEW
1635911 webrtc/RTCDataChannel-close.html and /webrtc/RTCRtpReceiver-getSynchronizationSources.https.html are expected TIMEOUT P3 ASSIGNED
1636063 Calls between webroom.net are not working properly on Firefox P3 REOPENED
1636134 [wpt-sync] Sync PR 23462 - webrtc wpt: merge simulcast getStats tests P4 RESOLVED
1636325 Intermittent leakcheck | tab 2992 bytes leaked (CondVar, CustomElementReactionsStack, DOMArena, DataChannelConnection, DataChannelConnectionShutdown, ...) P5 RESOLVED
1636438 WebRTC onTrack event doesn't start video -- RESOLVED
1636601 Add stats from webrtc::Call::Stats to about:webrtc P3 NEW
1636632 WebRTC broken on Linux builds using --with-system-nspr/--with-system-nss -- RESOLVED
1636875 [wpt-sync] Sync PR 23499 - Add tests that candidates always generate after SLD completes. P4 RESOLVED
1637387 [wpt-sync] Sync PR 23544 - webrtc wpt: add vp8 and h264 simulcast tests P4 RESOLVED
1637394 Intermittent dom/media/tests/mochitest/test_peerConnection_verifyAudioAfterRenegotiation.html | Error in test execution: Error: Element _remote_{e9096df7-8c8d-4f23-9058-9e732bece8d7} should progress currentTime timeout/<@https://example.com/tests/dom/medi P5 RESOLVED
1637450 Add sending and received video resolution to about:webrtc P1 RESOLVED
1637658 https://meet.google.com screen sharing is clipped to the top left P2 VERIFIED
1637824 Intermittent dom/media/tests/mochitest/test_getUserMedia_basicAudio_loopback.html | Error executing test: Error: Audio analysis timed out waitForAnalysisSuccess@https://example.com/tests/dom/media/tests/mochitest/head.js:203:26 P5 RESOLVED
1637844 Perma TEST-UNEXPECTED-PASS | /webrtc-extensions/RTCRtpSynchronizationSource-captureTimestamp.html | [video] getSynchronizationSources() should not contain captureTimestamp if absolute capture time RTP header extension is not offered - expected TIMEOUT P5 RESOLVED
1637979 [wpt-sync] Sync PR 23601 - Move all priority-related wpt/webrtc tests to webrtc-priority P4 RESOLVED
1638058 Enable video in a Google Meet call makes Nightly stutter and hang. P3 RESOLVED
1638252 No audio (in/out) in WebRTC -- RESOLVED
1638547 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/getstats.html | Can get stats from a basic WebRTC call. - Test timed out P5 RESOLVED
1638829 When joining a Zoom meeting, the "Join Audio" button is grayed out -- RESOLVED
1638859 Google Meet video calls would terminate as soon as one talks on Firefox Nightly -- RESOLVED
1639068 Intermittent [TV] browser/base/content/test/webrtc/browser_devices_get_user_media_queue_request.js | Failed Error: Topic getUserMedia:response:allow not expected in content process P5 RESOLVED
1639126 [wpt-sync] Sync PR 23686 - webrtc wpt: s/doSignalingHandshake/exchangeOfferAnswer/g P4 RESOLVED
1639213 Intermittent mochitest/test_peerConnection_constructedStream.html | Error in test execution: Error: Element _remote_{...} should progress currentTime timeout/<@dom/media/tests/mochitest/head.js:657:42 ... promise callback*timeout@dom/media/tests/mochitest P5 RESOLVED
1639437 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceTrack_disabled.html | Error in test execution: Error: Timeout waiting for black PC_REMOTE_WAIT_FOR_BLACK/<.cancel<@https://example.com/tests/dom/media/tests/mochitest/test_peerConnection_ P5 RESOLVED
1639596 Intermittent TEST-UNEXPECTED-TIMEOUT | /webaudio/the-audio-api/the-stereopanner-interface/stereopannernode-panning.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1639734 Crash in [@ rtc::VideoBroadcaster::OnFrame] P2 RESOLVED
1639736 Intermittent dom/media/tests/mochitest/test_peerConnection_forwarding_basicAudioVideoCombined.html | Error in test execution: Error: Element _remote_{7209cb99-5727-44a7-8010-fb4a53c4f4bc} should progress currentTime timeout P5 RESOLVED
1639780 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-send-blob-order.html | Data channel should send data following the order of the send call - Test timed out P5 RESOLVED
1639976 Poor performance during a Zoom call P1 RESOLVED
1640056 [wpt-sync] Sync PR 23737 - Test both negotiated & non-negotiated datachannels P4 RESOLVED
1640175 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpReceiver-getSynchronizationSources.https.html | [audio] RTCRtpSynchronizationSource.timestamp is a number - Test timed out P5 RESOLVED
1640307 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/msid-parse.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1640329 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudio_forced_higher_rate.html | Error in test execution: Error: Timeout checking for stats for track {...} after at least30000ms waitForRtpFlow@dom/media/tests/mochitest/pc.js:1839:11 ... asy P5 RESOLVED
1640431 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-tracks.https.html | removeTrack() makes track.onmute fire and the track to be muted. - Test timed out P5 RESOLVED
1640541 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCTrackEvent-fire.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1640610 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html | Error in test execution: Error: Element _local_{xxx} should progress currentTime timeout/<@https://example.com/tests/dom/media/tests/mochitest/head.js:657:42 P5 RESOLVED
1640771 Sharing an entire screen is shown as a cursor on a black screen to the other users / video conferencing spectators -- NEW
1640868 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | stats report exactly 2 ICE connections for media and RTCP - got 1, expected 2 P5 RESOLVED
1640869 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoRtcpMux.html | stats report exactly 2 ICE connections for media and RTCP - got 1, expected 2 P5 RESOLVED
1640933 Intermittent Assertion failure: lock->owner == 0, at /builds/worker/checkouts/gecko/nsprpub/pr/src1590505980763 Marionette INFO Stopped listening on port 2828/threads/combined/prulock.c:216 P5 RESOLVED
1641110 RTCRtpOutboundVideoStats appear even though video is only being received P1 RESOLVED
1641152 Intermittent dom/media/tests/mochitest/test_peerConnection_trackDisabling.html | Error in test execution: Error: Timeout checking for stats for track {9bda1513-060a-4565-a779-48e8983967ac} after at least30000ms waitForRtpFlow@https://example.com P5 RESOLVED
1641210 The camera is not detected for join.me on Linux -- NEW
1641289 Remove unused steeplechase code P2 RESOLVED
1641522 WebRTC: Find used codecs -- NEW
1641572 [wpt-sync] Sync PR 23833 - Add WPT test that H.264 profile level constrains video size. P4 RESOLVED
1641664 Collect Telemetry on the durations that users share microphones, cameras, and displays for P3 NEW
1641852 Intermittent Tier 2 browser/base/content/test/webrtc/browser_tab_switch_warning.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort P5 RESOLVED
1641923 Google Meet video call hangs P1 RESOLVED
1641994 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_in_frame.js | application timed out after 370 seconds with no output P5 RESOLVED
1642003 Flickering video when receiving simulcast (77 regression) P3 NEW
1642046 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpSender-setParameters.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1642181 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpTransceiver.https.html | checkSendrecvWithNoSendTrack - Test timed out P5 RESOLVED
1642286 Add RTCSctpTransportStats according to spec P3 NEW
1642336 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-remote-track-mute.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1642388 Can't build on macOS. error: reference to 'Point' is ambiguous -- RESOLVED
1642392 Intermittent /webrtc/RTCPeerConnection-generateCertificate.html | generateCertificate() with 0 expires parameter should generate expired cert - assert_less_than_equal: expected a number less than or equal to 1591028913026 but got 1591028913028 P5 RESOLVED
1642449 Remove reference to WebrtcIPCTraits from WebrtcGlobal P1 RESOLVED
1642457 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-offer.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1642636 meet.google.com meeting does not start: Sorry, we've encountered a problem with joining this video call. -- RESOLVED
1642696 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceNoBundleNoRtcpMux.html | Error in test execution: Error: Element _local_{927d5b1e-5321-43b6-b24f-84b79f8a416e} should progress currentTime timeout/ P5 RESOLVED
1642763 [wpt-sync] Sync PR 23924 - webrtc wpt: add test for setParameters active=false w/simulcast P4 RESOLVED
1642910 [wpt-sync] Sync PR 23935 - Correct form of error returned for RTCError P4 RESOLVED
1642921 [wpt-sync] Sync PR 23937 - webrtc wpt: add test for setParameters maxFramerate P4 RESOLVED
1642958 Perma /webrtc/RTCRtpSender-replaceTrack.https.html | ReplaceTrack transmits the new track not the old track - promise_test: Unhandled rejection with value: object "ReferenceError: OffscreenCanvas is not defined" when Gecko 79 merges to Beta on 2020-06-29 P2 RESOLVED
1643252 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_getUserMedia_peerIdentity.html | application timed out after 370 seconds with no output P5 RESOLVED
1643291 [wpt-sync] Sync PR 23979 - Avoid dependency on offscreencanvas in webrtc test P4 NEW
1643337 Intermittent Max restarts exceeded P5 RESOLVED
1643532 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpReceiver-getSynchronizationSources.https.html | [audio] getSynchronizationSources() eventually returns a non-empty list - Test timed out P5 RESOLVED
1643534 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpReceiver-getStats.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1643930 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/legacy/RTCPeerConnection-createOffer-offerToReceive.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1644067 Convert the rest of the stats serialization in WebrtcGlobal.h to use the macros from IPCMessageUtils.h P3 NEW
1644137 [wpt-sync] Sync PR 24034 - Revert "Disable tests for landing a WebRTC name change" and rebase changed tests. P4 RESOLVED
1644286 [wpt-sync] Sync PR 24047 - Reland "Disable tests for landing a WebRTC name change" P4 RESOLVED
1644332 [wpt-sync] Sync PR 24052 - Revert "Reland "Disable tests for landing a WebRTC name change"" P4 RESOLVED
1644556 webconf.numerique.gouv.fr tells that my browser deteriorates the conference quality -- RESOLVED
1644582 [wpt-sync] Sync PR 24073 - Correct validation of the WebRTC stats P4 RESOLVED
1644709 Show selected PeerConnection configuration (RTCConfiguration) options in about:webrtc -- RESOLVED
1644775 Intermittent TEST-UNEXPECTED-PASS | /webrtc/RTCPeerConnection-generateCertificate.html | generateCertificate() with 0 expires parameter should generate expired cert - expected FAIL P5 RESOLVED
1644781 getSynchronizationSources returns undefined at first for video stream, violating spec P2 RESOLVED
1644848 avoid Promise contructor anti-pattern in wpt event RTCPeerConnection-helper.js to surface errors. P2 RESOLVED
1645031 Intermittent dom/media/tests/mochitest/test_peerConnection_audioCodecs.html | Error in test execution: Error: Element _remote_{c4c63500-cd15-4de0-878d-9fd74266555d} should progress currentTime timeout/<@https://example.com/tests/dom/media P5 RESOLVED
1645096 [wpt-sync] Sync PR 24112 - Add test that inactivate/activate a transceiver and ensure corresponding track stays live P4 RESOLVED
1645203 Intermittent LeakSanitizer | leak at alloc::raw_vec::RawVec$LT$T$C$A$GT$::reserve_internal::h5d1721cee842c014, alloc::raw_vec::RawVec$LT$T$C$A$GT$::reserve::ha0bfb76a5104f348, alloc::vec::Vec$LT$T$GT$::reserve::h0930a2f5c29c244c, alloc::vec::Vec$LT$T$GT$: P5 RESOLVED
1645289 Intermittent TEST-UNEXPECTED-PASS | /webrtc/RTCRtpReceiver-getSynchronizationSources.https.html | [audio] getSynchronizationSources() eventually returns a non-empty list - expected TIMEOUT P5 RESOLVED
1645626 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-videoDetectorTest.html | Signal detector detects track change within reasonable time - Test timed out P5 RESOLVED
1645663 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpSender-replaceTrack.https.html | ReplaceTrack transmits the new track not the old track - Test timed out P5 RESOLVED
1645664 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStreamNoBundle.html | stats ICE connections matches expected A/V transports - got 1, expected 2 P5 RESOLVED
1645679 Perma TEST-UNEXPECTED-PASS | /webrtc/RTCPeerConnection-videoDetectorTest.html | Signal detector detects track change within reasonable time - expected FAIL when Gecko 79 merges to Beta on 2020-06-29 -- VERIFIED
1645707 [wpt-sync] Sync PR 24141 - move webrtc/receiver-track-live.html to *.https.html P4 RESOLVED
1645749 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-iceConnectionState.https.html | connection with audio and video tracks should eventually have connected connection state - Test timed out P5 RESOLVED
1645750 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-ondatachannel.html | Data channel event should fire when new data channel is announced to the remote peer - Test timed out P5 RESOLVED
1645752 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-ondatachannel.html | Should be able to send data in a datachannel event handler - Test timed out P5 RESOLVED
1645930 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_getUserMedia_audioConstraints_concurrentIframes.html | application timed out after 370 seconds with no output P5 RESOLVED
1646042 Intermittent dom/media/tests/mochitest/test_peerConnection_noTrickleOfferAnswer.html | Error in test execution: Error: Element _local_{85f257fe-3746-4204-8a41-229b3fe9fc5e} should progress currentTime timeout/<@https://example.com/tests/dom/media/tests/mo P5 RESOLVED
1646092 ICE never nominates/selects on calls with Chrome with RTX enabled and only a microphone present P3 RESOLVED
1646132 Make it possible to match an nsIMediaDevice to an nsIScreen -- NEW
1646134 Lots of leftover threads (PacerThread, VoiceProcessThread, ModuleProcessThread) P3 NEW
1646147 [wpt-sync] Sync PR 24171 - wpt: fix webrtc simulcast rids P4 RESOLVED
1646150 Remove unused webrtc sctp code P1 RESOLVED
1646220 Crash in [@ webrtc::videocapturemodule::VideoCaptureImpl::DeliverCapturedFrame] -- RESOLVED
1646291 Intermittent dom/media/tests/mochitest/test_peerConnection_setParameters.html (finished) | application crashed [@ libc.so + 0x1d75c] -- RESOLVED
1646309 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_fingerprinting_resistance.html | application timed out after 370 seconds with no output P5 RESOLVED
1646617 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreams.html (finished) | application crashed [@ libc.so + 0x1d75c] -- RESOLVED
1646679 [wpt-sync] Sync PR 24233 - Fix timeout on RTCRtpTransceiver test. P4 RESOLVED
1646861 Intermittent browser/base/content/test/webrtc/browser_tab_switch_warning.js | application terminated with exit code -6 P5 RESOLVED
1646904 [meta] Decide which local changes to libwebrtc need to be addressed before the next update -- RESOLVED
1646930 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoRtcpMux.html | Error in test execution: Error: Element _local_{9fe0fda0-8b7b-4c05-831f-0ef594fcf4b1} should progress currentTime timeout/<@https://example.com/tests/dom/media/test P5 RESOLVED
1647244 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_getUserMedia_active_autoplay.html | application timed out after 370 seconds with no output P5 RESOLVED
1647277 Intermittent dom/media/tests/mochitest/test_a_noOp.html | Test timed out. P5 RESOLVED
1647416 Fix use of GetCrossDocParentNode in MediaDevices.cpp:IsSameOriginWithAllParentDocs and GetUserMedia/EnumerateDevices -- RESOLVED
1647532 Modernize about:webrtc js code -- RESOLVED
1647537 In about:webrtc, clicking "Start AEC Logging" button 3 times crashes P2 RESOLVED
1647676 WebRTC unable to use webcam on Linux at 60fps P5 NEW
1647952 Intermittent dom/media/tests/mochitest/test_getUserMedia_trackEnded.html | Error executing test: TypeError: iframe.contentDocument.gUM is not a function @https://example.com/tests/dom/media/tests/mochitest/test_getUserMedia_trackEnded.html:29:32 ... P5 RESOLVED
1648097 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access.js | application timed out after 370 seconds with no output P5 RESOLVED
1648192 [mochitest_media_tsan] Get mochitest-media running on TSan and make it Tier1 in CI P2 RESOLVED
1648199 Perma Win7 TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpReceiver-getSynchronizationSources.https.html | [audio] getSynchronizationSources() eventually returns a non-empty list - Test timed out P5 RESOLVED
1648313 Perma TEST-UNEXPECTED-PASS | /webrtc/RTCRtpSender-replaceTrack.https.html | ReplaceTrack transmits the new track not the old track - expected TIMEOUT P5 RESOLVED
1648368 Crash in [@ mozilla::MediaEngineRemoteVideoSource::Stop] -- RESOLVED
1648563 Intermittent [TV] TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-createDataChannel.html | Stopping the bundle-tag when there is a negotiated datachannel in the bundle should kill the DataChannel - Test timed out P5 RESOLVED
1648567 Intermittent TEST-UNEXPECTED-TIMEOUT | /video-rvfc/request-video-frame-callback-webrtc.https.html | expected ERROR P5 RESOLVED
1648600 Add SDP errors to about:webrtc P2 RESOLVED
1648633 Intermittent /webrtc/RTCPeerConnection-remote-track-mute.https.html | Changing transceiver direction to 'sendrecv' unmutes the remote track - assert_true: Not expecting event, but got mute event expected true got false P5 RESOLVED
1648747 [wpt-sync] Sync PR 24357 - webrtc vs unicorns P4 RESOLVED
1648991 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_getUserMedia_addTrackRemoveTrack.html | application timed out after 370 seconds with no output P5 RESOLVED
1649107 Intermittent leakcheck | tab 520 bytes leaked (Mutex, PollableEvent, SendRtcpPacket, TransportInterface, nsSocketTransportService) P5 RESOLVED
1649223 Square Firefox Icon that loads with a WebRTC session does not disappear -- RESOLVED
1649274 Some users report being disconnected from Google Meet video calls in Firefox -- RESOLVED
1649302 Intermittent dom/media/tests/mochitest/test_peerConnection_bug827843.html | Error in test execution: Error: Timeout checking for stats for track {c86a2ebe-e8ea-42bb-9db8-23a8d2198746} after at least30000ms P5 RESOLVED
1649314 null pointer passed as argument 2, which is declared to never be null in src/media/mtransport/third_party/nrappkit/src/util/libekr/r_data.c:100 P2 RESOLVED
1649333 Frequent leakcheck | default 2696 bytes leaked (CondVar, Mutex, PollableEvent, ReentrantMonitor, ThreadEventTarget, ...) P5 RESOLVED
1649438 Intermittent PROCESS-CRASH | Main app process exited normally | application crashed [@ mozilla::detail::RunnableFunction<`lambda at /builds/worker/checkouts/gecko/dom/media/MediaTrackGraph.cpp:3612:47'>::Run] -- RESOLVED
1649752 Crash in [@ std::__ndk1::__tree_min<T>] -- RESOLVED
1649846 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoCombined.html | Error in test execution: Error: Timeout checking for stats for track {9d5b4c8d-1491-4980-bae0-5fbeb9d565e1} after at least30000ms waitForRtpFlow@https://example.com/tes P5 RESOLVED
1649996 Intermittent [Tier 2] dom/media/tests/mochitest/identity/test_getIdentityAssertion.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1650226 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoRtcpMux.html | Error in test execution: Error: Timeout checking for stats for track {157029cd-9025-4d9c-b089-b5f41c3199f0} after at least30000ms waitForRtpFlow@https P5 RESOLVED
1650251 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoCombined.html | Error in test execution: Error: Element _local_{0a66a4f2-9b3f-4ac5-a3ab-8c2ced20572c} should progress currentTime timeout/<@https://example.com/tests/dom/media/tests P5 RESOLVED
1650445 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_in_xorigin_frame.js | application terminated with exit code 127 P5 RESOLVED
1650469 Intermittent dom/media/tests/mochitest/test_getUserMedia_playAudioTwice.html | Error executing test: Error: verifyPlaying timed out timeout/<@https://example.com/tests/dom/media/tests/mochitest/head.js:633:42 ... P5 RESOLVED
1650643 Intermittent dom/media/tests/mochitest/test_peerConnection_recordReceiveTrack.html | Error in test execution: Error: Element _local_{15c139a6-17ad-4ad2-a27d-1bcdf62df168} should progress currentTime timeout/<@https://example.com/tests/dom/media/tests/moch P5 RESOLVED
1650694 Intermittent Fission TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCIceConnectionState-candidate-pair.https.html | On ICE connected, getStats() contains a connected candidate-pair - Test timed out | expected OK P5 RESOLVED
1650723 Logs from about:webrtc are deleted when Zoom call ended P2 RESOLVED
1650932 Intermittent dom/media/tests/mochitest/test_enumerateDevices_navigation.html | Enumerate devices promise resolved unexpectedly, found 2 devices. P5 RESOLVED
1651273 Intermittent dom/media/tests/mochitest/test_getUserMedia_mediaElementCapture_video.html | Test timed out. P5 RESOLVED
1651286 PeerConnectionImpl.cpp: PeerConnectionImpl::CreatePeerConnection() appears to dereference NULL P2 RESOLVED
1651601 Intermittent Assertion failed: (0), function nr_ice_media_stream_start_checks, file /builds/worker/checkouts/gecko/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c, line 414. P5 RESOLVED
1651698 Display about:webrtc remote and local SDP history in columns P3 RESOLVED
1651757 Frame rate stats should update dynamically in about:webrtc P3 RESOLVED
1651840 Intermittent /webrtc/RTCPeerConnection-restartIce.https.html | application crashed [@ libc.so.6 + 0x3ef47] -- RESOLVED
1651881 Intermittent TEST-UNEXPECTED-FAIL | leakcheck | socket missing output line for total leaks! P5 RESOLVED
1652066 Intermittent /webrtc/RTCPeerConnection-iceConnectionState.https.html | connection with one data channel should eventually have connected or completed connection state - assert_unreached: ICE should not fail Reached unreachable code P5 RESOLVED
1652276 Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | remote-inbound-rtp.packetsLost is a sane number for a short test. value=101 P5 RESOLVED
1652285 Intermittent browser/base/content/test/webrtc/browser_notification_silencing.js | application crashed [@ CALayerRetain + 0x10] -- RESOLVED
1652343 Decodig H264 WebRTC Stream -- RESOLVED
1652402 share single screen -- NEW
1652955 about:webrtc should check for new peer connections dynamically -- NEW
1653167 Add user set prefs to about:webrtc -- RESOLVED
1653414 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoBundle.html | Error in test execution: Error: Timeout checking for stats for track {f0539e22-9860-4521-b3ab-646cf440b5f5} after at least30000ms waitForRtpFlow@https://example.com/ P5 RESOLVED
1653459 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_notification_silencing.js | application timed out after 370 seconds with no output P5 RESOLVED
1653507 [wpt-sync] Sync PR 24645 - webrtc wpt: fix split.https.html firefox compatibility P4 RESOLVED
1653635 Add script to help with libwebrtc updates P3 RESOLVED
1653871 Intermittent dom/media/tests/mochitest/test_peerConnection_replaceVideoThenRenegotiate.html | Local candidate type is what we expected for selected pair - got "prflx", expected "host" P5 RESOLVED
1654002 --disable-webrtc build fails P3 NEW
1654110 Create a Wiki page describing the proposed process for future libwebrtc updates P1 RESOLVED
1654112 [meta] Update libwebrtc to new stable branch 2H2020 P2 RESOLVED
1654119 Create a Wiki page containing all the details for doing the next libwebrtc update P1 RESOLVED
1654137 Create a Wiki page describing the transition process for future libwebrtc updates P1 RESOLVED
1654144 Intermittent Last test finished | application terminated with exit code 2147483651 P5 RESOLVED
1654147 [meta] transition the current version of libwebrtc in preperation for the next libwebrtc update P3 NEW
1654148 Add build environment variable to control the location of libwebrtc P2 RESOLVED
1654150 Add environment variable to control location of libwebrtc during build P3 NEW
1654152 Create a vendor script to import a copy of libwebrtc P2 RESOLVED
1654160 Document using CCOV builds to find dead files P3 NEW
1654163 Determine a minimum set of files for libwebrtc using ccov P3 NEW
1654183 Fix include paths for libwebrtc from media/webrtc/signaling to expect the new build env configuration P3 NEW
1654184 Fix include paths for libwebrtc from media/webrtc/signaling to expect the new build env configuration P3 NEW
1654185 Move webrtc code out of media/webrtc and into dom/media/webrtc P2 RESOLVED
1654188 Create git repo for SIPCC P3 NEW
1654189 Move SIPCC in to third_party P2 RESOLVED
1654194 Create a git repo for nICEr P3 NEW
1654198 move nICEr into third_party -- NEW
1654205 Make subdirectories of /media/webrtc build-able through mach P3 NEW
1654248 The WEBRTC_CALL_DURATION histogram is not recorded after having a call on jitsi, google meet, or hangouts P2 VERIFIED
1654327 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioNATRelay.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1654435 Create git repo for libwebrtc P1 RESOLVED
1654443 [meta] Linux libwebrtc update issues 2H2020 P3 NEW
1654445 [meta] Windows(x86/AMD64) libwebrtc update issues 2H2020 P3 NEW
1654446 [meta] macOS(x86/AMD64) libwebrtc update issues 2H2020 P2 RESOLVED
1654447 [meta] Android libwebrtc update issues 2H2020 P2 RESOLVED
1654448 [meta] BSD libwebrtc update issues 2H2020 P2 RESOLVED
1654449 [meta] Windows (ARM) libwebrtc update issues 2H2020 P2 RESOLVED
1654450 [meta] macOS(ARM) libwebrtc update issues 2H2020 P2 RESOLVED
1654577 Investigate/fix RTC* files exporting headers to avoid changes in dom/bindings/Bindings.conf P3 NEW
1654709 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-ontrack.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1654766 Intermittent dom/media/tests/mochitest/test_peerConnection_captureStream_canvas_webgl.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to! P5 RESOLVED
1654876 WebRTC RtpInboundRtpStreamStats fields missing -- UNCONFIRMED
1655012 [wpt-sync] Sync PR 24734 - [Perfect Negotiation] Migrate to non-racy setLocalDescription API. P4 RESOLVED
1655369 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-remote-track-mute.https.html | Changing transceiver direction to 'inactive' mutes the remote track - Test timed out P5 RESOLVED
1655938 [wpt-sync] Sync PR 24797 - Split iceGatheringState tests into separate files & update expectations P4 RESOLVED
1655987 [wpt-sync] Sync PR 24800 - [Perfect Negotiation] Surface session descriptions at the right time. P4 RESOLVED
1656072 Intermittent browser/base/content/test/webrtc/browser_stop_sharing_button.js | Found an unexpected Browser:WebRTCGlobalIndicator at the end of test run - P5 RESOLVED
1656102 Remove message manager reference from WebRTCChild.jsm -- RESOLVED
1656230 Session statistics are lost when performing WebRTC calls with Vonage or videolink2me on Mac OS -- RESOLVED
1656263 There are too many logs on about:webrtc page during a videocall on Cisco webex app P3 NEW
1656268 ThreadSanitizer: unlock of an unlocked mutex (or by a wrong thread) [@ XErrorTrap] -- RESOLVED
1656380 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpSender-getStats.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1656529 Intermittent dom/media/tests/mochitest/test_dataChannel_dtlsVersions.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1656605 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/bundle.https.html | bundles on the first transport and closes the second - Test timed out P5 RESOLVED
1657207 Rename filenames containing blacklist/whitelist within Gecko P3 NEW
1657449 Group PeerConnections by BrowserId in about:webrtc P3 RESOLVED
1657750 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioRequireEOC.html | Error in test execution: Error: Element _local_{...} should progress currentTime timeout/<@https://example.com/tests/dom/media/tests/mochitest/head.js:633:42 ... P5 RESOLVED
1658037 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | Test timed out - | Found a tab P5 RESOLVED
1658071 Intermittent /webrtc/RTCRtpTransceiver.https.html | application crashed [None] P5 RESOLVED
1658197 Crash in [@ mozilla::dom::RTCStatsTimestampMaker::RTCStatsTimestampMaker] P2 RESOLVED
1658234 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalAndRemoteRollbackNoSubsequentRestart.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1658387 "Clear Log" button went missing in about:webrtc P2 VERIFIED
1658411 Intermittent dom/media/tests/mochitest/test_peerConnection_multiple_captureStream_canvas_2d.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1658545 Raw ICECandidate section of about:webrtc keeps collapsing P3 NEW
1658643 [wpt-sync] Sync PR 24966 - Implement RTCRtpTransceiver::stop() P4 RESOLVED
1658693 ICE logging is not disabled on private mode P3 NEW
1658714 Missing title of the section and of the log from about:webrtc page -- RESOLVED
1658987 Intermittent dom/media/tests/mochitest/test_peerConnection_stats_relayProtocol.html | Error in test execution: Error: Timeout checking for stats for track {15b1a181-2ab8-4d45-940e-b79f3f3f7433} after at least30000ms P5 RESOLVED
1659041 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpReceiver-getSynchronizationSources.https.html | [audio] getSynchronizationSources() does not contain SSRCs older than 10 seconds - Test timed out P5 RESOLVED
1659461 [wpt-sync] Sync PR 25038 - Bail early when iceGatheringState comes to the wrong state. P4 RESOLVED
1659823 Crash in [@ mozalloc_abort | moz_xmalloc | mozilla::TransportLayerDtls::GetDecryptedPackets] P2 RESOLVED
1660181 [wpt-sync] Sync PR 25138 - [RTCInsertableStreams] Add support for readable/writable fields P4 RESOLVED
1660254 [wpt-sync] Sync PR 25151 - Move WebRTC insertable streams web tests to WPT P4 RESOLVED
1660412 [wpt-sync] Sync PR 25173 - Enable IceGatheringState test P4 RESOLVED
1660616 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-remote-track-mute.https.html | transceiver.stop() on one side (without renegotiation) causes mute events on the other - Test timed out P5 RESOLVED
1660956 [wpt-sync] Sync PR 25222 - Correct waiting for negotiationNeeded in test P4 RESOLVED
1661136 [wpt-sync] Sync PR 25235 - Fix tests for transceiver.stop P4 RESOLVED
1661386 Intermittent dom/media/tests/mochitest/test_peerConnection_rtcp_rsize.html | Error in test execution: Error: Element _remote_{a7ff0d52-1e1f-4f15-9ccb-47cff6695dde} should progress currentTime timeout/<@https://example.com/tests/dom/media/tests/mochitest/h P5 RESOLVED
1661421 [wpt-sync] Sync PR 25257 - Add tests for case where candidate arrives before SLD(answer) P4 RESOLVED
1661453 [wpt-sync] Sync PR 25259 - [RTCInsertableStreams] Add validation for additionalData field in tests P4 NEW
1661584 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStream.html | Error in test execution: Error: Timeout checking for stats for track {dac1c20e-60b3-4cd8-9f33-d4def0666217} after at least30000ms waitForRtpFlow@https://example.com/t P5 RESOLVED
1662047 Intermittent browser/base/content/test/webrtc/browser_global_mute_toggles.js | Uncaught exception - at resource://testing-common/BrowserTestUtilsChild.jsm:46 - Error: Topic recording-device-events not expected in content process P5 RESOLVED
1662224 [wpt-sync] Sync PR 25301 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=216009 P4 NEW
1662358 [wpt-sync] Sync PR 25317 - [Perfect Negotiation] Split Perfect Negotiation WPTs into smaller files. P4 NEW
1662594 Intermittent dom/media/tests/mochitest/test_peerConnection_addSecondAudioStreamNoBundle.html | Error in test execution: Error: Element _local_{a8dfd148-63a3-460f-a682-5ec095ebe1c3} should progress currentTime timeout/<@https://example.com/tests/dom/m P5 RESOLVED
1662637 Intermittent TCw tier 2 TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDtlsTransport-state.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1662658 Intermittent leakcheck | default 268504 bytes leaked (AsyncFreeSnowWhite, BackstagePass, BrowsingContext, BrowsingContextGroup, CacheAwareZipReader, ...) P5 RESOLVED
1662714 [wpt-sync] Sync PR 25360 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=215567 P4 NEW
1662765 [wpt-sync] Sync PR 25363 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=216075 P4 NEW
1662882 Intermittent /webrtc/RTCPeerConnection-perfect-negotiation.https.html | application crashed [@ sigslot::_signal_base<sigslot::single_threaded>::~_signal_base] -- RESOLVED
1662953 Intermittent /webrtc/RTCCertificate.html | Constructing RTCPeerConnection with expired certificate should reject with InvalidAccessError - assert_less_than_equal: expected a number less than or equal to 1599100087916 but got 1599100087930 P5 RESOLVED
1662993 [wpt-sync] Sync PR 25378 - [PeerConnection] Surface generated ICE candidates in localDescription. P4 NEW
1663088 Intermittent dom/media/tests/mochitest/test_peerConnection_videoCodecs.html | application crashed [@ CrashReporter::OnChildProcessDumpWritten(void*, google_breakpad::ClientInfo const&)] -- RESOLVED
1663098 [wpt-sync] Sync PR 25401 - webrtc wpt: fix wrong assert description P4 RESOLVED
1663271 Perma Beta TEST-UNEXPECTED-CRASH | /webrtc/RTCRtpTransceiver.https.html | expected OK P3 NEW
1663293 Intermittent browser/base/content/test/webrtc/browser_global_mute_toggles.js | Found an unexpected Browser:WebRTCGlobalIndicator at the end of test run - P5 RESOLVED
1663388 [wpt-sync] Sync PR 25420 - Reland "webrtc: add wpt test that setCodecPreferences changes the sdp" P4 NEW
1663908 [wpt-sync] Sync PR 25451 - Adding files to test flakiness P4 RESOLVED
1663942 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoBundle.html | Error in test execution: Error: Element _local_{4a90c814-7553-49bf-b2ff-730e38a957f1} should progress currentTime timeout/<@/media/tests/mochitest/head.js:633:42 ... P5 RESOLVED
1664228 [Bug] Executing getUserMedia in iframe results in "Failed to allocate videosource" -- RESOLVED
1664384 Intermittent LeakSanitizer | leak at mozilla::runnable_args_func, mozilla::NrUdpSocketIpc::destroy_i, mozilla::detail::runnable_args_base, nsThread::ProcessNextEvent P5 RESOLVED
1664431 [wpt-sync] Sync PR 25484 - Test helper: In answer, apply remote description before local description. P4 RESOLVED
1664519 move media/webrtc/signaling/fuzztest to dom/media/webrtc/tests/fuzztests P2 RESOLVED
1664536 ThreadSanitizer: data race [@ memcpy] vs. [@ process] ([@ webrtc::DesktopCaptureImpl::StartCapture] vs. [@ webrtc::DesktopCaptureImpl::Run]) P2 RESOLVED
1664548 Move media/webrtc/signaling/src/sdp in to dom/media/webrtc/sdp P2 RESOLVED
1664571 [Jitsi] Sound not good for Firefox viewers when their microphones are muted -- RESOLVED
1664618 Perma Mingw tier 2 /builds/worker/checkouts/gecko/third_party/sipcc/cpr_win_types.h:45:13: error: typedef redefinition with different types ('int' vs 'long long') P5 RESOLVED
1664892 Intermittent /webrtc/RTCPeerConnection-<random>.html | application crashed [@ sigslot::_signal_base<sigslot::single_threaded>::disconnect_all] -- RESOLVED
1664898 move media/mtransport to dom/media/webrtc/transport P2 RESOLVED
1664900 move media/webrtc/signaling/src/* to dom/media/webrtc/ P2 RESOLVED
1664924 Intermittent dom/media/tests/mochitest/test_peerConnection_trackDisabling_clones.html | Error in test execution: Error: Timeout checking for stats for track {dcbbd95e-d34d-4942-b3d3-abf0012f93f7} after at least30000ms waitForRtpFlow@https://example.com/. P5 RESOLVED
1664988 [wpt-sync] Sync PR 25531 - RTPTransceiver: Correct test to check direction, not "stopped" attribute P4 RESOLVED
1665166 move media/webrtc/trunk to third_party/libwebrtc/ P2 RESOLVED
1665314 Intermittent dom/media/tests/mochitest/test_dataChannel_hostnameObfuscation.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1665403 [wpt-sync] Sync PR 25570 - Test that stopped transceivers don't prevent offer/answer P4 RESOLVED
1665446 Create git repo for libwebrtc build scripts P1 RESOLVED
1665591 [wpt-sync] Sync PR 25589 - wpt: add pointer about webrtc/h264 failures on buildbots P4 RESOLVED
1665713 move dom/media/tests/mochitest to dom/media/webrtc/tests/mochitests P2 RESOLVED
1665933 [wpt-sync] Sync PR 25624 - [VideoStreamEncoder] Add a WPT that reproduces a VSE crash. P4 RESOLVED
1666091 Intermittent dom/media/tests/mochitests/test_peerConnection_basicVideoVerifyRtpHeaderExtensions.html | Test timed out. P5 RESOLVED
1666266 Check failed: InternalInit() assertion failure on frequent rescaling of screen sharing on Windows P3 NEW
1666466 [wpt-sync] Sync PR 25671 - Add test for candidates always arriving after SLD resolves P4 RESOLVED
1666661 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/tests/mochitest/test_enumerateDevices.html | application timed out after 370 seconds with no output P5 RESOLVED
1666691 Intermittent TV /screen-capture/getdisplaymedia.https.html | application crashed [@ NdrpFreeParams + 0x2384] -- RESOLVED
1666834 [wpt-sync] Sync PR 25719 - Fix tests that return values to async_test in webrtc/ P4 RESOLVED
1667010 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-addIceCandidate-connectionSetup.html | Candidates are added at PC1; connection should work - Test timed out P5 RESOLVED
1667056 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIceLocalAndRemoteRollbackNoSubsequentRestart.html | Error in test execution: Error: Element _local_{...} should progress currentTime timeout/<@/tests/mochitest/head.js:633:42 ... P5 RESOLVED
1667092 [Win 10] Firefox window is flickering when it is shared in a screen capture P2 RESOLVED
1667123 Intermittent dom/media/tests/mochitest/test_peerConnection_restartIce.html | Error in test execution: Error: Element _local_{...} should progress currentTime timeout/<@https://example.com/tests/dom/media/tests/mochitest/head.js:633:42 ... P5 RESOLVED
1667289 Intermittent TV tier 2 dom/media/tests/mochitest/test_dataChannel_dataOnlyBufferedAmountLow.html | Unexpected event 'close' fired with message = 'DataChannelWrapper (pcLocal_channel_0)' at: ["createOneShotEventWrapper@http://mochi.test:8888/tests/d P5 RESOLVED
1667523 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | insertDTMF() with duration less than 40 should be clamped to 40 - assert_between_inclusive: Expect tonechange event for "" to be fired approximately after 330 milliseconds P5 RESOLVED
1667532 Perma [android] RTCPeerConnection-videoDetectorTest.html | Signal detector detects track change within reasonable time - promise_test: Unhandled rejection with value: object [...] when Gecko 83 merges to Beta on 2020-10-19 P1 VERIFIED
1667555 Intermittent test_peerConnection_removeAudioTrack.html | Error in test execution: Error: Element _local_{ecc1fb28-ee7e-404d-b190-a058828bd4b0} should progress currentTime timeout/<@https://example.com/tests/dom/media/tests/mochitest/head.js:633:42 ... P5 RESOLVED
1667606 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioVideoNoRtcpMux.html | Error in test execution: Error: Checking stats for track {650456c9-3a07-4a76-83e5-c5afee65972a} timed out after 30000 ms _waitForRtpFlow@https://example.com/tests/d P5 RESOLVED
1667616 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-videoDetectorTest.html | Signal detector detects track change within reasonable time - Test timed out P5 RESOLVED
1667627 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioStreams.html | Error in test execution: Error: Checking stats for track {5e1798dc-2b29-40fd-941c-3c5c7e59a008} timed out after 30000 ms _waitForRtpFlow@https://example.com/tests/d P5 RESOLVED
1667705 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_basicAudioVerifyRtpHeaderExtensions.html | Test timed out. P5 RESOLVED
1667824 Intermittent dom/media/tests/mochitest/test_peerConnection_basicAudioDynamicPtMissingRtpmap.html | Local candidate type is what we expected for selected pair - got "prflx", expected "host" P5 RESOLVED
1667874 Whereby causes an ASSERT immediately after page load if FireFox is built with WebRTC disabled P3 NEW
1667981 Intermittent dom/media/tests/mochitest/test_peerConnection_twoAudioVideoStreamsCombined.html | Error in test execution: Error: Checking stats for track {2e614314-25f5-4572-8606-bc8bc46221d1} timed out after 30000 ms _waitForRtpFlow@https://example.com P5 RESOLVED
1668202 [wpt-sync] Sync PR 25870 - Fix senders and receivers when transceivers are removed. P4 RESOLVED
1668359 Add bandwidth estimation to about:webrtc P1 RESOLVED
1668503 [wpt-sync] Sync PR 25921 - Make test of getRemoteCertificates() independent of SCTP Transport P4 RESOLVED
1668529 Intermittent dom/media/tests/mochitest/test_peerConnection_audioSynchronizationSources.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1668540 Intermittent TC TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_global_mute_toggles.js | application timed out after 370 seconds with no output P5 RESOLVED
1668554 Intermittent test_peerConnection_asymmetricIsolation.html | Error in test execution: Error: Checking stats for track {a79db6c0-04bb-46c5-a2f2-c6d62b309db5} timed out after 30000 ms _waitForRtpFlow@https://example.com/tests/dom/media/tests/mochitest/pc.js: P5 RESOLVED
1668720 [wpt-sync] Sync PR 25944 - Fix Lint error P4 RESOLVED
1668781 Intermittent /webrtc/RTCRtpTransceiver.https.html | application crashed [@ abort] -- RESOLVED
1668862 Add script to extract our local modifications to libwebrtc to apply upstream P1 RESOLVED
1668929 Intermittent dom/media/tests/mochitest/test_peerConnection_multiple_captureStream_canvas_2d.html | application crashed [@ libc.so + 0x6a100] | application timed out after 370 seconds -- RESOLVED
1668981 Intermittent dom/media/tests/mochitest/identity/test_peerConnection_asymmetricIsolation.html | PeerConnectionWrapper (pcRemote): legal ICE state transition from new to failed P5 RESOLVED
1669087 Intermittent high frequency [tier2] browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js | Test timed out - P5 RESOLVED
1669167 [wpt-sync] Sync PR 25974 - Do not attempt to detect stats that can be unset P4 RESOLVED
1669199 [wpt-sync] Sync PR 25975 - Remove erroneous assertion on pendingRemoteDescription P4 RESOLVED
1669202 [wpt-sync] Sync PR 25977 - Ensure an RTP stream is running before checking for RTP stats P4 RESOLVED
1670019 Perma TEST-UNEXPECTED-PASS | /webrtc/RTCPeerConnection-perfect-negotiation.https.html | Perfect negotiation setup connects - expected TIMEOUT P5 RESOLVED
1670592 doubling up of camera picture on Blackboard only on Firefox P3 NEW
1670715 Intermittent /webrtc/RTCRtpTransceiver.https.html | application crashed [@ libc.so + 0x8ab04] -- RESOLVED
1670850 Intermittent [tier2] TV browser/base/content/test/webrtc/browser_stop_sharing_button.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. - P5 RESOLVED
1670906 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/simplecall.https.html | Can set up a basic WebRTC call. - Test timed out P5 RESOLVED
1671084 High Frequency /webrtc/RTCPeerConnection-setRemoteDescription-tracks.https.html | application crashed [@ abort] -- RESOLVED
1671148 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-setRemoteDescription-tracks.https.html | expected OK P5 RESOLVED
1671285 Intermittent LeakSanitizer | leak at allocate, allocate, _M_get_node, _M_create_node P5 RESOLVED
1672033 [wpt-sync] Sync PR 26140 - webrtc: add wpt to test unbundled payload type demuxing P4 RESOLVED
1672074 Intermittent /webrtc/RTCPeerConnection-setRemoteDescription-tracks.https.html | application crashed [@ mozilla::MozPromise<mozilla::UniquePtr<mozilla::dom::RTCStatsReportInternal, mozilla::DefaultDelete<mozilla::dom::RTCStatsReportInternal> >, nsresult, t -- RESOLVED
1672126 webRTC: mouse pointer displayed at wrong position on shared screen P3 NEW
1672203 Intermittent LeakSanitizer | leak at WrapRunnableNM, mozilla::NrUdpSocketIpc::destroy_i, mozilla::detail::runnable_args_base, nsThread::ProcessNextEvent P5 RESOLVED
1672590 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_stats.html | remote-inbound-rtp.jitter is sane number for a local only test. value=455 P5 RESOLVED
1672685 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-setRemoteDescription.html | expected OK P5 RESOLVED
1672742 Perma [android] TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-setRemoteDescription-tracks.https.html | expected OK when Gecko 84 merges to Beta on 2020-11-16 -- RESOLVED
1672906 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_restartIce.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1672944 [meta] WebRTC PipeWire tracker -- NEW
1672945 Include pipewire headers and library wrapper -- RESOLVED
1672947 Update PipeWire support to 0.3 -- RESOLVED
1672948 Provide dynamic linking of pipewire library -- RESOLVED
1672987 Use PipeWire when Wayland display is actually used -- RESOLVED
1672989 Build PipeWire support in WebRTC -- RESOLVED
1673135 Perma /webrtc/protocol/bundle.https.html | not negotiating BUNDLE creates two separate ice and dtls transports - assert_not_equals: got disallowed value undefined P5 RESOLVED
1673295 Intermittent browser/base/content/test/webrtc/browser_global_mute_toggles.js | Test timed out - P5 RESOLVED
1673439 Add telemetry for RTX usage P3 ASSIGNED
1673450 [wpt-sync] Sync PR 26289 - webrtc wpt: add cleanup to insertable streams worker P4 RESOLVED
1673451 [wpt-sync] Sync PR 26290 - webrtc wpt: add cleanup to insertable streams worker P4 RESOLVED
1673606 [wpt-sync] Sync PR 26305 - webrtc wpt: add test for payload type demuxing P4 RESOLVED
1673650 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_multi_process.js | Uncaught exception - undefined - threw exception: TypeError: browser is null P5 RESOLVED
1673772 Intermittent TCw browser/base/content/test/webrtc/browser_stop_streams_on_indicator_close.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. - P5 RESOLVED
1674099 java.lang.RuntimeException at org.webrtc.ThreadUtils.invokeAtFrontUninterruptibly(ThreadUtils.java:3) P3 RESOLVED
1674312 Perma [Bugzilla] Missing Bugzilla component: third_party/pipewire/[something] P2 RESOLVED
1675119 Intermittent /webrtc/RTCPeerConnection-remote-track-mute.https.html | application crashed [@ sigslot::_signal_base<sigslot::single_threaded>::~_signal_base] -- RESOLVED
1675673 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-iceConnectionState.https.html | connection with audio and video tracks should eventually have connected connection state - Test timed out P5 RESOLVED
1675706 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/no-media-call.html | Can set up a basic WebRTC call with no data. - Test timed out | expected OK P5 RESOLVED
1675764 [Wayland] Update PipeWire sharing dialog -- RESOLVED
1675767 [Wayland] Enable PipeWire sharing for X11 clients on Wayland session -- RESOLVED
1675921 Intermittent ==2960==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000001 (pc 0x559c15138886 bp 0x7fb271e60990 sp 0x7fb271e60980 T25) P5 RESOLVED
1676018 Intermittent /webrtc/protocol/simulcast-offer.html | assertion count 2 is more than expected 0 assertions P5 RESOLVED
1676134 Build PipeWire support on FreeBSD P3 NEW
1676225 Intermittent /webrtc/protocol/unknown-mediatypes.html | assertion count 2 is more than expected 0 assertions P5 RESOLVED
1676452 Intermittent SUMMARY: ThreadSanitizer: data race /builds/worker/workspace/obj-build/dist/include/mozilla/RefPtr.h:286:27 in get -- RESOLVED
1676501 [Linux] When screen sharing is disabled at PipeWire system portal dialog Firefox does not recognize that P1 RESOLVED
1676586 [Linux] Backport PipeWire DBus upstream fixes -- RESOLVED
1676594 [wpt-sync] Sync PR 26483 - Add test for adding multiple tracks, one at a time P4 RESOLVED
1676767 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_webAudio.html | Error in test execution: Error: Checking stats for track {c482fc3e-ac6c-4206-9152-59feaef47959} timed out after 30000 ms P5 RESOLVED
1676837 [PipeWire] Specify supported buffer dataTypes and modifier used for pipewire screencast -- RESOLVED
1676874 [wpt-sync] Sync PR 26504 - [PeerConnection] Improve getStats WPT test coverage. P4 RESOLVED
1677041 [wpt-sync] Sync PR 26520 - Test handover - reconnect a PeerConnection to another remote P4 RESOLVED
1677297 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/simplecall-no-ssrcs.https.html | Can set up a basic WebRTC call without announcing ssrcs. - Test timed out P5 RESOLVED
1677565 Intermittent TinderboxPrint: Per-test run of ...\webrtc\protocol\handover.html<br/>: FAILURE (`promise_test: Unhandled rejection with value: object "InvalidAccessError) P5 RESOLVED
1677958 84.0b1 build failure with missing gtk include paths P3 RESOLVED
1678001 [PipeWire] provide info about system sharing dialog at sharing permission popup -- RESOLVED
1678269 [PipeWire] when user disables sharing system resources in system sharing dialog, Firefox does not recognize it. P3 NEW
1678680 [PipeWire] Screen-sharing on Wayland makes Firefox crash under some conditions -- RESOLVED
1678901 For screencast in Google Meet, primary SSRC in local SDP doesn't match the RTC outbound-rtp SSRC -- RESOLVED
1678971 google meet zoomed in issue -- RESOLVED
1678991 [wpt-sync] Sync PR 26608 - wpt: add test for webrtc payload type demuxing P4 RESOLVED
1679074 [wpt-sync] Sync PR 26628 - Add a WPT test for ICE error event creation P4 RESOLVED
1679078 If you deny permission to camera in Mac OS System Preferences you don't get a useful error message -- NEW
1679151 [wpt-sync] Sync PR 26636 - webrtc: check for allowed payload types in createOffer P4 RESOLVED
1679291 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-perfect-negotiation.https.html | expected OK P5 RESOLVED
1679993 [wpt-sync] Sync PR 26693 - Move OAuth ICE server configuration tests to new file P4 RESOLVED
1680052 Google Meet presentation zoomed in on top-left corner -- RESOLVED
1680222 [wpt-sync] Sync PR 26716 - Test closing mulitple datachannels P4 RESOLVED
1680236 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_checkPacketDumpHook.html | Error in test execution: Error: Timeout waiting for rtp recv packet on level 0 timeout/<dom/media/webrtc/tests/mochitests/head.js:633:42 ... P5 RESOLVED
1680240 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/rtp-demuxing.html | Can demux two video tracks with the same payload type on an unbundled connection - Test timed out P5 RESOLVED
1680421 Intermittent browser/base/content/test/webrtc/browser_device_controls_menus.js | Found an unexpected Browser:WebRTCGlobalIndicator at the end of test run - P5 RESOLVED
1680528 Perma central-as-beta wpt unexpected passes and oks e.g. TEST-UNEXPECTED-PASS | /webrtc/RTCPeerConnection-videoDetectorTest.html | Signal detector detects track change within reasonable time when Gecko 85 merges to Beta on 2020-12-14 -- VERIFIED
1680539 Intermittent browser/base/content/test/webrtc/browser_WebrtcGlobalInformation.js | application terminated with exit code -6 P5 RESOLVED
1680620 Intermittent browser/base/content/test/webrtc/browser_WebrtcGlobalInformation.js | Logging is empty - Got 3, expected +0 P2 RESOLVED
1680652 Intermittent SUMMARY: ThreadSanitizer: data race /builds/worker/checkouts/gecko/xpcom/base/nsDebugImpl.cpp:223:28 in nsDebugImpl::SetMultiprocessMode(char const*) P5 RESOLVED
1680671 Perma [android] TEST-UNEXPECTED-PASS | /webrtc/protocol/rtp-demuxing.html | Can demux two video tracks with the same payload type on an unbundled connection - expected TIMEOUT P5 RESOLVED
1680673 High frequency TEST-UNEXPECTED-OK | /webrtc/RTCRtpTransceiver.https.html | expected ERROR P5 RESOLVED
1680680 Permafailing TEST-UNEXPECTED-OK | /webrtc/protocol/bundle.https.html | expected ERROR P5 RESOLVED
1680690 Permafailing TEST-UNEXPECTED-OK | /webrtc/RTCDTMFSender-ontonechange-long.https.html | expected CRASH P5 RESOLVED
1680691 Intermittent TEST-UNEXPECTED-PASS | /webrtc/simplecall.https.html | Can set up a basic WebRTC call. - expected TIMEOUT P5 RESOLVED
1680771 Ensure WebRTC connections are partitioned P2 RESOLVED
1680976 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_basicAudioVerifyRtpHeaderExtensions.html | Error in test execution: Error: Element _local_{0c0a0771-adea-42b6-8255-6c52e64cfda0} should progress currentTime timeout P5 RESOLVED
1680992 Perma TEST-UNEXPECTED-OK | /webrtc/RTCDTMFSender-ontonechange.https.html | expected ERROR P5 RESOLVED
1681275 Mouse pointer isn't visible during screen sharing P2 RESOLVED
1681437 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_basicAudioVideoNoBundleNoRtcpMux.html | Error in test execution: Error: Checking stats for track {64456945-f62e-43c3-bd8b-c3c80e6cb119} timed out after 30000 ms P5 RESOLVED
1681523 Cannot share individual windows with WebRTC conference in Qubes P5 NEW
1681525 Start debug in about:webrtc -- NEW
1681933 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-helper-test.html | Setting up a connection using helpers and defaults should work - Test timed out | expected OK P5 RESOLVED
1682430 Intermittent Assertion failure: false, at /builds/worker/checkouts/gecko/netwerk/sctp/datachannel/DataChannel.cpp:161 P5 RESOLVED
1682838 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-close.html | Close peerconnection causes close event and error on many channels, datachannel - Test timed out P5 RESOLVED
1683043 Slideshow while playing web-rtc content. -- RESOLVED
1683106 Intermittent LeakSanitizer | leak at mozilla::dom::DocGroup::DocGroup, mozilla::dom::DocGroup::Create, mozilla::dom::BrowsingContextGroup::AddDocument, mozilla::dom::Document::SetScopeObject P5 RESOLVED
1683315 [wpt-sync] Sync PR 26952 - RTCRtpTransceiver: introduce header extension control. P4 RESOLVED
1683408 Intermittent dom/media/tests/crashtests/1429507_1.html | assertion count 2 is more than expected 0 assertions P5 RESOLVED
1683484 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_bug1013809.html | Error in test execution: Error: Element _local_{4f96af8a-1239-41b8-8b0a-048edd759dc5} should progress currentTime timeout P5 RESOLVED
1683489 Crash in [@ mozilla::ipc::IProtocol::ActorDealloc] from PMediaTransportParent.cpp mozilla::dom::NotReallyMovableButLetsPretendItIsRTCStatsCollection -- RESOLVED
1683687 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-binaryType.window.html | expected OK P5 RESOLVED
1683857 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-addIceCandidate-connectionSetup.html | Candidates are added dynamically; connection should work - Test timed out P5 RESOLVED
1683890 Intermittent TEST-UNEXPECTED-PASS | /webrtc/RTCPeerConnection-ondatachannel.html | Data channel event should fire when new data channel is announced to the remote peer - expected TIMEOUT P5 RESOLVED
1684062 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen_tab_close.js | Found a tab after previous test timed out: https://example.com/browser/browser/base/content/test/webrtc/get_user_media.html - P5 RESOLVED
1685354 Crash in [@ mozilla::NrUdpSocketIpc::close_i] -- RESOLVED
1685376 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc-insertable-streams/RTCPeerConnection-insertable-streams-legacy.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1685457 Intermittent WebRtcIceConnectTest.TestSendReceiveTcp | Value of: res P5 RESOLVED
1685639 Intermittent [TCw] TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpTransceiver-stop.html | Executor hit external timeout (this may indicate a hang) P5 RESOLVED
1685671 Use reconfigure() instead of start() and stop() where possible in the VideoConduit P2 RESOLVED
1685672 Upstream csrc-audio-level reporting in libwebrtc P3 NEW
1685694 [Wayland] Screen sharing permission asked twice for Jitsi on GNOME Wayland P3 RESOLVED
1685704 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | Calling insertDTMF() multiple times in the middle of tonechange events should cause future tonechanges to be updated the last provided tones - assert_between_inclusive: Expect tonechange event f P5 RESOLVED
1685750 [wpt-sync] Sync PR 27107 - webrtc wpt: fix order of assert P4 RESOLVED
1685751 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | insertDTMF with comma should delay next tonechange event for a constant 2000ms - assert_between_inclusive: Expect tonechange event for "<smth>" to be fired approximately after X milliseconds P5 RESOLVED
1686083 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_audioSynchronizationSources.html | Error in test execution: Error: Element _local_{...} should progress currentTime timeout/<@webrtc/tests/mochitests/head.js:633:42 ... P5 RESOLVED
1686393 WebRTC screensharing produces artifacts (dual-monitor setup) P3 NEW
1686474 [wpt-sync] Sync PR 27143 - Add a test for ICE restart when datachannels are open P4 RESOLVED
1686576 Add a method to nsIProcessToolsService to map PIDs to executable file URIs -- NEW
1686669 [wpt-sync] Sync PR 27186 - webrtc wpt: add protocol test for parsing vp8 max-fr/max-fs parameters P4 RESOLVED
1686906 Intermittent dom/media/webrtc/tests/mochitests/test_dataChannel_basicAudioVideoCombined.html | Error in test execution: Error: Checking stats for track {550ec844-2303-4a0e-834a-a3e86a55bfc6} timed out after 30000 ms _waitForRtpFlow P5 RESOLVED
1686943 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/webrtc/tests/mochitests/test_getUserMedia_getTrackById.html | application timed out after 370 seconds with no output P5 RESOLVED
1687010 Perma Android TEST-UNEXPECTED-PASS | /webrtc/RTCPeerConnection-videoDetectorTest.html | Signal detector detects track change within reasonable time - expected FAIL when Gecko 86 merges to Beta on 2021-01-25 P2 VERIFIED
1687013 Intermittent /webrtc/RTCDataChannel-close.html | application crashed [@ int mozilla::DataChannelConnection::SctpDtlsOutput(void *,void *,uint64_t,unsigned char,unsigned char) + 0x34a] -- RESOLVED
1687486 Intermittent LeakSanitizer | leak at nsRefPtrDeque, mozilla::DataChannelConnection::DataChannelConnection, mozilla::DataChannelConnection::Create, mozilla::PeerConnectionImpl::EnsureDataConnection P5 RESOLVED
1687759 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_stop_sharing_button.js | application timed out after 370 seconds with no output P5 RESOLVED
1687786 Intermittent LeakSanitizer | leak at mozilla::DataChannelConnection::Create, mozilla::PeerConnectionImpl::EnsureDataConnection, mozilla::PeerConnectionImpl::CreateDataChannel, mozilla::PeerConnectionImpl::CreateDataChannel P5 RESOLVED
1687867 Intermittent LeakSanitizer | leak at mozilla::WeakPtr, mozilla::DataChannelConnection::Destroy, mozilla::PeerConnectionImpl::CloseInt, mozilla::PeerConnectionImpl::Close P5 RESOLVED
1687884 Intermittent TVw TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-restartIce.https.html | restartIce() is satisfied by remote ICE restart (perfect negotiation) - Test timed out P5 RESOLVED
1687885 Intermittent TinderboxPrint: Per-test run of .../RTCPeerConnection-restartIce.https.html<br/>: FAILURE P5 RESOLVED
1688342 maxBitrate is not working correctly for both audio and video P3 RESOLVED
1688348 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDtlsTransport-state.html | stop bundled transceiver retains dtls transport state - Test timed out P5 RESOLVED
1688608 Intermittent TEST-UNEXPECTED-CRASH | /webrtc-insertable-streams/RTCPeerConnection-insertable-streams-legacy.https.html | expected OK P5 RESOLVED
1688729 Intermittent dom/media/tests/mochitest/test_dataChannel_basicAudioVideoNoBundle.html | Error in test execution: Error: Timeout checking for stats for track {0d5f7417-bf13-4477-97f1-5b0f4d3b41d1} after at least30000ms waitForRtpFlow P5 RESOLVED
1688909 [wpt-sync] Sync PR 27334 - webrtc wpt: add test for video clockrate P4 RESOLVED
1688936 [wpt-sync] Sync PR 27336 - webrtc wpt: do not use assert in helper function P4 RESOLVED
1689043 [meta] Testing gap for lib Webrtc import 2H2020 P3 NEW
1689054 Intermittent dom/media/tests/crashtests/1443212.html | assertion count 2 is more than expected 0 assertions P5 RESOLVED
1689458 Intermittent TV browser/base/content/test/webrtc/browser_devices_get_user_media.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. - P5 RESOLVED
1689491 Intermittent TV browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | the preview area is hidden - P5 RESOLVED
1689577 Intermittent LeakSanitizer | leak at PR_Realloc, PORT_Realloc_Util, sslBuffer_Grow, ssl_CallCustomExtensionSenders P5 RESOLVED
1689629 [wpt-sync] Sync PR 27388 - Add WPT test for relay of WebGL canvas captureStream stream P4 RESOLVED
1689780 Intermittent [tier2] TV browser/base/content/test/webrtc/browser_devices_get_user_media_tear_off_tab.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a las P5 RESOLVED
1689881 Intermittent LeakSanitizer | leak at mozilla::PeerConnectionImpl::EnsureDataConnection, mozilla::PeerConnectionImpl::InitializeDataChannel, mozilla::PeerConnectionImpl::OnSetDescriptionSuccess, mozilla::PeerConnectionImpl::SetLocalDescription P5 RESOLVED
1690626 mdns_service thread should be registered with the profiler -- RESOLVED
1690732 WebRTC - local view of screensharing doesn't work when user is sharing a youtube video (both fullscreened) P3 NEW
1690767 [wpt-sync] Sync PR 27474 - Update RTCPeerConnection-relay-canvas WPT test P4 RESOLVED
1690953 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-relay-canvas.https.html | Two PeerConnections relaying a canvas source - Test timed out P5 RESOLVED
1690955 Intermittent /webrtc/RTCPeerConnection-mandatory-getStats.https.html | RTCRemoteInboundRtpStreamStats's roundTripTime - assert_true: Is roundTripTime present expected true got false P5 RESOLVED
1691032 [wpt-sync] Sync PR 27503 - Use OOP-R texture readback in ReadbackTextureBackedFrameToMemorySync P4 RESOLVED
1691085 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_in_xorigin_frame.js | application terminated with exit code 1 P5 RESOLVED
1691252 [wpt-sync] Sync PR 27517 - webrtc: update addIceCandidate() call to match spec P4 RESOLVED
1691329 Cursor missing on Windows WebRTC calls when sharing screen (dual-monitor setup) P2 VERIFIED
1691371 Jitsi screen share issue with Firefox browser P3 RESOLVED
1691417 Intermittent TV browser/base/content/test/webrtc/browser_devices_get_user_media_paused.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. - P5 RESOLVED
1691641 Platform thread impl that have implications for CritScope (Windows), which is now deprecated -- NEW
1691699 [wpt-sync] Sync PR 27544 - Reland "webrtc: update addIceCandidate() call to match spec" P4 RESOLVED
1691936 Perma linux wpt [tier 2] /webrtc/RTCPeerConnection-relay-canvas.https.html | Two PeerConnections relaying a canvas source - promise_test: Unhandled rejection with value: object "TypeError: can't access property "getTracks", stream is undefined" P5 RESOLVED
1691982 [wpt-sync] Sync PR 27571 - Add test to measure which WebRTC stats are provided at all P4 RESOLVED
1692090 Upstream updated gn files for Windows desktop capture -- NEW
1692104 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/crypto-suite.https.html | srtpCipher is acceptable on video-only - Test timed out | tlsGroup is acceptable on data/video-only - expected FAIL P5 RESOLVED
1692433 Intermittent browser/base/content/test/webrtc/browser_device_controls_menus.js | Test timed out - | Found a tab after the previous test timed out P5 RESOLVED
1692446 Intermittent SUMMARY: ThreadSanitizer: data race /builds/worker/checkouts/gecko/toolkit/components/resistfingerprinting/nsRFPService.cpp:273:7 in RandomMidpoint P5 RESOLVED
1692465 [wpt-sync] Sync PR 27605 - webrtc: update WPT for addIceCandidate w/o arguments P4 RESOLVED
1692683 Perma Tier 2 TEST-UNEXPECTED-FAIL | RTCPeerConnection-relay-canvas.https.html | Two PeerConnections relaying a canvas source - promise_test: Unhandled rejection with value: object "TypeError: stream is undefined when Gecko 87 merges to Beta on 2021-02-22 -- RESOLVED
1692756 WebRTC ICE failed -- RESOLVED
1692785 runnable_args_memfn_ret should pass args by rvalue-reference to allow perfect forwarding P3 NEW
1692822 [wpt-sync] Sync PR 27629 - Adds more tests for DC availability during ICE restart P4 RESOLVED
1692859 [wpt-sync] Sync PR 27633 - Adds a test for use of datachannel after handover. P4 RESOLVED
1692873 is screenshare simulcast supported? P2 RESOLVED
1692882 [wpt-sync] Sync PR 27634 - DONT REVIEW DONT MERGE is it flaky already P4 RESOLVED
1693035 [wpt-sync] Sync PR 27644 - webrtc wpt: improve iceGatheringState test P4 RESOLVED
1693080 Intermittent leakcheck | tab 25528 bytes leaked (CondVar, CustomElementReactionsStack, DOMArena, DOMEventTargetHelper, DataChannel, ...) P5 RESOLVED
1693280 Intermittent /webrtc-insertable-streams/RTCPeerConnection-insertable-streams-legacy.https.html | Traceback (most recent call last): P5 RESOLVED
1693536 Crash in [@ __memmove_avx_unaligned_erms | webrtc::BaseCapturerPipeWire::HandleBuffer] P3 RESOLVED
1693788 Google meet disconnects me when using camera and shows this screen (errors attached) P2 RESOLVED
1693849 [PipeWire] Screen-sharing on Wayland makes Firefox crash when shared window goes fullscreen P2 RESOLVED
1694033 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-restartIce.https.html | restartIce() works in have-remote-offer (perfect negotiation) - Test timed out P5 RESOLVED
1694435 Intermittent /webrtc-insertable-streams/RTCPeerConnection-insertable-streams-legacy.https.html | Legacy: Audio flows when insertable streams is enabled for video and disabled for audio. - promise_test: Unhandled rejection with value: "No bytes received." P5 RESOLVED
1694524 Screen sharing hung on https://meet.google.com/ P1 RESOLVED
1694653 Google Meet quits after 30 seconds: ("Couldn't start the video call because of an error") -- RESOLVED
1694738 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_bug827843.html | Error in test execution: Error: Element _local_{ff8c4648-c4c5-4a22-a00e-b25ac64c8acc} should progress currentTime timeout P5 RESOLVED
1694893 Intermittent LeakSanitizer | leak at mozilla::detail::UniqueSelector, mozilla::ipc::MessageChannel::Open, mozilla::ipc::IToplevelProtocol::Open, mozilla::ipc::Endpoint P5 RESOLVED
1695378 Add call length telemetry for A/V calls P2 RESOLVED
1695691 [wpt-sync] Sync PR 27839 - [v8] Enable off-thread finalization + small-script streaming by default P4 RESOLVED
1695888 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/ice-state.https.html | PC should enter connected (or completed) state when candidates are sent - Test timed out P5 RESOLVED
1696044 Intermittent /webrtc/simplecall-no-ssrcs.https.html | expected OK P5 RESOLVED
1696385 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_restartIce.html | Error in test execution: Error: Checking stats for track {53d5414f-6921-4891-b9f6-0cdfca8172af} timed out after 30000 ms _waitForRtpFlow@https://example.com/tests/dom/med P5 RESOLVED
1696452 AddressSanitizer: SEGV /builds/worker/workspace/obj-build/dist/include/mozilla/RefPtr.h:286:27 in get P2 RESOLVED
1696503 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDtlsTransport-state.html | DTLS transport goes to connected state - Test timed out P5 RESOLVED
1696519 Is Firefox upsampling mono to stereo over RTCPeerConnection? -- NEW
1696689 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_noTrickleOffer.html | Error in test execution: Error: Element _local_{5c62123d-2b58-4622-b4b8-f0051ced6ae9} should progress currentTime timeout/<@https://example.com/tests/dom/media/webrtc P5 RESOLVED
1696690 Intermittent /webrtc/no-media-call.html | Can set up a basic WebRTC call with no data. - assert_not_equals: iceConnectionState of first connection got disallowed value "failed" P5 RESOLVED
1696720 https://meet.jit.si/ poor performance and frequent video and audio hangs P1 RESOLVED
1696992 [wpt-sync] Sync PR 27874 - Add RTCRtpSynchronizationSource-helper.js for abs-capture-time tests P4 RESOLVED
1697006 Intermittent LeakSanitizer | leak at alloc::raw_vec::finish_grow::h34c895351b9ca970, alloc::raw_vec::RawVec$LT$T$C$A$GT$::grow_amortized::hf1bd9bdea2ea105b, alloc::raw_vec::RawVec$LT$T$C$A$GT$::try_reserve::h65a16d8e96ea0b19, alloc::raw_vec:: P5 RESOLVED
1697137 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_insertDTMF.html | Error in test execution: Error: Checking stats for track {740c05af-1527-41e0-8c32-7785f37ee15e} timed out after 30000 ms _waitForRtpFlow P5 RESOLVED
1697247 Intermittent TV browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. - P5 RESOLVED
1697369 Add scripts and configuration to generate webrtc gn configuration P3 NEW
1697385 Upstream reporting source process id in capture code P3 NEW
1697862 Enable AVX2 processing for sound in libwebrtc P3 RESOLVED
1697867 Google Meet consumes a lot of CPU on Mac P2 RESOLVED
1698298 Intermittent [tie2r TV ]browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a P5 RESOLVED
1698853 Intermittent [tier2] TV browser/base/content/test/webrtc/browser_devices_get_user_media_grace.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resor P5 RESOLVED
1698995 Remove duplicated code in VideoConduit and AudioConduit to get the synchronization sources P3 NEW
1699816 Intermittent A content process crashed and MOZ_CRASHREPORTER_SHUTDOWN is set, shutting down during dom/media/webrtc/tests/mochitests/test_dataChannel_basicAudio.html P5 RESOLVED
1700481 [wpt-sync] Sync PR 28198 - Wire scalabilityMode to webrtc encoding parameter scalability_mode P4 RESOLVED
1701113 Intermittent SUMMARY: ThreadSanitizer: data race /builds/worker/workspace/obj-build/dist/include/nsAutoRef.h:478:16 in own | /webrtc/RTCRtpSender.https.html | Unable to locate window: 19 P5 RESOLVED
1701235 Abnormally high CPU usage when using Zoom -- RESOLVED
1701453 Intermittent browser/base/content/test/webrtc/browser_global_mute_toggles.js | Uncaught exception - AbortError: Actor 'BrowserTestUtils' destroyed before query 'BrowserTestUtils:StopObservingTopics' was resolved P5 RESOLVED
1701568 [wpt-sync] Sync PR 28275 - Bump jsdom from 11.12.0 to 16.5.2 in /webrtc/tools P4 RESOLVED
1701569 [wpt-sync] Sync PR 28276 - Bump eslint from 4.19.1 to 7.23.0 in /webrtc/tools P4 RESOLVED
1701702 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | the preview area is hidden - P5 RESOLVED
1701703 Intermittent TV browser/base/content/test/webrtc/browser_devices_get_user_media_in_xorigin_frame.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), P5 RESOLVED
1701725 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_devices_get_user_media_paused.js | application timed out after 370 seconds with no output P5 RESOLVED
1701820 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/promises-call.html | Can set up a basic WebRTC call with only data using promises. - Test timed out P5 RESOLVED
1702024 [wpt-sync] Sync PR 28302 - [META] Update URL of WebRTC Encoded Transform P4 RESOLVED
1702099 Intermittent dom/media/tests/crashtests/1505957.html | assertion count 2 is more than expected 0 assertions P5 RESOLVED
1702169 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access.js | Test timed out - P5 RESOLVED
1702478 BigBlueButton does not work in Firefox 78 ESR -- RESOLVED
1702871 Intermittent browser/base/content/test/webrtc/browser_stop_streams_on_indicator_close.js | Should have found no active streams - 1 == 0 - JS frame :: chrome://mochitests/content/browser/browser/base/content/test/webrtc/browser_stop_streams_on_indicator_ P5 RESOLVED
1702890 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_devices_get_user_media_grace.js | application timed out after 370 seconds with no output P5 RESOLVED
1702910 Intermittent /webrtc/no-media-call.html | Can set up a basic WebRTC call with no data. - assert_not_equals: iceConnectionState of second connection got disallowed value "failed" P4 RESOLVED
1703117 Firefox 87 does not connect to Blackboard Collaborate Ultra sessions -- RESOLVED
1703219 Intermittent TV dom/media/webrtc/tests/mochitests/test_dataChannel_basicAudioVideoCombined.html | Error in test execution: Error: Unexpected event 'close' fired with message = 'DataChannelWrapper (pcRemote_channel_0)' at: ["createOneShotEventWrapper@ P5 RESOLVED
1703301 Intermittent /webrtc-insertable-streams/RTCPeerConnection-insertable-streams-legacy.https.html | Legacy: Video flows when insertable streams is enabled for audio and disabled for audio. - promise_test: Unhandled rejection with value: "No bytes received." P5 RESOLVED
1703339 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-bufferedAmount.html | datachannel bufferedAmount should increase by byte length for each message sent - Test timed out P5 RESOLVED
1703349 Intermittent TEST-UNEXPECTED-TIMEOUT | dom/media/webrtc/tests/mochitests/test_a_noOp.html | application timed out after 370 seconds with no output P5 RESOLVED
1703584 about:webrtc can cause the browser to become unresponsive P2 VERIFIED
1703855 [wpt-sync] Sync PR 28414 - Ship RTCRtpEncodingParameters.adaptivePtime API. P4 RESOLVED
1703864 Intermittent LeakSanitizer | leak at NewPage, mozilla::Queue, mozilla::detail::EventQueueInternal, mozilla::ThreadEventQueue::PutEventInternal P5 RESOLVED
1703960 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/crypto-suite.https.html | tlsGroup is acceptable on video-only - Test timed out P5 RESOLVED
1704263 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-bufferedAmount.html | datachannel bufferedAmount should increase to byte length of encodedunicode string sent - Test timed out P5 RESOLVED
1704449 [wpt-sync] Sync PR 28440 - Bump jsdom from 11.12.0 to 16.5.3 in /webrtc/tools P4 RESOLVED
1704450 [wpt-sync] Sync PR 28441 - Bump eslint from 4.19.1 to 7.24.0 in /webrtc/tools P4 RESOLVED
1704607 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_queue_request.js | Failed Error: Topic getUserMedia:response:allow not expected in content process P5 RESOLVED
1704803 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-bufferedAmount.html | datachannel bufferedAmount should increase to byte length of buffer sent - Test timed out P5 RESOLVED
1705057 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-iceConnectionState.https.html | Responder ICE connection state behaves as expected - Test timed out P5 RESOLVED
1705807 Intermittent LeakSanitizer | leak at operator, OrInsertWith, operator, operator P5 RESOLVED
1706105 Intermittent TEST-UNEXPECTED-CRASH | /webrtc-stats/idlharness.window.html | expected OK P5 RESOLVED
1706261 fix race conditions leading to tab crashes with multiple connecting webrtc clients P2 RESOLVED
1706517 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-iceConnectionState-disconnected.https.html | ICE goes to disconnected if the other side goes away - Test timed out P5 RESOLVED
1706906 [meta] manual verification tasks for libwebrtc merge 2H2020 P3 NEW
1706912 Audit removed stats P3 NEW
1706914 Test all stats manually for correctness. P3 NEW
1706915 Check that all commented-out code has been addressed P2 RESOLVED
1706917 Verify codec configuration in conduits and codec implementations P3 NEW
1706920 Verify audio processing P2 RESOLVED
1706921 Verify A/V performance P3 NEW
1706924 smoke test major services P2 RESOLVED
1706925 evaluate the worker thread model P3 NEW
1706930 verify telemetry and audit necessity of each probe P3 NEW
1706932 verify correctness of audio-level and MID P3 NEW
1707218 WebRTC audio artifacts (cracks and popping) -- RESOLVED
1707259 [wpt-sync] Sync PR 28666 - datachannel: Add support for empty messages P4 RESOLVED
1707435 No audio output in Zoom with Wayland backend on Linux -- RESOLVED
1707512 [wpt-sync] Sync PR 28681 - Bump jscodeshift from 0.5.1 to 0.12.0 in /webrtc/tools P4 RESOLVED
1707735 14 tests skipped on apple_silicon P3 REOPENED
1707911 [wpt-sync] Sync PR 28717 - datachannel: Add a non-empty message in WPT testing those P4 RESOLVED
1708247 [meta] WebRTC Triage -- NEW
1708794 Remove libxrandr < 1.5 workaround P3 NEW
1708860 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_answererAddSecondAudioStream.html | Error in test execution: Error: Element _local_{5fb63588-40b4-443c-8b1e-28b6d8e348e8} should progress currentTime timeout P5 RESOLVED
1709008 Intermittent LeakSanitizer | leak at CountingMalloc, ICUReporter::Alloc, icu_67::UnicodeSet::freeze, icu_67::CollationDataReader::read P5 RESOLVED
1709333 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_restartIceLocalRollback.html | Error in test execution: Error: Checking stats for track {21f6c8c4-f8e1-47cc-bec4-6cc77f8c94c2} timed out after 30000 ms _waitForRtpFlow@ P5 RESOLVED
1709487 Intermittent [Tier2] leakcheck | tab 10328 bytes leaked (MediaTransportHandler, MozPromise::ThenValueBase::ResolveOrRe, MozPromiseRefcountable, Mutex, PollableEvent, ...) P5 RESOLVED
1709862 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_removeThenAddAudioTrackNoBundle.html | PeerConnectionWrapper (pcLocal): legal ICE state transition from checking to disconnected P5 RESOLVED
1710195 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_restartIceLocalRollback.html | Error in test execution: Error: Element _local_{1e2c2156-5316-4551-b4a8-f7750f9aa099} should progress currentTime timeout/ P5 RESOLVED
1710267 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | Calling insertDTMF() in the middle of tonechange events should cause future tonechanges to be updated to new tones - assert_between_inclusive: Expect tonechange event for "1" to be fired approxi P5 RESOLVED
1710519 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpSender-replaceTrack.https.html | ReplaceTrack transmits the new track not the old track - Test timed out P5 RESOLVED
1710520 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-close.html | Close peerconnection after datachannel close causes no events - Test timed out P5 RESOLVED
1711162 Ending a share on Jitsi Meet causes the call to disconnect -- RESOLVED
1711338 memory leak while Jitsi Meet conf -- RESOLVED
1711522 Unable to select text on about:webrtc P3 VERIFIED
1711833 [gcc 11] error: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 33 equals destination -- RESOLVED
1711846 [gcc 11] Multiple stringop-overflow and stringop-truncation warnings in nICEr and nrappkit -- RESOLVED
1712012 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access.js | application timed out after 370 seconds with no output P5 NEW
1712202 about:webrtc accumulates large amount of orphan-nodes P3 RESOLVED
1712234 Intermittent LeakSanitizer | leak at CountingMalloc, ICUReporter::Alloc, UDataMemory_createNewInstance_67, checkDataItem P5 RESOLVED
1712527 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_sender_and_receiver_stats.html | Error in test execution: Error: Checking stats for track {fe4cc738-d243-465a-98b0-0b78d1027d30} timed out after 30000 ms _waitForRtpFlow@ P5 RESOLVED
1712616 Crash in [@ mozilla::VideoRenderer::Release] -- RESOLVED
1712781 Intermittent LeakSanitizer | leak at alloc::alloc::realloc::h04ce23b52b8f32be, alloc::alloc::Global::grow_impl::h8d7fecf467d28f0a, _$LT$alloc..alloc..Global$u20$as$u20$core..alloc..AllocRef$GT$::grow::h877226ca602f063d, alloc::raw_vec::finish_grow:: P5 RESOLVED
1712799 Intermittent LeakSanitizer | leak at js_pod_arena_malloc, maybe_pod_arena_malloc, pod_arena_malloc, make_pod_arena_array P5 RESOLVED
1712805 Intermittent LeakSanitizer | leak at js_pod_arena_malloc, maybe_pod_arena_malloc, pod_malloc, js::TenuringTracer::moveElementsToTenured P5 RESOLVED
1712844 Intermittent LeakSanitizer | leak at CountingRealloc, ICUReporter::Realloc, icu_67::UnicodeSet::compact, icu_67::UnicodeSet::freeze P5 RESOLVED
1713134 [wpt-sync] Sync PR 27875 - Add `RTCRtpSource::SenderCaptureTimeOffset` P4 RESOLVED
1713161 Firefox doesn't gather wwebRTC candidates using TURNS -- RESOLVED
1713274 Intermittent LeakSanitizer | leak at CountingMalloc, ICUReporter::Alloc, icu_67::CollationTailoring::ensureOwnedData, icu_67::CollationDataReader::read P5 RESOLVED
1713444 Permanent TEST-UNEXPECTED-PASS | /webrtc/RTCRtpSender-replaceTrack.https.html | ReplaceTrack transmits the new track not the old track - expected TIMEOUT when Gecko 90 merges to Beta on 2021-05-31 -- VERIFIED
1713502 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen_tab_close.js | Test timed out - P5 RESOLVED
1713672 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | insertDTMF() with default duration and intertoneGap should fire tonechange events at the expected time - assert_between_inclusive: Expect tonechange event for "" to be fired approximately after P5 RESOLVED
1713809 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-mandatory-getStats.https.html | expected OK P5 RESOLVED
1713966 Webrtc: webcam reading problem if we look at a user in webcam on iPhone / iOS / Safari -- RESOLVED
1714071 Google meet meeting joined but stucks without showing anything -- RESOLVED
1714128 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_twoAudioVideoStreamsCombined.html | Error in test execution: Error: Element _local_{9021d996-6461-44a1-9634-2bbf581d47bc} should progress currentTime timeout/<@https://example.com/tests P5 RESOLVED
1714134 Intermittent LeakSanitizer | leak at CountingMalloc, ICUReporter::Alloc, icu_67::CollationTailoring::CollationTailoring, icu_67::CollationRoot::load P5 RESOLVED
1714411 Re-enable ICE server mochitests on test-verify P3 NEW
1714577 Teach WebRTC.org to use the Gecko Profiler -- RESOLVED
1714665 Intermittent leakcheck | tab 22056 bytes leaked (CondVar, Mutex, NrUdpSocketIpc, PollableEvent, ReentrantMonitor, ...) P5 RESOLVED
1714697 Intermittent [Tier 2] LeakSanitizer | leak at WrapRelease, mozilla::NrUdpSocketIpcProxy::~NrUdpSocketIpcProxy, mozilla::NrUdpSocketIpcProxy::~NrUdpSocketIpcProxy, mozilla::NrUdpSocketIpcProxy::Release P5 RESOLVED
1714794 Intermittent dom/media/webrtc/tests/mochitests/test_forceSampleRate.html | Test timed out. - P5 RESOLVED
1714969 Intermittent SUMMARY: ThreadSanitizer: data race /builds/worker/fetches/sysroot/usr/include/x86_64-linux-gnu/bits/string3.h:51:10 in memcpy P5 RESOLVED
1715005 Intermittent LeakSanitizer | leak at CountingMalloc, ICUReporter::Alloc, icu_68::CollationTailoring::CollationTailoring, icu_68::CollationRoot::load P5 RESOLVED
1715006 Intermittent LeakSanitizer | leak at CountingRealloc, ICUReporter::Realloc, icu_68::UnicodeSet::compact, icu_68::UnicodeSet::freeze P5 RESOLVED
1715258 Scalar `webrtc.peerconnection.datachannel_created` was removed from Scalars.yaml, but not code P3 RESOLVED
1715576 [wpt-sync] Sync PR 29312 - [WebRTC] Preparation CL for making Plan B throw an exception. P4 RESOLVED
1715697 RTCRtpSender.prototype.createEncodedStreams returns undefined -- RESOLVED
1715971 Intermittent browser/base/content/test/webrtc/browser_devices_select_audio_output.js | Test timed out - P5 RESOLVED
1716057 Intermittent LeakSanitizer | leak at mozilla::PeerConnectionImpl::CreateDataChannel, mozilla::PeerConnectionImpl::CreateDataChannel, mozilla::dom::PeerConnectionImpl_Binding::createDataChannel, mozilla::dom::binding_detail::GenericMethod P5 RESOLVED
1716090 [meta] Get FaceTime web working in Firefox -- NEW
1716107 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-perfect-negotiation.https.html | Perfect negotiation setup connects - Test timed out P5 RESOLVED
1716142 Intermittent LeakSanitizer | leak at CountingMalloc, ICUReporter::Alloc, utrie2_openFromSerialized_68, icu_68::CollationDataReader::read P5 RESOLVED
1716269 Webcam stream don't start to publish if the browser tab is not focused -- RESOLVED
1716323 [wpt-sync] Sync PR 29360 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=226967 P4 RESOLVED
1716325 [wpt-sync] Sync PR 29361 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=226968 P4 RESOLVED
1716393 Intermittent MultiTcpSocketTest.TestTwoSendsBeforeReceives | Expected equality of these values: P5 RESOLVED
1716511 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-close.html | Close datachannel causes onclosing and onclose to be called - Test timed out P5 RESOLVED
1716629 Intermittent LeakSanitizer | leak at CountingMalloc, ICUReporter::Alloc, icu_68::CollationTailoring::ensureOwnedData, icu_68::CollationDataReader::read P5 RESOLVED
1717058 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_stop_streams_on_indicator_close.js | application timed out after 370 seconds with no output P5 RESOLVED
1717315 Intermittent browser/base/content/test/webrtc/browser_stop_streams_on_indicator_close.js | Should have found no active streams - 1 == 0 - JS frame :: webrtc/browser_stop_streams_on_indicator_close.js :: test_close_indicator_with_global_toggles :: line 188 P5 RESOLVED
1717407 [wpt-sync] Sync PR 29439 - Update wpt/webrtc/protocol/README.txt with RFC numbers P4 RESOLVED
1717411 [wpt-sync] Sync PR 29440 - Add test for mandatory-to-support RTP header extensions P4 RESOLVED
1717679 Enable media.webrtc.hw.h264.enabled for WebRTC H264 hardware decoding -- UNCONFIRMED
1717773 [wpt-sync] Sync PR 29459 - webrtc: fix rtp-payloadtypes test P4 RESOLVED
1717841 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_grace.js | popup WebRTC indicator visible - Got false, expected true P5 RESOLVED
1717846 Intermittent LeakSanitizer | leak at MakeUnique, mozilla::NrUdpSocketIpc::CallListenerReceivedData, mozilla::NrUdpSocketIpcProxy::CallListenerReceivedData, mozilla::dom::UDPSocketChild::RecvCallbackReceivedData P5 RESOLVED
1717849 Intermittent LeakSanitizer | leak at js_new, MakeUnique, js::SharedPropMap::addChild, js::SharedPropMap::addPropertyInternal P5 RESOLVED
1717978 Intermittent LeakSanitizer | leak at nsTSubstring, Gecko_StartBulkWriteString, nsstring::nsAString::start_bulk_write_impl, nsstring::nsAString::bulk_write P5 RESOLVED
1718449 Intermittent LeakSanitizer | leak at CountingMalloc, ICUReporter::Alloc, icu_69::CollationTailoring::ensureOwnedData, icu_69::CollationDataReader::read P5 RESOLVED
1718575 [wpt-sync] Sync PR 29521 - Bump jscodeshift from 0.5.1 to 0.13.0 in /webrtc/tools P4 RESOLVED
1718626 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-restartIce.https.html | restartIce() retains dtls transports (perfect negotiation) - Test timed out P5 RESOLVED
1718717 Intermittent WebRtcIceGatherTest.TestGatherFakeStunServerHostname | Value of: res P5 RESOLVED
1718811 Intermittent LeakSanitizer | leak at nsThreadManager::NewNamedThread, NS_NewNamedThread, mozilla::SingletonThreadHolder::AddUse, GetIOThreadAndAddUse_s P5 RESOLVED
1718973 Intermittent LeakSanitizer | leak at CountingMalloc, ICUReporter::Alloc, UDataMemory_createNewInstance_69, checkDataItem P5 RESOLVED
1718975 Intermittent LeakSanitizer | leak at CountingRealloc, ICUReporter::Realloc, icu_69::UnicodeSet::compact, icu_69::UnicodeSet::freeze P5 RESOLVED
1718981 Intermittent [tier 2] LeakSanitizer | leak at alloc::raw_vec::finish_grow::h025e34b30a11e2dd, alloc::raw_vec::RawVec$LT$T$C$A$GT$::grow_amortized::h7da0633c80abf761, alloc::raw_vec::RawVec$LT$T$C$A$GT$::reserve::do_reserve_and_handle::hf7b0be1942bdfe71... P5 RESOLVED
1719013 Intermittent dom/media/webrtc/tests/mochitests/test_getUserMedia_playAudioTwice.html | Error executing test: Error: verifyPlaying timed out P5 RESOLVED
1719162 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_queue_request.js | Camera selector hidden - P5 RESOLVED
1719293 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-bufferedAmount.html | datachannel bufferedAmount should increase by byte length for each message sent - Test timed out P5 RESOLVED
1719491 Revert clang-format of tools/profiler/public/GeckoTraceEvent.h from Bug 1519636. P2 RESOLVED
1719731 Collect WEBRTC_CALL_TYPE on release by default -- NEW
1719879 Intermittent LeakSanitizer | leak at CountingMalloc, ICUReporter::Alloc, utrie2_openFromSerialized_69, icu_69::CollationDataReader::read P5 RESOLVED
1719887 Audit call duration histograms for accuracy -- NEW
1719945 Intermittent LeakSanitizer | leak at CountingMalloc, ICUReporter::Alloc, icu_69::Collator::makeInstance, icu_69::Collator::createInstance P5 RESOLVED
1720141 Intermittent dom/media/webrtc/tests/mochitests/test_dataChannel_hostnameObfuscation.html | Got local candidate ID undefined for selected pair - didn't expect undefined, but got it P5 RESOLVED
1720147 Intermittent LeakSanitizer | leak at CountingMalloc, ICUReporter::Alloc, icu_69::CollationDataReader::read, icu_69::CollationRoot::load P5 RESOLVED
1720148 Intermittent LeakSanitizer | leak at CountingMalloc, ICUReporter::Alloc, icu_69::CollationTailoring::CollationTailoring, icu_69::CollationRoot::load P5 RESOLVED
1720537 Video freezes after few seconds on receiving end. Works fine on firefox version ESR version 78.12.0esr (64-bit) that was released on July 13. Issue with standard version of FF -- RESOLVED
1720586 Crash in [@ abort | webrtc::UpdateLogRatioMetric] -- RESOLVED
1720918 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-constructor.html | expected OK P5 RESOLVED
1721005 Intermittent [Tier 2] browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js | application terminated with exit code 1 P5 RESOLVED
1721225 [meta] WebRTC testing of Facebook group calling -- NEW
1721872 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-perfect-negotiation.https.html | Perfect negotiation setup connects with roles reversed - Test timed out P5 RESOLVED
1721954 Crashes [@ VTPixelTransferSessionCanUseMetalInTheBackground ], on macOS 11 and up, with third party modules RelayCam and libVtcComLib.dylib P3 RESOLVED
1721956 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc-extensions/RTCRtpSynchronizationSource-senderCaptureTimeOffset.html | [audio/video] getSynchronizationSources() should not contain senderCaptureTimeOffset if absolute capture time RTP header extension is not P5 RESOLVED
1721963 about:webrtc - packets received metric is wrongly reported as packets lost. -- VERIFIED
1722217 Transport-cc constantly and significantly underestimates network bandwidth when PC has 3+ transceivers with transport-cc enabled. P3 RESOLVED
1722332 Intermittent leakcheck | default 324924 bytes leaked (AsyncFreeSnowWhite, BackstagePass, BrowsingContext, BrowsingContextGroup, CacheObserver, ...) after WARNING: YOU ARE LEAKING THE WORLD (at least one JSRuntime and everything alive inside it, that is) P5 RESOLVED
1722482 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_removeThenAddAudioTrack.html | Error in test execution: Error: Element _local_{bec3e3cf-9147-45b7-a577-76aa3e115d78} should progress currentTime timeout P5 RESOLVED
1722646 [wpt-sync] Sync PR 29815 - webrtc wpt: Relax iceGatheringState test. P4 RESOLVED
1722706 [wpt-sync] Sync PR 29818 - Attempt to de-flake simulcast WPTs. P4 RESOLVED
1722898 [wpt-sync] Sync PR 29838 - Properly wire up scalabilityMode for setParameters. P4 RESOLVED
1723244 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | insertDTMF() with interToneGap less than 30 should be clamped to 30 - assert_between_inclusive: Expect tonechange event for "" to be fired approximately after 390 milliseconds expected a number P5 RESOLVED
1723724 Intermittent [tier 2] TEST-UNEXPECTED-TIMEOUT | /webrtc-stats/supported-stats.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1724125 FB Videocalls lost connection after changing permission settings. -- RESOLVED
1724312 Intermittent leakcheck | default 292406 bytes leaked (BackstagePass, BrowsingContext, BrowsingContextGroup, CacheObserver, CanonicalBrowsingContext, ...) P5 RESOLVED
1724525 FB Videocall loses connection when clicking notification box. -- RESOLVED
1724672 Intermittent SUMMARY: ThreadSanitizer: data race /builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/include/x86_64-linux-gnu/bits/string3.h:51:10 in memcpy P5 RESOLVED
1724762 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js | Failed Error: Topic recording-device-events not expected in content process P5 RESOLVED
1724775 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/candidate-exchange.https.html | Two way ICE exchange works - Test timed out P5 RESOLVED
1724862 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc-identity/RTCPeerConnection-getIdentityAssertion.sub.https.html | getIdentityAssertion() should reject with RTCError('idp-load-failure') if IdP cannot be loaded - Test timed out P5 RESOLVED
1724900 Use xdg camera portal and pipewire for webcam access -- RESOLVED
1725031 Intermittent browser/base/content/test/webrtc/browser_tab_switch_warning.js | application terminated with exit code 1 P5 RESOLVED
1725634 Allow share one screen on meet on multiple display -- NEW
1725684 Intermittent SUMMARY: ThreadSanitizer: data race /builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/include/x86_64-linux-gnu/bits/string3.h:51:10 in memcpy P5 RESOLVED
1725715 Intermittent browser/base/content/test/webrtc/browser_stop_streams_on_indicator_close.js | A promise chain failed to handle a rejection: The fetching process for the media resource was aborted by the user agent at the user's request. - stack: pro P5 RESOLVED
1726045 [wpt-sync] Sync PR 30042 - Bump jsdom from 16.7.0 to 17.0.0 in /webrtc/tools P4 RESOLVED
1726211 [Pipewire] screen sharing does not use the portal provided file descriptor -- RESOLVED
1726218 Use xdg portal and pipewire for microphone access -- NEW
1726358 [wpt-sync] Sync PR 30072 - Add test for SDP a=setup attribute P4 RESOLVED
1726563 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js | Uncaught exception - at chrome://mochitests/content/browser/browser/base/content/test/webrtc/head.js:699 - TypeError: global.requestDevice is not a function P5 RESOLVED
1726725 [wpt-sync] Sync PR 30106 - Add test that no candidates are emitted when adding m-sections. P4 RESOLVED
1726729 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_queue_request.js | Microphone selector hidden - P5 RESOLVED
1726906 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_noTrickleAnswer.html | Error in test execution: Error: Element _local_{266eb29a-1802-4e9a-9880-c6bfcd1c9111} should progress currentTime timeout/<@https://example.com/tests P5 RESOLVED
1726950 Intermittent LeakSanitizer | leak at mozilla::NrSocketBase::CreateSocket, nr_socket_local_create, nr_socket_factory_create_socket, nr_ice_component_initialize_udp P5 RESOLVED
1727134 about:webrtc's auto-update is troublesome: flickering doc updates + interferes w/cut'n'paste P3 NEW
1727211 Revisit MID support for 2H2020 merge P3 NEW
1727531 Intermittent TEST-UNEXPECTED-NOTRUN | /webrtc/RTCPeerConnection-ondatachannel.html | Should be able to send data in a datachannel event handler - expected PASS P5 RESOLVED
1727613 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc-extensions/transfer-datachannel-service-worker.https.html | expected ERROR P5 RESOLVED
1727897 [wpt-sync] Sync PR 30213 - webrtc wpt: assert SDES is not supported P4 RESOLVED
1728088 [wpt-sync] Sync PR 30226 - Increase bandwidth of fake video signal used for testing. P4 RESOLVED
1728574 Crash [@ mozilla::dom::RTCStatsTimestampMaker::RTCStatsTimestampMaker] P2 VERIFIED
1728628 [wpt-sync] Sync PR 30287 - Fix test picture generation and add test. P4 RESOLVED
1728644 [wpt-sync] Sync PR 30288 - Reland "Fix test picture generation and add test." P4 NEW
1728749 Pre-select OS dialog when using Pipewire for screen sharing -- RESOLVED
1728841 [wpt-sync] Sync PR 30308 - Revert "Fix test picture generation and add test." P4 RESOLVED
1728984 Intermittent LeakSanitizer | leak at MakeUnique, mozilla::intl::Collator::TryCreate, NewIntlCollator, js::intl_CompareStrings P5 RESOLVED
1728994 Crash in [@ IPCError-browser | ShutDownKill | semaphore_wait_trap] -- RESOLVED
1729082 Stop leaking the portal file descriptor P2 RESOLVED
1729085 Intermittent [Tier 2] LeakSanitizer | leak at MakeRefPtr, InvokeAsync, InvokeAsync, mozilla::MediaTransportHandlerSTS::CreateIceCtx P5 RESOLVED
1729104 Intermittent [Tier 2] browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | leaked 2 window(s) until shutdown [url = about:blank] P5 RESOLVED
1729359 [wpt-sync] Sync PR 30364 - dont merge: test which webrtc wpt is flaky in firefox P4 RESOLVED
1729362 GUI thread assertion in mouse capture code P3 NEW
1729364 Audio remote-outbound RTP packets sent is unexpectedly zero in test_peerConnection_stats.html P2 RESOLVED
1729365 Audio remote-outbound RTP bytes sent is unexpectedly zero in test_peerConnection_stats.html P2 RESOLVED
1729366 test_peerConnection_twoAudioVideoStreams.html and test_peerConnection_twoAudioVideoStreamsCombined.html are timing out P2 RESOLVED
1729367 CamerasParent causing failures in getUserMedia related tests on Windows 10 x86 WebRender P2 RESOLVED
1729372 error in PeerConnection blocker: kaboom P3 NEW
1729455 remote-outbound-rtp's remoteTimestamp field uses the time base of NTP (1 Jan 1900) instead of DOMHighResTimeStamp (1 Jan 1970) P3 RESOLVED
1729471 [wpt-sync] Sync PR 30379 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=230000 P4 RESOLVED
1729475 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-helper-test.html | A test video track transmits at least 40 Kbits/sec of data at 480x360 size - Test timed out P5 RESOLVED
1729486 Intermittent dom/media/tests/crashtests/1490700.html | single tracking bug P5 REOPENED
1729649 [wpt-sync] Sync PR 30393 - webrtc wpt: fix SDES test P4 RESOLVED
1729743 [Pipewire] Better DMABUF import support (upstream backport) -- RESOLVED
1729757 Add support for Receiver Reference Time Report Block (RFC 3611) P3 NEW
1729787 Upstream Pipewire portal file descriptor fixes -- RESOLVED
1730748 WebRTC downgrades screen sharing resolution -- RESOLVED
1731116 Intermittent LeakSanitizer | leak at mozilla::ipc::MessageChannel::MessageChannel, mozilla::ipc::IToplevelProtocol::IToplevelProtocol, mozilla::ipc::PBackgroundChild::PBackgroundChild, mozilla::ipc::BackgroundChildImpl::BackgroundChildImpl P5 RESOLVED
1731342 [wpt-sync] Sync PR 30798 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=230302 P4 RESOLVED
1731495 xdg-desktop-portal 1.10.0 breaks pipewire support -- RESOLVED
1732042 [wpt-sync] Sync PR 30846 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=230403 P4 RESOLVED
1732043 [wpt-sync] Sync PR 30820 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=230344 P4 RESOLVED
1732390 Restore full logging to the PeerConnection stats mochitests P2 RESOLVED
1732488 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-iceRestart.html | Data channel remains usable after ICE restart - Test timed out P5 RESOLVED
1732510 Intermittent /webrtc-encoded-transform/idlharness.https.window.html | application crashed [@ mozilla::IncrementalFinalizeRunnable::ReleaseNow(bool)] -- RESOLVED
1732844 Fix non-unified build errors in dom/media/webrtc/ P3 RESOLVED
1733129 browser_WebrtcGlobalInformation.js kills a process without calling NoteIntentionalCrash() -- RESOLVED
1733216 [wpt-sync] Sync PR 30997 - Fix RTCDataChannel-close WPT test P4 RESOLVED
1733236 Intermittent SUMMARY: ThreadSanitizer: data race /builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/include/x86_64-linux-gnu/bits/string3.h:51:10 in memcpy P5 RESOLVED
1733852 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-send.html | Negotiated datachannel should be able to send Blob message and receive as ArrayBuffer - Test timed out P5 RESOLVED
1734329 Intermittent TEST-UNEXPECTED-FAIL | dom/media/tests/crashtests/1510848.html | application timed out after 370 seconds with no output P5 RESOLVED
1734729 Implement degradationPreference -- RESOLVED
1735235 [wpt-sync] Sync PR 31191 - Bump jsdom from 16.7.0 to 18.0.0 in /webrtc/tools P4 RESOLVED
1735237 [wpt-sync] Sync PR 31192 - Bump eslint from 7.32.0 to 8.0.0 in /webrtc/tools P4 RESOLVED
1735995 [wpt-sync] Sync PR 31262 - webrtc wpt: add max-bundle test P4 RESOLVED
1736187 [wpt-sync] Sync PR 31281 - Bump eslint from 7.32.0 to 8.0.1 in /webrtc/tools P4 RESOLVED
1736219 Crash in [@ mozilla::DataChannelConnection::~DataChannelConnection] -- RESOLVED
1736220 Crash in [@ sctp_timeout_handler] -- RESOLVED
1736224 Crash in [@ sctp_setopt] -- RESOLVED
1736226 Crash in [@ sctp_clean_up_stream] P4 RESOLVED
1736230 UAF Crash in [@ RtlDeleteCriticalSection | sofree | mozilla::DataChannelConnection::DestroyOnSTS] -- RESOLVED
1736387 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/bundle.https.html | bundles on the first transport and closes the second - Test timed out P5 RESOLVED
1736432 debug mode log has no filename (and isn't saved) P3 RESOLVED
1736532 Questions about webrtc video playback -- RESOLVED
1736900 Tighten up CamerasParent and CamerasChild logging P3 NEW
1737576 [wpt-sync] Sync PR 31370 - Check that scalabilityMode is present in sender parameters P4 RESOLVED
1737695 [wpt-sync] Sync PR 31379 - Bump eslint from 7.32.0 to 8.1.0 in /webrtc/tools P4 RESOLVED
1737901 Intermittent SUMMARY: ThreadSanitizer: data race (/builds/worker/workspace/build/application/firefox/libxul.so+0x68b1f0f) P5 RESOLVED
1737984 [wpt-sync] Sync PR 31397 - Add test that remapping header extensions will reject P4 RESOLVED
1738210 [wpt-sync] Sync PR 31414 - webrtc-svc: demonstrate L1T3 and L1T3 for VP8 P4 RESOLVED
1738408 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-iceConnectionState.https.html | expected OK P5 RESOLVED
1738628 Window Sharing produces skewed images with libwebrtc update P1 RESOLVED
1738788 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-remote-track-mute.https.html | pc.close() on one side causes mute events on the other - Test timed out P5 RESOLVED
1738794 [wpt-sync] Sync PR 31463 - Bump jsdom from 16.7.0 to 18.0.1 in /webrtc/tools P4 RESOLVED
1738807 Intermittent browser/base/content/test/webrtc/browser_tab_switch_warning.js | Test timed out - P5 RESOLVED
1738832 Intermittent TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_queue_request.js | application timed out after 370 seconds with no output P5 RESOLVED
1738845 firefox-96.0 nightly fails to link webrtc: multiple definition of `WebRtcSpl_ComplexBitReverse'; P2 RESOLVED
1738872 recent WebRTC rebase broke ppc64le builds -- RESOLVED
1738913 Intermittent TEST-UNEXPECTED-TIMEOUT | /video-rvfc/request-video-frame-callback-webrtc.https.html | expected ERROR P5 RESOLVED
1738923 [meta] Followup Bugs for libwebrtc 2H2020 update 1654112 P2 RESOLVED
1738972 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-onsignalingstatechanged.https.html | expected OK P5 RESOLVED
1738978 Intermittent /webrtc/RTCRtpReceiver-getSynchronizationSources.https.html | [video/audio] RTCRtpSynchronizationSource.timestamp is comparable to performance.timeOrigin + performance.now() - assert_true: expected true got false P5 RESOLVED
1738994 Limit the number of entries in the frame statistics in about:webrtc P3 NEW
1739003 webrtc build assumes arm is android -- RESOLVED
1739107 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | there's at least one scary window, as Firefox is running - P5 REOPENED
1739141 Intermittent gtest | application crashed [@ webrtc::webrtc_repeating_task_impl::RepeatingTaskImpl<webrtc::RtpTransportControllerSend::StartProcessPeriodicTasks()::$_17>::RunClosure] P3 RESOLVED
1739176 Building with --disable-webrtc is broken after the libwebrtc 2H2020 merge P2 RESOLVED
1739266 sdpSemantics is not appearing in about:webrtc P2 RESOLVED
1739334 0.69 - 0.3% installer size / installer size + 2 more (OSX) regression on Tue November 2 2021 -- RESOLVED
1739451 about:webrtc doesn't updated the configuration parameters for a PeerConnection on setConfiguration P3 NEW
1739571 [meta] Google Meet UX study enhancements/bugs P3 RESOLVED
1739656 Intermittent /webrtc/RTCDTMFSender-insertDTMF.https.html | application crashed [@ std::enable_if<TakeArgs<std::enable_if<TakeArgs<void (mozilla::WebrtcAudioConduit::*)(mozilla::DtmfEvent const&)>::value, mozilla::MediaEventListener>::type mozilla:: P5 RESOLVED
1739941 Intermittent [tier 2] browser/base/content/test/webrtc/browser_devices_get_user_media.js | Test timed out | Found a tab after previous test timed out: about:blank P5 RESOLVED
1739962 Google Meet: Screen sharing/Presenting shows "interlaced" (?) video -- RESOLVED
1740128 [wpt-sync] Sync PR 31549 - Bump eslint from 7.32.0 to 8.2.0 in /webrtc/tools P4 RESOLVED
1740679 'about:webrtc' page is glitching when opened. P3 NEW
1740756 Intermittent dom/media/tests/crashtests/1510848.html | application crashed [@ mozilla::AutoTaskDispatcher::TaskGroupRunnable::Run] -- RESOLVED
1740903 Screen sharing no longer allows you to use operating system settings in Wayland -- RESOLVED
1740904 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media.js | application terminated with exit code -5 P5 RESOLVED
1741277 [wpt-sync] Sync PR 31636 - Bump jsdom from 16.7.0 to 18.1.0 in /webrtc/tools P4 RESOLVED
1741376 [wpt-sync] Sync PR 31644 - Remove crash expectation for rtp-payloadtypes on Linux P4 RESOLVED
1741471 Firefox does not stop screen sharing after closing shared application -- RESOLVED
1741747 Upstream fixes for kIvfHeaderSize -- ASSIGNED
1741958 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_in_xorigin_frame_chain.js | leaked 2 window(s) until shutdown [url = about:blank] P5 RESOLVED
1742181 Implement packetsDiscarded/discardedPackets for inbound-rtp P1 RESOLVED
1742497 [wpt-sync] Sync PR 31707 - Bump jsdom from 16.7.0 to 18.1.1 in /webrtc/tools P4 RESOLVED
1742498 [wpt-sync] Sync PR 31708 - Bump eslint from 7.32.0 to 8.3.0 in /webrtc/tools P4 RESOLVED
1742604 Implement packetsDiscarded for remote-inbound-rtp P3 NEW
1742616 Intermittent /webrtc/RTCPeerConnection-operations.https.html | application crashed [@ RefPtr<mozilla::wr::WebRenderAPI>::operator->() const] -- RESOLVED
1742765 Write unittests for and upstream packetsDiscarded for inbound-rtp for video P3 NEW
1742824 Tab crash joining room in Google Meet in Nightly debug build. -- RESOLVED
1742831 Intermittent /webrtc/RTCDTMFSender-insertDTMF.https.html | application crashed [@ mozilla::WebrtcAudioConduit::OnDtmfEvent] -- RESOLVED
1742959 Do not ref-count MediaEventForwarder P2 RESOLVED
1742981 Debug mode log isn't saved P3 NEW
1743052 Intermittent gtest | application crashed [@ webrtc::webrtc_repeating_task_impl::RepeatingTaskImpl<`lambda at /builds/worker/checkouts/gecko/third_party/libwebrtc/call/rtp_transport_controller_send.cc:614:55'>::RunClosure()] -- RESOLVED
1743120 Intermittent WebRtcIceConnectTest.TestConnectIceRestartRoleConflict | Value of: res P5 RESOLVED
1743189 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpReceiver-getSynchronizationSources.https.html | [video] getSynchronizationSources() does not contain SSRCs older than 10 seconds - Test timed out P5 RESOLVED
1743224 During link of webrtc, warning: memset used with constant zero length parameter; this could be due to transposed parameters P5 NEW
1743289 Intermittent [Tier 2] browser/base/content/test/webrtc/browser_devices_get_user_media_tear_off_tab.js | application crashed [@ scale_blit<true>(Texture&, IntRect const&, Texture&, IntRect const&, bool, IntRect const&)] | -- RESOLVED
1743707 mozilla/dom/RTCConfigurationBinding.h file not found with --disable-webrtc P2 RESOLVED
1743808 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_queue_request.js | Microphone selector visible - P5 RESOLVED
1744116 [meta] c++20 modernizations in webrtc-related code P4 NEW
1744430 When I open firefox I can normally use push to talk in discord, but when I go to my second monitor and back to firefox it prevents me from talking or holds the mic open if I was already holding the button down. -- NEW
1744614 [wpt-sync] Sync PR 31920 - Bump eslint from 7.32.0 to 8.4.0 in /webrtc/tools P4 RESOLVED
1744615 [wpt-sync] Sync PR 31921 - Bump jsdom from 16.7.0 to 19.0.0 in /webrtc/tools P4 RESOLVED
1744644 Cleanup commented out usage of kIsLibaomAv1{En|De}coderSupported in third_party/libwebrtc/media/engine/internal_{en|de}coder_factory.cc P2 RESOLVED
1744645 Cleanup third_party/libwebrtc BUILD.gn files P2 RESOLVED
1744646 Removed commented out code in dom/media/webrtc/libwebrtcglue/WebrtcMediaDataEncoderCodec.h P2 RESOLVED
1744931 Intermittent dom/media/tests/crashtests/1429507_2.html | assertion count 2 is more than expected 0 assertions P5 RESOLVED
1744961 some video resolutions that the hardware supports are not listed by getUserMedia P3 NEW
1745153 Perma [tier 2] java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: Could not initialize class org.jetbrains.kotlin.com.intellij.util.io.FileChannelUtil P5 RESOLVED
1745162 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_in_frame.js | application terminated with exit code -6 P5 RESOLVED
1745493 [Bug]: Web RTC problem Firefox 95.0.0-beta6 P4 RESOLVED
1745538 Intermittent [tier 2] TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDTMFSender-insertDTMF.https.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1745610 Pipewire: Render mouse cursor in Firefox screencast P3 RESOLVED
1745620 Intermittent ThreadUtils.IdleRunnableMethod | Value of: idleInheritedSetDeadline->mRunnableExecuted P5 RESOLVED
1745707 RTCRtpReceiver Stats IDs should be opaque P2 RESOLVED
1745708 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_queue_request.js | application crashed [@ _g_log_abort] | After application terminated with exit code -5 -- RESOLVED
1745868 Users unable to select individual screens for screen sharing in a multi-monitor setup P1 VERIFIED
1745989 [wpt-sync] Sync PR 32040 - Bump eslint from 7.32.0 to 8.4.1 in /webrtc/tools P4 RESOLVED
1746009 Crash in [@ abort | webrtc::RtpPacketizerH264::PacketizeSingleNalu] -- RESOLVED
1746140 Add SPARC defines to third_party/libwebrtc/build/build_config.h P4 RESOLVED
1746474 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/crypto-suite.https.html | tlsVersion is acceptable on video-only - Test timed out P5 RESOLVED
1746807 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | application crashed [@ mozilla::WebrtcAudioConduit::OnDtmfEvent] -- RESOLVED
1746959 [wpt-sync] Sync PR 32146 - Bump eslint from 7.32.0 to 8.5.0 in /webrtc/tools P4 RESOLVED
1747035 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_queue_request.js | application terminated with exit code -5 P5 RESOLVED
1747125 [Meet] Requires two-clicks to join meeting (button choice overload) -- RESOLVED
1747129 [Google Meet] All Participants have admin control during meetings -- NEW
1747333 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access.js | application terminated with exit code 1 P5 RESOLVED
1747862 regenerate webrtc json/moz.build files for openbsd support after bug #1744644 P2 VERIFIED
1748017 Tweak third_party/libwebrtc/build/config/BUILDCONFIG.gn for easier OpenBSD build file generation P2 RESOLVED
1748219 Intermittent AssertionError: Tried to call get() on InstanceManager that has an existing instance P5 RESOLVED
1748333 Assertion failure: !mTaskQueue->IsOnCurrentThread() (TaskQueue::AwaitIdle must not be called on itself), at /dom/media/webrtc/libwebrtcglue/TaskQueueWrapper.h:34 P2 RESOLVED
1748354 [wpt-sync] Sync PR 32232 - Bump eslint from 7.32.0 to 8.6.0 in /webrtc/tools P4 RESOLVED
1748478 Propagate calculated discarded packets to stats-callback's OnDiscardedPackets P2 RESOLVED
1748789 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | application crashed [@ RustMozCrash(char const*, int, char const*)] -- RESOLVED
1748818 [wpt-sync] Sync PR 32269 - Add webrtc-svc tests for error-inducing parameters P4 RESOLVED
1749090 Intermittent "failed" iceConnectionState on one peer yet none on the other in deterministic zero-candidate case P3 NEW
1749093 [meta] Zoom UX study enhancements/bugs -- NEW
1749399 [wpt-sync] Sync PR 32315 - Bump jscodeshift from 0.5.1 to 0.13.1 in /webrtc/tools P4 RESOLVED
1749604 Update instructions for generating libwebrtc build files for OpenBSD machines. P2 RESOLVED
1749726 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_queue_request.js (finished) | application terminated with exit code -5 P5 RESOLVED
1749749 packetsReceived in remote rtp stats can jump -- NEW
1749802 Remove dead config option `media.peerconnection.rtpsourcesapi.enable` P3 RESOLVED
1750552 media.navigator.streams.fake is not working 97 beta -- RESOLVED
1750645 [wpt-sync] Sync PR 32419 - Bump eslint from 7.32.0 to 8.7.0 in /webrtc/tools P4 RESOLVED
1751190 Intermittent [tier 2] browser/base/content/test/webrtc/browser_devices_get_user_media_grace.js | has sharing indicator on the control center icon - P5 RESOLVED
1751272 Firefox crashes when screen sharing with xdg-desktop-portal-wlr P3 UNCONFIRMED
1751532 "inbound-rtp" stats sholdn't be exposed on receiver ahead of incoming packets P2 RESOLVED
1752049 Unset ANSICONS to make the JSON generated by the libwebrtc build generation scripts less dependent on the terminal used P3 RESOLVED
1752154 meet.google.com - shared screens failing to update correctly -- RESOLVED
1752295 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_anim.js | application terminated with exit code -5 P5 RESOLVED
1752335 Check failed: value >= 0 (-2196874170754000 vs. 0); Fatal error in: third_party/libwebrtc/rtc_base/units/unit_base.h, line 98 -- NEW
1752430 Intermittent dom/media/tests/crashtests/1490700.html (finished) | application timed out after 370 seconds with no output P5 RESOLVED
1752528 [wpt-sync] Sync PR 32592 - Add WPT test coverage: recvonly transceiver can become sendrecv. P4 RESOLVED
1753264 Packets are retransmitted on the wrong simulcast layer's RTX SSRC (possibly with probing) P3 NEW
1753338 Intermittent LeakSanitizer | leak at Malloc, nsTArray_base, ExtendCapacity, nsTArray_base P5 RESOLVED
1753410 Firefox crashes when sharing screen to video calls in Fedora 35 -- RESOLVED
1754000 Intermittent TV TinderboxPrint: Per-test run of .../RTCConfiguration-iceServers.html<br/>: FAILURE P5 RESOLVED
1754313 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc-stats/rtp-stats-creation.html | No RTCInboundRtpStreamStats exist until packets have been received - Test timed out | expected OK P5 RESOLVED
1754460 Intermittent leakcheck | rdd 3368 bytes leaked (AbstractThread, ActorLifecycleProxy, CondVar, MozPromiseRefcountable, Mutex, ...) P5 RESOLVED
1754483 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCConfiguration-iceTransportPolicy.html | Changing iceTransportPolicy from "relay" to "all" causes an ICE restart which should succeed - Test timed out P5 RESOLVED
1754611 Show codec stats in about:webrtc P2 RESOLVED
1754719 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDtlsTransport-state.html | stop bundled transceiver retains dtls transport state - Test timed out P5 RESOLVED
1754818 Blurry video when using Restream with Firefox 96 and later (with simulcast) P3 RESOLVED
1754952 Can't change speakers device -- NEW
1755609 Since firefox 96, video received over p2p isn't being decoded and played in some instances P3 NEW
1755860 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDtlsTransport-state.html | close() causes the other end's DTLS transport to close - Test timed out P5 RESOLVED
1756063 Migrate mochitests for testing coalescing of WebRTC codec stats to WPT -- NEW
1756652 Intermittent LeakSanitizer | leak at mozilla::camera::CamerasParent::SetupEngine, mozilla::camera::CamerasParent::EnsureInitialized, operator, mozilla::media::LambdaRunnable P5 RESOLVED
1757598 [wpt-sync] Sync PR 33019 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=237327 P4 RESOLVED
1757722 Resolution adaption of RTCRtpSenders within recreatable time frames every 5 days for around 12 hours P3 RESOLVED
1758201 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_grace.js | Test timed out - P5 RESOLVED
1758577 Perma macOS TEST-UNEXPECTED-PASS | RTCRtpSynchronizationSource-senderCaptureTimeOffset.html | [video] getSynchronizationSources() should not contain senderCaptureTimeOffset if absolute capture time RTP header extension is not offered expected TIMEOUT P5 RESOLVED
1758581 Intermittent /webrtc/protocol/crypto-suite.https.html | application crashed [@ RtlpWaitOnCriticalSection + 0xa6] -- RESOLVED
1758874 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCRtpSender-replaceTrack.https.html | expected OK P5 RESOLVED
1759324 Update libvpx to v1.11.0 P2 RESOLVED
1759662 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-relay-canvas.https.html | expected OK P5 RESOLVED
1759734 Issue with frameRate constraint for getDisplayMedia P3 RESOLVED
1759884 WebEx meeting sometimes loses audio on nightly P2 VERIFIED
1759931 Implement some missing outbound-rtp stats. -- RESOLVED
1760050 Outgoing screensharing bitrate is ~200kbps using H264 P3 NEW
1760163 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-mandatory-getStats.https.html | expected OK P5 RESOLVED
1760356 In Wayland Sessions applyConstraints on a screen or window share causes an OS level dialog to appear P3 NEW
1760484 fix webrtc build on OpenBSD/arm64 P3 VERIFIED
1760687 about:webrtc's RTP stats numbers shown are actually KBps, not Kbps as stated P2 RESOLVED
1760843 Frame rate produced by getDisplayMedia went up unexpectedly on Windows P1 RESOLVED
1761044 Implement availableOutgoingBitrate candidate-pair stats -- NEW
1761143 Color distortion sending screen capture on windows with H264 -- RESOLVED
1761289 Intermittent LeakSanitizer | leak at mozilla::ChildProfilerController::SetupProfilerChild, applyImpl, apply, mozilla::detail::RunnableMethodImpl P5 RESOLVED
1761334 currentRoundTripTime not provided on webrtc candidate-pair report -- UNCONFIRMED
1761344 [meta] MS Teams support meta -- NEW
1761518 libwebrtc logs are not enabled even in a debug firefox build. -- NEW
1762306 Assertion failed: !callback_, file c:/moz/mozilla-central/third_party/libwebrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc, line 92 P3 NEW
1763207 Enable peer connection through the socket process by default P2 RESOLVED
1763253 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_tear_off_tab.js | application terminated with exit code 1 P5 RESOLVED
1763287 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/bundle.https.html | not negotiating BUNDLE creates two separate ice and dtls transports - Test timed out P5 RESOLVED
1763418 Microphone icon from Site Permissions doesn't turn grey when muted in Google Hangouts video chat -- NEW
1763682 Google Meet only shares part of the screen -- RESOLVED
1763852 Outgoing Audio and Video not working on Discord in Firefox Nightly -- RESOLVED
1764216 crash near null in [@ getStats] -- RESOLVED
1764623 webrtc breaks when attempting to create datachannels -- RESOLVED
1764732 Intermittent /webrtc-stats/rtp-stats-creation.html | No RTCOutboundRtpStreamStats exist until packets have been sent - assert_unreached: outbound stats should become available Reached unreachable code P5 RESOLVED
1764915 Crash [@ _M_ptr] P1 VERIFIED
1764923 Assertion failure: mRawPtr != nullptr | @ mozilla::dom::ReplaceTrackOperation::CallImpl P1 RESOLVED
1764933 Crash [@ get] P1 VERIFIED
1764940 Crash [@ Stopped] P1 RESOLVED
1765005 Improve testing of the negotiated number of audio channels P2 RESOLVED
1765215 Track unmute intermittently fired before inbound-rtp stats are available P3 NEW
1765356 [wpt-sync] Sync PR 33691 - Reduce ramp-up time and re-enable simulcast tests. P4 RESOLVED
1765373 Intermittent SUMMARY: ThreadSanitizer: destroy of a locked mutex /builds/worker/checkouts/gecko/netwerk/sctp/src/user_socket.c:239:2 in sodealloc P5 RESOLVED
1765605 Intermittent gtest | application crashed [@ nsCOMPtr<nsIEventTarget>::Assert_NoQueryNeeded] -- RESOLVED
1765758 Intermittent SUMMARY: ThreadSanitizer: unlock of an unlocked mutex (or by a wrong thread) /builds/worker/checkouts/gecko/netwerk/sctp/src/netinet/sctp_usrreq.c:853:3 in sctp_close P5 RESOLVED
1766317 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_in_frame.js | single tracking bug P5 RESOLVED
1766473 Implement some inbound and outbound rtc stats needed for MS Teams -- RESOLVED
1766552 Add stats from bug 1759931 to WebrtcGlobal -- NEW
1766553 framesReceived statistic is not accurate P3 NEW
1766558 framesReceived statistic is not accurate -- RESOLVED
1766646 Update libwebrtc - fast-forward work -- RESOLVED
1766652 [wpt-sync] Sync PR 33815 - Add more detailed WPT test coverage for stopping behavior. P4 RESOLVED
1766830 [wpt-sync] Sync PR 33842 - Make sure removed/stopped transceivers are reflected as such in JS. P4 RESOLVED
1767013 Track.onmute/onunmute handlers are not invoked when mic is muted / unmuted in the os P3 NEW
1767163 Serialize stats from bug 1759931. -- RESOLVED
1767170 Add some more outbound-rtp stats. -- RESOLVED
1767294 [wpt-sync] Sync PR 33897 - Temporarily disable RTCRtpTransceiver.https.html to unblock roll. P4 RESOLVED
1767385 [wpt-sync] Sync PR 33905 - [Rollback] Make sure ontrack fires when re-added. P4 RESOLVED
1767401 [wpt-sync] Sync PR 33906 - webrtc wpt: add tests for dtls role stats P4 RESOLVED
1767861 Change release to debug assert in PlatformUIThread -- NEW
1767935 A black stream (and occasional flickers) are being shared over screen sharing when selecting another browser -- RESOLVED
1768400 [wpt-sync] Sync PR 33989 - webrtc wpt: add іceRole and iceLocalUsernameFragment stats tests P4 RESOLVED
1768725 In about:webrtc display when H264 GMP enable pref has been user overridden P2 RESOLVED
1768843 [wpt-sync] Sync PR 34027 - webrtc wpt: add transport iceState test P4 RESOLVED
1768914 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | insertDTMF() with default duration and intertoneGap should fire tonechange events at the expected time - assert_between_inclusive: Expect tonechange event for "3" to be fired approximately after P5 RESOLVED
1769314 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_default_permissions.js | application terminated with exit code 1 P5 RESOLVED
1769714 Intermittent Assertion failed: IsGUIThread(false), file /builds/worker/checkouts/gecko/third_party/libwebrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc, line 94 P5 RESOLVED
1770075 Assertion failure: !aGCThing, at src/xpcom/base/CycleCollectedJSRuntime.cpp:1529 -- VERIFIED
1770084 Intermittent WebRtcIceGatherTest.TestGatherFakeStunServerHostnameNoResolver | Value of: !stun_server_address_.empty() P5 RESOLVED
1770463 Cleanup dom/media/webrtc/transport includes -- RESOLVED
1770524 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-perfect-negotiation.https.html | expected OK P5 RESOLVED
1770577 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc-stats/supported-stats.html | getStats succeeds - Test timed out with SendAudioFrame Engine not transmitting/receiving warnings P5 RESOLVED
1771183 Zoom Web lists valid system devices but selection does not work P3 NEW
1771309 outbout-rtp stats frameWidth and frameHeight returning 0 for H264 -- RESOLVED
1771332 Reconcile webrtc.org's csrc code with mozilla-central's version -- NEW
1771518 Intermittent browser/base/content/test/webrtc/browser_device_controls_menus.js | Test timed out - P5 RESOLVED
1772380 Fix screen sharing failures resulting from the upstream import of libwebrtc c89fdd716c P1 RESOLVED
1772400 Update libwebrtc's third_party (specifically abseil-cpp for numeric:bits) -- RESOLVED
1773228 Remove stun_types moz.build -- RESOLVED
1773231 Remove CR_SYSROOT_HASH from build config -- RESOLVED
1773642 Refresh openbsd webrtc config after bug 1661450 P2 RESOLVED
1773821 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RollbackEvents.https.html | expected OK P5 RESOLVED
1773840 Re-add support for for H264 YUV444 (I444) decoding (upstream 7d8ed34372) -- RESOLVED
1774161 Intermittent browser/base/content/test/webrtc/browser_stop_streams_on_indicator_close.js | Test timed out - P5 RESOLVED
1774194 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCRtpSender-encode-same-track-twice.https.html | expected OK P5 RESOLVED
1774312 Partial cherry pick of libwebrtc 662d7f11d5f945722e668d13985b79063a89ad55 to fix Android build -- RESOLVED
1774429 WebRTC video fails to play P2 RESOLVED
1774524 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-createDataChannel.html | expected OK P5 RESOLVED
1774628 Re-enable support for Windows.Graphics.Capture APIs in libwebrtc P2 RESOLVED
1774880 Intermittent browser/base/content/test/webrtc/browser_stop_streams_on_indicator_close.js | Should have found no active streams - 2 == 0 - JS frame :: chrome://<...>/browser_stop_streams_on_indicator_close.js :: test_close_indicator_with_global_toggles P5 RESOLVED
1774958 Unable to perform voice or video calls on Discord -- RESOLVED
1775056 Intermittent leakcheck | socket X bytes leaked (Destroy) P5 RESOLVED
1775143 Update libwebrtc's build import -- RESOLVED
1775152 Cleanup media/webrtc/ includes -- RESOLVED
1775250 Do not define lazy getter for XPCOMUtils -- RESOLVED
1775456 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc-stats/supported-stats.html | getStats succeeds - Test timed out P5 RESOLVED
1775940 Intermittent browser/base/content/test/webrtc/browser_device_controls_menus.js | single tracking bug P3 RESOLVED
1775941 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js | single tracking bug P3 RESOLVED
1775942 Intermittent browser/base/content/test/webrtc/browser_devices_select_audio_output.js | single tracking bug P3 RESOLVED
1775943 Intermittent browser/base/content/test/webrtc/browser_stop_streams_on_indicator_close.js | single tracking bug P3 RESOLVED
1775944 Intermittent browser/base/content/test/webrtc/browser_tab_switch_warning.js | single tracking bug P3 RESOLVED
1775945 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_queue_request.js | single tracking bug P3 ASSIGNED
1776542 [wpt-sync] Sync PR 34594 - webrtc wpt: add tests for stats cache invalidation P4 RESOLVED
1776562 Perma webrtc/RTCPeerConnection-videoDetectorTest.html | Signal detector detects track change within reasonable time - Test timed out when Gecko 103 merges to Beta on 2022-06-27 -- RESOLVED
1776583 [wpt-sync] Sync PR 34596 - Correct h264 profile level test to check the right video P4 RESOLVED
1776935 Update vendored pipewire headers for libwebrtc P2 RESOLVED
1777227 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/legacy/RTCPeerConnection-createOffer-offerToReceive.html | expected OK P5 RESOLVED
1777306 Intermittent /webrtc/RTCPeerConnection-mandatory-getStats.https.html | RTCInboundRtpStreamStats's framesDecoded - assert_true: Is framesDecoded present expected true got false P5 RESOLVED
1777374 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_stats_relayProtocol.html (finished) | application crashed [@ mozilla::NrSocketBase::fire_callback(int)] | application terminated with exit code 245 -- RESOLVED
1777571 Under Wayland, screen sharing prompt should not show a dropdown widget since there is only a single choice ("Use operating system settings") -- NEW
1778130 Heap buffer overflow in WebRTC exploited in the wild in Chrome -- RESOLVED
1778154 [wpt-sync] Sync PR 34706 - Modernize RTCPeerConnection-createAnswer.html. P4 RESOLVED
1778235 Intermittent /webrtc/RTCPeerConnection-relay-canvas.https.html | Two PeerConnections relaying a canvas source - assert_approx_equals: expected 183.6 +/- 2 but got 181.57999999999998 P5 RESOLVED
1778764 Intermittent LeakSanitizer | leak at sctp_alloc_sharedkey, sctp_inpcb_alloc, sctpconn_attach, socreate P5 RESOLVED
1779136 Intermittent /webrtc/RollbackEvents.https.html | application crashed [None] P5 RESOLVED
1779249 Enable WebRTC on FreeBSD -- NEW
1779466 Turn existing commits on top of libwebrtc into patches -- NEW
1779489 Intermittent /webrtc/protocol/rtp-extension-support.html | assertion count 2 is more than expected 0 assertions P5 RESOLVED
1779528 Perma [tier 2] /builds/worker/checkouts/gecko/third_party/libwebrtc/third_party/abseil-cpp/absl/meta/type_traits.h:293:36: error: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Werror,-Wdeprecated-builtins] P5 RESOLVED
1779545 desktop_capture module not built on ppc64le P2 RESOLVED
1779709 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | insertDTMF() with default duration and intertoneGap should fire tonechange events at the expected time - assert_between_inclusive: Expect tonechange event for "3" to be fired approximately after P5 RESOLVED
1780145 Intermittent /webrtc/RTCDataChannel-close.html , -iceRestart.html | application crashed [@ RtlpWaitOnCriticalSection + 0x93] -- RESOLVED
1780282 Implement some more inbound rtp stats. P2 RESOLVED
1780382 [wpt-sync] Sync PR 34912 - webrtc: add test assertions for simulcast-~ spec change P4 RESOLVED
1780582 Work around android JNI generation issue in libwebrtc. -- RESOLVED
1780620 Research why we calculate negative feedback_rtt in GoogCcNetworkController::OnTransportPacketsFeedback -- NEW
1780622 Override kCongestionWindowDefaultFieldTrialString in NoTrialsConfig -- RESOLVED
1780689 Perma [tier2] TEST-UNEXPECTED-OK | /webrtc-extensions/RTCRtpParameters-adaptivePtime.html | expected CRASH P5 RESOLVED
1780690 Perma [tier2] TEST-UNEXPECTED-OK | /webrtc-identity/RTCPeerConnection-getIdentityAssertion.sub.https.html | expected CRASH P5 RESOLVED
1780698 Perma tier2 TEST-UNEXPECTED-OK | /webrtc/RTCCertificate.html | expected CRASH P5 RESOLVED
1780699 Perma TEST-UNEXPECTED-OK | /webrtc/legacy/RTCPeerConnection-addStream.https.html | expected CRASH P5 RESOLVED
1780884 Research why we see multiple calls to DesktopCaptureImpl::StartCapture -- RESOLVED
1781630 Intermittent dom/media/webrtc/tests/mochitests/test_getUserMedia_getTrackById.html | single tracking bug P3 RESOLVED
1781635 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_basicAudioVerifyRtpHeaderExtensions.html | single tracking bug P3 RESOLVED
1781861 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_in_xorigin_frame.js | single tracking bug P3 RESOLVED
1781862 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_multi_process.js | single tracking bug P3 RESOLVED
1781863 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_paused.js | single tracking bug P3 RESOLVED
1781864 Frequent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access.js | single tracking bug P3 REOPENED
1781865 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_queue_request.js | single tracking bug P3 RESOLVED
1781866 Intermittent browser/base/content/test/webrtc/browser_notification_silencing.js | single tracking bug P3 RESOLVED
1781867 Intermittent browser/base/content/test/webrtc/browser_stop_sharing_button.js | single tracking bug P3 RESOLVED
1782114 browser_device_controls_menus.js keeps vsync enabled forever (on Windows 7) P3 RESOLVED
1782210 [wpt-sync] Sync PR 35270 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=243338 P4 RESOLVED
1782542 Fix crash from double free in WebrtcGmpVideoCodec.cpp P2 RESOLVED
1782591 Intermittent [tier 2] /webrtc-stats/supported-stats.html | inbound-rtp's kind - assert_true: Is kind present expected true got false P5 RESOLVED
1782762 [wpt-sync] Sync PR 35309 - webrtc: add WPT for outbound-rtp.active statistics P4 RESOLVED
1782804 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCRtpTransceiver-stop.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1782843 Fix extmap mochitest to not expect MID in every packet P1 RESOLVED
1783072 Move webrtc mochitests to their own test suite P2 RESOLVED
1783204 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCDataChannel-bufferedAmount.html | datachannel bufferedAmount should not decrease immediately after initiating closure - Test timed out P5 RESOLVED
1783423 Intermittent Assertion failure: mSendStream, at /builds/worker/checkouts/gecko/dom/media/webrtc/libwebrtcglue/AudioConduit.cpp:167 P5 RESOLVED
1783716 Cherry-pick post libwebrt M103 pipewire work P2 RESOLVED
1783764 MediaEngineDefault and related classes need to renamed P2 RESOLVED
1783765 Assertion failure: mUncommittedJsepSession, at /builds/worker/checkouts/gecko/dom/media/webrtc/jsapi/PeerConnectionImpl.cpp:2416 P2 VERIFIED
1783781 Crash near null in [@ mozilla::dom::RTCRtpTransceiver::BreakCycles] -- VERIFIED
1784430 Google Meet audio and video streams not starting, console shows "WebRTC: ICE failed, add a STUN server" -- RESOLVED
1784458 Video calls cannot be started on Facebook -- RESOLVED
1784654 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js | single tracking bug P3 REOPENED
1784655 Intermittent browser/base/content/test/webrtc/browser_global_mute_toggles.js | single tracking bug P3 RESOLVED
1784899 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_grace.js | single tracking bug P3 RESOLVED
1785017 Fix RTP/RTCP packet dumping in mochitests not catching early packets -- RESOLVED
1785045 Intermittent /webrtc/RTCDTMFSender-ontonechange-long.https.html | application crashed [@ mozilla::WebrtcAudioConduit::OnDtmfEvent] -- RESOLVED
1785264 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_recordReceiveTrack.html | application crashed [@ mozilla::MediaDecoderStateMachine::GetClock(mozilla::TimeStamp*) const] -- RESOLVED
1785300 Intermittent Assertion failure: GetMediaTime() <= clockTime (Clock should go forwards.), at /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3621 P5 RESOLVED
1785390 Intermittent /webrtc/protocol/rtp-demuxing.html | single tracking bug P3 RESOLVED
1785418 Intermittent /webrtc/RTCDTMFSender-ontonechange.https.html | single tracking bug P2 RESOLVED
1785429 Intermittent /webrtc-extensions/transfer-datachannel-service-worker.https.html | single tracking bug P3 RESOLVED
1785472 Intermittent /webrtc/RTCPeerConnection-remote-track-mute.https.html | single tracking bug P3 RESOLVED
1785474 Intermittent /webrtc/RTCPeerConnection-onsignalingstatechanged.https.html | single tracking bug P3 RESOLVED
1785511 Intermittent /webrtc/RTCDtlsTransport-state.html | single tracking bug P3 RESOLVED
1785585 Intermittent /webrtc/RollbackEvents.https.html | single tracking bug P3 RESOLVED
1785613 Intermittent /webrtc/RTCPeerConnection-relay-canvas.https.html | single tracking bug P3 RESOLVED
1785692 Intermittent /webrtc/RTCRtpTransceiver-stop.html | single tracking bug P3 RESOLVED
1785875 Intermittent \testing/web-platform/tests\webrtc/RTCRtpReceiver-getSynchronizationSources.https.html | single tracking bug P3 RESOLVED
1786022 [wpt-sync] Sync PR 35533 - Deflake external/wpt/webrtc-stats/supported-stats.html. P4 RESOLVED
1786232 Intermittent /webrtc/RTCPeerConnection-addTrack.https.html | single tracking bug P5 RESOLVED
1787332 about:webrtc Enabling Auto Refresh Prevents Raw Candidates From Staying Displayed P3 NEW
1787335 about:webrtc RTP Stats are Buried in Session Statistics P2 RESOLVED
1787507 Intermittent browser/base/content/test/webrtc/browser_WebrtcGlobalInformation.js | single tracking bug P5 REOPENED
1787712 Crash in [@ mozilla::WebrtcVideoConduit::CreateSendStream] -- RESOLVED
1788505 [wpt-sync] Sync PR 35703 - Align WebRTC MTI stats with specs P4 RESOLVED
1788790 Debug builds crash when joining whereby room P4 RESOLVED
1789611 Perma SUMMARY: ThreadSanitizer: SEGV /tmp/glibc/string/../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:423 P5 RESOLVED
1789768 rtp-outbound stats are momentarily unavailable upon track.unmute -- NEW
1790097 Update libwebrtc to 105 P2 RESOLVED
1790205 Intermittent /webrtc/RTCDTMFSender-ontonechange-long.https.html | single tracking bug P5 RESOLVED
1790270 WebRTC bypasses Network settings & proxy.onRequest P2 RESOLVED
1790484 Add script to prep moz-libwebrtc repo for fast-forward work P2 RESOLVED
1790496 screen-sharing a window crashes browser in Wayland P2 VERIFIED
1790508 Add newly available RTP and RTCP stats -- RESOLVED
1790661 [wpt-sync] Sync PR 35882 - Remove references to RTCIceCredentialType from WPT tests P4 RESOLVED
1790824 Improve macOS compatibility for libwebrtc fast forward scripts. P2 RESOLVED
1790827 When checking for equivalent changed file numbers in loop-ff.sh, account for ignored files in vendoring script P2 RESOLVED
1790829 Full upstream commit text should be included when we bring in the upstream commit during fast-fowarding libwebrtc P2 RESOLVED
1790925 Convert loop-ff.sh and fast-forward-libwebrtc.sh to using a config file for ease-of-use P2 RESOLVED
1790930 Fix up quality of life issues in the libwebrtc fast-foward scripts P2 RESOLVED
1790932 Perma [tier2] wptrunner.wptmanifest.parser.ParseError: Unexpected indent: /builds/worker/checkouts/gecko/testing/web-platform/meta/webrtc-stats/supported-stats.html.ini line 11 P5 RESOLVED
1791262 Perma TEST-UNEXPECTED-PASS | /webrtc-stats/supported-stats.html | inbound-rtp's qpSum - expected FAIL when Gecko merges to Beta on 2022-09-19 -- VERIFIED
1791265 Intermittent dom/media/tests/crashtests/1453030.html | assertion count 2 is more than expected 0 assertions P5 RESOLVED
1791391 Intermittent /webrtc/RTCPeerConnection-restartIce.https.html | single tracking bug P5 RESOLVED
1791404 [wpt-sync] Sync PR 35948 - Fix wpt/webrtc/no-media-call.html P4 RESOLVED
1791710 [wpt-sync] Sync PR 35989 - Rewrite no-media-call WPT as a promise test P4 RESOLVED
1792370 ICE timeout when obfuscate_host_addresses is true -- RESOLVED
1792618 Upstream or remove fix to vp8 compilation target P3 NEW
1792621 Upstream is_desktop_linux -> is_linux (fix for BSD?) P3 NEW
1792626 Work around / fix the new dependency on GBM for Pipewire P3 NEW
1792628 Make dependency of libwebrtc on libdav1d a feature flag, and upstream it -- NEW
1792629 Upgrade to newer version of pipewire. P3 NEW
1792630 Add feature flag to libwebrtc for libaom support, and upstream the flag P3 NEW
1792633 Remove WEBRTC_BUILD_WITH_MOZILLA and build_with_mozilla P3 NEW
1792806 [MacOS] User is able share the screen when the 'screen recording' permission is removed in OS level -- RESOLVED
1793055 [wpt-sync] Sync PR 36155 - Add test for manipulation of RID entries in offer/answer P4 RESOLVED
1793491 unusable audio from Firefox participants at *.sw.com (audio playing at severely reduced speed) P3 RESOLVED
1793496 heap-use-after-free dom/media/systemservices/video_engine/tab_capturer.cc:213:14 -- RESOLVED
1793879 Declaration of sdp_add_media_section differs between C++ and Rust -- RESOLVED
1794346 Crash in [@ @0x0 | webrtc::BaseCapturerPipeWire::OnStreamProcess] -- RESOLVED
1794443 Investigate getDisplayMedia Performance on Mac -- RESOLVED
1794469 Add scripts to deal with upstream revert commits more gracefully P2 RESOLVED
1794491 Remove VideoFrameBuffer::Start() P2 RESOLVED
1794608 [wpt-sync] Sync PR 36399 - Add media-playout webrtc stats type P4 RESOLVED
1795891 Intermittent dom/media/webrtc/tests/mochitests/test_getUserMedia_basicTabshare.html | application crashed [@ mozilla::MozPromise<void *,mozilla::ipc::LaunchError,0>::ThenValueBase::AssertIsDead] -- RESOLVED
1795915 [wpt-sync] Sync PR 36530 - webrtc wpt: use non-trickle-ice in supported-stats web_tests P4 RESOLVED
1795967 treat libwebrtc's third_party repo like we treat libwebrtc to better deal with our moz-central patches P2 RESOLVED
1795982 Update libwebrtc's third_party (for abseil-cpp AnyInvocable) P2 RESOLVED
1795993 building FF 106 on x86-32 fails in libwebrtc due to missing -msse2 P2 RESOLVED
1796102 Error is displayed when trying to play a video on Facebook using Watch together option -- NEW
1796115 [wpt-sync] Sync PR 36552 - [getStats] Implement hardware capability exposure spec P4 RESOLVED
1796232 Reset HANDLE_NOOP_COMMIT after each vendored commit P2 RESOLVED
1796284 Investigate whether Chrome (and by extension libwebrtc) is compiling abseil-cpp with or without exceptions -- NEW
1796576 Intermittent /webrtc/RTCRtpTransceiver.https.html | single tracking bug P5 RESOLVED
1796604 [Ubuntu] Firefox does not change audio input to another source after unplugging the headphones on https://jumpch.at/ -- NEW
1796623 Investigate Chrome's compile options for dealing with -Wcomma warning we see in third_party/libwebrtc/third_party/abseil-cpp/absl/strings/string_view.h -- NEW
1797007 http://webdesign.maratz.com/lab/responsivetypography/realtime/ (using GetUserMedia) doesnt work P3 RESOLVED
1797157 Fix third_party/libwebrtc base-toolchains build error for missing std::launder P2 RESOLVED
1797161 Backout unused changes in task_queue_win.cc that cause merge conflicts P2 RESOLVED
1797210 Add variable for git release branch name for fast-forward scripts P2 RESOLVED
1797270 webRTC-calls dropping in FIPS-mode P3 UNCONFIRMED
1797392 Intermittent SUMMARY: ThreadSanitizer: data race /builds/worker/checkouts/gecko/mozglue/misc/Mutex_posix.cpp:96:3 in mutexLock -- RESOLVED
1797451 Screen share crashes Firefox on Ubuntu 22.10 / Wayland -- RESOLVED
1797972 [wpt-sync] Sync PR 36715 - Fix timeout in hardware-capability-stats WPT P4 RESOLVED
1798193 Intermittent /webrtc-stats/supported-stats.html | single tracking bug P5 RESOLVED
1798327 [wpt-sync] Sync PR 36738 - Allow supported-stats.html access to hardware caps stats P4 RESOLVED
1798354 [wpt-sync] Sync PR 36742 - webrtc-stats: mark some stats as not testable by this wpt P4 RESOLVED
1798735 Non-working audio in meet.google.com -- RESOLVED
1798847 [wpt-sync] Sync PR 36794 - [getStats] Attempt-tp de-flake getStats WPT tests P4 RESOLVED
1799102 Crash in [@ spa_buffer_find_meta] when revoking xdg-desktop-portal screen share on system side P2 RESOLVED
1799296 [wpt-sync] Sync PR 36832 - webrtc stats: mark two more stats as not testable P4 RESOLVED
1799439 Crash in [@ mozilla::dom::RTCRtpTransceiver::ApplyCodecStats::<T>::operator()] P2 RESOLVED
1799596 Move to using the new Wayland screen capture code P3 NEW
1799768 Fix Windows clang15 related build error in third_party/libwebrtc/third_party/abseil-cpp P2 RESOLVED
1799879 Cannot access webcam on windows when it is being used by other browser. Using webrtc getUserMedia - this happens only on windows pc, mac works fine -- RESOLVED
1799978 Crashes sharing Explorer file windows P2 RESOLVED
1800325 Perma TEST-UNEXPECTED-PASS | /webrtc-stats/supported-stats.https.html | inbound-rtp's qpSum - expected FAIL when Gecko 108 merges to Beta on 2022-11-14 -- RESOLVED
1800872 [wpt-sync] Sync PR 36988 - webrtc: serialize usernameFragment in RTCIceCandidate.toJSON() P4 RESOLVED
1800915 Firefox does not support browser tab Capture -- RESOLVED
1800920 Update libwebrtc to 106 P2 RESOLVED
1800924 Update prep_repo.sh to handle stacking libwebrtc branch commits P2 RESOLVED
1800925 Update fast-forward scripts to work with possible future migration of moz-central to git P3 NEW
1800942 Intermittent /webrtc/RTCRtpSender-encode-same-track-twice.https.html | application crashed [@ MOZ_Crash] P3 RESOLVED
1801033 [wpt-sync] Sync PR 36999 - webrtc wpt: add WPT for RTCSessionDescription.toJSON P4 RESOLVED
1801367 Support RFC 2198 redundancy (RED) for audio -- NEW
1801722 Update fast-forward scripts to properly identify the previous upstream commit when in a release branch P2 RESOLVED
1801852 libwebrtc's copy of abseil causes way too many warnings about __has_trivial_destructor P5 RESOLVED
1801905 [wpt-sync] Sync PR 37084 - Reorganize WebRTC-SVC tests in multiple files P4 RESOLVED
1802089 [wpt-sync] Sync PR 37099 - Avoid decode race when checking powerEfficientDecode stat P4 RESOLVED
1802487 [Wayland] Stuck adwaita cursor during screenshare P3 UNCONFIRMED
1802612 Add better inline instructions for example_config_env P2 RESOLVED
1802829 WebRTC H.264 failing for web conferencing P1 VERIFIED
1802830 getUserMedia with max resolution results in corrupted video stream -- NEW
1803066 [flatpak] webrtc share screen causes instant crash on Gnome: Crash in [@ libpipewire-0.3.so.0@0x9021e ] with address 0x0000000000000000 -- RESOLVED
1803525 [wpt-sync] Sync PR 37274 - Add failing test for msid signaling of multiple streams P4 RESOLVED
1803641 allow running vendor-libwebrtc.py and extract-for-git.py from top of repro instead of changing to dom/media/webrtc/third_party_build P2 RESOLVED
1803642 use ./mach python when running vendor-libwebrtc.py and extract-for-git.py P2 RESOLVED
1803815 use variable to hold script directory in fast-forward scripts P2 RESOLVED
1803991 Intermittent /webrtc/RTCDataChannel-close.html | single tracking bug P5 RESOLVED
1804287 Due to caching of FEATURE_WEBRTC_HW_ACCELERATION_H264 changes to add/remove support will not work P2 RESOLVED
1804288 re-implement changes from Bug 1742181 and Bug 1748458 lost during rebase conflicts in upstream de7ae5755b P2 RESOLVED
1804381 [wpt-sync] Sync PR 37367 - webrtc wpt: assert that setParameters implements the transaction model P4 RESOLVED
1804472 [wpt-sync] Sync PR 37375 - [webrtc-stats] Only expose hardware capabilities when capturing media P4 RESOLVED
1804560 add missing README.md for libwebrtc fast-foward scripts P2 RESOLVED
1804563 clarify rebase error message text in fast-forward-libwebrtc.sh P2 RESOLVED
1804676 Support RTCInboundRtpStreamStats.trackIdentifier -- RESOLVED
1804678 Implement RTCMediaSourceStats -- RESOLVED
1805166 [wpt-sync] Sync PR 37453 - webrtc wpt: add more tests for msid parsing P4 RESOLVED
1805317 Connected incoming RTCPeerConnection gets garbage collected -- RESOLVED
1805320 Connected outgoing RTCPeerConnection gets garbage collected P3 NEW
1805496 [Meta] WebRTC 1.0+extensions API gap (according to WPT) -- NEW
1805544 Intermittent /webrtc/simulcast/basic.https.html | single tracking bug P5 RESOLVED
1805697 Add git rebase conflict detection to fast-forward-libwebrtc.sh P2 RESOLVED
1805795 Intermittent /webrtc/simulcast/setParameters-active.https.html | single tracking bug P5 RESOLVED
1805880 JsepSessionImpl::AddCommonExtmaps is marking non-negotiated extmap ids as having been previously used P2 RESOLVED
1805979 Crash On Elm With Libwebrtc Upgrade P3 RESOLVED
1806333 On Ubuntu 22.04, screensharing a single window crashes the browser - but sharing the entire screen succeeds -- RESOLVED
1806510 Update libwebrtc to 107 P2 RESOLVED
1806547 Add release branch cherry-pick detection and no-op commit processing to fast-foward scripts P2 RESOLVED
1806555 Not all open windows appear in the WebRTC window selection popup P3 NEW
1806556 WebRTC video is mirrored for apps set to RTL P3 NEW
1806594 [wpt-sync] Sync PR 37598 - Add scalabilityMode as outbound rtp stream stat. P4 RESOLVED
1806667 high amount of undefined references to webrtc functions when compiling for ppc64le P3 RESOLVED
1806746 Intermittent TVw [tier 2] ::: Test verification FAIL | TinderboxPrint: Per-test run of .../RTCRtpReceiver-getStats.https.html<br/>: FAILURE P5 RESOLVED
1807106 Investigate need for changes in X11/x_error_trap code P4 RESOLVED
1807192 [wpt-sync] Sync PR 37670 - webrtc wpt: add more tests for msid generation P4 RESOLVED
1807519 Intermittent /webrtc/RTCRtpTransceiver.https.html | application crashed [@ MOZ_Crash(char const*, int, char const*)] (actual crash starts in TaskQueueFrameDecodeScheduler::ScheduleFrame) -- RESOLVED
1807774 incorrect bit flags value NR_INTERFACE_TYPE_TEREDO P2 RESOLVED
1807797 Intermittent /webrtc-stats/supported-stats.https.html | single tracking bug P5 RESOLVED
1807813 [wpt-sync] Sync PR 37687 - webrtc wpt: add test for transceiver.setStreams + msid P4 RESOLVED
1807939 allow specifying fast-forward config_env path on command line P2 RESOLVED
1807959 Remove libwebrtc build mitigations landed in 699496c38ca1 P2 RESOLVED
1808245 default to stopping fast-forward processing when target branch-head is reached P2 RESOLVED
1808347 clarify config variable names in libwebrtc fast-forward scripts P2 RESOLVED
1808463 Intermittent /webrtc/RTCConfiguration-iceServers.html | single tracking bug P5 RESOLVED
1808493 Intermittent /webrtc/protocol/ice-ufragpwd.html | single tracking bug P5 RESOLVED
1808702 Improve upstream libwebrtc FieldTrials handling P3 ASSIGNED
1808826 Hit MOZ_CRASH(NSS_Shutdown failed) at /builds/worker/checkouts/gecko/xpcom/build/XPCOMInit.cpp:720 -- NEW
1809085 Intermittent Assertion webrtc::rtc_units_impl::UnitBase<webrtc::Timestamp>::FromValue<long, (void*)0>(long) [third_party/libwebrtc/rtc_base/units/unit_base.h:100] | Fatal error in: /builds/worker/checkouts/gecko/third_party/libwebrtc/rtc_base/units/unit_b P3 RESOLVED
1809193 Add error message in loop-ff.sh if generating build files fails P2 RESOLVED
1809219 Investigate if we should support capture type in moz_base_capturer_pipewire.cc P5 NEW
1809354 Assertion failure: false (MOZ_ASSERT_UNREACHABLE: Couldn't release allocated device), at /builds/worker/checkouts/gecko/dom/media/webrtc/MediaEngineRemoteVideoSource.cpp:188 P2 RESOLVED
1809569 move logs and files used for fast-forward processing to a state directory P2 RESOLVED
1809840 Tabs sharing devices list is not showing captured windows -- RESOLVED
1809858 Intermittent /webrtc/simulcast/setParameters-encodings.https.html | single tracking bug P5 RESOLVED
1810498 Hook up webrtc_trace logs to MOZ_LOG by default P3 RESOLVED
1810881 Intermittent /webrtc/simulcast/negotiation-encodings.https.html | single tracking bug P5 RESOLVED
1811112 getDisplayMedia always falls short of requested FPS (suggesting broken logic) -- NEW
1811322 Update libyuv -- RESOLVED
1811341 Display capture under Wayland causes double system prompting for permissions P1 RESOLVED
1811346 The xdg-desktop-portal package on Ubuntu 22.04 is missing the ScreenCast portal API endpoint, xdg-desktop-portal-dev does contain this API endpoint -- NEW
1811401 Remove errant blank line in third_party/libwebrtc/modules/audio_coding/acm2/acm_receiver.cc P2 RESOLVED
1811827 Intermittent /webrtc/protocol/bundle.https.html | single tracking bug P5 RESOLVED
1811847 [wpt-sync] Sync PR 38108 - Implement AudioDeviceModule::GetStats API from WebRTC. P4 RESOLVED
1811881 Clean up unintended trailing spaces in third_party/libwebrtc/modules/desktop_capture/BUILD.gn P2 RESOLVED
1811948 Intermittent TVw ::: Test verification FAIL | TinderboxPrint: Per-test run of ...\setParameters-active.https.html<br/>: FAILURE P5 REOPENED
1811962 Add script to restore the elm arcconfig after resetting elm. -- RESOLVED
1812154 Update libwebrtc to 108 P1 RESOLVED
1812166 add script to help with rebases on elm P2 RESOLVED
1812309 Perma [tier 2] TEST-UNEXPECTED-FAIL | /webrtc/RTCPeerConnection-relay-canvas.https.html | Two PeerConnections relaying a canvas source - promise_test: Unhandled rejection with value: object "TypeError: can't access property "getTracks", stream is undefine P5 RESOLVED
1812346 The RTCIceCandidate members (we support) should all be read-only P4 RESOLVED
1812358 [wpt-sync] Sync PR 38172 - Fix references to getFirstEncoding in WebRTC tests P4 RESOLVED
1812361 Intermittent TV1 browser/base/content/test/webrtc/browser_devices_get_user_media.js | single tracking bug P5 RESOLVED
1812582 [wpt-sync] Sync PR 38198 - Fix WebRTC web tests P4 RESOLVED
1812648 add scripts to automate updating the fast-forward example config file P2 RESOLVED
1812652 fast-forward prep-repo.sh should attempt to create STATE_DIR before showing instructions to copy example config P2 RESOLVED
1812654 update fast-forward example config for v108 P2 RESOLVED
1812728 Support RTCRtpReceiver.track.getSettings() -- NEW
1813073 update prep_repro.sh to work on stale github repo P2 RESOLVED
1813181 cleanup loop-ff.sh logging P2 RESOLVED
1813234 require new bug number when running update_example_config.sh P2 RESOLVED
1813249 Add script to properly name and push the final branch to moz-libwebrtc after fast-forward is complete P2 RESOLVED
1813410 Perma [Tier-2] /webrtc/RTCPeerConnection-relay-canvas.https.html|Two PeerConnections relaying a canvas source - assert_not_equals: webgl is a prerequisite for this test got disallowed value null/Unhandled rejection with value: object P5 RESOLVED
1813491 Clean up MediaTransportHandler::GetIceStats P3 RESOLVED
1813646 avoid use of deprecated packet_info.receive_time_ms in modules/rtp_rtcp/source/source_tracker.cc P2 RESOLVED
1813677 unify the error reporting function across fast-forward scripts P2 RESOLVED
1813678 add some quality-of-life logging in loop-ff.sh P2 RESOLVED
1813773 [wpt-sync] Sync PR 38265 - Reland: Fix references to getFirstEncoding in WebRTC tests P4 RESOLVED
1813846 relax some of the BUILD.gn restrictions made in libwebrtc (while keeping identical generated moz.build output) P2 RESOLVED
1813954 won't connect to microsoft teams -- RESOLVED
1814244 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCRtpSender-replaceTrack.https.html | single tracking bug P5 RESOLVED
1814595 [wpt-sync] Sync PR 38322 - webrtc: make transceiver headerExtensionsToOffer et al methods P4 RESOLVED
1814693 [wpt-sync] Sync PR 38331 - webrtc: remove video-rotation hdrext from list of mandatory to negotiate extensions P4 RESOLVED
1814720 Google Meet call disconnects after a while and logs "webrtc: ICE failed, add a STUN server and see about:webrtc for more details" in the console P4 RESOLVED
1814737 Intermittent leakcheck | socket 252 bytes leaked (Runnable) P5 RESOLVED
1814942 Perma Android /webrtc/RTCPeerConnection-videoDetectorTest.html | single tracking bug P5 RESOLVED
1815520 Improve guidance output in elm_rebase.sh P2 RESOLVED
1815614 Intermittent dom/media/webrtc/tests/mochitests/test_peerConnection_scaleResolution_oldSetParameters.html | application crashed [@ abort] | after application terminated with exit code 245 P3 RESOLVED
1815680 [wpt-sync] Sync PR 38415 - webrtc wpt: Add more tests for the header extension API P4 RESOLVED
1816164 prep_repo.sh should also check the target branch-heads/xxx commits for no-op commits P2 RESOLVED
1816173 moz-libwebrtc github patch burn-down P2 RESOLVED
1816175 Issues w/ video calling in Ubuntu 22.10 -- RESOLVED
1816360 Intermittent /webrtc/RTCRtpSender-encode-same-track-twice.https.html | application crashed [@ mozilla::VideoFrameConverter::VideoFrameConverted] P3 RESOLVED
1816482 Green flicker seen in received video on windows P4 RESOLVED
1816714 microsoft teams chat not working P3 RESOLVED
1817024 Update libwebrtc to 109 P1 RESOLVED
1817263 Display capture under Wayland should use a unified picker for any type of capture P2 VERIFIED
1817446 Wayland WebRTC Screen Capture Broken in v. 110 -- RESOLVED
1817488 Removing scaling code added to video adapter that is no longer needed in libwebrtc P4 RESOLVED
1817510 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_by_device_id.js | single tracking bug P5 REOPENED
1817676 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCPeerConnection-videoDetectorTest.html | expected OK P5 NEW
1818052 revert mozilla changes to mouse_cursor_monitor_pipewire.{h|cc} made in Bug 1816431 P2 RESOLVED
1818170 Add support for actions to gn_processor.py P1 RESOLVED
1818386 teach vendor-libwebrtc.py how to exclude specific files when vendoring P2 RESOLVED
1818588 WebRTC enumerateDevices() doesn't resolve unless browser window is focused P3 NEW
1818599 investigate how much of third_party/libwebrtc/sdk/android we can remove P2 RESOLVED
1818601 [meta] about:webrtc improvements P3 ASSIGNED
1818609 Add Graphs to about:webrtc P1 RESOLVED
1818610 Add a refresh button to about:webrtc P1 RESOLVED
1818611 Add WebRTC logging profiles to about:logging P1 RESOLVED
1818612 Reduce SDP history real estate in about:webrtc P1 RESOLVED
1818640 Add new statistics to about:webrtc P2 RESOLVED
1818641 Add a button to copy stats in about:webrtc P2 RESOLVED
1818643 Add at a glance information to calls in about:webrtc P2 RESOLVED
1818644 Add recovery and QoS information to about:webrtc P3 NEW
1818647 Add image resolution information to about:webrtc P3 NEW
1818648 Organize PeerConnections in about:webrtc by tab P3 NEW
1818650 Add filtering criteria as URL parameters to about:webrtc P3 NEW
1818651 Add a JSON stats dump to about:webrtc P3 RESOLVED
1818700 Use a RtlGenRandom-based fallback for BCryptGenRandom in WebRTC on Windows -- RESOLVED
1818710 [wpt-sync] Sync PR 38694 - Relax test to ensure ICE pairs exist. P4 RESOLVED
1818735 [wpt-sync] Sync PR 38697 - Remove obsolete stats from validateStatsReport() and reset WPTs. P4 RESOLVED
1819035 Wayland WebRTC main process crash in [@ wl_list_insert] due to broken Nvidia driver setup -- RESOLVED
1819044 bug 1817263 broke non-pipewire builds -- VERIFIED
1819048 Intermittent /webrtc/RTCRtpTransceiver.https.html | application crashed [@ abort] after TaskQueueFrameDecodeScheduler::stopped_ check failed P2 RESOLVED
1819255 Intermittent Main app process exited normally | application crashed [@ syscall] | after application timed out after 370 seconds with no output P3 RESOLVED
1819293 Intermittent /webrtc/RTCPeerConnection-createOffer.html | single tracking bug P5 RESOLVED
1819480 clicking on the sdp history timestamps scrolls the sdp history, but also moves the entire page P3 NEW
1819518 Reduce the space that PeerConnection configuration takes up P2 RESOLVED
1819952 Give some WebRTC Destroy runnables better names -- RESOLVED
1820472 libyuv/source/convert.cc: dubious code. int uv_height = uv_height = (height + 1) / 2; -- NEW
1820481 Too small size for memset. libyuv/source/row_any.cc -- NEW
1820568 Investigate bandwidth estimation issues P3 NEW
1820869 limit building of unreachable libwebrtc files P2 RESOLVED
1820957 [wpt-sync] Sync PR 38871 - webrtc: rename RTC(In|Out)boundRTPStreamStats to ...RtpStreamStats P4 RESOLVED
1820971 [Pipewire] Download and process pw_buffer in SharedScreenCastStreamPrivate::CaptureFrame() -- ASSIGNED
1820982 Fix elm_rebase.sh papercuts experienced in bug 1817024 P2 RESOLVED
1821113 [wpt-sync] Sync PR 38886 - Re-enable temporarily disabled header extension test. P4 RESOLVED
1821336 Intermittent /webrtc/protocol/rtp-clockrate.html | single tracking bug P5 RESOLVED
1821400 [Wayland] firefox does not allow screen sharing on pure wayland session -- RESOLVED
1821477 Assertion failure: !mRequestedCaptureInterval.IsZero(), at /builds/worker/checkouts/gecko/dom/media/systemservices/video_engine/desktop_capture_impl.cc:700 P2 VERIFIED
1821627 [wpt-sync] Sync PR 38929 - De-flake RTCRtpReceiver-getStats.https.html. P4 RESOLVED
1821629 [DMABuf] Don't use DMABuf if it's disabled by Firefox gfx config -- RESOLVED
1822173 push_official_branch.sh runs in the wrong working directory P2 RESOLVED
1822194 Update libwebrtc to 110 P2 RESOLVED
1822350 Intermittent /webrtc/RTCPeerConnection-getStats.https.html | single tracking bug -- RESOLVED
1822461 Intermittent TCw TEST-UNEXPECTED-TIMEOUT | /webrtc-stats/rtp-stats-creation.html | TestRunner hit external timeout (this may indicate a hang) P5 RESOLVED
1822765 [wpt-sync] Sync PR 39027 - Implement support for VP9 simulcast. P4 RESOLVED
1823404 Backport WebRTC screencast change for DmaBuf improvements and Nvidia fix -- RESOLVED
1823871 [wpt-sync] Sync PR 39136 - WebRTC WPT: improve header extension control tests P4 RESOLVED
1824381 [wpt-sync] Sync PR 39181 - WebRTC WPT: Test that the answer negotiates a subset of RTP header extensions P4 RESOLVED
1824451 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_default_permissions.js | single tracking bug P5 RESOLVED
1824469 Refreshing page with bluetooth headphones connected sometimes crashes while in a call P4 RESOLVED
1824494 Convert browser/actors/WebRTC* JSMs to ESMs -- RESOLVED
1824566 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_in_xorigin_frame_chain.js | single tracking bug P5 RESOLVED
1824685 [WebRTC] webrtc::DesktopCaptureImpl::OnCaptureResult() uses SW ConvertToI420() for dmabuf surface -- NEW
1824819 remove obsolete changes remaining in moz-libwebrtc 'Rollup of local modifications' P2 RESOLVED
1825060 Correct margins between RTP graphs in about:webrtc P2 RESOLVED
1825175 Crash Report [@ libxul.so@0x3771819 | memfd:pipewire-memfd (deleted)@0x7 ] P3 RESOLVED
1825397 Increase legibility of RTP graphs -- RESOLVED
1825595 Add a Copy JSON to Clipboard button to PeerConnection section in about:webrtc -- RESOLVED
1825597 Finalize string additions to aboutwebrtc2023 changes, adding localization -- RESOLVED
1825620 improve survivability/resumability of libwebrtc fast-forward process P2 RESOLVED
1825928 Intermittent [tier 2] /webrtc/legacy/RTCRtpTransceiver-with-OfferToReceive-options.https.html | single tracking bug P5 RESOLVED
1826002 Use-after-free on freebl3!SHA256_Update_Native at sha256-x86.c on OOM -- VERIFIED
1826014 elm_rebase.sh no longer floats the .arcconfig patch to the top during rebase P2 RESOLVED
1826015 elm_rebase.sh bookmarks a non-public commit if MOZ_TOP_FF is a non-public commit P2 RESOLVED
1826023 Failure on macOS running './mach python python/mozbuild/mozbuild/gn_processor.py dom/media/webrtc/third_party_build/gn-configs/webrtc.json' P2 RESOLVED
1826428 Research removing third_party/libwebrtc/modules/utility/source/jvm_android.cc from build P2 RESOLVED
1826563 [wpt-sync] Sync PR 39393 - webrtc wpt: add interop tests for different certificates P4 RESOLVED
1826646 High CPU usage using WebRTC for screenshare -- RESOLVED
1826725 Crash in [@ webrtc::(anonymous namespace)::ParseRefIndices] -- RESOLVED
1826726 Crash in [@ webrtc::(anonymous namespace)::ParseRefIndices] -- RESOLVED
1827021 Crash in [@ mozilla::JsepTrackNegotiatedDetails::GetEncodingCount] on poison value -- RESOLVED
1827510 Performance inefficiency in GetStatsInternal -- NEW
1828204 Intermittent [TV] browser/base/content/test/webrtc/browser_devices_select_audio_output.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. - P5 RESOLVED
1828218 "Unsupported Browser" error from haxball.com - The missing features are: datachannel -- RESOLVED
1828470 Need to set same base time for clock passed to libwebrtc for AV Sync to work P3 RESOLVED
1828487 Add flag to advance one commit in loop-ff.sh (for easier testing) P2 RESOLVED
1828517 Update libwebrtc to 111 P2 RESOLVED
1828521 update fast-forward example config for v111 P2 RESOLVED
1828733 Now that moz-libwebrtc can be stored in the state directory, example_config_env is really more a default P2 RESOLVED
1828852 Override libwebrtc's WriteFatalLog to annotate MOZ_CRASH P3 NEW
1828951 extract-for-git.py doesn't handle rewriting paths when renaming files P2 RESOLVED
1829287 Sort webrtc mochitest.ini files P3 RESOLVED
1829452 Clean up existing lint issues in WebrtcGlobalInformation -- RESOLVED
1829612 Intermittent Assertion failure: false, at /builds/worker/checkouts/gecko/mfbt/Assertions.cpp:34 P5 RESOLVED
1830040 nICEr fails to build on musl libc -- RESOLVED
1830125 Intermittent /webrtc/RTCRtpSender-encode-same-track-twice.https.html | single tracking bug P5 RESOLVED
1830275 WebRTC: Implement DeviceInfo::DeviceChange() in DeviceInfoPipewire -- RESOLVED
1830332 Intermittent /webrtc/RTCPeerConnection-mandatory-getStats.https.html | single tracking bug P5 RESOLVED
1830461 Allow to build webrtc on Linux/riscv64 -- RESOLVED
1830545 Intermittent /webrtc-stats/rtp-stats-creation.html | single tracking bug P5 REOPENED
1830790 Keep a history window of WebRTC stats for about:webrtc P2 RESOLVED
1830817 investigate when/if WebrtcSystemTime() and RTCStatsTimestampMaker::GetNowRealtime() differ -- RESOLVED
1830824 Demux SDP history and WebRTC stats history in the internal stats report P3 NEW
1831824 Intermittent /webrtc-stats/outbound-rtp.https.html | application crashed [@ abort] after # Check failed: rtp_time <= 0x00ffffff (243207180 vs. 16777215) P1 RESOLVED
1831882 Intermittent /webrtc/RTCPeerConnection-setRemoteDescription-rollback.html | single tracking bug P5 RESOLVED
1831989 Transition about:webrtc graphs to SVGs -- RESOLVED
1832010 Move about webrtc stats history into its own module P2 RESOLVED
1832176 Assertion failure: isSome(), at /builds/worker/workspace/obj-build/dist/include/mozilla/Maybe.h:783 -- RESOLVED
1832465 Avoid libXtst dependency? -- RESOLVED
1832628 Intermittent /webrtc/RTCDTMFSender-ontonechange-long.https.html | application crashed [@ mozilla::WebrtcAudioConduit::OnDtmfEvent] P2 RESOLVED
1832717 [SDK 13.3] third_party/libwebrtc/modules/desktop_capture/mac/screen_capturer_mac.mm:465:11: error: 'CGDisplayStreamUpdateGetRects' is only available on macOS 13.0 or newer [-Werror,-Wunguarded-availability-new] P2 RESOLVED
1832751 Cherry-pick libwebrtc fixes to webrtc::SequenceChecker for Mac P2 RESOLVED
1832770 [PATCH] PipeWire screencasting is randomly broken due to UB in libwebrtc P1 RESOLVED
1832804 Cherry-pick libwebrtc fixes for TransmissionOffset::Write assertion failure (bug 1831824) P2 RESOLVED
1832854 we need a fast-forward helper script to write the no-op tracking files when we cherry-pick upstream commits P2 RESOLVED
1833101 Remove third_party/libwebrtc/modules/desktop_capture/screen_capturer_mac.mm P3 RESOLVED
1833234 update fast-forward example config for v112 P2 RESOLVED
1833237 Update libwebrtc to 112 -- RESOLVED
1833336 Intermittent TV leakcheck | default 610512 bytes leaked (AsyncFreeSnowWhite, AtomSet, BackstagePass, BrowsingContext, BrowsingContextGroup, ...) during test_enumerateDevices_getUserMediaFake.html P5 RESOLVED
1833355 [wpt-sync] Sync PR 40027 - webrtc: Add codec selection tests P4 RESOLVED
1833368 [wpt-sync] Sync PR 40029 - webrtc wpt: prefer SDP parsing utils over regexp P4 RESOLVED
1833541 [clang-7] Perma /builds/worker/checkouts/gecko/third_party/libwebrtc/third_party/abseil-cpp/absl/functional/internal/any_invocable.h:201:16: error: no member named 'launder' in namespace 'std' P5 RESOLVED
1833567 [wpt-sync] Sync PR 40051 - webrtc wpt: fix bundle test P4 RESOLVED
1833663 loop-ff.sh uses 'tee --append' which does not work on macOS P2 RESOLVED
1833729 prep_repo.sh isn't restoring the no-op commit tracking files P2 RESOLVED
1833749 save_patch_stack.py uses a sed command that works on Ubuntu but doesn't work properly on macOS -- RESOLVED
1833888 extract-for-git.py should ignore changes in third_party/libwebrtc/moz-patch-stack P2 RESOLVED
1834008 H264 fmtp profile-level-id in SDP differs from RTCRtpSender.getCapabilities('video').codecs P4 RESOLVED
1834022 Google Meet doesn't always show video -- UNCONFIRMED
1834227 Screen sharing does not work on Sway wayland (MUSL LIBC) -- RESOLVED
1834321 Intermittent /webrtc-stats/outbound-rtp.https.html | single tracking bug P5 RESOLVED
1834369 Intermittent TVw /webrtc-extensions/RTCRtpReceiver-jitterBufferTarget-stats.html | single tracking bug P5 RESOLVED
1834531 Perma /webrtc-extensions/RTCRtpReceiver-jitterBufferTarget-stats.html | measure raising video jitterBufferTarget to 250 - assert_between_inclusive: video delay is within bounds rateOfChange ... when Gecko 115 merges to Beta on 2023-06-05 -- VERIFIED
1834806 Setting RTCRtpEncodingParameters.active does not work for audio P3 NEW
1834895 Intermittent TVw TinderboxPrint: Per-test run of .../RTCRtpReceiver-jitterBufferTarget-stats.html<br/>: FAILURE P5 RESOLVED
1835047 Permafailing /webrtc-extensions/RTCRtpReceiver-jitterBufferTarget-stats.html | measure raising video jitterBufferTarget to 250 - assert_between_inclusive: video delay is within bounds avgChange when Gecko 115 merges to Beta on 2023-06-05 P5 VERIFIED
1835095 [wpt-sync] Sync PR 40229 - webrtc wpt: fix RTP header extension munging P4 RESOLVED
1835458 Intermittent browser/base/content/test/webrtc/browser_WebrtcGlobalInformation.js | After closing 13 PCs there are no more than the max closed (7) PeerConnection Ids for stats history. - Got 13, expected 7 P5 ASSIGNED
1835508 Show raw candidates doesn't work P2 RESOLVED
1835859 [wpt-sync] Sync PR 40306 - webrtc wpt: restore mid extension locally in simulcast tests P4 RESOLVED
1835894 loop-ff.sh incorrectly handles revert detection during resume situations P2 RESOLVED
1835933 Disable media-mochitets on Linux TSAN socket process builds -- RESOLVED
1835935 Reenable WebRTC mochitests on linux TSAN builds -- RESOLVED
1835952 test_peerConnection_extmapRenegotiation.html is timing out on Linux TSAN P1 RESOLVED
1835957 test_peerConnection_constructedStream.html is timing out on Linux TSAN P5 RESOLVED
1835969 There are a number of webrtc mochitests under linux TSAN that are timing out P5 NEW
1835994 [wpt-sync] Sync PR 40316 - webrtc wpt: restore mid extension locally in simulcast tests P4 RESOLVED
1836048 [wpt-sync] Sync PR 40320 - webrtc wpt: use unused extension id for mid when offering to receive simulcast P4 RESOLVED
1836122 Disable media-mochitets on Linux TSAN builds -- RESOLVED
1836250 [wpt-sync] Sync PR 40338 - webrtc wpt: include mid extension in hardcoded sdp offer P4 RESOLVED
1836403 Move about webrtc top bar to the bottom of the page P2 RESOLVED
1836414 Add a pref for about:webrtc autorefresh P2 RESOLVED
1836417 Pref on aboutwebrtc history for linux P1 RESOLVED
1836698 Make sure that unit tests are still sane and tests are passing after importing 217b384c1b, dynamic discovery of RTP extensions on receivers P3 NEW
1836879 Fix frames capturing issue in Firefox P2 RESOLVED
1837022 add initial check for clean repo state in restore_patch_stack.py P2 RESOLVED
1837288 Add default mozconfig file for fast-forward builds P2 RESOLVED
1837333 Do not attempt to clear the WebRTC stats history P1 RESOLVED
1837335 Create test for clearLongTermStats that ensures that a child process PeerConnection is active -- NEW
1837483 crash near null in [@ mozilla::dom::RTCRtpReceiver::SetJitterBufferTarget] P2 VERIFIED
1837647 Perma Win7 runtests.py | Timed out while waiting for server startup. P1 RESOLVED
1837667 restore GetDpiForMonitor functionality for Win8 and newer machines from upstream commit 60795e8c7a P2 RESOLVED
1837784 Remove unused media.webrtc.debug.* prefs -- RESOLVED
1837785 Remove unused media.getusermedia.use_aec_mobile pref -- RESOLVED
1837918 libwebrtc update to 112 broke the build on OpenBSD -- RESOLVED
1838079 Firefox no longer joins video conferences with 30 fps camera (first 15 seconds) -- NEW
1838150 Make PipeWire Camera Portal user rejection set a temporary block on cameras in SitePermissions P3 NEW
1838178 libwebrtc update to 112 broke dlopening of PipeWire library P1 RESOLVED
1838413 Intermittent /webrtc/back-forward-cache-with-open-webrtc-connection.https.window.html | single tracking bug P5 RESOLVED
1838503 Add frame statistics to about:webrtc graphs -- RESOLVED
1838562 Remove unused media.peerconnection.video.enabled pref -- RESOLVED
1838678 Add logic to commit the newly generated default_config_env file when running update_default_config.sh P2 RESOLVED
1838736 Disable individual failing tests on Linux TSAN P1 RESOLVED
1839041 ensure commit-build-file-changes.sh only commits moz.build files P2 RESOLVED
1839234 bug 1724900 breaks non-pipewire builds ? -- RESOLVED
1839438 Intermittent /webrtc-extensions/RTCRtpReceiver-jitterBufferTarget-stats.html | single tracking bug P5 RESOLVED
1839440 clean up a patch due to mis-vendored cherry-pick in third_party/libwebrtc/moz-patch-stack P2 RESOLVED
1839451 Update libwebrtc to 113 P1 RESOLVED
1839512 Remove event_wrapper.cc from libwebrtc build since it isn't used P2 RESOLVED
1839801 In webrtc get display media api throws error getDisplayMedia requires transient activation from a user gesture -- RESOLVED
1839959 Have the libwebrtc fast-forward scripts do a try build run at certain points P1 RESOLVED
1840199 Assertion failure: mState == kJsepStateStable, at /builds/worker/checkouts/gecko/dom/media/webrtc/jsep/JsepSessionImpl.cpp:2344 P2 RESOLVED
1840299 Add auto refresh checkbox to each PeerConnection in about:webrtc P1 RESOLVED
1840529 In about:webrtc add a slider to look at stats from earlier in the call P3 NEW
1840555 [wpt-sync] Sync PR 40764 - Add more RTP header extension wpt P4 RESOLVED
1840576 [wpt-sync] Sync PR 40765 - webrtc wpt: allow 'checking' without addIceCandidate from the remote end P4 RESOLVED
1840628 Intermittent WebRtcIceConnectTest.TestConnectTrickleTwoStreamsOneComponent | Value of: res P5 RESOLVED
1840728 In about:webrtc place closed peerconnections behind a disclosure P1 RESOLVED
1840885 Correct capitalization of UI elements in about:webrtc P1 RESOLVED
1841310 Change the Debug Mode button in about:webrtc to one that activates the WebRTC log preset P1 RESOLVED
1841319 Move auto refresh pref toggle to the left in about:webrtc P1 RESOLVED
1841577 Don't set WEBRTC_ENABLE_AVX2 on platforms that don't have AVX2 -- RESOLVED
1841585 Failure to build with --enable-webrtc on MIPS -- RESOLVED
1841851 libwebrtc framerate negotiation breaks screensharing on Wayland P3 RESOLVED
1841864 libwebrtc commit 4baea5b07f needs better size check for vector P2 RESOLVED
1842092 Remove canvas.capturestream.enabled pref -- RESOLVED
1842298 improve bootstrapping of elm_rebase.sh P2 RESOLVED
1842328 Remove media.peerconnection.identity.enabled pref -- RESOLVED
1842329 Remove media.getusermedia.insecure.enabled and media.devices.insecure.enabled prefs -- NEW
1842466 Intermittent TVw1 ::: Test verification FAIL | TinderboxPrint: Per-test run of .../setParameters-active.https.html<br/>: FAILURE P5 RESOLVED
1842484 Intermittent abort() called from libxul.so:6e3d48d () [@ libmozglue.so + 0x0000000000025600] | /webrtc-extensions/RTCRtpReceiver-jitterBufferTarget-stats.html P5 RESOLVED
1842908 Intermittent SUMMARY: AddressSanitizer: 1216 byte(s) leaked in 7 allocation(s). P5 RESOLVED
1842934 detect_upstream_revert.sh falsely identifies upstream revert if multiple commits have same summary line P2 RESOLVED
1842972 Intermittent TV browser/base/content/test/webrtc/browser_devices_select_audio_output.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. - P5 NEW
1843113 Update libwebrtc to 114 P1 RESOLVED
1843217 remove deprecated use of webrtc::WebRtcKeyValueConfig in favor of webrtc::FieldTrialsView P2 RESOLVED
1843786 Some Pipewire webcam / camera improvements -- RESOLVED
1843985 Intermittent /webrtc/RTCRtpReceiver-getSynchronizationSources.https.html | single tracking bug P5 RESOLVED
1844168 Fix threading issue caused by upstream commit cde4b67d9d in v114 P2 RESOLVED
1844353 Intermittent LeakSanitizer | leak at sctp_alloc_sharedkey, sctp_inpcb_alloc, sctpconn_attach, socreate P5 RESOLVED
1844728 Add copy preference path to clipboard button for all preferences displayed on about:webrtc -- RESOLVED
1844809 Intermittent /webrtc/RTCPeerConnection-ondatachannel.html | single tracking bug P5 RESOLVED
1845459 Input select of interface on apple -- RESOLVED
1845578 Update libdrm to new version 4de32c86096c09b0ad8aa18d6fd4536159d2c0cd from 2023-07-26 08:26:05 -- RESOLVED
1845621 reconcile caching model between Audio/VideoConduit and MediaConduitInterface P3 NEW
1845841 Remove Win7,8 fixes for GetDpiForMonitor in libwebrtc P2 RESOLVED
1846027 Remove fix from f2da2287c2e2 (Bug 1766646 - (fix-4d12174ca5)...) since upstream added the header separately P2 RESOLVED
1846083 remove win7 cursor fix in libwebrtc's mouse_cursor_monitor_win.cc P2 RESOLVED
1846358 revert change from b2g days in libwebrtc's generic_decoder.cc to deal with decode delays P2 RESOLVED
1846590 move mozilla-specific SetCaptureAndroidVM declaration from libwebrtc file to our VideoEngine.cpp P2 RESOLVED
1846636 return libwebrtc's ScreenCapturerWinMagnifier destructor to stock P2 RESOLVED
1846850 remove mozilla-added IsGUIThread asserts from libwebrtc P2 RESOLVED
1846858 revert changes to libwebrtc's deprecated/session_info.cc since we don't build it P2 RESOLVED
1846875 remove redundant divide by zero protection in third_party/libwebrtc/modules/audio_coding/neteq/merge.cc P2 RESOLVED
1847074 Update libwebrtc to 115 P1 RESOLVED
1847163 [wpt-sync] Sync PR 41333 - webrtc wpt: deflake supported-stats test P4 RESOLVED
1847240 dom/media/systemservices/video_engine/browser_capture_impl.h appears unused -- RESOLVED
1847257 revert change to ordering of ProcessPendingXEvents() call in window_capturer_x11.cc P2 RESOLVED
1847466 remove libwebrtc code added to work around missing v4l2_capability::bus_info in v412loopback driver P2 RESOLVED
1847772 Make AEC Logging button helpful when sandboxed P2 RESOLVED
1847818 restore aec logging from about:webrtc lost in libwebrtc v86 import P2 RESOLVED
1847833 remove aec logging output size limiting code P2 RESOLVED
1847984 libwebrtc apm_data_dumper.h no longer needs mozilla-specific null FILE* checks P2 RESOLVED
1848045 libwebrtc 4bc60452f7 adds ability to set output directory - remove mozilla-specific code to do same thing P2 RESOLVED
1848260 Intermittent TV browser/base/content/test/webrtc/browser_devices_select_audio_output.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. - P5 RESOLVED
1848373 fast-forward's filter_git_changes.py regex filtering is too permissive P2 RESOLVED
1848379 improve guidance messaging in fast-forward scripts P2 RESOLVED
1848672 filter_git_changes.py new regex handles files better, but not directory exclusion -- RESOLVED
1848795 Improve WPT coverage for WebRTC Candidate Amendments 1-36 -- RESOLVED
1848997 Intermittent SUMMARY: ThreadSanitizer: data race /builds/worker/workspace/obj-build/dist/include/mozilla/RefPtr.h:106:21 in RefPtr P2 RESOLVED
1849046 libwebrtc commit 4baea5b07f needs even better size check for vector P3 NEW
1849191 add extract and save patch-stack info to elm_rebase.sh -- RESOLVED
1849231 H264 encoder crashes in WebRTC video conferences -- RESOLVED
1849404 Ignore more than 32 iceServers -- REOPENED
1849605 Denying camera permission in xdg-desktop-portal gives confusing results -- RESOLVED
1849608 Fallback to v4l2 camera backend if the pipewire backend is in use and access request failed or was rejected P5 RESOLVED
1849646 revert header change in libwebrtc's filter_ar_fast_q12.c P2 RESOLVED
1849750 remove unnecessary change in libwebrtc's mean_variance_estimator.cc -- RESOLVED
1849752 remove unneccesary change in libwebrtc's GlGenericDrawer.java -- RESOLVED
1849771 Intermittent /webrtc-identity/RTCPeerConnection-getIdentityAssertion.sub.https.html | single tracking bug P5 RESOLVED
1849803 FF on Windows is treating mic input differently, levels are much lower -- RESOLVED
1849805 Update libdrm to new version 18644eb64f4e4da583b9f0a43c9f97756cd5aef0 from 2023-08-17 21:09:55 -- RESOLVED
1849819 NotAllowedError when using PipeWire for WebRTC camera -- RESOLVED
1849902 remove unnecessary change in libwebrtc's ivf_file_writer.cc -- RESOLVED
1849995 [wpt-sync] Sync PR 41618 - peerconnection: Add RTCRtpEncodingParameters.codec P4 RESOLVED
1850146 remove umnecessary changes in libwebrtc's jvm_android.cc -- RESOLVED
1850359 [wpt-sync] Sync PR 41663 - Correct RTCDataChannel's binaryType tests P4 RESOLVED
1850413 XML parsing error overlay (webrtcIndicator.xhtml) -- RESOLVED
1851645 Add missing no-op tracking file for Bug 1830945 P2 RESOLVED
1851665 Resolve difference between Bug 1724900's backport and actual contents landed in upstream libwebrtc P2 RESOLVED
1851693 Update libwebrtc to 116 -- RESOLVED
1851825 [wpt-sync] Sync PR 41843 - webrtc wpt: add tests related to two-byte RTP header extensions P4 RESOLVED
1852463 Intermittent MOZ_ASSERT(aVideoFrame.timestamp_us() > mLastFrameConverted->mFrame.timestamp_us()) [@ None + None] | single tracking bug P5 RESOLVED
1853717 "remote-inbound-rtp" received packets overflow -- UNCONFIRMED
1853749 improve cherry-pick scripting for libwebrtc P2 RESOLVED
1853769 loop-ff.sh should not fail if the try build push fails P2 RESOLVED
1853784 improve messaging upon completion of restore_elm_arcconfig.py P2 RESOLVED
1853853 Intermittent /webrtc/RTCPeerConnection-iceConnectionState.https.html | single tracking bug P5 RESOLVED
1853904 Intermittent leakcheck | socket 12 bytes leaked (Runnable) P5 RESOLVED
1854281 Make media context optionally auto refresh P3 NEW
1854286 Add in tree docs for about:webrtc P2 RESOLVED
1854300 Make about:webrtc user prefs optionally auto refresh, remove auto-hiding -- NEW
1854463 improve patch-stack handling when saving and during prep/verify steps P2 RESOLVED
1855281 cherry-pick libwebrtc upstream 3e1484e280 for a previous custom fix in Bug 1376873 P2 RESOLVED
1855282 cherry-pick libwebrtc upstream 90fb11e806 for a previous custom fix in Bug 1848045 P2 RESOLVED
1855285 cherry_pick_commit.py should not include changes to README.mozilla P2 RESOLVED
1855330 Update our vendored abseil-cpp import in libwebrtc P2 RESOLVED
1855565 transport_unittests.cpp:1221:3: error: ignoring return value of function declared with 'nodiscard' attribute [-Werror,-Wunused-result] -- RESOLVED
1855636 For certain recvonly streams, most/all P frames are failing to decode (H264) P1 VERIFIED
1855927 SdpHelper.cpp: Inefficient usage of string::find() in condition; string::starts_with() could be faster. P3 NEW
1855984 Intermittent MOZ_ASSERT(aVideoFrame.timestamp_us() | single tracking bug P5 RESOLVED
1856120 [wpt-sync] Sync PR 42185 - webrtc wpt: assert support for various certificate fingerprint algorithms P4 RESOLVED
1856305 Firefox on macOS casually indicates active screen sharing (MacOS 14) -- RESOLVED
1856368 Perma dom/media/tests/crashtests/1490700.html failure on new Ubuntu 22.04 Wayland pool P3 NEW
1856392 Capture checker added by libwebrtc upstream commit 279a05475d causes tsan failures -- NEW
1856523 Issue with screen capture in firefox on mac -- UNCONFIRMED
1856704 Intermittent /webrtc-encoded-transform/script-metadata-transform.https.html | single tracking bug P5 RESOLVED
1856786 Disabling transceivers loses simulcast configuration -- NEW
1856943 WebRTC video frames dropped -- RESOLVED
1856998 WebRTC h.264 stream displays in low frame rate -- RESOLVED
1857037 Cleanup BUILD.gn files changes in third_party/libwebrtc/third_party P2 RESOLVED
1857428 Refactor about:webrtc sections making them more dynamic P2 RESOLVED
1857862 Update libwebrtc to 117 P2 RESOLVED
1858177 libwebrtc fast-forward script filter_git_changes.py fails on renames when excluded from our vendoring P2 RESOLVED
1858249 [wpt-sync] Sync PR 42466 - Reactivate and fix tests for WebRTC answer state errors P4 RESOLVED
1858476 improve vendoring of libwebrtc/third_party to avoid deleting our trampoline directories P2 RESOLVED
1858902 Intermittent leakcheck | tab 11544 bytes leaked (MediaTransportHandler, MediaTransportHandlerSTS::Destroy_s, MozPromise::ThenValueBase::ResolveOrRe, MozPromiseRefcountable, Mutex, ...) P5 RESOLVED
1858905 Clarify commit-identification instruction in verify_vendoring.sh P3 RESOLVED
1858926 verify_vendoring.sh can miss folders under third_party/libwebrtc that are not present in moz-libwebrtc P2 RESOLVED
1859117 Intermittent leakcheck | tab 8104 bytes leaked (MediaTransportHandler, MozPromiseRefcountable, Mutex, Runnable, nsSocketTransportService) P5 RESOLVED
1859311 Add some clarifying text on why try pushes happen in loop-ff.sh P2 RESOLVED
1859759 network/sctp: Refactor DataChannel -- RESOLVED
1859795 Add default value for repo-path argument in cherry_pick_commit.py P2 RESOLVED
1860620 Update libdrm to new version 5254fd1146b95a86fef1bb8e950d0146d829f3c4 from 2023-10-20 07:24:54 -- RESOLVED
1860636 Make the steps to run after elm_rebase.sh easier to execute as one command P2 RESOLVED
1860685 Update libwebrtc to 118 -- RESOLVED
1861140 limit patch-stack churn by adding --no-signature flag in save_patch_stack.py P2 RESOLVED
1861212 Add comment to packet loss rate telemetry probes P2 RESOLVED
1861444 Add ability to choose ssh or https for git clone operation in prep_repo.sh P2 RESOLVED
1861446 Add --continue and --abort flags to cherry_pick_commit.py to help avoid footguns P2 RESOLVED
1861482 improve new bug verbiage when running update_default_config.sh P2 RESOLVED
1861498 fix line endings in third_party/libwebrtc/tools/grit/grit/testdata/GoogleDesktop.adm P2 RESOLVED
1861524 revert detection script is broken P2 RESOLVED
1861825 Permission prompts for webrtc from blobs generated by file:// documents should say "this file" not "unknown origin" -- RESOLVED
1861996 Intermittent MOZ_ASSERT(aVideoFrame.timestamp_us() > mLastFrameConverted->mFrame.timestamp_us()) [@ mozilla::VideoFrameConverter::VideoFrameConverted] | single tracking bug P5 RESOLVED
1862318 cherry_pick_commit.py should enforce using the short-sha in the no-op tracking file name P2 RESOLVED
1863041 Camera capture limited to built-in cameras on macOS P1 VERIFIED
1863699 WebRTC ICE gathering fails on ipv6 page [::1] -- UNCONFIRMED
1863709 [wpt-sync] Sync PR 43019 - webrtc wpt: add test for m-line recycling P4 RESOLVED
1863984 WebRTC does not use proxy -- UNCONFIRMED
1864402 [wpt-sync] Sync PR 43104 - webrtc wpt: remove test for unimplemented tlsGroup stats P4 RESOLVED
1864636 Intermittent TV TEST-UNEXPECTED-FAIL | dom/media/tests/crashtests/1429507_1.html | single tracking bug P5 NEW
1864657 [wpt-sync] Sync PR 43153 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=260225 P4 RESOLVED
1864716 Intermittent TEST-UNEXPECTED-TIMEOUT /webrtc/RTCPeerConnectionIceErrorEvent.html | single tracking bug P5 RESOLVED
1864812 [wpt-sync] Sync PR 43166 - Add tests for https://github.com/w3c/webrtc-pc/pull/2691 P4 RESOLVED
1864814 [wpt-sync] Sync PR 43167 - Add test for w3c/webrtc-pc#2689 P4 RESOLVED
1864845 [wpt-sync] Sync PR 43171 - Add test for w3c/webrtc-pc#2687 P4 RESOLVED
1864848 [wpt-sync] Sync PR 43172 - Add RTCIceCandidatePairStats.responsesReceived to WebRTC mandatory stats P4 RESOLVED
1864852 [wpt-sync] Sync PR 43173 - Integrate RTCRtpEncodingParameters maxFramerate test into main webrtc… P4 RESOLVED
1864928 Intermittent MOZ_ASSERT(state_ == NR_CONNECTED) [@ mozilla::NrUdpSocketIpc::CallListenerConnected] | single tracking bug P5 RESOLVED
1865423 Google Meet camera conflict with NVIDIA Broadcast -- RESOLVED
1865965 Intermittent TV dom/media/tests/crashtests/1453030.html | single tracking bug P5 RESOLVED
1865985 improve dom/media/tests/crashtests/1453030.html -- RESOLVED
1867099 Update libwebrtc to 119 -- RESOLVED
1867204 Attaching a graph to bug test -- RESOLVED
1867372 Improve extract range guidance in verify_vendoring.sh P2 RESOLVED
1867455 Intermittent /webrtc/RTCPeerConnection-GC.https.html | single tracking bug P5 RESOLVED
1867506 Intermittent TEST-UNEXPECTED-PASS | /webrtc/RTCDataChannel-GC.html | While remote PC remains open, its datachannel should not be collected - expected FAIL P5 REOPENED
1867519 Issue in viewing Webrtc video stream on Chrome, shared from Firefox -- RESOLVED
1867836 Support for rotated screen sharing in Wayland -- NEW
1868080 Video stream is broken after version 117 on Windows platform -- RESOLVED
1868198 Determine whether allowing libwebrtc's wgc capture yellow border removal is ok -- NEW
1868721 RtpLogging produces inconsistent log format P2 RESOLVED
1869042 Meet stopped working with media.devices.enumerate.legacy.enabled = false -- RESOLVED
1869313 [wpt-sync] Sync PR 43601 - Switch default for RTCDataChannel.binaryType to arraybuffer P4 RESOLVED
1869342 [wpt-sync] Sync PR 43604 - webrtc wpt: test that additional codecs can be used P4 RESOLVED
1869356 Media Panel Extension prevents stopping screen share in Google Meet -- RESOLVED
1869450 Update libdrm to new version 02a41cf302a69f0cd94aae96ec01d98b9398076e from 2023-11-20 14:03:51 -- RESOLVED
1869451 Return ULPFEC and RED with getCapabilities when enabled -- RESOLVED
1869453 Enable ULPFEC and RED by default -- RESOLVED
1869716 `getUserMedia` error messages are not clear -- NEW
1869781 Perma OSX PROCESS-CRASH | MOZ_CRASH(mozilla::detail::MutexImpl::mutexLock: pthread_mutex_lock failed) [@ mozilla::detail::MutexImpl::mutexLock] | <random test> when Gecko 122 merges to Beta on 2023-12-18 -- VERIFIED
1869829 Perma OSX dom/canvas/test/test_capture_throttled.html | Test timed out. - when Gecko 122 merges to Beta on 2023-12-18 -- VERIFIED
1869854 Perma /mediacapture-record/MediaRecorder-peerconnection.https.html | PeerConnection MediaRecorder receives data after onstart, {"video":{}} mimeType "" - Test timed out when Gecko 122 merges to Beta on 2023-12-18 -- VERIFIED
1869861 Perma Android TEST-UNEXPECTED-TIMEOUT | /webrtc/protocol/bundle.https.html | bundles on the first transport and closes the second - Test timed out when Gecko 122 merges to Beta on 2023-12-18 -- VERIFIED
1869869 Perma Android /webrtc-encoded-transform/script-metadata-transform.https.html | video metadata: ssrc - Test timed out when Gecko 122 merges to Beta on 2023-12-18 -- VERIFIED
1869932 Crash in [@ mozilla::ipc::FatalError | mozilla::ipc::IProtocol::HandleFatalError | mozilla::ipc::IProtocol::FatalError | mozilla::dom::PWebrtcGlobalParent::OnMessageReceived] -- RESOLVED
1870146 Intermittent Couldn't find a v4l2loopback video device | single tracking bug P5 REOPENED
1870634 [wpt-sync] Sync PR 43705 - webrtc: add setParameterOptions to sender.setParameters P4 RESOLVED
1870643 Upstream libwebrtc 8602f604e0 stops sending BYEs, we need a real fix -- NEW
1870780 High Freq /webrtc/protocol/rtp-<random>.html | assertion count 2 is more than expected 0 assertions P5 RESOLVED
1870786 [clang-trunk] Perma /builds/worker/checkouts/gecko/dom/media/webrtc/libwebrtcglue/WebrtcGmpVideoCodec.cpp:415:10: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'const unsigned int' in initializer list P5 RESOLVED
1871006 update abseil to unbreak the build on OpenBSD -- RESOLVED
1871037 [wpt-sync] Sync PR 43746 - webrtc wpt: add legacy msid-semantic line to hardcoded sdp P4 RESOLVED
1871119 Intermittent /webrtc-identity/idlharness.https.window.html | single tracking bug P5 RESOLVED
1871165 Intermittent /webrtc/RTCIceConnectionState-candidate-pair.https.html | single tracking bug P5 RESOLVED
1871421 Loading/buffering animation for video too disturbing, usability issue -- UNCONFIRMED
1871562 Update WebRTC related module owners/peers -- RESOLVED
1871847 Intermittent /webrtc/RTCDataChannel-iceRestart.html | single tracking bug P5 RESOLVED
1871981 Update libwebrtc to 120 P2 RESOLVED
1873584 Intermittent webrtc/RTCPeerConnection-setRemoteDescription-simulcast.https.html | single tracking bug P5 RESOLVED
1873801 Crash in [@ mozilla::WebrtcVideoConduit::OnControlConfigChange] -- RESOLVED
1874349 WebRTC stream lags, glitches and produces artefacts -- RESOLVED
1874390 [wpt-sync] Sync PR 43966 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=267355 P4 RESOLVED
1875038 [wpt-sync] Sync PR 44037 - webrtc wpt: reject SDES offer with InvalidAccessError P4 RESOLVED
1875066 [wpt-sync] Sync PR 44044 - webrtc wpt: add failing tests for SDP munging P4 RESOLVED
1875429 [wpt-sync] Sync PR 44089 - [bfcache] Update fieldtrial config for AllowBFCacheWhenClosedMediaStreamTrack P4 RESOLVED
1875611 [wpt-sync] Sync PR 44110 - webrtc wpt: add legacy callback based variant of simplecall P4 RESOLVED
1876234 [wpt-sync] Sync PR 44158 - webrtc wpt: fix setParameters(..., setParameterOptions) P4 RESOLVED
1876251 Intermittent [TV] /webrtc/back-forward-cache-with-open-webrtc-connection.https.window.html | Testing BFCache support for page with open WebRTC connection and live MediaStreamTrack. - assert_equals: document unexpectedly BFCached expected (undefined) P5 RESOLVED
1876267 [wpt-sync] Sync PR 44164 - webrtc wpt: mark inbound-rtp fecSsrc as not testable P4 RESOLVED
1876319 [wpt-sync] Sync PR 44170 - webrtc wpt: remove duplicate MTI stats tests P4 RESOLVED
1876374 Add a link to the MDN WebRTC Codec page to the Debugging WebRTC in-tree docs -- RESOLVED
1876502 Screen sharing stopped working in version 122 -- RESOLVED
1876517 [wpt-sync] Sync PR 44202 - webrtc wpt: modernize RTCRtpReceiver/RTCRtpSender getStats tests P4 RESOLVED
1876554 duplicate entries in moz.build files break the build on OpenBSD/riscv64 -- RESOLVED
1876843 Update libwebrtc to 121 P2 RESOLVED
1876865 Difference in certificate fingerprint location in createOffer() output between Firefox and Chrome -- RESOLVED
1876896 crash when accessing Pipewire camera from multiple tabs -- VERIFIED
1876925 Frequent /webrtc/back-forward-cache-with-open-webrtc-connection.https.window.html | Testing BFCache support for page with open WebRTC connection and live MediaStreamTrack. - assert_equals: document unexpectedly BFCached expected (undefined) undefined -- RESOLVED
1877054 [wpt-sync] Sync PR 44255 - Remove nonterminating test from RTCPeerConnection-SLD-offer P4 RESOLVED
1877377 [wpt-sync] Sync PR 44282 - webrtc wpt: clean up getStats tests P4 RESOLVED
1877431 [wpt-sync] Sync PR 44285 - webrtc wpt: remove RTCStats-helper.js P4 RESOLVED
1877675 Firefox doesn't render video received from Chrome -- RESOLVED
1877687 [wpt-sync] Sync PR 44318 - webrtc wpt: update setCodecPreferences tests for spec changes P4 RESOLVED
1877715 Deadlock involving VideoConduit::mMutex and TaskQueueWrapper::mHasShutdown while profiling P3 NEW
1878107 Google Meet fails to change speaker output source when making changes in the Meet UX -- RESOLVED
1878290 Intermittent /webrtc/RTCRtpReceiver-getStats.https.html | single tracking bug P5 NEW
1878613 [wpt-sync] Sync PR 44394 - Remove impossible test for non-string "Credential" P4 RESOLVED
1878794 extract-for-git.py mistakenly skips updates to third_party/libwebrtc/build/build_config.h P2 RESOLVED
1878798 prep_repo.sh does not properly handle new commits on the release branch that happen after previous fast-forward session was started P2 RESOLVED
1879032 Microsoft teams not using v2 with firefox -- UNCONFIRMED
1879391 [wpt-sync] Sync PR 44483 - webrtc wpt: update RTCRtpParameters-codec.html to use receive-side setCodecPreferences P4 RESOLVED
1879422 RTCRtpReceiver-getStats.https.html and RTCRtpSender-getStats.https.html wpt have unreasonable expectations P3 RESOLVED
1879494 Intermittent dom/media/tests/crashtests/812785.html | single tracking bug P5 RESOLVED
1879898 Remove moz.build file that should have been removed in bug 1875201 -- RESOLVED
1880025 [wpt-sync] Sync PR 44553 - webrtc wpt: fix and re-enable getStats WPT P4 RESOLVED
1880037 [wpt-sync] Sync PR 44554 - webrtc wpt: update more tests to use receiver capabilities for setCodecPreferences P4 RESOLVED
1880206 video_capture_factory.cc:118:35: error: no member named 'set_allow_pipewire' in 'webrtc::VideoCaptureOptions' -- RESOLVED
1880336 [wpt-sync] Sync PR 44590 - Add WebRTC test for offer with duplicate a=msid line P4 RESOLVED
1880441 [wpt-sync] Sync PR 44603 - webrtc wpt: add test for codecs in subsequent offers P4 RESOLVED
1880446 [wpt-sync] Sync PR 44604 - webrtc wpt: add test for direction-based filtering of codecs P4 RESOLVED
1880527 Perma TEST-UNEXPECTED-ERROR | /webrtc/RTCDataChannel-iceRestart.html | Unhandled rejection: Unknown ufrag (61dc6697) | single tracking bug P5 RESOLVED
1881125 Intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/legacy/simplecall_callbacks.https.html | single tracking bug P5 RESOLVED
1881126 Intermittent TEST-UNEXPECTED-TIMEOUT /webrtc/legacy/simplecall_callbacks.https.html | single tracking bug P5 RESOLVED
1881200 Intermittent /webrtc/RTCPeerConnection-iceGatheringState.html | single tracking bug P5 RESOLVED
1881227 [wpt-sync] Sync PR 44698 - webrtc wpt: add test for removed sCP note P4 RESOLVED
1881609 Firefox WebRTC breaks audio system-wide on macOS -- NEW
1881673 [wpt-sync] Sync PR 44742 - webrtc wpt: attach MediaStream to element attached to the DOM P4 RESOLVED
1881747 Intermittent Assertion failure: mThreadState == ThreadState::Wait, at /builds/worker/checkouts/gecko/dom/media/GraphRunner.cpp:68 | single tracking bug P5 RESOLVED
1881918 [wpt-sync] Sync PR 44770 - webrtc wpt: move RTCIceServer.url to historical tests P4 RESOLVED
1881968 [wpt-sync] Sync PR 44775 - webrtc wpt: add test for stats consistency P4 RESOLVED
1882161 [wpt-sync] Sync PR 44792 - Rework jitterBufferTarget test P4 RESOLVED
1882247 [wpt-sync] Sync PR 44810 - webrtc wpt: use receiver capabilities for setCodecPreferences P4 RESOLVED
1882399 Update RTCSessionDescription WebIDL to spec (disallow instead of warning on member write) in nightly only for now -- RESOLVED
1882438 Crash in [@ <name omitted> | webrtc::videocapturemodule::DeviceInfoPipeWire::CreateCapabilityMap] P1 RESOLVED
1882824 libwebrtc patch-stack needs some maintenance P2 RESOLVED
1882883 Investigate need for files added in git patch-stack commit for 'Move media/webrtc/trunk/* to third-party/libwebrtc' P2 RESOLVED
1882907 Crash in [@ mozilla::ipc::PortLink::SendMessage | IPC_Message_Name=PWebrtcGlobal::Msg_PeerConnectionFinalStats] P3 NEW
1883115 Intermittent browser/base/content/test/webrtc/browser_indicator_popuphiding.js | single tracking bug P5 RESOLVED
1883116 Update libwebrtc to 122 P2 RESOLVED
1883773 Add RTCRtpStreamStats.transportId information to about:webrtc P3 NEW
1883992 Update RTCSessionDescription WebIDL to spec for real (don't let pref media.peerconnection.description.legacy.enabled=false ride the train) -- NEW
1884140 Enable DTLS1.3 in WebRTC for Firefox Release P3 RESOLVED
1884458 Failing WPT webrtc/RTCDataChannel-binaryType.window.js P3 RESOLVED
1884476 Intermittent TV TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-setRemoteDescription-rollback.html | single tracking bug P5 NEW
1886229 Generate bindings for webrtc-sdp P3 NEW
1886497 cherry-pick libwebrtc upstream de3c726121 to better handle upstream deleting an already excluded file P2 RESOLVED
1886539 add ability to stop elm_rebase.sh during processing for manual edits P2 RESOLVED
1886749 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media.js | single tracking bug P5 RESOLVED
1887547 Intermittent /webrtc/RTCRtpReceiver-audio-jitterBufferTarget-stats.https.html | single tracking bug P5 RESOLVED
1888054 [wpt-sync] Sync PR 45339 - Fix ICE bad port test in WebRTC P4 RESOLVED
1888067 [wpt-sync] Sync PR 45357 - peerconnection: Fire data channel events synchronously P4 RESOLVED
1888181 Update libwebrtc to 123 P2 RESOLVED
1888232 New wpt crashes in /webrtc/RTCDataChannel-send-close.html -- NEW
1888313 Intermittent /webrtc-extensions/RTCRtpReceiver-video-jitterBufferTarget-stats.html | single tracking bug P5 RESOLVED
1888314 Intermittent /webrtc-extensions/RTCRtpReceiver-video-jitterBufferTarget-stats.html | single tracking bug P5 RESOLVED
1888544 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen_tab_close.js | single tracking bug P5 RESOLVED
1888616 Intermittent (W-b) [tier 2] /webrtc/RTCDataChannel-send-close.html| single tracking bug P5 RESOLVED
1888632 [wpt-sync] Sync PR 45427 - Move jitterBufferTarget tests to main WebRTC spec P4 RESOLVED
1889025 Google meet too much recursion on ending screenshare -- RESOLVED
1889226 [rustc 1.78] error: the item `Box` is imported redundantly -- RESOLVED
1889320 prep_repo.sh: line 102: /bin/rm: Argument list too long P3 ASSIGNED
1889343 vendor-libwebrtc.py automagically changes line-endings to native which trips up verify_vendoring.sh P3 RESOLVED
1889460 if fetch_github_repo.py fails, follow-on scripts need better sanity checks to detect the abnormal situation P3 RESOLVED
1889627 Stop using webrtc::Sdp{Audio|Video}Format::Parameters P3 RESOLVED
1890250 Implement rtx receive stats P3 NEW
1890736 elm_rebase.sh: line 156: STOP_FOR_REORDER: unbound variable P1 RESOLVED
1890811 WebRTC ICE connection fails when no media requested through VPN connection P2 RESOLVED
1890862 fetch_github_repo.py line 92 missing 1 required positional argument: 'working_dir' P2 RESOLVED
1891439 elm_rebase.sh and verify_vendoring.sh disagree on commit range -- RESOLVED
1891503 WebRTC ICE candidates gathering issue TurnTLS -- UNCONFIRMED
1891961 Intermittent TEST-UNEXPECTED-CRASH | /webrtc/RTCIceTransport.html | single tracking bug P5 RESOLVED
1892221 UndefinedBehaviorSanitizer: third_party/libwebrtc/modules/video_capture/linux/video_capture_v4l2.cc:334:7: runtime error: load of value 228, which is not a valid value for type 'bool' P1 RESOLVED
1892299 Update libwebrtc to 124 -- RESOLVED
1893490 Intermittent TEST-UNEXPECTED-TIMEOUT /webrtc/RTCConfiguration-iceTransportPolicy.html | single tracking bug P5 RESOLVED
1893580 formatting for guidance to run save_patch_stack is ugly P2 RESOLVED
1893759 [wpt-sync] Sync PR 45934 - Increase test time for back-forward-cache-with-open-webrtc-connection.https.window.js P4 RESOLVED
1893805 [WebRTC] Improve warning message when a setParameters happens too late compared to its corresponding getParameters -- RESOLVED
1893954 device change event not triggering on AMD laptops -- RESOLVED
1894833 [wpt-sync] Sync PR 46047 - webrtc wpt: rename tests that check createOffer/createAnswer return value P4 RESOLVED
1895213 [wpt-sync] Sync PR 46082 - Map WebRTC SCTP tests to web-features P4 RESOLVED
1895498 Enable preference in Nimbus for DTLS1.3 WebRTC -- RESOLVED
1895602 cherry-pick upstream d7e0981281, c03827db1b to avoid calling deprecated (made to CRASH) CODEC construction factory method P1 RESOLVED
1895620 cherry_pick_commit.py (for libwebrtc cherry-picks) should do a verify_vendoring.sh before doing any work P2 RESOLVED
1895812 WebRTC daily merge script should run mach bootstrap after pulling the latest central, and automatically run the final build P1 RESOLVED
1895828 Perma [tier 2] Linux x64 opt Bp-clang-trunk /builds/worker/checkouts/gecko/third_party/libwebrtc/rtc_base/containers/flat_map.h:331:49: error: out-of-line definition of 'try_emplace' does not match any declaration in 'flat_map<Key, Mapped, Compare, Contai -- RESOLVED
1896162 commit-build-file-changes.sh should support different directories P2 RESOLVED
1896197 Add clobber to pre-push instructions in WebRTC daily rebase instructions -- RESOLVED
1896258 Intermittent LeakSanitizer | leak at mozilla::ipc::MessageChannel::MessageChannel, mozilla::ipc::IToplevelProtocol::IToplevelProtocol, mozilla::ipc::PBackgroundChild::PBackgroundChild, mozilla::ipc::BackgroundChildImpl::BackgroundChildImpl P5 RESOLVED
1896866 i am not able to join using a web meeting -- RESOLVED
1896985 Intermittent leakcheck | socket 40 bytes leaked (MediaTransportHandlerSTS::Destroy_s) | single tracking bug P5 RESOLVED
1897459 build failure in libwebrtc/rtc_base/physical_socket_server.cc on OpenBSD since webrtc update in #1892299 P3 RESOLVED
1897501 Update libwebrtc to 125 -- RESOLVED
1897823 Stop using deprecated methods to create vp8 and vp9 encoders in WebrtcVideoCodecFactory.cpp -- RESOLVED
1898300 third_party/libwebrtc/video/config/streams_config_gn, GCC-13 Unified_cpp_streams_config_gn0.cpp fails with -Werror=nonnull P4 NEW
1898820 Intermittent SctpTransportTest.TestConnect | Value of: res P5 RESOLVED
1898860 Intermittent LeakSanitizer leak at Alloc, nsTSubstring, nsTSubstring, AssignJSString | single tracking bug P5 RESOLVED
1899270 Intermittent TestDatabaseManagerVersions/TestFileSystemDatabaseManagerVersions.smokeTestCreateRemoveFiles/0 | Expected: (actualDelay) < (expectedMaxDelayMilliSeconds), actual: 225 vs 100 P5 RESOLVED
1899739 [wpt-sync] Sync PR 46549 - Fix link to jitterBufferTarget library P4 RESOLVED
1899745 [wpt-sync] Sync PR 46550 - Avoid harness timeout when single test case fail in SRD-offer P4 NEW
1900194 establishing webrtc session: firefox can't handle H264 baseline profile properly -- RESOLVED
1900676 Clean up media print for about:webrtc -- NEW
1900678 about:webrtc copy button rollover should be consistently positioned -- RESOLVED
1900909 elm_rebase.sh should restore the patch-stack prior to calling verify_vendoring P2 RESOLVED
1901218 [wpt-sync] Sync PR 46655 - Add test for RTCIceCandidatePair interface P4 RESOLVED
1901310 extract-for-git.py will error if provided revsets don't contain changes to libwebrtc P2 RESOLVED
1901752 Crash in [@ mozilla::(anonymous namespace)::ConfigureVideoEncoderSettings] -- RESOLVED
1901767 PipeWire camera: add support for ARGB/ABGR formats -- RESOLVED
1902162 Update libgbm to new version 2498d6738275eeb0e64814cc841596a37293fac9 from 2024-06-12 21:20:06 -- RESOLVED
1902654 Intermittent leakcheck | default 4232 bytes leaked (CondVar, Mutex, PollableEvent, StringBuffer, ThreadEventTarget, ...) P5 RESOLVED
1903089 [meta] WebRTC REC Candidate Amendments -- NEW
1903098 Update libwebrtc to 126 -- RESOLVED
1903142 WPT webrtc/simulcast/negotiation-encodings.https.html regressed by upstream change to simulcast.js -- NEW
1903761 [wpt-sync] Sync PR 46840 - Add tests for if codec info surfaces at the right time. P4 RESOLVED
1903916 loop-ff.sh is missing instructions for saving patch-stack when file count mismatch is detected -- RESOLVED
1903952 add gtest build in loop-ff.sh -- RESOLVED
1904096 GeckoTraceEvent.h is behind upstream libwebrtc (and should be un-formatted) -- RESOLVED
1904249 [wpt-sync] Sync PR 46874 - Remove `httpRequestStatusCode` from `RTCError.html` test P4 RESOLVED
1904960 Intermittent /webrtc/back-forward-cache-with-closed-webrtc-connection.https.window.html | single tracking bug P5 RESOLVED
1905125 Enable media.navigator.video.disable_h264_baseline in 128 and future betas -- VERIFIED
1905312 Intermittent /webrtc/RTCPeerConnection-explicit-rollback-iceGatheringState.html | single tracking bug P5 RESOLVED
1905894 Update libepoxy to new version f13c13c11cfe271844a8735beb9dc0480572405a from 2024-07-02 11:05:18 -- RESOLVED
1906176 Intermittent [TVw] TEST-UNEXPECTED-NOTRUN | /webrtc/RTCDataChannel-close.html | Repeated open/send/echo/close negotiated datachannel works - expected PASS P5 NEW
1906818 WebRTC/DTLS: Improving timeout logging P5 RESOLVED
1906822 WebRTC/DTLS: removing dtls1.3 version workaroundd -- ASSIGNED
1906842 WebRTC/DTLS: No telemetry if the DTLS handshake did not succeed -- NEW
1907013 PipeWire camera: add support for RGB/BGR formats -- RESOLVED
1907703 Perma [tier 2] Linux x64 opt Bp-clang-trunk /builds/worker/checkouts/gecko/third_party/libwebrtc/third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:252:42: error: no member named 'get' in the global namespace -- RESOLVED
1907965 getDisplayMedia: Last frame of shared content still appears after screensharing is stopped -- REOPENED
1908563 Intermittent /webrtc/back-forward-cache-with-closed-webrtc-connection-ccns.https.tentative.window.html | single tracking bug P5 RESOLVED
1908720 Add RTCStatsReport logging to verbose log level to assist with profiler based debugging P2 RESOLVED
1909222 getusermedia takes more than 10 s P3 NEW
1909234 Update libwebrtc to 127 -- RESOLVED
1909827 Intermittent TVw leakcheck | tab 30312 bytes leaked (CondVar, Mutex, StringBuffer, ThreadEventTarget, ThreadTargetSink, ...) P5 NEW
1909921 Background filters don't work in Microsoft Teams -- RESOLVED
1910170 Intermittent /webrtc/RTCPeerConnection-addTcpIceCandidate.html | single tracking bug P5 RESOLVED
1911069 [wpt-sync] Sync PR 47406 - RTCDataChannel: Add support for the Blob type. P4 RESOLVED
1911539 [wpt-sync] Sync PR 47451 - Load the WebIDL for websockets to resolve BinaryType in idlharness P4 RESOLVED
1911667 DataChannels don't wait for pending data to be sent on close (and don't fire close event then) P3 NEW
1911676 Fix test_peerConnection_basicH264Video.html codec removal logic P1 RESOLVED
1912315 changes in third_party/libwebrtc/.gn can also cause changes in generated moz.build files -- RESOLVED
1912318 changes in third_party/libwebrtc/**/*.gni can also cause changes in generated moz.build files -- RESOLVED
1912989 Update libwebrtc to 128 -- RESOLVED
1913228 Implement RTCCertificate without WebCryptoTask -- RESOLVED
1913464 [wpt-sync] Sync PR 47639 - Add unit test for allowing PT reuse on different transports. P4 RESOLVED
1913685 [wpt-sync] Sync PR 47663 - Move tests for RTCRtpParameters.codec to main WebRTC directory P4 RESOLVED
1914124 [wpt-sync] Sync PR 47707 - Move tests for transferable WebRTC data channel to main spec directory P4 RESOLVED
1914206 Make cherry_pick_commit.py work when there is no state dir -- RESOLVED
1914801 TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-explicit-rollback-iceGatheringState.html | single tracking bug -- RESOLVED
1915709 Intermittent LeakSanitizer | leak at InternalCall, js::Call, JS::Call, mozilla::dom::RTCPeerConnectionJSImpl::CreateDataChannel P5 RESOLVED
1916249 intermittent TEST-UNEXPECTED-TIMEOUT | /webrtc/RTCPeerConnection-ondatachannel.html | single tracking bug -- RESOLVED
1916579 Normalize webrtc codec name capitalizatoin in GLEAN probes P3 ASSIGNED
1916639 [wpt-sync] Sync PR 47959 - Add test for URL parsing of ICE servers in RTCConfiguration P4 NEW
1916752 WebRTC ICE credentials not preserved -- RESOLVED
1917108 Intermittent /webrtc/RTCPeerConnection-restartIce.https.html | single tracking bug P5 RESOLVED
1917276 [wpt-sync] Sync PR 48018 - webrtc wpt: add test for RSA keysizes supported by generateCertificate P4 RESOLVED
1917527 [wpt-sync] Sync PR 48032 - Reland "webrtc wpt: add test for RSA keysizes supported by generateCertificate" P4 RESOLVED
1917909 RTX SSRC set to zero after re-negotiation P3 UNCONFIRMED
1918268 Update libwebrtc to 129 -- RESOLVED
1918664 [wpt-sync] Sync PR 48155 - Implement RTCRtpEncodingParameters.scaleResolutionDownTo. P4 RESOLVED
1919904 A/V sync out and delay on whereby when network connection is fair -- NEW
1919931 [wpt-sync] Sync PR 48200 - webrtc wpt: fix generateCertificates WPT, add one for rejecting SHA-1 and delete legacy tests P4 RESOLVED
1919968 [wpt-sync] Sync PR 48242 - Add WPT: scaleResolutionDownTo maintains aspect ratio. P4 RESOLVED
1920151 Changes made in loop-ff.sh should be reflected in elm_rebase.sh for detected modified build files P2 RESOLVED
1920154 [wpt-sync] Sync PR 48286 - scaleResolutionDownTo WPTs: Add simulcast and invalid resolution tests. P4 RESOLVED
1920249 Clean up CodecConfig.h P3 NEW
1920264 Intermittent SUMMARY: AddressSanitizer: heap-use-after-free /builds/worker/checkouts/gecko/third_party/libwebrtc/common_video/video_frame_buffer_pool.cc:322 in webrtc::VideoFrameBufferPool::GetExistingBuffer P1 VERIFIED
1921154 Add initial AV1 support to webrtc P2 RESOLVED
1921225 Update libgbm to new version 777f9900b39d88acf641e8232e935f760ea4694a from 2024-09-26 11:12:03 -- RESOLVED
1921265 Remove global constructor from dom/media/webrtc/sdp/SdpPref.cpp -- RESOLVED
1921479 [wpt-sync] Sync PR 48361 - Add WPTs that RTCStats.timestamp is expressed in "Performance time". P4 RESOLVED
1921706 cleanup some libwebrtc BUILD.gn files to improve upcoming abseil-cpp move -- RESOLVED
1921707 move abseil-cpp and the google build directory from libwebrtc to third_party -- RESOLVED
1921979 Crash in [@ OOM | large | nsTArray_Impl<T>::AppendElementInternal<T> | nsTArray<T>::AppendElement | mozilla::GetUserMediaWindowListener::Register] -- NEW
1922759 Make nricectx FIPS compliant -- ASSIGNED
1922760 Make libsrtp to work in FIPS mode -- ASSIGNED
1923152 [x11/fvwm] screen sharing crashed on webex.com P3 UNCONFIRMED
1923405 Intermittent /webrtc/RTCRtpSender-transport.https.html | single tracking bug P5 REOPENED
1923469 Frequent beta /webrtc/RTCPeerConnection-getStats-timestamp.https.html | RTCRemoteInboundRtpStats.timestamp is expressed as Performance time - assert_less_than_equal: timestamp < t1 expected a number less than or equal to x but got x -- RESOLVED
1923921 Work out the trampoline header patch clashes for libaom in libwebretc -- RESOLVED
1924098 Update libwebrtc to 130 -- RESOLVED
1924463 [wpt-sync] Sync PR 48592 - Update Blink to use environment clock timestamps from RTCStats objects. P4 RESOLVED
1924485 [wpt-sync] Sync PR 48599 - Add WPTs that opus supports both mono and stereo signals. P4 RESOLVED
1924893 Implement RTCRtpEncodingParameters.scaleResolutionDownTo -- NEW
1925089 Remove reference to imaginary logging module from WebRTC debugging docs P3 RESOLVED
1925118 No longer include third_party/libwebrtc/third_party/abseil-cpp in libwebrtc's vendoring -- RESOLVED
1925119 Enable building libwebrtc's copy of dcsctp -- RESOLVED
1925281 Intermittent browser/base/content/test/webrtc/browser_stop_sharing_button.js | application timed out after 370 seconds with no output P5 RESOLVED
1925868 Intermittent /webrtc/RTCPeerConnection-setRemoteDescription-tracks.https.html | single tracking bug P5 RESOLVED
1926622 Implement some missing stats in RTCInboundRtpStreamStats P3 RESOLVED
1926841 [wpt-sync] Sync PR 48799 - Add WPT that scaleResolutionDownTo is optional on inactive encodings. P4 RESOLVED
1927064 WebRTC H.264 failing for all devices with Amlogic chipsets -- RESOLVED
1927224 Remove now unnecessary WrongConstant suppression from WebRTC code (added in 1654112) P2 RESOLVED
1927652 Investigate building libwebrtc with -msse4.2 rather than -msse2 -- NEW
1927655 Restore crc32c's SSE4.2 support -- NEW
1927660 Restore crc32c's HAVE_ARM64_CRC32C support -- NEW
1927708 RTCRtpSender/Receiver.getCapabilities shows H264 entries when there's no H264 support -- NEW
1927854 Add average line to frameRate graph in about:webrtc P2 RESOLVED
1927886 Allow dcsctp to be used for DataChannel P3 RESOLVED
1928078 Various codec related webrtc probes have lost data since May -- RESOLVED
1928110 Update libwebrtc to 131 -- RESOLVED
1928277 Remove or update metrics expiring in Firefox 135: webrtcdtls.* before Gecko version gets increase to 135 on 2024-11-25 -- RESOLVED
1928557 Intermittent /webrtc/RTCIceTransport.html | single tracking bug P5 RESOLVED
1930515 Update libepoxy to new version 2df68f811fc1a5f0a6d372ecdb887333ad3f540f -- RESOLVED
1930673 Assertion '!(__hi < __lo)' failed in MediaEngineRemoteVideoSource::ChooseCapability() -- VERIFIED
1931241 Figure out how much of rtp_utils, stream_params, turn_utils, rid_description, etc. in libwebrtc we need to be building -- NEW
1931313 [wpt-sync] Sync PR 49169 - Plumb corruption metric to rtc_stats_report.cc and add wpt tests. P4 RESOLVED
1931700 Intermittent /webrtc/protocol/video-codecs.https.html | single tracking bug P5 REOPENED
1931916 add some better expository text in build_no_op_commits.sh P2 RESOLVED
1931991 New try push to Lando doesn't work for elm -- RESOLVED
1932064 Fix constant condition lint warning in aboutWebrtc.js P3 NEW
1932065 Enable Simulcast for AV1 P2 RESOLVED
1932140 Permanent failure TEST-UNEXPECTED-FAIL | dom/media/tests/crashtests/1490700.html | load failed: timed out waiting for reftest-wait to be removed with macOS 14.70 on x86-64 -- RESOLVED
1932381 Intermittent TV dom/media/webrtc/tests/mochitests/test_peerConnection_simulcastOffer_screenshare.html | remote-inbound-rtp.fractionLost is a sane number for a short video test. value=0.87109375 P5 RESOLVED
1932382 Intermittent TVw TEST-UNEXPECTED-TIMEOUT | /webrtc/simulcast/screenshare.https.html | Basic simulcast setup with two spatial layers - Test timed out P5 RESOLVED
1932488 Update trampoline headers to use the proper modeline P2 RESOLVED
1932572 Intermittent /webrtc/simulcast/screenshare.https.html | single tracking bug P5 RESOLVED
1932591 WebRTC DTLS1.3 to enable PQ in Release and to enable sending a PQ key share in Early Beta and Nightly -- RESOLVED
1932928 Re-enable building some abseil-cpp/absl/strings files for libwebrtc commit cf796a2d2c -- RESOLVED
1932975 Cherry-pick abseil-cpp sha 69195d5bd to avoid unnecessary patches to v131 libwebrtc update -- RESOLVED
1933173 Intermittent LeakSanitizer | leak at mozilla::DataChannel::SendMsg, nsDOMDataChannel::Send, mozilla::dom::RTCDataChannel_Binding::send, mozilla::dom::binding_detail::GenericMethod P5 RESOLVED
1933187 MANIFEST testing/web-platform/meta/webrtc/simulcast/screenshare.https.html.ini -- NEW
1933240 Intermittent [tier 2] /webrtc/simulcast/negotiation-encodings.https.html | single tracking bug P5 RESOLVED
1933413 Duplicate RTCVideoSourceStats with simulcast -- NEW
1933658 [wpt-sync] Sync PR 49392 - Update stereo opus test to expect upmixing. P4 RESOLVED
1933724 Enable simulcast tests on Android P3 RESOLVED
1933976 [wpt-sync] Sync PR 49421 - Add unidirectional codec test support in WPT using H264. P4 RESOLVED
1934201 [wpt-sync] Sync PR 49438 - Reland "Add unidirectional codec test support in WPT using H264." P4 RESOLVED
1934695 Update libwebrtc to 132 -- RESOLVED
1935005 Intermittent [tier 2] /webrtc/legacy/munge-dont.html | single tracking bug P5 RESOLVED
1935008 When attempting to record through the Record/Upload Media option in the when using Firefox version 127, the user is met with an indefinite loading wheel after allowing camera and webcam access unless "Remember this decision" is enabled. -- RESOLVED
1935055 running vendor-libwebrtc.py in ./mach python on macOS has deprecation warnings -- RESOLVED
1935260 clean up lint warnings in libwebrtc update python scripts -- RESOLVED
1935261 convert all the .format(...) usage to f-strings in libwebrtc's python scripts -- RESOLVED
1935461 Enable building abseil-cpp's strings:str_format for libwebrtc commit 75a106672e -- RESOLVED
1935479 Can't share Firefox window From MS Teams -- RESOLVED
1935539 Cherry-pick abseil-cpp sha 36442dd8 to avoid unnecessary patches to v132 libwebrtc update -- RESOLVED
1935569 [wpt-sync] Sync PR 49560 - Move webrtc/legacy/munge-dont.html out of that directory P4 NEW
1935570 [wpt-sync] Sync PR 49561 - Rename the tests in webrtc/legacy to have optional flags P4 RESOLVED
1936315 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_tear_off_tab.js | single tracking bug P5 RESOLVED
1936371 Intermittent /webrtc/simulcast/setParameters-maxFramerate.https.html | single tracking bug P5 RESOLVED
1936419 Update vendor-libwebrtc.py to handle new google build directory and abseil-cpp directory -- RESOLVED
1936420 remove duplicated code around github path fixups in vendor-libwebrtc.py -- RESOLVED
1936422 Update extract-for-git.py to handle new google build directory and abseil-cpp directory -- RESOLVED
1936698 Intermittent [tier 2] /webrtc/RTCRtpTransceiver-stopping.https.html | single tracking bug P5 RESOLVED
1936944 Intermittent TransportTest.TestTransferIceMultiple | Value of: (count * sizeof(buf)) == p2_->receivedBytes() P5 RESOLVED
1937502 undefined symbol g_unix_fd_list_get when set '--disable-webrtc' -- RESOLVED
1937542 Intermittent TVw /webrtc/RTCPeerConnection-remote-track-currentTime.https.html | currentTime advances for receive video track of inactive sender - assert_not_equals: got disallowed value 0.226666 P5 RESOLVED
1937556 Intermittent dom/media/tests/crashtests/1920264.html | single tracking bug P5 NEW
1938115 [meta] Jitsi support meta -- NEW
1938156 Update our vendored copy of abseil-cpp -- RESOLVED
1940001 WebRTC role conflict error response -- NEW
1940318 Update libdrm to new version e7d4b1df2d3f675b478897ab454d635e9b4eb915 from 2023-07-26 8:26:05 P1 RESOLVED
1940464 Update handling of vendoring tracking files for libwebrtc, abseil-cpp, chromium/build, and libwebrtc/third_party -- RESOLVED
1940478 Update save_patch_stack.py to better support other repos -- RESOLVED
1940585 Update libyuv to cacaf42e97284107dc88502c8f0af9ac356d199b -- RESOLVED
1940600 Add instructions on how to vendor third_party/abseil-cpp, third_party/chromium/build, and third_party/libwebrtc/third_party -- RESOLVED
1940702 Camera+Microphone permission automatically declined when no camera is attached -- RESOLVED
1940704 [wpt-sync] Sync PR 49990 - Add WPTs for negotiating H265 with minimal level-id in SDP answers. P4 RESOLVED
1941051 cherry_pick_commmit.py fails looking for incorrect files after changes from Bug 1940464 P2 RESOLVED
1941067 Remove clone protocol choice on libwebrtc scripting since we no longer need to push the branch to github -- RESOLVED
1941068 Stop using moz-libwebrtc repo and use the upstream repo directly -- RESOLVED
1941072 We can remove MOZ_LIBWEBRTC_OFFICIAL_BRANCH from the libwebrtc scripting since we no longer push the branch to github -- RESOLVED
1941081 cherry_pick_commmit.py fails looking for incorrect files after changes from 7ee4fa19b297 -- RESOLVED
1941194 zoom.us no longer works in Fedora 41 -- RESOLVED
1941579 [wpt-sync] Sync PR 50070 - Fix assert in WPT h265-level-id.https.html P4 RESOLVED
1941661 Investigate build settings necesarry to restore ABSL_HAVE_THREAD_SANITIZER settings -- NEW
1942171 MediaEngineWebRTCAudio.cpp is using deprecated AudioProcessingBuilder, should use BuiltinAudioProcessingBuilder -- RESOLVED
1942428 Update libwebrtc to 133 -- RESOLVED
1942551 UAF in PipeWireNodeDeleter crash [@ spa_list_remove] P2 RESOLVED
1943036 [wpt-sync] Sync PR 50212 - webrtc: add wpt for setCodecPreferences + rtx P4 RESOLVED
1943328 [wpt-sync] Sync PR 50241 - Re-enable and improve h264-unidirectional-codec.offer.https.html. P4 RESOLVED
1943345 [wpt-sync] Sync PR 50243 - Adjust H264 profile-level-id test to avoid false failures. P4 RESOLVED
1943447 Update our vendored copy of abseil-cpp -- RESOLVED
1943802 Intermittent [tier 2] /webrtc-identity/RTCPeerConnection-getIdentityAssertion.sub.https.html | single tracking bug P5 RESOLVED
1944338 Implement RTCEncoded{Audio|Video}FrameMetadata's mimeType and rtpTimestamp attributes P3 NEW
1944699 Cherry-pick chromium/build commit aa91e8eb2 to fix python 3.13 error when generated build files -- RESOLVED
1944857 Perma TEST-UNEXPECTED-PRECONDITION_FAILED | /webrtc/simulcast/av1.https.html | AV1 simulcast setup with two streams - AV1 not supported - when Gecko 136 merges to beta on 2025-02-03 P1 VERIFIED
1946201 Perma [tier 2] /webrtc/simulcast/h264.https.html | H264 simulcast setup with two streams - expected TIMEOUT P5 RESOLVED
1946881 Crashes [@ -[SCStream updateContentFilter:completionHandler:] ] on macOS 14 up to 14.3.1 -- RESOLVED
1947377 Intermittent /webrtc/RTCRtpReceiver-video-jitterBufferTarget-stats.html | single tracking bug P5 REOPENED
1948100 Purple screen-sharing icon persists in macOS toolbar even after quitting Nightly P2 RESOLVED
1948207 Enable WebRTC by default on LoongArch -- RESOLVED
1948300 [meta] [Interop 2025] WebRTC -- NEW
1948685 Update libwebrtc to 134 -- RESOLVED
1948789 [wpt-sync] Sync PR 50762 - webrtc wpt: add tests for bundlePolicy P4 RESOLVED
1948818 gcc-14: unreacheable error in third_party/libwebrtc/video/config/simulcast.cc -- RESOLVED
1948971 Fix failing wpt tests related to RTCRtpScriptTransform P2 RESOLVED
1950376 [wpt-sync] Sync PR 50929 - webrtc wpt: add test asserting the order of track events matches the SDP P4 RESOLVED
1950926 Intermittent /webrtc/RTCPeerConnection-getStats-timestamp.https.html | single tracking bug P5 REOPENED
1950948 [wpt-sync] Sync PR 50999 - webrtc wpt: assert that RTCIceTransport does not show remote candidates P4 RESOLVED
1951438 [wpt-sync] Sync PR 51051 - webrtc wpt: assert that getStats does not throw on a closed peerconnection P4 RESOLVED
1951546 Check for existing chromium milestone in update_default_config.sh -- RESOLVED
1951752 Intermittent /webrtc/legacy/onaddstream.https.html | single tracking bug P5 RESOLVED
1951798 Intermittent TV TEST-UNEXPECTED-FAIL | dom/media/tests/crashtests/791330.html | application timed out after 370 seconds with no output P5 NEW
1952265 [wpt-sync] Sync PR 51170 - webrtc wpt: test that addIceCandidate after close rejects P4 RESOLVED
1952339 Update libwebrtc to 135 -- RESOLVED
1952512 meet.google.com - Using Ubuntu X11 fails to recognise the camera P3 NEW
1952664 Firefox enforces TURN permissions but Chrome does not -- UNCONFIRMED
1952715 Intermittent WebRtcCodecModes/VideoConduitCodecModeTest.TestConfigureSendMediaCodecSimulcastAllScaling/0 | Expected equality of these values: P5 RESOLVED
1952753 Intermittent WebRtcCodecModes/VideoConduitCodecModeTest.TestReconfigureSendMediaCodecWhileTransmitting/0 | Expected equality of these values: P5 RESOLVED
1952881 Intermittent /webrtc/RTCRtpReceiver-video-anyCodec.html | single tracking bug P5 REOPENED
1953080 Update bundled PipeWire library -- RESOLVED
1953985 GetCapabilities does not return codecs with identical configuration to what is offered by default P2 RESOLVED
1954237 Add WPT test for relayProtocol and url in RTCIceCandidate constructor -- RESOLVED
1954655 Microsoft Teams fails to initialize -- RESOLVED
1954727 Intermittent /webrtc-identity/RTCPeerConnection-peerIdentity.https.html | single tracking bug P5 RESOLVED
1954903 Allow to use system libraries for gbm/drm/PipeWire instead of bundled -- RESOLVED
1955708 Intermittent LeakSanitizer | leak at ReadSequenceParam, Read, IPC::ReadResult, mozilla::dom::PContentChild::OnMessageReceived P5 RESOLVED
1957216 WebRTC: H264 codec seen as Telephone-event P3 NEW
1957588 "Blind spot" on enumerateDevice() that does not happen in other browsers P3 NEW
1957888 WAN connection needed for webrtc video streams from LAN -- RESOLVED
1958508 Update libgbm to new version 248edb43c32d8f66d624f1ec703668a01bf64413 from 2025-04-04 10:09:47 -- RESOLVED
1958638 memory leak and undefined behaviour in xdg_desktop_portal_utils.cc PrepareSignalHandle() -- UNCONFIRMED
1959245 Retire the experimental AV1 prefered pref for WebRTC codec selection P1 NEW
1959380 WebRTC call does not work with audio only on linkello.com -- RESOLVED
1959523 Perma [Tier 2] /webrtc/outbound-rtp-encoding-index.https.html | In simulcast, encodingIndex reflects index of sendEncodings - Test timed out | single tracking bug P5 RESOLVED
1959900 Do some house keeping in dom/media/webrtc to update files to comply with the style guide P3 NEW
1959992 Intermittent leakcheck | tab 3496 bytes leaked (MediaTransportHandler, MozPromise::ThenValueBase::ResolveOrRe, MozPromiseRefcountable, Mutex, nsSocketTransportService) P5 RESOLVED
1959993 Testcase generating and sending N empty messages on a webrtc channel is 18x slower in Firefox (N=500k) -- RESOLVED
1960529 Update libdrm to new version 43e8a3f86a8d578eb3accbca29021483d46f8479 from 2025-04-10 10:03:07 -- RESOLVED
1961543 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_grace.js | single tracking bug P5 NEW
1961544 Intermittent browser/base/content/test/webrtc/browser_WebrtcGlobalInformation.js (finished) | single tracking bug P5 NEW
1961981 Clean up JsepCodecDescription integration somewhat P3 RESOLVED
1962185 Intermittent /webrtc/RTCRtpTransceiver-setCodecPreferences.html | single tracking bug P5 RESOLVED
1962571 Screen Sharing Can Occasionally Crash P3 RESOLVED
1963145 [wpt-sync] Sync PR 52214 - webrtc stats: mark fecBytesReceived as not testable P4 RESOLVED
1963169 investigate and fix browser_devices_get_user_media.js and browser_devices_get_user_media_grace.js are almost perma failing on macosx 15.30 upgrade P3 NEW
1963327 Update libepoxy to new version bb7ddbc7bd1ee879ec50aa281dcb10cfaefb784c from 2025-04-29 08:25:24 -- RESOLVED
1963426 Testcase generating N RTCPeerConnection take 5 minutes in Firefox. Chrome imposes rate limits. (N=5000) P3 NEW
1963711 webrtc media stream low fps P3 UNCONFIRMED
1963852 Update libwebrtc to 136 -- RESOLVED
1963999 Perma [tier 2] TEST-UNEXPECTED-TIMEOUT | browser/base/content/test/webrtc/browser_devices_get_user_media_anim.js | single tracking bug P5 RESOLVED
1964066 PipeWire cameras raise NotAllowedError without prompting -- RESOLVED
1964103 no-op commit file for D242277 is named incorrectly -- RESOLVED
1964107 remove stale no-op commit file b396e2b159.no-op-cherry-pick-msg -- RESOLVED
1964549 Intermittent leakcheck | socket 40 bytes leaked (MediaTransportHandlerSTS::Destroy_s) P5 RESOLVED
1965400 Intermittent /webrtc/protocol/rtx-codecs.https.html | single tracking bug P5 RESOLVED
1965499 Implement MediaTrackSettings.screenPixelRatio P3 NEW
1965960 {Audio|Video}Conduit process packets for inactive receivers P1 RESOLVED
1966185 MediaPipeline processes packets for inactive receivers P2 RESOLVED
1966238 Remove our local SCK updates in favor of the upstreamed versions -- RESOLVED
1966491 prep_repo.sh and build_no_op_commits.sh both assume that upstream release branches actually branch -- RESOLVED
1966564 [rustc 1.89] Perma error: implicit autoref creates a reference to the dereference of a raw pointer P5 RESOLVED
1966760 Improve libepoxy related trampoline files for libwebrtc commit 839b657b18 -- RESOLVED
1967007 fix the name of the resume file for elm_rebase.sh to match the other resume files -- RESOLVED
1967308 [wpt-sync] Sync PR 52644 - webrtc: add WPT for turn server username length restriction P4 RESOLVED
1967834 improve the moz.build generation for libwebrtc -- RESOLVED
1967893 outbound-rtp stats should appear when the sender is STABLE not on first packet sent P1 RESOLVED
1967991 Rouge sharing indicator when spoofing Chrome (solved) P3 NEW
1968812 Make it possible to use Canonicals on CallWorkerThread P2 RESOLVED
1969293 Support transferring RTC data channels to dedicated Workers P2 RESOLVED
1969300 Intermittent /webrtc/RTCPeerConnection-addTransceiver-renegotiation.https.html | single tracking bug P5 RESOLVED
1971044 Update libdrm to new version 76a1e97a9a7c29fa3035bb370d654791bdc23d90 from 2025-06-08 14:27:53 -- RESOLVED
1971201 Update libwebrtc to 137 -- RESOLVED
1971571 vendor-libwebrtc.py fails on the stock version of python on macOS 15.5 P2 RESOLVED
1971745 [wpt-sync] Sync PR 53020 - Rudimentary testing that getParameters returns header extensions. P4 RESOLVED
1971998 [wpt-sync] Sync PR 53113 - Rudimentary testing that reciever getParameters does header extensions P4 RESOLVED
1972147 Crash in [@ mozilla::safebrowsing::LookupCacheV4::ApplyUpdate] -- RESOLVED
1972995 Improve naming of webrtc runnables P3 RESOLVED
1973045 Constructor does not initialize these fields: mConfiguredDegradationPreference P3 RESOLVED
1973144 Update third_party/libwebrtc/tools/grit to the latest version -- NEW
1973145 Review the third_party/libwebrtc/moz-patch-stack/0091.patch file to remove the "import six" -- NEW
1973146 Update third_party/chromium to the latest version -- NEW
1973420 RTCPeerConnection.sctp.maxMessageSize is 0 P2 RESOLVED
1973646 Update libwebrtcglue/WebrtcLocation.h to use std::source_location when available P3 NEW
1973648 Add/document convenient way of overriding libwebrtc files P3 RESOLVED
1973701 Crash in [@ run_prefilter] P3 RESOLVED
1973945 Intermittent /webrtc/RTCPeerConnection-remote-track-mute.https.html | single tracking bug P5 NEW
1974285 Update restore_patch_stack.py and verify_vendoring.sh to also work in firefox git repo -- RESOLVED
1974452 Problem connecting to the TURN server behind a proxy -- UNCONFIRMED
1974459 0.18 - 0.16% installer size / installer size + 1 more (OSX) regression on Wed June 18 2025 -- RESOLVED
1974591 High frequency browser/base/content/test/webrtc/browser_devices_get_user_media_queue_request.js | notification panel open - | single tracking bug P5 NEW
1974598 Crash in [@ mozilla::MediaTransportParent::RecvGetIceStats] P3 NEW
1974813 Update third_party/chromium/build import to support v137 libwebrtc update -- RESOLVED
1975060 Stop relying on use_x11 in favor of ozone_platform_x11 since upstream will remove use_x11 -- RESOLVED
1975581 Typos in log messages in dom/media/webrtc/sdp/ParsingResultComparer.cpp P3 NEW
1975597 Typos in browser/base/content/test/webrtc/browser_devices_get_user_media_in_xorigin_frame.js -- UNCONFIRMED
1975764 Constant / high CPU usage from audio recording (microphone) icon looping crossfade animation on unfocused WebRTC tabs -- UNCONFIRMED
1975995 Crash [@ mozilla::RemoteTrackSource::GetSettings] P2 VERIFIED
1976715 Webrtc fails when split-tunnel VPN leads to packets with the wrong interface's source IP -- RESOLVED
1977305 Update libdrm to new version 15e174c1ed2426be3228eb595f942481cfcf5a90 from 2025-06-14 -- RESOLVED
1977655 teach vendor-libwebrtc.py how to skip directories when vendoring chromium build -- NEW
1977666 Remove unused third_party/chromium/build/sanitizers directory -- RESOLVED
1977715 Test bug, please ignore -- RESOLVED
1977739 Firefox crashes consistently when trying to access the webcam on Windows 11 24H2 (Build 26120) — in release 141.0.2, Nightly, and even with all sandboxes disabled and using a clean profile. -- RESOLVED
1978462 Update third_party/abseil-cpp to support v137 libwebrtc update -- RESOLVED
1978493 The chromium/build update added an unnecessary CR_SYSROOT_KEY define, that we should remove in gn_processor.py P2 RESOLVED
1978972 Intermittent WebRtcCodecModes/VideoConduitCodecModeTest.TestConfigureSendMediaCodecSimulcastOddResolution/0 | Expected equality of these values: P5 NEW
1979082 [wpt-sync] Sync PR 53957 - [WebRTC] Update WPT to allow DTLS 1.3 P4 RESOLVED
1979177 use_config_env.sh needs to export find_repo_type before the check for previously being run -- RESOLVED
1979376 exit status is always successful after parallization of gn_processor -- RESOLVED
1979807 add 'ac_add_options --enable-warnings-as-errors' to avoid missing build errors until try builds -- RESOLVED
1980173 Intermittent assertion failed: info.ignore_missing_pipeline [@ std::sys::backtrace::__rust_end_short_backtrace] | single tracking bug -- NEW
1980316 Intermittent linux asan Hit MOZ_CRASH(ContentParent not thread-safe) -- RESOLVED
1980410 fatal error: 'X11/Xlibint.h' file not found on OpenBSD after bug 1973648 P2 VERIFIED
1980418 [wpt-sync] Sync PR 54074 - Reland "webrtc: ensure tracks are muted initially and unmute when a packet arrives" P4 RESOLVED
1980479 Update libwebrtc to 138 -- RESOLVED
1980499 Consolidate build_override changes under third_party (related to libwebrtc and abseil-cpp) -- RESOLVED
1980804 RTCStatsIceCandidatePairState's `inprogress` does not match the spec P2 RESOLVED
1981040 New fields in RTCIceCandidatePairStats do not match WebRTC spec P2 RESOLVED
1981053 Add better messages around missing libwebrtc milestones when updating our default config file during libwebrtc updates -- RESOLVED
1981241 Update libdrm to new version d870a12c3abfe0d2347996c37784a34b37457b7a from 2025-08-01 11:22:18 -- RESOLVED
1981315 Intermittent assertion failed: info.ignore_missing_pipeline [@ RustMozCrash] | single tracking bug -- NEW
1981653 Update libgbm to new version ba6f731ead444ae3566b6affff6dcf5f8be08ced from 2025-08-06 17:41:40 -- RESOLVED
1982416 Perma [Tier-2] TEST-UNEXPECTED-FAIL | browser/base/content/test/webrtc/browser_devices_get_user_media_anim.js | single tracking bug P5 RESOLVED
1982470 Firefox fails to compile when targeting macOS 15.0+ due to obsoleted CGDisplay APIs in WebRTC and Widget code -- UNCONFIRMED
1982688 remove unused binary test data in third_party/abseil-cpp/absl/time/internal/cctz/testdata -- RESOLVED
1984260 Remove or update metrics expiring at the end of Firefox 144: webrtcdtls.* before Gecko version gets increase to 145 on 2025-09-15 -- RESOLVED
1984498 Remove libwebrtc patch-stack changes for tools/ directory -- RESOLVED
1984627 Make webrtc/pipewire honor the "is-default" camera property -- NEW
1984723 upstream libwebrtc commit 3cc68ec32e should allow removing a patch from our patch-stack -- RESOLVED
1984994 Permanent failure TEST-UNEXPECTED-FAIL | dom/media/tests/crashtests/1490700.html | load failed: timed out waiting for reftest-wait to be removed with macOS 15.30 on arm64 P3 NEW
1985108 libwebrtc patches for clang8/gcc8 can be removed now that our minimums are clang17/gcc10 -- RESOLVED
1985110 Remove libwebrtc patches for testing directory -- RESOLVED
1985256 The audio quality is intermittently raspy or interrupted for/from Ubuntu 22 participant in Facebook call -- NEW
1985270 Camera not found P3 RESOLVED
1985321 remove some libwebrtc patches that can use libwebrtc_overrides -- RESOLVED
1985396 Update libwebrtc to 139 -- RESOLVED
1985528 Perma [tier 2] browser/base/content/test/webrtc/browser_devices_get_user_media_by_device_id.js | application timed out after 370 seconds with no output | single tracking bug P5 NEW
1985539 [wpt-sync] Sync PR 54545 - Add WPT for simulcast outbound-rtp lifetime bugfix. P4 RESOLVED
1985546 Perma TEST-UNEXPECTED-PASS | /webrtc/protocol/rtp-demuxing.html | Can demux two video tracks with different payload types on a bundled connection - expected FAIL | single tracking bug P5 RESOLVED
1985728 [wpt-sync] Sync PR 54559 - WPT drive-by fixes: fix add_cleanup() mistakes. P4 RESOLVED
1985729 [wpt-sync] Sync PR 54560 - Update hardware-capability-stats WPT not to assume premature RTP stats. P4 RESOLVED
1985975 [wpt-sync] Sync PR 54590 - Disable/fix tests to unblock WebRTC roll to make them pass. P4 RESOLVED
1986251 [wpt-sync] Sync PR 54616 - Add WPT for inbound-rtp existing for early media use cases. P4 RESOLVED
1986854 6.79 - 6.79% youtube-watch FirstVisualChange / youtube-watch FirstVisualChange (Android) regression on Mon August 25 2025 -- RESOLVED
1986857 Crash in [@ mozilla::VideoFrameConverterImpl<T>::ProcessVideoFrame::<T>::operator()] P3 NEW
1987718 [wpt-sync] Sync PR 54772 - Split RTCDataChannel-send-close.html web test to avoid timeouts P4 RESOLVED
1987928 Intermittent /webrtc-stats/getStats-remote-candidate-address.html | single tracking bug P5 NEW
1988042 Cherry-pick upstream libwebrtc commits 203aa90741 and 5bed8aa1d1 to fix issues with BSD support -- RESOLVED
1988047 Error messaging is poor when generating gn configs fails -- RESOLVED
1988096 Sending data over an RTCDataChannel sometimes fails for an operation-specific reason -- UNCONFIRMED
1988557 Intermittent /webrtc/RTCDataChannel-send.html | single tracking bug P5 RESOLVED
1988669 To avoid patch-stack churn due to reordering, handle the pre-stack patches from the normal patches -- RESOLVED
1988670 Fix a couple libwebrtc patch-stack hygiene issues -- RESOLVED
1989413 [wpt-sync] Sync PR 54931 - Split RTCDataChannel-send-close* web tests even more to avoid timeouts P4 RESOLVED
1989482 Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_camera_preview.js | single tracking bug P5 NEW
1989731 Perma [tier 2] browser/base/content/test/webrtc/browser_devices_get_user_media_camera_preview.js | application timed out after 370 seconds with no output P5 NEW
1990353 Intermittent /webrtc-identity/idlharness.https.window.html | single tracking bug P5 RESOLVED
1990395 build_no_op_commits.sh should validate sha's found in commit messages -- RESOLVED
1990526 fix libwebrtc release branch commit 1ab982fa34 with proper set of revert commits to avoid update conflicts -- RESOLVED
1990722 verify_vendoring.sh git support lists too many candidate commits when listing guidance for extract-for-git.py -- RESOLVED
1990729 Don't #include identity.h when compiling libwebrtc as C++20 P3 RESOLVED
1991244 third_party/abseil-cp p/absl/base/internal/unscaledcycleclock.cc:87: undefined reference to `__ppc_get _timebase_freq' -- RESOLVED
1991365 C++20 designated initializer list requires CodecOverrides to be an aggregate type P3 RESOLVED
1991492 Crash [@ linux-gate.so.1+0x579] P2 VERIFIED
1991494 Crash [@ MOZ_CrashSequence] P2 VERIFIED
1991568 Firefox sends UDP packets (WebRTC datachannel) larger than the MTU when a VPN is connected P2 UNCONFIRMED
1991825 Intermittent Hit MOZ_CRASH(Redirecting call to abort() to mozalloc_abort | in test_getUserMedia_audioConstraints.html P5 NEW
1992261 [wpt-sync] Sync PR 55192 - webrtc wpt: make mute/unmute tests more robust P4 RESOLVED
1992397 Perma [tier 2] TEST-UNEXPECTED-PASS | /webrtc/outbound-rtp-encoding-index.https.html | encodingIndex is undefined for audio streams - expected NOTRUN P5 RESOLVED
1992439 Restore mozilla patch-stack patch s0122.patch that was accidentally deleted -- RESOLVED
1992708 WebRTC DTLS1.3 to enable sending a PQ key share in Release P2 NEW
1993083 Update libwebrtc to 140 -- RESOLVED
1993684 [Late Beta] Perma dom/media/webrtc/tests/mochitests/test_peerConnection_glean.html | Expected 2 connections using ECDH Hybrid - got +0, expected 2 when Gecko 145 switches to Late Beta on 2025-10-24 -- RESOLVED
1993996 [wpt-sync] Sync PR 55390 - webrtc wpt: add tests for direction handling P4 NEW
1994253 Update libdrm to new version f7013effc3a2055f967c99d1858d48aad2751e2d from 2025-10-14 18:44:17 -- NEW
1994630 Build failure in webrtc on OpenBSD/arm64 since bug 1988042 -- ASSIGNED
1994640 Perma [tier 2] browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js | Test timed out - | single tracking bug P5 NEW
1994652 Perma [tier 2] browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_in_frame.js | Test timed out - | single tracking bug P5 NEW
1994729 [wpt-sync] Sync PR 55476 - webrtc: dont fire track events for stopped transceivers P4 NEW
1994780 New webtc form bug 1993083 causes build error in gentoo -- UNCONFIRMED

6518 Total; 656 Open (10.06%); 5683 Resolved (87.19%); 179 Verified (2.75%);