Ryan VanderMeulen
|
1733e65710
|
Backout 41a3cdf92063 (bug 782649) for Linux xpcshell failures.
|
2012-08-22 17:31:06 -04:00 |
|
Ben Turner
|
3e66942f49
|
Bug 782649 - 'Remove old IPC::InputStream'. r=cjones+khuey.
|
2012-08-22 12:19:29 -07:00 |
|
Ehsan Akhgari
|
57ac5ddc72
|
Merge the landing of bug 579517 to mozilla-inbound
|
2012-08-22 12:12:15 -04:00 |
|
julian.reschke@gmx.de
|
3d8ca5b94f
|
Bug 781693 - Accept ';' as delimiter after 'base64' keyword. r=bz
|
2012-08-22 06:57:02 -04:00 |
|
Paul Adenot
|
ba6c752369
|
Bug 730765 - Remove commented out code that should have been removed. DONTBUILD r=biesi
|
2012-08-21 16:15:30 -07:00 |
|
Paul Adenot
|
15058d402d
|
Bug 730765 - Media cache shouldn't be used when loading from blob: urls. r=biesi
|
2012-08-21 16:00:23 -07:00 |
|
Ryan VanderMeulen
|
351d01c8ff
|
Backout 3ce94808577b, 56f288230d5a, and 18ff170ecb1f (bug 730765) for bustage. r=fail
|
2012-08-21 18:45:54 -04:00 |
|
Ryan VanderMeulen
|
03ceba7e03
|
Fix merge bustage from bug 730765.
|
2012-08-21 18:32:54 -04:00 |
|
Paul Adenot
|
7751daec1e
|
Bug 730765 - Media cache shouldn't be used when loading from blob: urls. r=biesi
|
2012-08-15 10:36:12 -07:00 |
|
Patrick McManus
|
da9d73f98b
|
bug 782570 - nsHttpPipeline::CancelTransaction force connection close if no sub transactions are left r=jduell
|
2012-08-21 08:37:31 -04:00 |
|
Phil Ringnalda
|
de63f18122
|
Back out cbb72643bbae (bug 723362) for leaking
|
2012-08-20 20:28:19 -07:00 |
|
Michal Novotny
|
80ac487418
|
Bug 723362 - Make an asynchronous variant of nsCacheEntryDescriptor::Doom, r=hurley
|
2012-08-21 03:30:40 +02:00 |
|
Fabrice Desré
|
c162ca3fa6
|
Bug 726062 - B2G UA is wrong, better fix [r=gal]
|
2012-08-20 12:25:09 -07:00 |
|
Ehsan Akhgari
|
5b76a146bc
|
Bug 579517 - Part 5: Add missing StandardInteger.h #includes where needed; r=bsmedberg
Landing on a CLOSED TREE
|
2012-08-08 17:08:17 -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 |
|
Brian R. Bondy
|
b881c5e5b0
|
Bug 777328 - Gather telemetry data for how much cache corruption reduction plan would help. r=michal
|
2012-08-20 08:08:46 -04:00 |
|
Phil Ringnalda
|
34d464d80a
|
Bug 783738 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin
|
2012-08-14 23:32:06 -07:00 |
|
Michal Novotny
|
caf04b451f
|
Bug 475444 - HTTP standard violation, Content-length header appears to be ignored under some circumstances, r=bz sr=biesi
|
2012-08-16 12:37:52 +02:00 |
|
Ben Turner
|
10787d0206
|
Bug 781256 - 'Share FileDescriptors across processes in preparation for OS-level sandbox'. r=khuey+cjones.
--HG--
rename : netwerk/base/public/nsIIPCSerializable.idl => netwerk/base/public/nsIIPCSerializableObsolete.idl
extra : transplant_source : %EB%18%9D%E6%B1%C6%26%A2%16%F3%85g%1A%25%B1%8E%A1%E72e
|
2012-08-16 00:02:32 -04:00 |
|
Aryeh Gregor
|
d822d9b9ec
|
Bug 782252 - Don't treat PRStatus as nsresult; r=ehsan
|
2012-08-13 16:33:21 +03:00 |
|
Aryeh Gregor
|
9f23801918
|
Bug 782252 - Cast some nsresult to bool where the function really returns bool; r=ehsan
|
2012-08-13 16:32:28 +03:00 |
|
Aryeh Gregor
|
1091dc5149
|
Bug 782252 - Change named constants to correct types; r=ehsan
|
2012-08-07 18:11:35 +03:00 |
|
Aryeh Gregor
|
dbff4eaa1c
|
Bug 782252 - Convert declared types to nsresult; r=ehsan
|
2012-08-06 15:02:31 +03:00 |
|
Mark Capella
|
65f6ce1100
|
Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Netwerk, r=ted
|
2012-08-14 10:06:04 -04:00 |
|
Aryeh Gregor
|
0923bf00ef
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Honza Bambas
|
541453729c
|
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 |
|
Patrick McManus
|
ec32390333
|
bug 780522 invalid port handling test case r=honzab
|
2012-08-09 20:38:37 -04:00 |
|
Patrick McManus
|
ac16ea30ad
|
bug 780522 - stack overflow port out of range part 2/2 r=honzab
|
2012-08-09 20:38:36 -04:00 |
|
Patrick McManus
|
502b4e9e46
|
bug 780522 - stack overflow port out of range part 1/2 r=honzab
|
2012-08-09 20:38:36 -04:00 |
|
Valentin Gosu
|
13cd38aae4
|
Bug 781399: Fix warnings in networking code. r=jduell
|
2012-08-09 12:48:27 -04:00 |
|
Ms2ger
|
a10183dff5
|
Bug 780387 - Part e: Stop using PRSize; r=bsmedberg
|
2012-08-09 09:10:11 +02:00 |
|
Ms2ger
|
17e25febb8
|
Bug 780387 - Part d: Stop using PRFloat64; r=bsmedberg
|
2012-08-09 09:09:42 +02:00 |
|
Ms2ger
|
3f950b5744
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
|
Ed Morley
|
66bb79039e
|
Backout ec46cfa51bf8, 4a54f06efee8, de811fbd27b0 & 67ea1314c777 (bug 567077) for causing bug 781141
|
2012-08-08 13:11:34 +01:00 |
|
Michal Novotny
|
b691df5799
|
Bug 746920 - Uninitialised value use in nsDiskCacheMap::FlushRecords, r=hurley
|
2012-08-08 12:23:15 +02:00 |
|
Jason Duell
|
148b915638
|
Bug 780818 - Remove getExtendedOrigin from nsILoadContext. r=smaug, sr=sicking
|
2012-08-07 22:09:28 -07:00 |
|
Paul Adenot
|
6d3ce88e68
|
Bug 567077 - Sniff types of media files that are served with no Content-Type r=cpearce
|
2012-08-07 15:54:30 -07:00 |
|
Patrick McManus
|
36edb33b3a
|
bug 780104 - fail gracefully on invalid spdy dictionary r=honzab
|
2012-08-07 21:49:53 -04:00 |
|
Michal Novotny
|
074f6fe4dd
|
Bug 779461 - Do not transfer the ownership of the key string from nsCacheRequest to nsCacheEntry, r=honzab
|
2012-08-08 02:06:06 +02:00 |
|
Nick Hurley
|
63c3cf1b49
|
bug 709297 - reduce max cache size to 350MiB the next time we have to trash the cache. r=jduell
|
2012-08-07 15:46:33 -07:00 |
|
Jason Duell
|
8216a50101
|
bug 780750 - HTTP cache never gets used/fixed if wrong permissions on CACHE_MAP file. r=hurley
|
2012-08-07 15:46:33 -07:00 |
|
Landry Breuil
|
6762d67806
|
Bug 776174: Followup, remove extra semicolons after macros. r=jduell
|
2012-08-07 13:40:00 -07:00 |
|
Jason Duell
|
45ea7b7b6b
|
Bug 773475 - Revert bug 584863 to keep redirect semantics cleaner. r=honza
|
2012-08-07 10:03:14 -07:00 |
|
Patrick McManus
|
b19e6e5fa7
|
bug 779413 r=bsmith
|
2012-08-07 10:44:51 -04:00 |
|
Jason Duell
|
a04e7b8f68
|
Bug 776174 - e10s: cleanup IPC nsILoader code. r=smaug, r=jdm
|
2012-08-06 21:47:48 -07:00 |
|
Patrick McManus
|
e0aa811d8b
|
bug 765048 - backout 3 digit accept-language q values r=biesi
|
2012-08-06 21:42:38 -04:00 |
|
Gregory Szorc
|
e1f974fe11
|
Bug 759664 - Register testing-only JS modules with mochitests; r=ted
|
2012-08-06 14:22:09 -07:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Mike Hommey
|
4e998b1d36
|
Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE
|
2012-08-04 10:38:41 +02:00 |
|
Mike Hommey
|
17fb6cad2d
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 08:48:56 +02:00 |
|