Geoff Lankow
|
5cefea8480
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
Honza Bambas
|
ae90275e78
|
Bug 753990 - Allow appcache to work with a custom cache (profile) folder within a single application, r=michal.novotny
|
2012-06-04 16:12:24 +02:00 |
Michal Novotny
|
7650594949
|
Bug 722034 - Part 1 - Make AsyncOpenCacheEntry call the listener for non-blocking async requests from background threads, r=hurley
|
2012-05-31 15:20:04 -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 |
Geoff Brown
|
1d11fd0b04
|
Bug 745340 - Improve disk cache smart sizing for mobile; r=jduell
|
2012-05-30 22:59:33 -04:00 |
Josh Matthews
|
447c9b5f07
|
Bug 722845 - Part 3: Remove cache service use of private browsing service, and replace it with a single observer notification. r=michal.novotny
|
2012-05-24 16:31:54 +01:00 |
Josh Matthews
|
c45b403049
|
Bug 722845 - Part 0: Add private flag for cache entries/sessions/requests. r=michal.novotny
|
2012-05-24 16:31:53 +01:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Benjamin Smedberg
|
eaa4878487
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
--HG--
extra : rebase_source : 844b008c5167e6ca39a7ba9eeec8b30672938704
|
2012-05-18 13:30:49 -04:00 |
Brian R. Bondy
|
1d10d8833a
|
Bug 753813 - Cache is disabled if you have too many old cache directories to delete
Bug 753813 - Cache is disabled if you have too many old cache directories to delete. r=jduell
|
2012-05-10 09:18:00 -07:00 |
Brian Nicholson
|
3529eb4647
|
Bug 746697 - Create nsApplicationCacheService to wrap nsOfflineCacheDevice. r=honzab
|
2012-04-30 10:57:09 -07:00 |
Nicholas Nethercote
|
43f329dbbd
|
Bug 744311 (part 1) - Preliminary whitespace and code order changes. r=jlebar.
--HG--
extra : rebase_source : f700733d8aa1aed1ae1f9206b4ee9063f9a03341
|
2012-04-09 22:52:33 -07:00 |
Patrick Wong
|
4ccd1d2fbb
|
Bug 745659 - Removed the nsPrintfCString constructor which takes a length and all corresponding instances that call that particular constructor. This is accomplished by removing the length component from the instantiation. r=jlebar
|
2012-04-24 14:43:00 -04:00 |
Michal Novotny
|
d2271848cf
|
Bug 713203 - nsMemoryCacheDevice::mTotalSize can go negative after clearing the memory cache
|
2012-04-25 01:11:39 +02:00 |
Michal Novotny
|
64844ac62e
|
Bug 745200 - nsDiskCacheStreamIO::Flush() is sometimes called without holding the cache lock
|
2012-04-25 01:07:06 +02:00 |
Michal Novotny
|
e733ddbd8d
|
Bug 691108 - Make sure that no entry can be bound to the disk cache when nsDiskCacheDevice::ClearDiskCache() is in progress
|
2012-04-12 18:27:38 +02:00 |
Michal Novotny
|
bba2343bce
|
Bug 673543 - ensure that no entry is activated while the main thread is blocked by SyncWithCacheIOThread()
|
2012-04-12 18:24:57 +02:00 |
Ms2ger
|
4af44f872a
|
Bug 605180 - Fix build warnings in netwerk/. r=jduell
|
2012-04-07 14:25:00 -07:00 |
Jason Duell
|
d8e747c9ba
|
Bug 705796 - telemetry data on how often cache is corrupt at startup. r=michal
|
2012-04-06 13:10:32 -07:00 |
Veeraya Pupatwibul
|
344b2b1753
|
Bug 741333 - Remove PRBool/PR_TRUE/PR_FALSE that crept in r=Ms2ger
|
2012-04-04 11:15:10 +02:00 |
Ryan VanderMeulen
|
d72a2f5230
|
Backout bug 674728 part 3 due to missing reviews.
|
2012-03-31 18:18:08 -04:00 |
Sinker Li
|
84ddddcba8
|
Bug 674728 - Part 3: Evict cache asynchronized. r=honzab
|
2012-03-30 20:52:07 -04:00 |
Sinker Li
|
a861ebdc6c
|
Bug 674728 - Part 1: Pinned apps get higher priority for cache. r=honzab
|
2012-03-30 20:52:06 -04:00 |
Nick Hurley
|
729c70c97b
|
bug 712914 - add some sanity checking when (de)serializing security info in the disk cache. r=michal
|
2012-03-30 11:21:01 +02:00 |
Michal Novotny
|
8620563b3e
|
Bug 649194 - Abort when the cache IO thread can't be created
|
2012-03-27 10:20:54 +02:00 |
Michal Novotny
|
6251530d71
|
Bug 722033 - Invalidate cache entry in nsHttpChannel::DoInvalidateCacheEntry() asynchronously
|
2012-03-22 23:54:20 +01:00 |
Michal Novotny
|
19e7c0e85c
|
Bug 722033 - Use asyncOpenCacheEntry() in nsHttpChannel when flag LOAD_BYPASS_LOCAL_CACHE_IF_BUSY is set
|
2012-03-22 23:53:10 +01:00 |
Justin Lebar
|
1fc1dc1879
|
Bug 729940 - Part 2: Stop using crappy hash functions in Gecko. r=bz
--HG--
extra : rebase_source : 6fa267a89878cc1a766d8618569debcea9b12e48
|
2012-03-12 18:53:18 -04:00 |
Nick Hurley
|
6d87368126
|
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
|
4349e91452
|
Bug 700659 - Slay nsHashSets in netwerk. r=jduell
|
2011-11-08 15:22:15 -05:00 |
Geoff Lankow
|
ffee27c39f
|
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
|
1e8da7ac11
|
Bug 726417: Signed/unsigned comparison in nsCacheMetaData::UnflattenMetaData r=jduell
|
2012-02-13 11:32:31 -08:00 |
Gijs Kruitbosch
|
2a27fd8d44
|
Bug 715098 - nsICacheMetaData shouldn't blow up in debug mode if visitor returns false.
|
2012-01-28 16:13:43 +01:00 |
Nicholas Nethercote
|
7559a70a04
|
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
|
4e09b859ed
|
Bug 673543 - crash nsDiskCacheMap::DeleteRecord r=michal.novotny
|
2012-01-26 12:23:45 +01:00 |
Geoff Brown
|
c0d5fe5799
|
Bug 712277 - Avoid crash in zlib adler32 following compression failure; r=michal.novotny
|
2012-01-25 14:52:29 +01:00 |
Geoff Brown
|
f871209d7f
|
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
|
a4b53eb49e
|
Bug 716289 - crash in nsCacheService::SearchCacheDevices
|
2012-01-12 16:13:09 +01:00 |
Rafael Ávila de Espíndola
|
e7c93a9ba8
|
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
|
9ae8731187
|
Bug 716146 - Telemetry - close disk cache output stream
|
2012-01-07 02:45:46 +01:00 |
Michal Novotny
|
610908a7b2
|
Bug 707436 - nsSetSmartSizeEvent can cause a lot of IO on the main thread
|
2012-01-06 16:19:10 +01:00 |
Phil Ringnalda
|
e18a9fe91e
|
Back out 8d1b087b9713 (bug 707436) for mochitest-ipcplugins leaks
|
2011-12-23 19:21:17 -08:00 |
Michal Novotny
|
1875c5ce30
|
Bug 707436 - nsSetSmartSizeEvent can cause a lot of IO on the main thread
|
2011-12-24 02:51:25 +01:00 |
Ed Morley
|
14d7ce0332
|
Backout b02402b95e5c (bug 708277) for build failures on all platforms
|
2011-12-22 11:07:12 +00:00 |
Thomas Prip Vestergaard
|
62e57cac37
|
Bug 708277 - Replace PR_MAX with NS_MAX. r=roc
|
2011-12-22 11:47:59 +01:00 |
Josh Matthews
|
b0da6f4787
|
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
|
e00c78182d
|
Bug 648429: delay pref observer destruction on shutdown to avoid crash; r=michal.novotny
|
2011-12-17 11:32:41 +01:00 |
Geoff Brown
|
573196b0e0
|
Bug 648429: HTTP cache: compress all compressible files; r=michal.novotny
|
2011-12-17 11:30:29 +01:00 |
Michal Novotny
|
ff08b0851d
|
Bug 695003 - Race condition when deleting cache directory
|
2011-12-02 18:10:57 +01:00 |