Eric Rahm
|
b9dd7823ea
|
Bug 1162336 - Part 2: Wrap expensive calls in PR_LOG_TEST. r=froydnj
Check that logging is enabled before performing potentially expensive
operations.
|
2015-05-07 10:35:29 -07:00 |
Eric Rahm
|
ba22eb7fee
|
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 |
Ehsan Akhgari
|
883849ee32
|
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
|
f4adbc2b8a
|
Bug 1079789 - Don't doom expired entries in the HTTP cache intermediate memory pool. r=michal
CLOSED TREE
|
2015-02-12 14:00:00 -05:00 |
Ehsan Akhgari
|
e9499ce141
|
Bug 1117042 - Mark virtual overridden functions as MOZ_OVERRIDE in netwerk; r=mcmanus
|
2015-01-02 09:04:04 -05:00 |
Michal Novotny
|
a35cc357cc
|
Bug 1052266 - Potential deadlock detected: CacheEntry, CacheIndex.mLock, CacheStorageService at CacheEntry, r=honzab
|
2014-09-10 14:43:50 +02:00 |
Steve Workman
|
96f2ba264b
|
Bug 1058099 - Cancel CacheStorageService::mPurgeTimer if it's still set during shutdown r=mayhemer
|
2014-09-02 13:33:32 -07:00 |
Ehsan Akhgari
|
052526d479
|
Bug 1061052 - Fix more bad implicit constructors in netwerk; r=mcmanus
|
2014-09-02 09:49:38 -04:00 |
Michal Novotny
|
fc093f7b96
|
Bug 1042192 - Use Cache2 I/O thread for callbacks from CacheFileIOManager, r=sworkman
|
2014-08-18 15:36:27 +02:00 |
Valentin Gosu
|
a94022f8e3
|
Bug 1045886 - Remove Cache directory from Android profiles r=michal
|
2014-08-13 16:43:45 +03:00 |
Ehsan Akhgari
|
748c8aca19
|
Bug 1048271 - Fix more bad implicit constructors in netwerk; r=mcmanus
|
2014-08-05 09:20:24 -04:00 |
Jeremy Poulin
|
1aff12806c
|
Bug 1038357 - Add automatic pruning for mForcedValidEntries in CacheStorage Service. r=honzab
|
2014-07-15 09:23:09 -07:00 |
Jeremy Poulin
|
890b61b742
|
Bug 1020416 - Added forceValidFor() and isForcedValid attribute to nsICacheEntry. r=honzab, michal
|
2014-07-21 11:34:17 -07:00 |
Brad Lassey
|
d801604520
|
back out bug 1020416 for causing hangs on Firefox for Android
|
2014-07-25 13:21:42 -04:00 |
Jeremy Poulin
|
19d0897794
|
Bug 1038357 - Added automatic pruning for mForcedValidEntries in CacheStorage Service. r=honzab
|
2014-07-15 09:23:09 -07:00 |
Jeremy Poulin
|
0cce7ce188
|
Bug 1020416 - Added forceValidFor() and isForcedValid attribute to nsICacheEntry. r=honzab, michal
|
2014-07-21 11:34:17 -07:00 |
Carsten "Tomcat" Book
|
82d02bf40a
|
Backed out changeset a232fd36c827 (bug 1020416) for nightly startup crashed - bug 1041492 a=sheriffduty
|
2014-07-21 14:57:09 +02:00 |
Jeremy Poulin
|
21a95c5876
|
Bug 1020416 - Add forceValidFor() and isForcedValid attribute to nsICacheEntry. r=honzab, r=michal
|
2014-07-18 18:11:34 -07:00 |
Honza Bambas
|
3c2b1bc263
|
Bug 920606 - HTTP cache v2: add telemetry for the intermediate memory cache purging, r=michal
|
2014-07-08 16:48:00 +02:00 |
Honza Bambas
|
d01da37296
|
Bug 1025913 - Let memory-only HTTP cache entries doom disk entries, CacheEntry.mUseDisk immutable, r=michal
|
2014-06-25 18:42:50 +02:00 |
Benoit Jacob
|
ff32bb14c1
|
Bug 1028588 - Fix dangerous public destructors in netwerk/ - r=mcmanus
|
2014-06-24 12:36:44 -04:00 |
Honza Bambas
|
3eda94bdc6
|
Bug 1023413 - Introduce bool nsICacheStorage.exists(nsIURI, ACString), r=michal
|
2014-06-24 18:08:35 +02:00 |
Carsten "Tomcat" Book
|
8e9e3ad772
|
Backed out changeset f2c5626b3cec (bug 1023413) for causing Android 2.2 Armv6 Opt XPCShell Test failures on a CLOSED TREE
|
2014-06-23 13:06:30 +02:00 |
Honza Bambas
|
6740725987
|
Bug 1023413 - Introduce bool nsICacheStorage.exists(nsIURI, ACString), r=michal
|
2014-06-21 21:41:02 +02:00 |
Nicholas Nethercote
|
aaf6fb2124
|
Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg.
--HG--
extra : rebase_source : 5eb756b17a97e751deb0f47e909fdb35533cb23b
|
2014-05-20 23:06:54 -07:00 |
Honza Bambas
|
8f57c8e341
|
Bug 961024 - Move HTTP cache on Android to application's cache/profile leaf name, r=michal
|
2014-06-03 14:35:17 +02:00 |
Honza Bambas
|
4b14ce2ad7
|
Bug 1017546 - Move CacheStorageService::CleaupCacheDirectories job to background, r=michal
|
2014-06-03 14:35:17 +02:00 |
Honza Bambas
|
3b4a73d31e
|
Bug 1014394 - Correctly delete all HTTP cache leftover trashes, r=michal
|
2014-05-29 00:52:21 +02:00 |
Honza Bambas
|
19ddd1b186
|
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
|
9e342ce37a
|
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
|
e282331a70
|
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
|
ec884e84a0
|
Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN
|
2014-05-01 13:28:12 +02:00 |
Honza Bambas
|
fcfec4dbfa
|
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
|
bbabececf4
|
Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN
|
2014-04-30 12:39:18 +02: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 |
Honza Bambas
|
f52f871f89
|
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
|
f0d512f25e
|
Bug 992974 - Improve logs at CacheStorageService::AddStorageEntry, r=michal
|
2014-04-24 18:50:45 +02:00 |
Michal Novotny
|
993f02b514
|
Bug 977766 - HTTP cache v2: selective deletion of data (by load context info), r=honzab, michal
|
2014-04-10 12:47:20 +02:00 |
Honza Bambas
|
b4dd4d8955
|
Bug 986179 - Rework cache2 memory pool, r=michal
|
2014-04-06 20:45:18 +02:00 |
Honza Bambas
|
8f792746f0
|
Bug 915296 - HTTP cache v2: Show cache consumption correctly in UI, r=michal, gavin
|
2014-04-06 20:44:40 +02:00 |
Honza Bambas
|
e0dd661ad6
|
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 |
Michal Novotny
|
63c7dcaab1
|
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
|
ff7f64d64a
|
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
|
a2b286f768
|
Bug 964039 - Memory used by the new cache backend is not reported, r=michal
|
2014-02-27 00:11:40 +01:00 |
Michal Novotny
|
8c254f8b27
|
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
|
d2d590bfc8
|
Bug 923016 - Implementation of cache index, r=honzab
|
2014-02-18 16:05:07 +01:00 |
Ed Morley
|
6088e9379c
|
Backed out changeset f514ab5c4b5b (bug 923016) for B2G xpcshell crashes; CLOSED TREE
|
2014-03-05 17:25:27 +00:00 |
Ed Morley
|
d324b8dded
|
Backed out changeset d8543551f12e (bug 913808)
|
2014-03-05 17:25:04 +00:00 |
Ed Morley
|
8dbef9c6e0
|
Backed out changeset 240333c3d2c1 (bug 964039)
|
2014-03-05 17:24:55 +00:00 |
Ed Morley
|
6fee27b115
|
Backed out changeset 18d79e1e15f9 (bug 958317)
|
2014-03-05 17:24:52 +00:00 |
Honza Bambas
|
6891434bc6
|
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
|
260271bf43
|
Bug 964039 - Memory used by the new cache backend is not reported, r=michal
|
2014-02-27 00:11:40 +01:00 |
Michal Novotny
|
41ee219b6e
|
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
|
a5234f73a3
|
Bug 923016 - Implementation of cache index, r=honzab
|
2014-02-18 16:05:07 +01:00 |
Honza Bambas
|
c5f606dd7b
|
Bug 964898 - Auto delete unused cache version data on demand, r=jduell
|
2014-02-05 20:29:54 +01:00 |
Honza Bambas
|
723ab5aff0
|
Bug 913820 - Base for size limit preferences in HTTP cache v2, r=michal
|
2014-02-04 01:53:00 +01:00 |
Honza Bambas
|
ebad344e5a
|
Bug 957707 - Merge management and IO threads in cache v2, r=michal
|
2014-01-22 18:54:52 +01:00 |
Honza Bambas
|
61373dd5e8
|
Bug 942835 - HTTP cache v2: Better CacheEntry purge prevention, r=michal
|
2014-01-06 21:24:41 +01:00 |
Honza Bambas
|
bba34e47da
|
Bug 919468 - build issue in CacheStorageService.cpp with logging off, r=michal
|
2013-09-25 16:42:16 +02:00 |
Honza Bambas
|
894ba59236
|
Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin
|
2013-09-20 11:11:25 +02:00 |