Commit Graph

443 Commits

Author SHA1 Message Date
Karl Tomlinson
ccac10c97f Bug 1156621 - Don't assume --without-system-nspr. r=glandium 2015-04-21 18:06:33 +12:00
Byron Campen [:bwc]
a7d6965c19 Bug 1152137 - Part 2: Remove attributes that could not be initted properly instead of just freeing them. r=ekr 2015-04-08 16:18:39 -07:00
Byron Campen [:bwc]
d570fe7dc5 Bug 1152137 - Part 1: Test case. r=ekr 2015-04-08 16:18:00 -07:00
EKR
480c7ce21e Bug 1151080: Rewrite NR_async_timer_set(0) to use direct dispatch. r=mt 2015-04-16 06:33:49 -07:00
Ryan VanderMeulen
9feefd9d6d Merge inbound to m-c. a=merge 2015-04-09 22:43:57 -04:00
Randall Barker
d023fe22e2 Bug 1101651 - Part 2: Enable WebRTC unit tests to be built using standalone WebRTC library. r=jesup 2015-04-09 09:15:00 -04:00
Dragana Damjanovic
5487d8f5d2 Bug 935838 - Add per app network traffic statistics to the UDP socket. r=sicking, r=mayhemer 2015-04-08 15:35:00 -04:00
Byron Campen [:bwc]
ddcf161624 Bug 1150966: Check whether |streams_| is null on stats methods in NrIceMediaStream. r=drno 2015-04-03 11:13:44 -07:00
Martin Thomson
7b12c6b26b Bug 996238 - ALPN support for WebRTC. r=ekr 2015-04-01 11:21:06 -07:00
Martin Thomson
c792a525fe Bug 996238 - Reformat gtest_utils.h. r=ekr 2015-04-01 11:21:06 -07:00
Wes Kocher
0a8aa0bd2c Backed out changeset d02fb013d5b7 (bug 1101651) 2015-04-02 13:42:29 -07:00
Wes Kocher
6c5e0c04b5 Backed out changeset 4c9711732a18 (bug 1101651) 2015-04-02 13:41:58 -07:00
Ehsan Akhgari
6bd2c2852f Bug 1101651 - Mark the constructor of WebRTC's ScopedXPCOM as explicit
Landed on a CLOSED TREE in order to fix build bustage.
2015-04-02 16:32:11 -04:00
Randall Barker
e76b2e5bfe Bug 1101651 - Part 2, Enable WebRTC unit tests to be built using standalone WebRTC library r=jesup 2015-04-02 12:14:46 -07:00
Mike Hommey
ee117642af Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd 2015-04-01 13:51:45 +09:00
Byron Campen [:bwc]
f9a911e015 Bug 1149298 - Part 3: Fire end of candidates signal when StartGathering has nothing to do, and only call StartGathering once per offer/answer. r=drno 2015-03-30 16:32:51 -07:00
Byron Campen [:bwc]
010c73039c Bug 1149298 - Part 2: When destroying a candidate, ensure that the ice_ctx doesn't continue waiting for it to init. r=drno 2015-03-30 15:22:28 -07:00
Byron Campen [:bwc]
05f7281084 Bug 1149298 - Part 1: Test cases. r=drno 2015-03-30 15:46:49 -07:00
EKR
27f750c2c8 Bug 1149240 - Write unit test for no digests. r=mt 2015-03-30 11:09:59 -07:00
Byron Campen [:bwc]
14a1b14cc9 Bug 1146462: Close ICE transports when m-sections are disabled. r=drno 2015-03-23 16:56:08 -07:00
Andrea Marchesini
94545cbb2e Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
Ehsan Akhgari
5cccea6f0f Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Byron Campen [:bwc]
2fac9119ff Bug 1144933: Only check that remote candidate is loopback in TestLoopbackOnlySortOf. r=drno 2015-03-18 16:34:50 -07:00
Byron Campen [:bwc]
544b1b4876 Bug 1136252 - Part 1: Increase the number of instances of signaling_unittests that can be run in parallel. r=mt 2015-03-06 15:16:38 -08:00
Nils Ohlmeier [:drno]
194fdd8ba5 Bug 1136051 - component_insert_pair statrs checks only while we are still checking or haven't started pairing; r=bwc 2015-03-13 13:01:28 +01:00
Ryan VanderMeulen
6a29d99f87 Backed out changeset a1d51e3fea63 (bug 935838) for B2G test_udpsocket.html timeouts.
CLOSED TREE
2015-03-09 16:35:06 -04:00
Dragana Damjanovic
82e64af87e Bug 935838 - Add per app network traffic statistics to the UDP socket. r=sicking, r=mayhemer 2015-03-06 06:38:00 -05:00
EKR
55ed4fbd1d Bug 1139144 - Remove unused empty() definition from databuffer.h. r=mt 2015-03-03 12:49:37 -08:00
Byron Campen [:bwc]
19bef299bd Bug 1137932: Unwind the stack before starting the DTLS handshake. r=mt 2015-02-27 15:17:23 -08:00
Martin Thomson
d28a584b67 Bug 1115483 - Accept a match on any a=fingerprint value. r=ekr 2015-01-12 15:53:59 -08:00
Felix Janda
90f0589539 Bug 1130175 - nICEr: avoid sysctl.h include. r=bwc 2015-02-05 22:24:20 +01:00
Ehsan Akhgari
fce72f0392 Bug 1135753 - Mark some overridden virtual functions in WebRTC as MOZ_OVERRIDE; r=mt 2015-02-24 09:51:57 -05:00
Martin Thomson
88bc2eb495 Bug 1132813 - Enabling DTLS 1.2 for WebRTC, r=abr 2015-02-21 10:35:21 +13:00
Byron Campen [:bwc]
75c217fe3a Bug 1017888 - Part 2: Testing for renegotiation. r=mt, r=drno 2015-02-10 10:17:03 -08:00
Byron Campen [:bwc]
f57e11b2da Bug 1017888 - Part 1: Renegotiation support. r=mt, r=smaug 2014-12-10 15:53:54 -08:00
Martin Thomson
289f020fd9 Bug 1129791 - Check connection state rather than context state. r=ekr 2015-02-05 17:18:57 +11:00
Nicholas Nethercote
ee41df7dc2 Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
Andrew McCreight
1ee96e7527 Back out Bug 1127201 (part 2) for various problems. 2015-02-06 15:04:32 -08:00
Nicholas Nethercote
0a02b5d31c Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo. 2015-02-04 20:05:36 -08:00
Nils Ohlmeier [:drno]
2806379310 Bug 1120065 - unit test for TURN deallocation. r=bwc 2015-01-30 12:36:00 +01:00
Nils Ohlmeier [:drno]
787cb49674 Bug 1120065 - release TURN resources on PC release. r=bwc 2015-01-27 01:18:00 +01:00
Nils Ohlmeier [:drno]
712c121e15 Bug 1120065 - removed dead function nr_ice_candidate_destroy_cb. r=bwc 2015-01-23 13:47:00 +01:00
Byron Campen [:bwc]
30e41b06e1 Bug 1099414: Ensure that NrSocketIpc is destroyed on STS, for consistency. r=ekr 2014-12-23 16:22:02 -08:00
Byron Campen [:bwc]
4398be0f85 Bug 1099414: Use RefPtr logic instead of delete when nr_socket_local_create fails. r=ekr 2014-11-14 15:58:56 -08:00
Byron Campen [:bwc]
b0a72b6229 Bug 1126036: Queue runnables for starting gathering and checking in PCMedia until the proxy lookup is complete. r=mt 2015-01-26 15:24:37 -08:00
Byron Campen [:bwc]
2b46ab7a25 Bug 949703 - Part 2: Consolidate the two copies of DummySocket we have floating around. r=drno 2014-12-19 11:11:02 -08:00
6835d07c00 Bug 949703 - Part 1: Use HTTP proxy for WebRTC TURN/TCP r=ekr 2015-01-21 16:26:00 -08:00
Wes Kocher
1256697bfb Backed out 2 changesets (bug 949703) for mochitest-e10s-3 orange
Backed out changeset 6f5a7adab265 (bug 949703)
Backed out changeset 7933aeabf6bd (bug 949703)
2015-01-21 17:15:02 -08:00
Byron Campen [:bwc]
2f47f1c8f7 Bug 949703 - Part 2: Consolidate the two copies of DummySocket we have floating around. r=drno 2014-12-19 11:11:02 -08:00
543ee9a01e Bug 949703 - Part 1: Use HTTP proxy for WebRTC TURN/TCP r=ekr 2015-01-18 11:51:00 -08:00