Randell Jesup
|
f9529e846d
|
Bug 803799: Start gUM streams in Success callback; add MediaManager mutex r=anant,roc
|
2012-10-24 19:21:15 -04:00 |
|
Ehsan Akhgari
|
12ad3e18ba
|
Backed out changeset ea436c6f7d2d (bug 803799), landed on a CLOSED TREE
|
2012-10-24 20:30:08 -04:00 |
|
Randell Jesup
|
8f9c42aa87
|
Bug 803799: Start gUM streams in Success callback; add MediaManager mutex r=anant,roc
|
2012-10-24 19:21:15 -04:00 |
|
Randell Jesup
|
bb05ef58b2
|
Bug 802661: Clean up getUserMedia MediaStream handling r=roc,anant
|
2012-10-17 17:40:14 -04:00 |
|
Randell Jesup
|
abfb94ebc4
|
Bug 801843: Change how video frames are inserted into getUserMedia streams to remove blocking r=roc,anant
|
2012-10-17 05:46:40 -04:00 |
|
Anant Narayanan
|
edf634a604
|
Bug 802411: Refactor MediaEngine to use GIPS singletons; r=jesup
|
2012-10-16 17:53:55 -07:00 |
|
Randell Jesup
|
05bc38656e
|
Bug 773649: Support getting audio and video in the same getUserMedia call r=roc,anant
|
2012-10-15 16:41:46 -04:00 |
|
Randell Jesup
|
61f2eb940e
|
Bug 797671: cleanup from importing webrtc.org update r=ted,glandium (Part is bug 778801 r=derf)
|
2012-10-04 12:09:35 -04:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
David Zbarsky
|
3154e1b535
|
Bug 784004 - Don't include Layers.h everywhere Part 3 r=nical
|
2012-08-21 00:06:46 -04:00 |
|
Matt Woodrow
|
7cf26992d4
|
Bug 782372 - Fix clang build. r=nical
|
2012-08-20 14:39:10 +12:00 |
|
Nicolas Silva
|
75542595f3
|
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
|
2012-08-19 15:33:25 -04:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Makoto Kato
|
17d5fc9a84
|
Bug 777304 - Don't use freed pointer after destructor of NS_ConvertUTF16toUTF8. r=bsmedberg
|
2012-07-27 12:13:51 +09:00 |
|
Anant Narayanan
|
5f5ec4a638
|
Bug 691234: Part 2/3: Implement WebRTC backend for MediaEngine on Desktop; r=jesup, r=roc
|
2012-07-12 04:53:08 -07:00 |
|
Anant Narayanan
|
d805eafb1e
|
Backout 038e89521330, bustage
|
2012-07-11 21:44:16 -07:00 |
|
Anant Narayanan
|
349d01778e
|
Bug 691234: Part 2/3: Implement WebRTC backend for MediaEngine on Desktop; r=jesup, r=roc
|
2012-07-11 21:22:24 -07:00 |
|