Ben Turner
|
8ad0d5b63c
|
Bug 839261 - 'Assertion failure: false (Remote blob didn
't return a remote stream)'. r=sicking.
|
2013-02-15 13:39:43 -08:00 |
|
Ben Turner
|
0e4b87a90b
|
Bug 832419 - 'Clean up IPC blobs'. r=sicking.
|
2013-01-17 12:17:33 -08:00 |
|
Kyle Huey
|
8fb4e52724
|
Bug 806503: Add a semicolon. r=me
|
2013-01-10 08:28:34 -08:00 |
|
Kyle Huey
|
f8e1947649
|
Bug 806503: Eagerly transmit blob data across processes so that it is available if the originating process dies. r=bent a=bb+
|
2013-01-10 05:47:32 -08:00 |
|
Ed Morley
|
9d3687d13d
|
Backout 1391e924e9ee (bug 806503) for mochitest-1 failures on a CLOSED TREE
|
2013-01-10 15:21:39 +00:00 |
|
Kyle Huey
|
6706198243
|
Bug 806503: Eagerly transmit blob data across processes so that it is available if the originating process dies. r=bent a=bb+
|
2013-01-10 05:47:32 -08:00 |
|
Jeff Walden
|
8a6657de57
|
Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger
|
2012-12-14 18:58:45 -05:00 |
|
Ben Turner
|
8c108f8fb3
|
Bug 782766 - [WebActivities] support blobs - Part 2: IPC changes [r=khuey]
|
2012-10-25 11:45:15 -07:00 |
|
Doug Turner
|
033a6852d2
|
Bug 793955, 802867 - DeviceStorage files returned by DeviceStorage.get() don't always have lastModifiedDate. r=bent. a=blocking-basecamp
|
2012-10-18 11:29:32 -07:00 |
|
Josh Matthews
|
342346b6e5
|
Bug 783878 - Part 2: Allow serializing remote input streams by passing the actor reference over the wire and retrieving the original stream in the parent. r=bent
|
2012-09-21 13:26:13 -04:00 |
|
Ehsan Akhgari
|
243c878d26
|
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 |
|
Ben Turner
|
c8df603ac2
|
Bug 781256 - 'Share FileDescriptors across processes in preparation for OS-level sandbox'. r=khuey+cjones.
|
2012-08-16 00:02:32 -04:00 |
|
Honza Bambas
|
473edc0cbf
|
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
|
2012-08-10 22:44:11 -04:00 |
|
Ben Turner
|
e79dc8013b
|
Bug 778968 - 'Avoid stat-ing remote blobs on the main thread'. r=janv.
|
2012-08-02 23:25:30 -07:00 |
|
Ben Turner
|
094531b9a5
|
Backed out changeset 46653198caac
|
2012-08-02 21:53:03 -07:00 |
|
Ben Turner
|
5a828fcb06
|
Bug 778968 - 'Avoid stat-ing remote blobs on the main thread'. r=janv.
|
2012-08-02 13:42:30 -07:00 |
|
Ben Turner
|
94f469af49
|
Bug 759427 - 'Multiprocess blob support for MessageManager and IndexedDB'. r=smaug+janv+khuey (rs=sicking for nsBlobURI changes).
|
2012-08-01 23:02:29 -07:00 |
|