Backed out 2 changesets (bug 1588817) for mochitest failures on test_presentation_datachannel_sessiontransport.

Backed out changeset 0dfb81870b77 (bug 1588817)
Backed out changeset 0ad3a238b0e8 (bug 1588817)

--HG--
extra : rebase_source : 7dd5002242fa2a1f670e208981c6cce03006817a
This commit is contained in:
Cosmin Sabou 2019-11-05 18:44:01 +02:00
parent a35ea86333
commit 75352339d2
2 changed files with 1 additions and 9 deletions

View File

@ -484,12 +484,7 @@ pref("media.videocontrols.picture-in-picture.video-toggle.always-show", false);
pref("media.peerconnection.ice.trickle_grace_period", 5000); pref("media.peerconnection.ice.trickle_grace_period", 5000);
pref("media.peerconnection.ice.no_host", false); pref("media.peerconnection.ice.no_host", false);
pref("media.peerconnection.ice.default_address_only", false); pref("media.peerconnection.ice.default_address_only", false);
// See Bug 1581947 for Android hostname obfuscation pref("media.peerconnection.ice.obfuscate_host_addresses", false);
#if defined(MOZ_WIDGET_ANDROID)
pref("media.peerconnection.ice.obfuscate_host_addresses", false);
#else
pref("media.peerconnection.ice.obfuscate_host_addresses", true);
#endif
pref("media.peerconnection.ice.proxy_only_if_behind_proxy", false); pref("media.peerconnection.ice.proxy_only_if_behind_proxy", false);
pref("media.peerconnection.ice.proxy_only", false); pref("media.peerconnection.ice.proxy_only", false);
pref("media.peerconnection.turn.disable", false); pref("media.peerconnection.turn.disable", false);

View File

@ -1,7 +1,4 @@
[RTCDataChannel-send.html] [RTCDataChannel-send.html]
disabled:
if os == "windows" and bits == '32': https://bugzilla.mozilla.org/show_bug.cgi?id=1594018
[Calling send() up to max size should succeed, above max size should fail] [Calling send() up to max size should succeed, above max size should fail]
expected: FAIL expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1278299 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1278299