Tom Tromey
|
5f8f360823
|
Bug 1060419 - make log_print use Printf.h, r=froydnj
MozReview-Commit-ID: BIZ1GQEZ1vs
--HG--
extra : rebase_source : 2f1f0aa12493c44f352d9a7e8683e7bb72d2d75b
|
2016-12-15 20:16:31 -07:00 |
Tomislav Jurin
|
348bfffc19
|
Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
|
2016-12-02 13:46:53 -08:00 |
Andrea Marchesini
|
ba3387e6a0
|
Bug 1281793 - Remove some non-used telemetry IDs - part 7 - network/cache (2), r=mayhemer
|
2016-06-29 15:19:13 +02:00 |
Honza Bambas
|
326b2476af
|
Bug 1170534 - Remove Visual Event Tracer. r=dougt
|
2015-06-02 11:44:00 -04:00 |
Benoit Jacob
|
ff32bb14c1
|
Bug 1028588 - Fix dangerous public destructors in netwerk/ - r=mcmanus
|
2014-06-24 12:36:44 -04:00 |
Birunthan Mohanathas
|
5f1fde8824
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
Joshua Cranmer
|
37465bc6bd
|
Bug 884061 - Part 3q: Use NS_DECL_THREADSAFE_ISUPPORTS in netwerk/, r=macmanus
--HG--
extra : rebase_source : d029f73a1f27896c142f76dce263dd3542763b18
|
2013-07-18 21:24:13 -05:00 |
Catalin Iacob
|
6f4758d23e
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
--HG--
extra : rebase_source : fc472490dd978d165f02f77ed37f07aed6e5bb61
|
2013-06-23 14:03:39 +02:00 |
Honza Bambas
|
4e13d0a06a
|
Bug 729182 - Implement visual event tracer, part1 - instrumentation, r=mcmanus,bz,ehsan,bsmedberg,michal
|
2013-03-28 18:38:04 +01:00 |
Alfred Kayser
|
29fbf88a36
|
Bug 405407 - Merge nsDiskCacheStreamIO and nsDiskCacheStreamOutput (v10). r=michal.novotny
|
2013-02-16 15:50:09 +01:00 |
Alfred Kayser
|
513cb2b5df
|
Bug 828281 - UpdateRecord in CloseOutputStream can be removed. r=michal.novotny
|
2013-02-03 17:09:48 +01:00 |
Alfred Kayser
|
0833f66c48
|
Bug 572011 - Crash @ nsDiskCacheStreamIO::FlushBufferToFile - Make sure that we don't crash on empty/missing buffer
|
2013-02-02 10:52:41 +01:00 |
Mats Palmgren
|
b7ae90666d
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
Alfred Kayser
|
4a4870b372
|
bug 814010: diskcache: skip buffer when writing to file. r=michal.novotny
|
2013-01-06 14:51:12 +01:00 |
Michal Novotny
|
88c17a14f1
|
Bug 725993 - Remove ability to tell cache to STORE_ON_DISK_AS_FILE, r=bsmith
|
2013-01-04 00:30:48 +01:00 |
Alfred Kayser
|
c138c1ea53
|
Bug 815639 - mLocalFile in nsDiskCacheStream doesn't have to be in the class
|
2012-12-21 15:25:50 +01:00 |
Michal Novotny
|
761f74729e
|
Bug 808997 - Explicitly close all output and input streams of all active cache entries during shutdown, r=hurley
|
2012-12-14 18:03:01 +01:00 |
Michal Novotny
|
ab68f3ae01
|
Bug 795897 - Force NSPR logging for cache module in release build, r=jduell
|
2012-11-22 02:14:00 +01:00 |
Josh Aas
|
0d70603e87
|
Back out fix for bug 405407 due to regressions.
|
2012-11-19 18:02:21 -05:00 |
Nick Hurley
|
0d3e56e976
|
Bug 699951 - add a memory reporter for heap usage by the disk cache. r=michal
|
2012-11-05 10:22:33 -08:00 |
Ehsan Akhgari
|
8e702f60c5
|
Backed out 2 changesets (bug 579517)
Backed out changeset 5298adc70963
Backed out changeset 86ccf7c918ce (bug 579517)
|
2012-10-25 12:32:24 -04:00 |
Ehsan Akhgari
|
f3c0ac7a23
|
Code hygiene: don't use PR_TRUE and PR_FALSE, and use stdint types instead of PRInt types (no bug really, but you could say bug 579517)
|
2012-10-25 11:48:19 -04:00 |
Michal Novotny
|
47d75c532e
|
Bug 771832 - File not found error for HTTP URL, can be fixed by a forced reload, r=hurley
|
2012-10-17 13:59:51 +02:00 |
Josh Aas
|
59dde21fb2
|
Bug 405407: Merge nsDiskCacheStreamIO and nsDiskCacheStreamOutput. Patch originally by Alfred Kayser, updated by Josh Aas, final fix from Michal Novotny. r=michal
|
2012-09-06 10:10:08 -04:00 |
Valentin Gosu ext:(%2C%20Jason%20Duell%20%3Cjduell.mcbugs%40gmail.com%3E%2C%20Ms2ger%20%3CMs2ger%40gmail.com%3E)
|
05d997c6df
|
Bug 745296 - Enable FAIL_ON_WARNINGS in more of /netwerk r=jduell
|
2012-08-25 11:19:00 -07:00 |
Ehsan Akhgari
|
e368dc9c85
|
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 |
Honza Bambas
|
15daadba69
|
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 |
Ms2ger
|
75ab7efb95
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Brian Smith
|
aaebfde4e6
|
Bug 767275 - Add more detailed cache lock telemetry, r=michal, r=nfroyd
--HG--
extra : rebase_source : 60962876704a945ba83dc8ccfde938aa1957cb96
|
2012-06-29 16:20:34 -07:00 |
Brian Smith
|
0184bfe5df
|
Bug 746018 - Part 4 - More cache logging, r=jduell
|
2012-05-31 15:20:03 -07:00 |
Brian Smith
|
0499d869d8
|
Bug 746018 - Part 3 - Do more logging in nsInputStreamWrapper, r=jduell
|
2012-05-31 15:20:02 -07:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
bjarne@runitsoft.com
|
4e09b859ed
|
Bug 673543 - crash nsDiskCacheMap::DeleteRecord r=michal.novotny
|
2012-01-26 12:23:45 +01:00 |
Michal Novotny
|
9ae8731187
|
Bug 716146 - Telemetry - close disk cache output stream
|
2012-01-07 02:45:46 +01:00 |
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
Ed Morley
|
3f49fdcb2a
|
Bug 661584 - Code cleanup, substitute more PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc,ted
|
2011-06-25 16:06:02 +02:00 |
bjarne@runitsoft.com
|
f214931bd5
|
Bug 654926 - Hang in nsDiskCacheStreamIO::CloseOutputStream while downloading WebM video from YouTube r=michal.novotny, bjarne
|
2011-06-22 10:49:35 +02:00 |
Michal Novotny
|
c6be565fcc
|
Bug 651100 - Browser becomes unresponsive while watching embedded Youtube <video>. r=bjarne a=sheriff
|
2011-05-20 19:27:11 +02:00 |
Ed Morley
|
97cc9c4eea
|
Bug 655756 - Remove final XP_MAC remnants; r=josh
|
2011-05-10 20:24:48 +02:00 |
Michal Novotny
|
799b01e82d
|
Bug 617123 - Images are randomly corrupted with fallocate. r=jduell
|
2011-01-12 04:38:12 +02:00 |
timeless@mozdev.org
|
bb4483f4d7
|
Bug 619685 unused variable dataSize in nsDiskCacheStreamIO::FlushBufferToFile
r=jduell
|
2011-04-06 11:14:10 -07:00 |
Michal Novotny
|
eb3bdc4e7d
|
Bug 604897 - Unable to cache small entries when _CACHE_00[1-3]_ is full; r=mayhemer a=blocking-betaN+
|
2011-01-18 16:12:10 +02:00 |
Michal Novotny
|
649652344e
|
Bug 614513 - Crash in nsCacheService::DeactivateEntry during Linux Talos. r=bzbarsky@mit.edu, a=blocker
|
2010-12-29 03:25:14 +02:00 |
Jason Duell
|
a017b2c852
|
bug 617123: workaround by removing fallocate calls. a=beltzner
|
2010-12-10 10:03:19 -08:00 |
Michal Novotny
|
bcf48151a4
|
Bug 597224 - HTTP Cache: use directory tree to store cache files. sr=bzbarsky@mit.edu, a=blocker
|
2010-12-06 17:49:05 +02:00 |
Michal Novotny
|
bf0cd129cc
|
Bug 592422 - preallocate individual (non-block) cache files. r=jduell a=blocking-bN
|
2010-11-24 16:42:30 +01:00 |
Michal Novotny
|
fc71ed1e7e
|
bug 604880 - Doom cache-entry if writing data and/or metadata fails. r=bjarne@runitsoft.com, sr=bzbzrsky@mit.edu, a=blocker
|
2010-10-19 19:26:38 +02:00 |
Mounir Lamouri
|
16ec37d275
|
Backed out changeset e72707266b4a because of orange on Win Debug. a=backout
|
2010-10-21 15:16:34 +02:00 |