gecko-dev/dom
Dan Minor b07a76f4bd Bug 1554976 - Obfuscate default rtp and rtcp candidates if required; r=ng
The default RTP candidate is used to populate the c= line in SDP. Rather than
using the mDNS address, which sipcc can not parse, we use 0.0.0.0:9, which is
what Chromium has chosen as well [1].

For RTCP, the mDNS obfuscated address is used.

[1] https://webrtc.googlesource.com/src.git/+/3ae59d33a310280e2f21ed4c53849950171e48e8

Differential Revision: https://phabricator.services.mozilla.com/D38498

--HG--
extra : moz-landing-system : lando
2019-08-28 13:11:42 +00:00
..
abort Backed out 22 changesets (bug 1231213) for Browser-chrome failures on /workers/remoteworkers/RemoteWorkerChild.cpp 2019-08-15 01:04:46 +03:00
animation Bug 1575926 - Check that we have a target in CalculateCumulativeChangeHint. r=hiro 2019-08-26 09:08:22 +00:00
audiochannel Bug 1565689 - part4 : notify controller about media active state and audible state changed from content processes. r=baku 2019-08-08 20:01:19 +00:00
base Bug 1554498 - followup: Add a null-check since XBL can call into UnbindFromTree at odd times. a=Aryx,btara 2019-08-28 13:45:38 +02:00
battery
bindings Bug 921496 part 2. Remove NavigatorProperty. r=peterv 2019-08-26 19:00:04 +00:00
broadcastchannel
browser-element Bug 1574915 - Fix useless try-catch issues in dom/. r=hsivonen 2019-08-19 17:02:54 +00:00
cache Bug 1563023 - Part 3: Change client usage type to support the null value; r=asuth 2019-08-22 20:52:09 +00:00
canvas Backed out changeset f69e1e9da360 (bug 1565991) for failing in test_createPattern_broken.html 2019-08-27 19:23:31 +03:00
chrome-webidl Backed out 6 changesets (bug 1564968) by yzen's request CLOSED TREE 2019-08-28 16:06:23 +03:00
clients Bug 1561015: Part 2 - Return BrowsingContext from openWindow2. r=bzbarsky 2019-08-02 20:48:40 +00:00
commandhandler Bug 1574627 - Fix some "disbaled" typos. DONTBUILD r=njn 2019-08-16 23:23:05 +00:00
console Backed out 22 changesets (bug 1231213) for Browser-chrome failures on /workers/remoteworkers/RemoteWorkerChild.cpp 2019-08-15 01:04:46 +03:00
credentialmanagement Bug 1569262 - Rename nsIDocShellTreeItem::GetRootTreeItem to GetInProcessRootTreeItem for Fission marking. r=nika 2019-08-07 19:24:00 +00:00
crypto
debugger
docs Bug 1571407 - Add initial code style document for DOM Workers & Storage team r=ttung,asuth,edenchuang 2019-08-27 16:19:27 +00:00
encoding Bug 1574892 - Make a reused TextDecoder apply the original BOM policy. r=annevk 2019-08-20 07:54:02 +00:00
events Bug 1572939 - part1 : allow user inputs on editable content to activate document. r=masayuki 2019-08-27 04:45:05 +00:00
fetch Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug 2019-08-21 13:24:45 +00:00
file Bug 1559489, part 4 - Remote-to-local window transplanting. r=tcampbell,bzbarsky 2019-08-13 19:09:59 +00:00
filehandle
filesystem Bug 1570369 - Part 7: Use IPDL refcounted for PFileSystemRequest, r=baku 2019-08-08 16:46:37 +00:00
flex
gamepad Bug 1574996 - Fix broken VRPose arrays. r=kip 2019-08-20 18:34:24 +00:00
geolocation Bug 1575420 - Replace MOZ_WIDGET_TOOLKIT value of "gtk3" with "gtk". r=froydnj 2019-08-21 12:25:42 +00:00
grid Bug 1519958 - Refactor grid types to preserve repeat() at computed value time and use cbindgen. r=mats,boris 2019-08-05 22:13:21 +02:00
html Bug 1554498 - Don't use nsIMutationObserver for ShadowRoot. r=smaug 2019-08-27 22:10:46 +00:00
imptests Bug 1556637 - Replace all mozDumpDebugInfo calls r=jya,jib 2019-08-14 20:32:31 +00:00
indexedDB Bug 1562264 - Update skip-if annotations, r=kmag 2019-08-23 16:05:08 +00:00
interfaces Backed out 4 changesets (bug 1510569) for causing build bustage on a CLOSED TREE 2019-08-21 22:55:43 +03:00
ipc Backed out changeset 20abb86e0049 (bug 1559841) for several fission regressions, e.g. bug 1576413. a=backout,kmag 2019-08-27 22:26:15 +02:00
jsurl
l10n Bug 1570239 - GenerateMessages in Localization.webidl shouldn't take locales parameter. r=Pike 2019-07-31 18:04:09 +00:00
locales Bug 1575542 - Add counter and warnings for deprecated MathML lengths. r=emilio 2019-08-22 06:29:26 +00:00
localstorage Bug 1563023 - Part 4: Get rid of custom usage tracking in LS by using client usage tracked by QM; r=asuth 2019-08-23 04:46:14 +00:00
manifest Bug 1575140 - Manifest ImageResource sizes should be an array r=baku 2019-08-21 10:29:16 +00:00
mathml Bug 1575542 - Add counter and warnings for deprecated MathML lengths. r=emilio 2019-08-22 06:29:26 +00:00
media Bug 1554976 - Obfuscate default rtp and rtcp candidates if required; r=ng 2019-08-28 13:11:42 +00:00
messagechannel
midi
network
notification Bug 1570674 - Default to "Never Allow" for notification permission prompt denials. r=Ehsan 2019-08-22 16:24:56 +00:00
offline
payments Bug 1572155 - Make validationURL use baseURI r=marcosc 2019-08-20 03:45:58 +00:00
performance Backed out 22 changesets (bug 1231213) for Browser-chrome failures on /workers/remoteworkers/RemoteWorkerChild.cpp 2019-08-15 01:04:46 +03:00
permission
plugins Bug 1575420 - Replace MOZ_WIDGET_TOOLKIT value of "gtk3" with "gtk". r=froydnj 2019-08-21 12:25:42 +00:00
power
presentation Bug 1571466 - Cleanup unnecessary ESLint global definitions. r=mossop 2019-08-19 07:11:56 +00:00
prio
promise
prototype Bug 1571530 - Cleanup slightly SheetComplete, and use the right boolean to notify. r=heycam 2019-08-16 10:56:16 +00:00
push Bug 1531303 - Refactored tests using PermissionManager URI methods to use PermissionTestUtils. r=johannh 2019-08-15 14:32:48 +00:00
quota Bug 1576453 - Fix a problem with unused variable in non-nightly builds; r=asuth 2019-08-25 17:39:17 +00:00
reporting
res
script Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug 2019-08-21 13:24:45 +00:00
security Bug 1576814 - These tests are currently failing for fission r=kmag 2019-08-27 23:42:25 +00:00
serviceworkers Bug 1562264 - Update skip-if annotations, r=kmag 2019-08-23 16:05:08 +00:00
simpledb Bug 1563023 - Part 3: Change client usage type to support the null value; r=asuth 2019-08-22 20:52:09 +00:00
smil
storage Bug 1570644 - Part 1: Fix a regression caused by bug 1556812; r=asuth 2019-08-19 10:24:39 +02:00
svg Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug 2019-08-21 13:24:45 +00:00
system Bug 1575420 - Replace MOZ_WIDGET_TOOLKIT value of "gtk3" with "gtk". r=froydnj 2019-08-21 12:25:42 +00:00
tests Bug 1576814 - These tests are currently failing for fission r=kmag 2019-08-27 23:42:25 +00:00
u2f
url Backed out 2 changesets (bug 1558915) for causing bustages. CLOSED TREE 2019-08-02 12:17:42 +03:00
vr Bug 1574682 - Implement VREventObserver::NotifyEnumerationCompleted r=imanol 2019-08-23 06:30:56 +00:00
webauthn Backed out 2 changesets (bug 1558915) for causing bustages. CLOSED TREE 2019-08-02 12:17:42 +03:00
webbrowserpersist Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-08-13 07:15:25 +00:00
webgpu
webidl Bug 921496 part 1. Remove the one consumer of NavigatorProperty. r=peterv 2019-08-26 18:56:34 +00:00
websocket Bug 1576814 - Skip tests that timeout r=kmag 2019-08-27 19:07:43 +00:00
workers Bug 1576814 - Skip tests that timeout r=kmag 2019-08-27 19:07:43 +00:00
worklet Bug 1473463 evaluate worklet scripts as modules without support for nested import r=baku 2019-08-13 11:10:23 +00:00
xbl Bug 1575420 - Replace MOZ_WIDGET_TOOLKIT value of "gtk3" with "gtk". r=froydnj 2019-08-21 12:25:42 +00:00
xhr Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug 2019-08-21 13:24:45 +00:00
xml Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug 2019-08-21 13:24:45 +00:00
xslt Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug 2019-08-21 13:24:45 +00:00
xul Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug 2019-08-21 13:24:45 +00:00
jar.mn
moz.build Bug 1575420 - Replace MOZ_WIDGET_TOOLKIT value of "gtk3" with "gtk". r=froydnj 2019-08-21 12:25:42 +00:00