Ehsan Akhgari
|
eaa7491d77
|
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 |
|
Wolfgang Rosenauer
|
d74a129254
|
Bug 953130 - Fix system NSPR builds for content/media. r=rjesup
|
2014-01-02 09:14:52 +01:00 |
|
Randell Jesup
|
933821ecb9
|
Bug 920325: Add WebRTC latency logging from capture to RTP and from RTP to speakers r=padenot
|
2013-10-25 18:13:42 -04:00 |
|
Randell Jesup
|
1af5c4fe0b
|
backout 5f38b1bd3358 for bustage CLOSED TREE
|
2013-10-25 19:25:54 -04:00 |
|
Randell Jesup
|
a0692a49f2
|
Bug 920325: Add WebRTC latency logging from capture to RTP and from RTP to speakers r=padenot
|
2013-10-25 18:13:42 -04:00 |
|
Randell Jesup
|
d187db8b95
|
Bug 917491: Guarantee cleanup of AsyncLatencyLogger on xpcom-shutdown r=bsmedberg
|
2013-09-24 22:10:24 -04:00 |
|
ISHIKAWA, Chiaki
|
a476dad298
|
Bug 918234 - Use a proper StaticRefPtr type in Latency.cpp. r=bsmedberg, r=padenot
|
2013-09-20 10:28:09 -04:00 |
|
Paul Adenot
|
2d0dfe212b
|
Bug 904617: Part 3 - Log latency, and adds a python script to understand the log r=padenot,jesup,ehugg
|
2013-01-28 19:22:37 +01:00 |
|
Ed Morley
|
5adbe6a145
|
Backed out changeset 81cee5ae7973 (bug 904617)
|
2013-09-16 08:43:47 +01:00 |
|
Paul Adenot
|
92c2527ea3
|
Bug 904617: Part 3 - Log latency, and adds a python script to understand the log r=padenot,jesup
|
2013-01-28 19:22:37 +01:00 |
|