Randell Jesup
|
bddc272e14
|
Bug 1109338: Part 2: Sharing UDPSocket between PNecko and PBackground r=bent
|
2015-05-29 10:14:14 -04:00 |
|
Randell Jesup
|
3401cf51d7
|
Bug 1145354: Add SingletonThreadHolder for media/mtransport, and use it for mtransport IPC IO r=bwc
(also includes Bug 1109338: Part 4 r=bwc)
|
2015-05-29 10:13:33 -04:00 |
|
Mike Hommey
|
4245f5c436
|
Bug 991983 - Define SOURCES as SourcePath. r=gps
|
2015-05-28 07:34:15 +09:00 |
|
Nathan Froyd
|
ac7e1768b8
|
Bug 1116905 - part 1 - remove dependence on implicit conversion from T* to TemporaryRef<T>, non-gfx changes; r=ehsan
|
2015-04-30 15:17:08 -04:00 |
|
Eric Rahm
|
bac140c6c1
|
Bug 1165515 - Part 1: Convert PR_LOG to MOZ_LOG. r=froydnj
|
2015-05-21 13:22:04 -07:00 |
|
Eric Rahm
|
32b4ff6b18
|
Bug 1165518 - Part 2: Replace prlog.h with Logging.h. rs=froydnj
|
2015-05-19 11:15:34 -07:00 |
|
Felix Janda
|
90108343b6
|
Bug 1152185 - Include port/generic/include also for mtransport/test and webrtc/signaling/test. r=ekr
|
2015-04-16 23:03:11 +02:00 |
|
Byron Campen [:bwc]
|
d3a93e1c5f
|
Bug 1096795 - Put a=rtcp in SDP when gathering ends. r=mt
|
2015-05-08 15:52:41 -07:00 |
|
Ehsan Akhgari
|
8485cab82c
|
Bug 1157057 - Rewrite the handling of the nsITimer object in nrappkitTimerCallback; r=ekr
This patch makes the code use smart pointers more for dealing with
the nsITimer object, and it also avoid an unneeded AddRef and
Release pair.
|
2015-05-15 08:39:54 -04:00 |
|
Eric Rahm
|
eeb24082ab
|
Bug 1164622 - Part 2: Wrap expensive calls in PR_LOG_TEST. r=ekr
Avoid using a stringstream if the given log level is not enabled.
|
2015-05-14 10:13:24 -07:00 |
|
Eric Rahm
|
cd83c06ab1
|
Bug 1164622 - Part 1: Remove instances of #ifdef PR_LOGGING in media. r=froydnj
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
|
2015-05-14 10:13:24 -07:00 |
|
Nils Ohlmeier [:drno]
|
da58b3ed89
|
Bug 1131779: 403 on permission request no longer invalidates the whole TURN relay. r=bwc
|
2015-05-08 11:59:52 -07:00 |
|
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 |
|