Ehsan Akhgari
|
8c296bbcd4
|
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 |
|
Paul Adenot
|
4315429c87
|
Bug 774581: Send event when starting/stopping audio or video recording; r=anant,mhabicher
|
2012-08-17 09:10:08 -07:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Anant Narayanan
|
8e2a904201
|
Bug 771833: Assign an nsIPrincipal to media streams returned by getUserMedia; r=roc
|
2012-07-12 04:53:48 -07:00 |
|
Anant Narayanan
|
8791a937a5
|
Bug 691234: Part 3/3: Add DOM binding for getUserMedia on Desktop; r=jst
|
2012-07-12 04:53:08 -07:00 |
|
Anant Narayanan
|
02b666ef16
|
Backout b53e8a614a4c, bustage
|
2012-07-11 21:43:48 -07:00 |
|
Anant Narayanan
|
2bae4a865d
|
Backout 39fe6a5577d7, bustage
|
2012-07-11 21:43:24 -07:00 |
|
Anant Narayanan
|
9af1a943b3
|
Bug 771833: Assign an nsIPrincipal to media streams returned by gUM; r=roc
|
2012-07-11 21:24:34 -07:00 |
|
Anant Narayanan
|
4fe64bc7ae
|
Bug 691234: Part 3/3: Add DOM binding for getUserMedia on Desktop; r=jst
|
2012-07-11 21:22:24 -07:00 |
|
Ehsan Akhgari
|
30e49b6b7c
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky
|
2012-06-14 22:31:55 -04:00 |
|
Ryan VanderMeulen
|
b74e4a29db
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
061d4c2616
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Anant Narayanan
|
8fbc325351
|
Bug 738528: Android still image support for getUserMedia r=sicking, r=jesup (plus bustage fix r=jesup)
|
2012-06-05 08:53:00 -04:00 |
|
Anant Narayanan
|
4b1afd8829
|
Backout e8364adb4fd8, build bustage on Android (Bug 738528)
|
2012-06-08 17:17:52 -07:00 |
|
Anant Narayanan
|
48eea0d084
|
Bug 738528: Android still image support for getUserMedia; r=sicking, r=jesup
|
2012-06-05 08:53:00 -07:00 |
|
Anant Narayanan
|
b15cfc63f1
|
Bug 752353: DOM bindings for getUserMedia; r=jst
--HG--
rename : content/media/nsIDOMMediaStream.idl => dom/media/nsIDOMMediaStream.idl
|
2012-06-03 00:35:15 -07:00 |
|