Daniel Holbert
ddb04a0443
Bug 1142841: Convert all nsRefPtr<nsIRunnable> to nsCOMPtr<nsIRunnable>. r=ehsan
...
This patch was generated by a script. Here's the source of the script for
future reference:
find . \( -iname "*.cpp" -o -iname "*.h" \) | \
xargs -n 1 sed -i "s/nsRefPtr<nsIRunnable>/nsCOMPtr<nsIRunnable>/g"
2015-03-17 09:29:17 -07:00
Honza Bambas
6bc5a82c56
Bug 976171 - crash in mozilla::net::CacheIOThread::LoopOneLevel(unsigned int), r=michal
2014-05-02 20:15:15 +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
Aaron Klotz
b3ab7df76b
Bug 913653: Remove lock from IOInterposer and add IOInterposer thread registration; r=froydnj
2014-04-08 22:57:52 -06:00
Honza Bambas
66ee902a42
Bug 976866 - HTTP cache v2: Specific dispatch method for eviction events, r=michal
2014-04-04 14:42:05 +02:00
Honza Bambas
214053d826
Bug 975255 - HTTP cache v2: optimize CacheIOThread::Target(), r=michal
2014-02-27 00:11:42 +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
Ed Morley
599ee2ead7
Backed out changeset 240333c3d2c1 (bug 964039)
2014-03-05 17:24:55 +00:00
Ed Morley
14ee716d6e
Backed out changeset 18d79e1e15f9 (bug 958317)
2014-03-05 17:24:52 +00:00
Ed Morley
f7f480a94c
Backed out changeset 2275f8be60c9 (bug 975255)
2014-03-05 17:24:49 +00:00
Honza Bambas
a15ec9fbd0
Bug 975255 - HTTP cache v2: optimize CacheIOThread::Target(), r=michal
2014-02-27 00:11:42 +01:00
Honza Bambas
c41d5bcdc7
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
3070b230c5
Bug 964039 - Memory used by the new cache backend is not reported, r=michal
2014-02-27 00:11:40 +01:00
Honza Bambas
7be5d96a49
Bug 957707 - Merge management and IO threads in cache v2, r=michal
2014-01-22 18:54:52 +01:00
Honza Bambas
29de8cc3a2
Bug 956374 - HTTP cache v2: fix CacheIOThread::Target() wait conditioning, r=michal
2014-01-09 00:27:31 +01:00
Honza Bambas
684d5bbd99
Bug 951713 - CacheIOThread causes activity spikes during idle, r=michal
2013-12-19 01:39:16 +01:00
Ben Turner
4660ab8627
Bug 939182 - Add 'eventWasProcessed' argument to nsIThreadObserver::afterProcessNextEvent(), r=bsmedberg.
2013-10-23 05:01:20 -07:00
Honza Bambas
1d29bda24d
Bug 934610 - fix Assertion failure: \!EventsPending(), at CacheIOThread.cpp:172, r=michal
2013-11-20 23:20:15 +01:00
Honza Bambas
a55f8e6460
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