Michal Novotny
|
97f80de102
|
Bug 1151812 - Add telemetry to find optimal cache entry hash size, r=honzab
|
2015-06-14 14:13:18 +02:00 |
|
Michal Novotny
|
468b22217e
|
Bug 1159500 - crash in mozilla::net::CacheIndexIterator::GetNextHash(unsigned char (*)[20]), r=honzab
|
2015-05-23 09:12:43 +02:00 |
|
Neil Rashbrook
|
3ac6e8ce7a
|
Bug 1155963 Only allow NS_LITERAL_CSTRING to be used on compile-time literals r=froydnj,ehsan
|
2015-05-16 09:07:10 +01:00 |
|
Wes Kocher
|
aae9c961fe
|
Backed out changeset 17cfad44e12b (bug 1155963) for breaking b2g builds
|
2015-05-14 16:35:18 -07:00 |
|
Neil Rashbrook
|
8d294091b1
|
Bug 1155963 Only allow NS_LITERAL_CSTRING to be used on compile-time literals r=froydnj,ehsan
|
2015-05-15 00:00:33 +01:00 |
|
Eric Rahm
|
b676a83446
|
Bug 1162336 - Part 1: Remove instances of #ifdef PR_LOGGING in netwerk. r=froydnj
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
|
2015-05-07 12:52:44 -07:00 |
|
Wes Kocher
|
ce92b3fcd9
|
Backed out 2 changesets (bug 1162336) for breaking at least windows builds
Backed out changeset 8952a7fa4050 (bug 1162336)
Backed out changeset 0170a6c2a5be (bug 1162336)
|
2015-05-07 11:13:24 -07:00 |
|
Eric Rahm
|
bd957615ed
|
Bug 1162336 - Part 1: Remove instances of #ifdef PR_LOGGING in netwerk. r=froydnj
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
|
2015-05-07 10:35:28 -07:00 |
|
Michal Novotny
|
2ef0ebc4df
|
Bug 1141555 - HTTP cache v2 generates corrupted entries, r=jduell
|
2015-03-26 23:05:34 +01:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Honza Bambas
|
74f2252413
|
Bug 1136897 - Don't evict expired entries from disk. r=michal
|
2015-03-03 07:58:00 +01:00 |
|
Michal Novotny
|
0f8b04b6cd
|
Bug 1055369 - Assertion failure: !handle || !handle->IsDoomed(). r=honzab
CLOSED TREE DONTBUILD
|
2015-02-24 11:49:46 -05:00 |
|
Ryan VanderMeulen
|
c05b1972ff
|
Backed out changeset 12b059c5afc2 (bug 1055369) for frequent asserts across all test suites.
|
2015-02-24 11:40:22 -05:00 |
|
Michal Novotny
|
55dc9b3fd3
|
Bug 1055369 - Assertion failure: !handle || !handle->IsDoomed(), r=honzab
|
2015-02-24 16:09:17 +01:00 |
|
Michal Novotny
|
ca32b79eb2
|
Bug 1131600 - Add telemetry probes to get detailed disk cache hit rate, r=mcmanus
|
2015-02-23 12:26:06 +01:00 |
|
Michal Novotny
|
1cb2032576
|
Bug 1130784 - FAT32 file create limit code is using a bad error number, r=honzab
|
2015-02-12 11:28:50 +01:00 |
|
Michal Novotny
|
8093877938
|
Bug 1038554 - fix potential wrong file offset calculation in CacheIndex::ParseRecords() and CacheIndex::ParseJournal(), r=honzab
|
2015-01-10 01:21:04 +01:00 |
|
Ehsan Akhgari
|
7943855e34
|
Bug 1117042 - Mark virtual overridden functions as MOZ_OVERRIDE in netwerk; r=mcmanus
|
2015-01-02 09:04:04 -05:00 |
|
Michal Novotny
|
d77b516026
|
Bug 1074832 - CacheIndex merges journal with pending updates incorrectly, r=honzab
|
2014-10-28 15:59:53 +01:00 |
|
Ryan VanderMeulen
|
66386d092e
|
Backed out changeset f156971f0f4d (bug 1074832) for Android crashes.
CLOSED TREE
|
2014-10-14 12:41:43 -04:00 |
|
Michal Novotny
|
984e4bd7c1
|
Bug 1074832 - CacheIndex merges journal with pending updates incorrectly, r=honzab
|
2014-10-14 16:33:06 +02:00 |
|
Michal Novotny
|
da8ef20dd8
|
Bug 1066915 - Assertion failure: aEntry->IsDirty(), in mozilla::net::CacheIndex::UpdateEntryInIndex, r=honzab
|
2014-10-14 15:12:42 +02:00 |
|
Michal Novotny
|
27641eae48
|
Bug 1052266 - Potential deadlock detected: CacheEntry, CacheIndex.mLock, CacheStorageService at CacheEntry, r=honzab
|
2014-09-10 14:43:50 +02:00 |
|
Michal Novotny
|
357ecb53d6
|
Bug 1042192 - Use Cache2 I/O thread for callbacks from CacheFileIOManager, r=sworkman
|
2014-08-18 15:36:27 +02:00 |
|
Andrew McCreight
|
81cbb05900
|
Bug 1046281 - Use the simpler version of nsTHashtable memory reporters. r=njn
|
2014-08-05 13:27:41 -07:00 |
|
Ehsan Akhgari
|
cae4fa66a8
|
Bug 1048271 - Fix more bad implicit constructors in netwerk; r=mcmanus
|
2014-08-05 09:20:24 -04:00 |
|
Jeremy Poulin
|
89e74822a5
|
Bug 1020416 - Added forceValidFor() and isForcedValid attribute to nsICacheEntry. r=honzab, michal
|
2014-07-21 11:34:17 -07:00 |
|
Brad Lassey
|
7778c1c3ee
|
back out bug 1020416 for causing hangs on Firefox for Android
|
2014-07-25 13:21:42 -04:00 |
|
Jeremy Poulin
|
9c02d58a3f
|
Bug 1020416 - Added forceValidFor() and isForcedValid attribute to nsICacheEntry. r=honzab, michal
|
2014-07-21 11:34:17 -07:00 |
|
Carsten "Tomcat" Book
|
2ab1dc9d69
|
Backed out changeset a232fd36c827 (bug 1020416) for nightly startup crashed - bug 1041492 a=sheriffduty
|
2014-07-21 14:57:09 +02:00 |
|
Jeremy Poulin
|
129e9e1348
|
Bug 1020416 - Add forceValidFor() and isForcedValid attribute to nsICacheEntry. r=honzab, r=michal
|
2014-07-18 18:11:34 -07:00 |
|
Michal Novotny
|
805d7068eb
|
Bug 1013395 - HTTP cache v2: have a limit for write backlog, r=honzab
|
2014-07-10 07:59:29 +02:00 |
|
Benoit Jacob
|
d66ff6a02f
|
Bug 1028588 - Fix dangerous public destructors in netwerk/ - r=mcmanus
|
2014-06-24 12:36:44 -04:00 |
|
Honza Bambas
|
ac742d35b0
|
Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN
|
2014-05-01 13:28:12 +02:00 |
|
Honza Bambas
|
363e4d697a
|
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
|
a3fb819588
|
Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN
|
2014-04-30 12:39:18 +02:00 |
|
Birunthan Mohanathas
|
eeb9aaaa94
|
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
|
fb2a24ac11
|
Bug 999383 - optimize Open and Read inter-thread calls in CacheFileIOManager, r=michal
|
2014-04-26 18:42:07 +02:00 |
|
Michal Novotny
|
259c3d334a
|
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
|
c73222e95e
|
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 |
|
Honza Bambas
|
769268d9d2
|
Bug 915296 - HTTP cache v2: Show cache consumption correctly in UI, r=michal, gavin
|
2014-04-06 20:44:40 +02:00 |
|
Michal Novotny
|
6b0699f130
|
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 |
|
Neil Rashbrook
|
afcb26040f
|
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
|
2014-03-18 00:23:03 +00:00 |
|
Wes Kocher
|
5b4557e895
|
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
|
91221f71f5
|
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
|
2014-03-17 19:07:09 +00:00 |
|
Michal Novotny
|
24fc603d3c
|
Bug 968106 - HTTP cache v2: implementation of the eviction of the whole disk cache, r=honzab
|
2014-03-07 12:22:59 +01:00 |
|
Honza Bambas
|
f630ded98a
|
Bug 958317 - HTTP cache v2: allow yield to more priority levels in IOThread, r=michal
|
2014-02-27 00:11:42 +01:00 |
|
Honza Bambas
|
3d5cd4451d
|
Bug 964039 - Memory used by the new cache backend is not reported, r=michal
|
2014-02-27 00:11:40 +01:00 |
|
Michal Novotny
|
094b973f9b
|
Bug 913808 - Evict entries from the disk cache when cache limit is reached, r=honzab
|
2014-02-18 18:26:48 +01:00 |
|
Michal Novotny
|
eb5de807b5
|
Bug 923016 - Implementation of cache index, r=honzab
|
2014-02-18 16:05:07 +01:00 |
|