Jan-Ivar Bruaroey
|
8445c931e6
|
Bug 947665 - jitter stat. r=abr
|
2014-01-15 17:29:43 -05:00 |
|
Jan-Ivar Bruaroey
|
24b32ffa3d
|
Bug 947665 - SSRC stat. r=abr
|
2014-01-15 09:12:50 -05:00 |
|
Byron Campen [:bwc]
|
1ff222c375
|
Bug 906990: Part 14. Catch exceptions thrown by getStats, since this can fail in fairly innocuous circumstances. Also, do a better job of error reporting when the stats API is used on a closed PeerConnection. r=jib
|
2014-01-09 16:03:19 -08:00 |
|
Byron Campen [:bwc]
|
1492d9d112
|
Bug 906990: Part 13. Get local/remote candidates separately, instead of grabbing them from candidate pairs (means we can get candidates before pairing happens). r=ekr
|
2013-11-13 13:49:33 -08:00 |
|
Byron Campen [:bwc]
|
6c4d80ca56
|
Bug 906990: Part 12. Report statistics from all components when the MediaStreamTrack is not specified. r=ekr, r=jib
|
2014-01-14 08:48:27 -08:00 |
|
David Keeler
|
648d25a19a
|
bug 957368 - standardize and simplify nsNSSShutDownObject implementations r=cviecco r=briansmith
|
2014-01-14 09:28:43 -08:00 |
|
Ryan VanderMeulen
|
6da9369032
|
Backed out changesets bb7097d12256, 5e6c7217e92a, and 6779278f87df (bug 884573) and changeset 30e1a793fbf9 (bug 878941) for Cpp unit test failures.
|
2014-01-14 11:43:48 -05:00 |
|
Martin Thomson
|
2bc58720fc
|
Bug 884573 - Add a=identity support for sipcc. r=abr
|
2014-01-08 11:55:04 -08:00 |
|
Ryan VanderMeulen
|
1b31e70c16
|
Backed out changesets f04c846c7492, 9bc5c5a8554e, and a4f2af4617da (bug 906990) for WebRTC mochitest failures.
CLOSED TREE
|
2014-01-13 10:53:40 -05:00 |
|
Byron Campen [:bwc]
|
ed5795c185
|
Bug 906990: Part 14. Catch exceptions thrown by getStats, since this can fail in fairly innocuous circumstances. Also, do a better job of error reporting when the stats API is used on a closed PeerConnection. r=ekr, r=jib
|
2014-01-09 16:03:19 -08:00 |
|
Byron Campen [:bwc]
|
33fcba8628
|
Bug 906990: Part 13. Get local/remote candidates separately, instead of grabbing them from candidate pairs (means we can get candidates before pairing happens). r=ekr
|
2013-11-13 13:49:33 -08:00 |
|
Byron Campen [:bwc]
|
deb10c6eab
|
Bug 906990: Part 12. Report statistics from all components when the MediaStreamTrack is not specified. r=ekr
|
2014-01-10 13:21:39 -08:00 |
|
Byron Campen [:bwc]
|
8ca6d31541
|
Bug 786234 - Part 1: Set up the interface we need with sipcc to get the information to build filters. r=abr
|
2013-12-19 17:00:56 -08:00 |
|
Byron Campen [:bwc]
|
f49a130874
|
Bug 949708 - Dump RLogRingBuffer on test failures in ice_unittest. r=ekr
|
2014-01-03 13:36:37 -08:00 |
|
Ehsan Akhgari
|
1b83407ce9
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Martin Thomson
|
da6e334879
|
Bug 946348 - Refactor fingerprint handling. r=abr
|
2014-01-02 10:50:14 -05:00 |
|
Ms2ger
|
fc0c5d7215
|
Bug 950143 - Remove the implicit conversion operator from nsIntSize to IntSize; r=roc
|
2013-12-31 10:06:12 +01:00 |
|
Wes Kocher
|
3f7a546e4f
|
Merge inbound to m-c
|
2013-12-19 18:58:45 -08:00 |
|
EKR
|
cba8b59afa
|
Bug 952102 - Fix VideoConduit unit tests. r=jesup
DONTBUILD
|
2013-12-19 09:31:35 -05:00 |
|
Ryan VanderMeulen
|
bbd26b496f
|
Backed out changeset 2504e03f6eec (bug 952102) for landing with the wrong bug number.
|
2013-12-19 11:09:57 -05:00 |
|
EKR
|
0e1da61f18
|
Bug 952103 - Fix VideoConduit unit tests. r=jesup
|
2013-12-19 09:31:35 -05:00 |
|
Adam Roach [:abr]
|
cefb282dcf
|
Bug 784491 - Part 1: Add constraints to addStream r=jib
|
2013-12-18 13:54:23 -06:00 |
|
Ryan VanderMeulen
|
49b36e09e5
|
Backed out changeset cffe18264682 (bug 946348) for Windows bustage.
|
2013-12-19 12:37:46 -05:00 |
|
Martin Thomson
|
a93024f6ee
|
Bug 946348 - Refactoring fingerprint handling. r=abr
|
2013-12-19 11:42:19 -05:00 |
|
Ehsan Akhgari
|
9f8c6458a0
|
Bug 940708 - Code changes required to build webrtc in unified mode; r=jesup
|
2013-12-19 11:34:42 -05:00 |
|
Tor Arvid Lund
|
3d5f99f7f3
|
Bug 929513 - Replace some instances of gfxIntSize with gfx::IntSize r=nical
|
2013-12-13 18:32:02 +01:00 |
|
Jan-Ivar Bruaroey
|
47521f776e
|
Bug 908695 - Collect pipelines on main, dispatch to STS for stats. r=jesup
|
2013-12-11 23:42:12 -05:00 |
|
Ethan Hugg
|
14d4d00983
|
Bug 901560 - Datachannel no longer make second ICE component r=abr
|
2013-08-30 12:51:05 -07:00 |
|
Martin Stransky
|
8832b57f9d
|
Bug 941595 - Build with system-cairo is broken. r=glandium
|
2013-12-10 10:37:03 -05:00 |
|
Carsten "Tomcat" Book
|
cb51649b35
|
merge b2g-inbound to mozilla-central
|
2013-12-09 09:32:02 +01:00 |
|
Birunthan Mohanathas
|
3440613a39
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
|
2013-12-08 21:52:54 -05:00 |
|
Suhas
|
7b474a8322
|
Bug 932845 - Support hints for non gUM mediastreams. r=jesup
|
2013-12-08 21:44:32 -05:00 |
|
Jan-Ivar Bruaroey
|
a62586544a
|
Bug 908695: Add Packets/Bytes-sent/received to webrtc stats API r=jesup DONTBUILD
|
2013-12-07 20:31:56 -05:00 |
|
Randell Jesup
|
f7bdb5931a
|
Backout 2bb7e7192ced for landing with wrong bug number rs=backout DONTBUILD
|
2013-12-07 23:45:21 -05:00 |
|
Jan-Ivar Bruaroey
|
055cfb8354
|
Bug 902003: Add Packets/Bytes-sent/received to webrtc stats API r=jesup
|
2013-12-07 20:31:56 -05:00 |
|
Jon Coppeard
|
d336d70904
|
Bug 942928 - Fix test code link error when build with GenerationalGC r=glandium
|
2013-12-07 12:49:02 +00:00 |
|
Randell Jesup
|
fec166b78a
|
Bug 947429: add prefs that let us disable gum video and peerconnection video r=jib
|
2013-12-06 18:43:02 -05:00 |
|
Phil Ringnalda
|
6f9710e6f6
|
Back out d5d23d937ffc (bug 947429) on suspicion of breaking gaia-ui-test
|
2013-12-06 19:50:54 -08:00 |
|
Randell Jesup
|
734079b6b5
|
Bug 947429: add prefs that let us disable gum video and peerconnection video r=jib
|
2013-12-06 18:43:02 -05:00 |
|
EKR
|
b4adc04af8
|
Bug 906968 - Add support for TURN TCP. r=abr
--HG--
rename : media/mtransport/third_party/nICEr/src/stun/nr_socket_turn.h => media/mtransport/third_party/nICEr/src/stun/nr_socket_buffered_stun.h
|
2013-12-06 10:20:19 -08:00 |
|
Max Jonas Werner
|
d0f3485699
|
Bug 892148 - Make DTLS fingerprint accessible from JS r=abr
|
2013-12-04 15:36:00 -06:00 |
|
Jan-Ivar Bruaroey
|
ba6d226e8f
|
Bug 944854 - Avoid triggering harmless assertion on PeerConnectionObserver weakref. r=abr
|
2013-12-03 09:02:07 -05:00 |
|
Shian-Yow Wu
|
0508c47feb
|
Bug 919979 - Crash when calling WebrtcVideoConduit::SendVideoFrame() with very small resolution. r=derf
|
2013-12-04 13:34:59 +08:00 |
|
Ajitesh Gupta
|
a3e2d917e1
|
Bug 917047: Remove the security.enable_md5_signatures pref, r=briansmith
--HG--
extra : rebase_source : ae721bc7f91b399e61c2efb869e15ab902c810e0
|
2013-11-19 16:05:26 -08:00 |
|
Matthew Gregan
|
2ca1434c82
|
Bug 942657 - Devirtualize AudioStream. r=doublec,gps
|
2013-11-28 18:09:08 +13:00 |
|
Benjamin Peterson
|
02f058e57a
|
backout dc9ebdf27e98 (bug 942657) for bustage
|
2013-11-28 20:50:16 -06:00 |
|
Matthew Gregan
|
93237d768e
|
Bug 942657 - Devirtualize AudioStream. r=doublec,gps
|
2013-11-28 18:09:08 +13:00 |
|
Mike Hommey
|
a1486ce449
|
Bug 942043 - Straighten up zlib linkage wrt shared js and system zlib. r=gps,r=ted
|
2013-11-22 23:03:21 +09:00 |
|
Mike Hommey
|
8fd06cf41b
|
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
|
2013-11-27 22:55:07 +09:00 |
|
Mike Hommey
|
b32a4ed166
|
Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
|
2013-11-28 14:24:05 +09:00 |
|