tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

RTCPeerConnection-GC.https.html.ini (478B)


      1 [RTCPeerConnection-GC.https.html]
      2  prefs:
      3    # hw codecs disabled due to bug 1526207
      4    if os == "android": [media.navigator.mediadatadecoder_vpx_enabled:false, media.webrtc.hw.h264.enabled:false]
      5  expected:
      6    if (os == "win") and (processor == "x86_64") and debug and not swgl: [OK, CRASH]
      7    if (os == "win") and (processor == "x86_64") and not debug: [OK, CRASH]
      8    if (os == "win") and (processor == "x86"): [OK, CRASH]
      9    if isolated_process: CRASH
     10  bug: 1709960