Randell Jesup
|
9490a0aea5
|
Bug 802661: Clean up getUserMedia MediaStream handling r=roc,anant
|
2012-10-17 17:40:14 -04:00 |
|
Randell Jesup
|
8050a5ddc6
|
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
|
8e09a03964
|
Bug 802411: Refactor MediaEngine to use GIPS singletons; r=jesup
|
2012-10-16 17:53:55 -07:00 |
|
Randell Jesup
|
bab284d6b8
|
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
|
123a8599dc
|
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
|
0fd9123eac
|
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
|
fbb04700b6
|
Bug 784004 - Don't include Layers.h everywhere Part 3 r=nical
|
2012-08-21 00:06:46 -04:00 |
|
Matt Woodrow
|
7591d1ef12
|
Bug 782372 - Fix clang build. r=nical
|
2012-08-20 14:39:10 +12:00 |
|
Nicolas Silva
|
047b99ba78
|
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
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Makoto Kato
|
fab68322c5
|
Bug 777304 - Don't use freed pointer after destructor of NS_ConvertUTF16toUTF8. r=bsmedberg
|
2012-07-27 12:13:51 +09:00 |
|
Anant Narayanan
|
e91b26162f
|
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
|
de0f08c487
|
Backout 038e89521330, bustage
|
2012-07-11 21:44:16 -07:00 |
|
Anant Narayanan
|
641e5c597a
|
Bug 691234: Part 2/3: Implement WebRTC backend for MediaEngine on Desktop; r=jesup, r=roc
|
2012-07-11 21:22:24 -07:00 |
|