Michal Novotny
|
112ee06aa3
|
Bug 1007071 - Check cache entry size in CacheFileOutputStream::Write(), r=honzab
|
2014-05-19 14:21:18 +02:00 |
|
Honza Bambas
|
9f27c74a01
|
Bug 1011150 - HTTP cache v2: reimplement AsyncDoomURI for appcache storage, r=michal
|
2014-05-18 20:03:57 +02:00 |
|
Honza Bambas
|
592c809abb
|
Bug 1012331 - Let CacheFile::PreloadChunks use mPreloadChunkCount instead of prefs, r=michal
|
2014-05-18 20:03:57 +02:00 |
|
Michal Novotny
|
de296d752e
|
Bug 1010783 - Base CacheFileInputStream::Read on ReadSegments, r=honzab
|
2014-05-18 09:31:38 +02:00 |
|
Honza Bambas
|
9ed36bd7fe
|
Bug 1011487 - HTTP cache v2: WalkCacheRunnable may release it's callback on a non-main thread, r=michal
|
2014-05-17 15:38:50 +02:00 |
|
Ryan VanderMeulen
|
63cd113b5a
|
Revert to revision 63dfac3c9c87 due to mass bustage pile-ups that landed after it on a CLOSED TREE.
|
2014-05-16 12:29:37 -04:00 |
|
Honza Bambas
|
a845a20be1
|
Bug 1011487 - HTTP cache v2: WalkCacheRunnable may release it's callback on a non-main thread, r=michal
|
2014-05-16 17:13:04 +02:00 |
|
Honza Bambas
|
4cbc0878c1
|
Bug 913806 - turn HTTP cache v2 on by default, r=jduell
|
2014-05-15 16:31:26 -07:00 |
|
Honza Bambas
|
b6d4826f34
|
Bug 1010221 - Let CacheFileInputStream::ReadSegments loop over all preloaded chunks, r=michal
|
2014-05-15 19:24:55 +02:00 |
|
Honza Bambas
|
b4a20396e7
|
Bug 1010153 - CacheFileIOManager::ScheduleMetadataWrite called for memory only CacheFiles, r=michal
|
2014-05-14 23:12:39 +02:00 |
|
Honza Bambas
|
4f3dee8ee7
|
Bug 1009500 - HTTP cache v2: respect OPEN_BYPASS_IF_BUSY, r=michal
|
2014-05-14 23:12:38 +02:00 |
|
Honza Bambas
|
16830192eb
|
Bug 1006181 - HTTP cache v2 memory only storage area not freed on limit, fix purge condition, r=michal
|
2014-05-14 23:12:38 +02:00 |
|
Michal Novotny
|
9d74aa4120
|
Bug 1006217 - Assertion failure: mValidityMap.Length() == 0, at netwerk/cache2/CacheFileChunk.cpp:392, r=honzab
|
2014-05-08 16:15:24 +02:00 |
|
Honza Bambas
|
ce5d2b63cf
|
Bug 1006181 - Update frecency of Recreate()'ed entries to get them purged from memory, r=michal
|
2014-05-06 20:55:50 +02:00 |
|
Honza Bambas
|
223e3b1b2a
|
Bug 1005475 - Remove lock acquire from CacheEntry::IsFileDoomed() and bellow, r=michal
|
2014-05-05 19:25:59 +02:00 |
|
Honza Bambas
|
12b8e62554
|
Bug 1005079 - Move index check from CacheFile to CacheEntry to speed up, r=michal
|
2014-05-05 19:25:58 +02:00 |
|
Michal Novotny
|
f5e39d9807
|
Bug 1003208 - HTTP cache v2: CacheFileHandle::mHash is accessed after the memory is freed, r=honzab
|
2014-05-05 15:11:39 +02:00 |
|
Michal Novotny
|
5a3cea2381
|
Bug 1003091 - HTTP cache v2: Remove temporary fix in CacheFileContextEvictor::GetContextFile() due to CacheFileUtils::ParseKey() limitation, r=honzab
|
2014-05-05 15:04:09 +02:00 |
|
Honza Bambas
|
729ad40cb1
|
Bug 976171 - crash in mozilla::net::CacheIOThread::LoopOneLevel(unsigned int), r=michal
|
2014-05-02 20:15:15 +02:00 |
|
Michal Novotny
|
1c148b9414
|
Bug 913819 - HTTP cache v2: preload several chunks in advance in input stream to speed up reading, r=honzab
|
2014-05-02 20:15:14 +02:00 |
|
Honza Bambas
|
f58519de04
|
Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN
|
2014-05-01 13:28:12 +02:00 |
|
Honza Bambas
|
80c232b29e
|
Backing out bug 916052 (2557b51a47a0) for build bustage on linux/osx, r=bustage on CLOSED TREE
|
2014-04-30 13:05:43 +02:00 |
|
Honza Bambas
|
3463b9921d
|
Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN
|
2014-04-30 12:39:18 +02:00 |
|
Birunthan Mohanathas
|
504b581650
|
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 |
|
Honza Bambas
|
461bf1d56b
|
Bug 999383 - optimize Open and Read inter-thread calls in CacheFileIOManager, r=michal
|
2014-04-26 18:42:07 +02:00 |
|
Honza Bambas
|
38da132655
|
Bug 998445 - Unable to see disk cache size, 'Calculating web content cache size' stays forever, r=michal
|
2014-04-24 18:50:46 +02:00 |
|
Honza Bambas
|
01bfd9a71a
|
Bug 992974 - Improve logs at CacheStorageService::AddStorageEntry, r=michal
|
2014-04-24 18:50:45 +02:00 |
|
Michal Novotny
|
03e018efb7
|
Bug 913812 - HTTP cache v2: properly propagate errors through the cache file code, r=honzab
|
2014-04-22 13:23:17 +02:00 |
|
Michal Novotny
|
23c2db8e3a
|
Bug 987829 - HTTP cache v2: make disk cache smart sizing work with the new backend, r=honzab
|
2014-04-22 11:21:00 +02:00 |
|
Michal Novotny
|
22219571de
|
Bug 994574 - HTTP cache v2: CacheFileMetadata::ParseMetadata() fails to parse any entry, r=honzab
|
2014-04-10 14:29:46 +02:00 |
|
Michal Novotny
|
de7c98ded1
|
Bug 977766 - HTTP cache v2: selective deletion of data (by load context info), r=honzab, michal
|
2014-04-10 12:47:20 +02:00 |
|
Michal Novotny
|
84f59de5df
|
Bug 920573 - HTTP cache v2: Remove all cache files during shutdown when "Clear history when Firefox closes" + "Cache" setting is checked, r=honzab
|
2014-04-09 10:06:59 +02:00 |
|
Aaron Klotz
|
7bd0ac22b6
|
Bug 913653: Remove lock from IOInterposer and add IOInterposer thread registration; r=froydnj
|
2014-04-08 22:57:52 -06:00 |
|
Honza Bambas
|
fa35495fca
|
Bug 941698 - HTTP cache v2: add version information to cache entries, r=michal
|
2014-04-07 22:07:43 +02:00 |
|
Michal Novotny
|
0b87e446a2
|
Bug 988186 - HTTP cache v2: store all fields in CacheFileMetadata in network order on disk, r=honzab
|
2014-04-07 22:07:38 +02:00 |
|
Honza Bambas
|
d67efedb0f
|
Bug 988318 - HTTP cache v2: enlarge chunk size, r=michal
|
2014-04-06 20:45:49 +02:00 |
|
Honza Bambas
|
1a48d97266
|
Bug 986179 - Rework cache2 memory pool, r=michal
|
2014-04-06 20:45:18 +02:00 |
|
Honza Bambas
|
7ae5cd9848
|
Bug 915296 - HTTP cache v2: Show cache consumption correctly in UI, r=michal, gavin
|
2014-04-06 20:44:40 +02:00 |
|
Honza Bambas
|
9daae001cd
|
Bug 968593 - HTTP cache v2: Make load context key (a.k.a key prefix) safely parsable, r=michal
|
2014-04-06 20:44:40 +02:00 |
|
Honza Bambas
|
ad97eaff34
|
Bug 985156 - CacheFile doesn't report mKey during memory report, r=michal
|
2014-04-04 14:42:06 +02:00 |
|
Honza Bambas
|
63ed8e8c2e
|
Bug 986728 - Engage frecency decay time experiment for HTTP cache v2, r=jduell
|
2014-04-04 14:42:06 +02:00 |
|
Honza Bambas
|
271e4f5255
|
Bug 976866 - HTTP cache v2: Specific dispatch method for eviction events, r=michal
|
2014-04-04 14:42:05 +02:00 |
|
Honza Bambas
|
1861e78efd
|
Bug 973319 - Release CacheEntry callbacks on the proper thread, r=michal
|
2014-04-04 14:42:05 +02:00 |
|
Honza Bambas
|
2910a2bf93
|
Bug 959761 - finalize nsICacheEntry interface, r=michal
|
2014-04-04 14:42:05 +02:00 |
|
Michal Novotny
|
7039482575
|
Bug 987814 - HTTP cache v2: initial index build happens immediately after the profile is open, r=honzab
|
2014-03-28 14:51:58 +01:00 |
|
Michal Novotny
|
59fe475a18
|
Bug 983582 - HTTP cache v2: special handles are not released until shutdown, r=honzab
|
2014-03-28 12:35:06 +01:00 |
|
Ehsan Akhgari
|
345b35a6e8
|
Bug 798158 - Part 1: Use a pointer-sized type to store refcounts internally; r=bsmedberg
|
2014-03-27 16:38:33 -04:00 |
|
Neil Rashbrook
|
921625ab05
|
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
--HG--
extra : rebase_source : f8fb50de9292320eb7589dd28dc566d0f5044da6
|
2014-03-18 00:23:03 +00:00 |
|
Wes Kocher
|
2939a367ba
|
Backed out 2 changesets (bug 514280) for OSX build bustage on a CLOSED TREE
Backed out changeset 2a015b45d808 (bug 514280)
Backed out changeset a01f97c1ed02 (bug 514280)
|
2014-03-17 15:19:53 -07:00 |
|
Neil Rashbrook
|
f83724018d
|
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
--HG--
extra : rebase_source : eaca8b2925eaffb49e29a617cd72c0d6686e6d9e
|
2014-03-17 19:07:09 +00:00 |
|