Nick Hurley
|
076a7f08b6
|
Bug 730163 - Telemetry for how long we wait to acquire the cache service lock. r=michal.novotny
|
2012-02-28 18:40:39 -05:00 |
|
Nathan Froyd
|
9b22bd6141
|
Bug 700659 - Slay nsHashSets in netwerk. r=jduell
|
2011-11-08 15:22:15 -05:00 |
|
Geoff Lankow
|
95f0153308
|
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part E, remove uses of nsIPrefBranch2 in netwerk/ ; r=bsmedberg
|
2012-01-17 14:48:29 +13:00 |
|
Ms2ger
|
e556e26619
|
Bug 726417: Signed/unsigned comparison in nsCacheMetaData::UnflattenMetaData r=jduell
|
2012-02-13 11:32:31 -08:00 |
|
Gijs Kruitbosch
|
c7397d32ef
|
Bug 715098 - nsICacheMetaData shouldn't blow up in debug mode if visitor returns false.
|
2012-01-28 16:13:43 +01:00 |
|
Nicholas Nethercote
|
a7ad4ef70e
|
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
--HG--
extra : rebase_source : a65039a407daab45360a5b375b53cbf1bc05b7f6
|
2012-01-25 00:52:51 -08:00 |
|
bjarne@runitsoft.com
|
dda993d89a
|
Bug 673543 - crash nsDiskCacheMap::DeleteRecord r=michal.novotny
|
2012-01-26 12:23:45 +01:00 |
|
Geoff Brown
|
1272d727f0
|
Bug 712277 - Avoid crash in zlib adler32 following compression failure; r=michal.novotny
|
2012-01-25 14:52:29 +01:00 |
|
Geoff Brown
|
60e6939d73
|
Bug 715198 - disable cache compression (avoid failures when new profile accessed by old software versions); r=bjarne
|
2012-01-17 12:51:17 +01:00 |
|
Michal Novotny
|
8b5492473d
|
Bug 716289 - crash in nsCacheService::SearchCacheDevices
|
2012-01-12 16:13:09 +01:00 |
|
Rafael Ávila de Espíndola
|
56e4803848
|
Bug 716576 - nsCacheService closes its databases too late. r=michal.novotny.
--HG--
extra : rebase_source : 7884a6e0aa247e7a5fff39863a2d29a8fbab7a8e
|
2012-01-11 17:41:21 -05:00 |
|
Michal Novotny
|
23ae26e401
|
Bug 716146 - Telemetry - close disk cache output stream
|
2012-01-07 02:45:46 +01:00 |
|
Michal Novotny
|
16221670fa
|
Bug 707436 - nsSetSmartSizeEvent can cause a lot of IO on the main thread
|
2012-01-06 16:19:10 +01:00 |
|
Phil Ringnalda
|
d81856e034
|
Back out 8d1b087b9713 (bug 707436) for mochitest-ipcplugins leaks
|
2011-12-23 19:21:17 -08:00 |
|
Michal Novotny
|
dd4bc3e426
|
Bug 707436 - nsSetSmartSizeEvent can cause a lot of IO on the main thread
|
2011-12-24 02:51:25 +01:00 |
|
Ed Morley
|
562d844eab
|
Backout b02402b95e5c (bug 708277) for build failures on all platforms
|
2011-12-22 11:07:12 +00:00 |
|
Thomas Prip Vestergaard
|
168dd4330b
|
Bug 708277 - Replace PR_MAX with NS_MAX. r=roc
|
2011-12-22 11:47:59 +01:00 |
|
Josh Matthews
|
6dee57e2f6
|
Bug 709262 - Disable disk cache if the user chooses to sanitize private data on shutdown. r=michal.novotny
|
2011-12-19 12:18:29 -05:00 |
|
Geoff Brown
|
42c3ad3b88
|
Bug 648429: delay pref observer destruction on shutdown to avoid crash; r=michal.novotny
|
2011-12-17 11:32:41 +01:00 |
|
Geoff Brown
|
9d08b66ca9
|
Bug 648429: HTTP cache: compress all compressible files; r=michal.novotny
|
2011-12-17 11:30:29 +01:00 |
|
Michal Novotny
|
51a2a81fd3
|
Bug 695003 - Race condition when deleting cache directory
|
2011-12-02 18:10:57 +01:00 |
|
Nicholas Nethercote
|
f102556f32
|
Bug 698968 - Add mallocSizeOf functions and start using them. r=jlebar,bhackett,jfkthame, sr=bz.
|
2011-11-27 19:03:14 -08:00 |
|
Nick Hurley
|
e96e46244c
|
bug 699409 - telemetry for memory used by records in the disk cache map. r=jduell
|
2011-11-07 23:41:52 -05:00 |
|
Nick Hurley
|
c1001e17bf
|
Bug 687081 - Time how long it takes to find (or not) things in the cache. r=jduell
|
2011-10-30 15:39:53 +01:00 |
|
Jonathan Watt
|
8a0b72332d
|
Bug 695303 - Add a mozilla::clamped function to replace NS_CLAMP (so side affects of args are evaluated no more than once) and NS_MIN(max, NS_MAX(val, min)) (to make code clearer). r=bsmedberg.
|
2011-10-28 19:33:28 +01:00 |
|
Michal Novotny
|
ab368dab07
|
Bug 681546 - Avoid large cache evictions as disk fills by smoothing "smart" max cache size.
|
2011-10-19 14:35:57 +02:00 |
|
Ehsan Akhgari
|
2a602a5685
|
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 |
|
Jeff Walden
|
b7753477cf
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
|
Jeff Walden
|
eb2cb918a4
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
77ebbde4ab
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
|
Geoff Brown
|
22132081c6
|
Bug 661900 - Correct memory cache implementation of LRU-SP. TP4M REGRESSION OK -- SEE BUG; r=michal
|
2011-10-05 20:42:02 -04:00 |
|
Michael Wu
|
d8e503c38b
|
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 |
|
Ehsan Akhgari
|
870639f5e4
|
Backout changeset d469840a370f (bug 661900) to see if it helps resolve the Mobile NoChrome Tp4 regression
|
2011-09-14 13:37:54 -04:00 |
|
Michal Novotny
|
ffb20c1b6e
|
Bug 647391 - Increase maximum size for objects stored in disk cache.
|
2011-09-13 21:24:01 +02:00 |
|
Geoff Brown
|
36e0e95bf0
|
Bug 661900 - LRU-SP not fully implemented in memory cache; r=michal
|
2011-09-08 14:00:24 +02:00 |
|
bjarne@runitsoft.com
|
8c1a4598d0
|
Bug 667593 - Intermittent runtime abort in netwerk/test/unit/test_bug650955.js r=michal.novotny
|
2011-09-06 12:23:26 -04:00 |
|
Alfred Kayser
|
295fdd3f3a
|
Bug 529733 - Crash in nsCacheMetaData::SetElement; r=michal,jduell
|
2011-08-23 17:45:10 +01:00 |
|
Michal Novotny
|
c04a96be6b
|
Bug 681085 - sync cache map file after writing the header
|
2011-08-23 00:24:23 +02:00 |
|
Benjamin Smedberg
|
9260a95563
|
Bug 675221 part C - Remove XPCOM proxy usage from necko, r=jduell
--HG--
extra : rebase_source : 7bf53b5ac6f52df0224f4fdad78e172762fa7c64
|
2011-08-19 11:47:43 -04:00 |
|
Matheus Kerschbaum
|
69fcec8956
|
Bug 678794 - Remove NECKO_OFFLINE_CACHE checks. r=jduell
|
2011-08-18 11:53:28 +02:00 |
|
Matheus Kerschbaum
|
ebb12b7023
|
Bug 678792 - Remove --disable-necko-disk-cache. r=khuey,jduell
|
2011-08-18 11:53:26 +02:00 |
|
Michael Wu
|
ccaba60ed1
|
Bug 676465 - Replace PRBool with boolean in IDL files, r=bsmedberg
|
2011-08-06 22:03:32 -07:00 |
|
Matheus Kerschbaum
|
4b5262767d
|
Bug 675500 - Remove --disable-storage. r=khuey
|
2011-08-06 19:05:49 +02:00 |
|
Marco Bonardo
|
b92ca56a08
|
Merge last green changeset from mozilla-inbound to mozilla-central
|
2011-08-03 10:46:22 +02:00 |
|
Matt Brubeck
|
b4edd24765
|
Back out 52702d275995 (bug 647391) because of xpcshell test failures
|
2011-08-02 19:59:22 -07:00 |
|
Jason Duell
|
120257bba4
|
Bug 647391 - Increase maximum size for objects stored in disk cache. r=michal
|
2011-08-02 17:12:25 -07:00 |
|
Jason Duell
|
36eefd61dd
|
bug 674689: Delay Cache.trash delete to avoid startup I/O contention. r=michal
|
2011-08-02 16:54:55 -07:00 |
|
Michal Novotny
|
f0dc83dd33
|
Bug 675420 - cache is now cleared on every startup
|
2011-08-03 00:23:54 +02:00 |
|
Michal Novotny
|
a16b9682fa
|
Bug 673808 - _CACHE_MAP_ is storing nsDiskCacheRecord structs with uninitialized data containing bits of Fx memory
|
2011-07-26 13:09:42 +02:00 |
|
Jason Duell
|
1588ac238a
|
Bug 670911 Cache slow to clear after crash: rename to *.Trash in same directory to avoid NTFS ACL reset. r=michal
|
2011-07-28 04:12:38 -07:00 |
|