Doug Turner
|
72695f484f
|
Bug 792938 - Device Storage - device storage report freeSpace as totalSpace. r=khuey
|
2012-09-20 12:04:55 -07:00 |
|
Doug Turner
|
57d01693cf
|
Bug 783668 - Device Storage - use storage type to filter out change notifications - not the root. r=sicking
|
2012-08-30 15:17:37 -07: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 |
|
Doug Turner
|
838cd1189e
|
Bug 782351 - add volume state to stat() API. r=sicking
|
2012-08-14 08:53:20 -07:00 |
|
Doug Turner
|
e657b166a0
|
Bug 777088 - device Storage - file stat API. r=bent
|
2012-07-31 12:28:23 -07:00 |
|
Doug Turner
|
9900f40fc3
|
Bug 773798 - Multi-process support for MediaStorage - Use PBlob. r=bent
|
2012-08-09 15:41:18 -07:00 |
|
Doug Turner
|
8437779089
|
Bug 761930 - Multi-process support for Device Storage. r=sicking
|
2012-06-19 16:14:39 -07:00 |
|
Ryan VanderMeulen
|
bf22b9314b
|
Backout b3f14a850269, f9d877d78294, and c7335ca109a4 due to build bustage.
|
2012-07-14 00:01:52 -04:00 |
|
Doug Turner
|
ca640a90d5
|
Bug 761930 - Multi-process support for Device Storage. r=sicking
|
2012-06-19 16:14:39 -07:00 |
|