Граф коммитов

624 Коммитов

Автор SHA1 Сообщение Дата
sharparrow1@yahoo.com 1ddeb8e819 Bug 391915: Don't use atoms from nsCacheMetaData because atoms aren't threadsafe. r+sr=biesi, a=blocking1.9 2007-08-30 10:51:07 -07:00
cbiesinger@gmx.at 58fc7fb5e5 392282 don't allow opening cache entries after the cache service has shut down r+sr+a=bz 2007-08-28 15:05:32 -07:00
dcamp@mozilla.com cb1b36c829 properly delete old files during an offline cache update. b=389591, r+sr=biesi 2007-07-25 17:47:33 -07:00
dcamp@mozilla.com 53f92f7497 update the offline cache atomically. b=389223, r=biesi, sr=jst 2007-07-24 23:31:27 -07:00
dcamp@mozilla.com e6fea393ca move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst 2007-07-24 22:35:39 -07:00
jwalden@mit.edu 12e960c504 Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
sdwilsh@shawnwilsher.com b2c0a418d8 Bug 333848 - add full-featured user-defined functions and progress handlers to storage. Patch by Lev Serebryakov <blacklion@gmail.com>. r=cbiesinger, sr=cbiesinger 2007-07-07 14:14:56 -07:00
dcamp@mozilla.com 51f613480e Properly disable caches on profile shutdown. b=380968, r+sr=biesi 2007-06-25 20:25:31 -07:00
bzbarsky@mit.edu a2a94cb133 Fix assertion to not fire when it shouldn't. Bug 303003, patch by Radek
'sysKin' Czyz <syskin@syskin.cjb.net>, r=alfredkayser@nl.ibm.com, sr=biesi
2007-06-18 08:24:17 -07:00
kherron@fmailbox.com 51f766a9e8 Bug 381329 - Build fails with GCC-4.3 due to extra semi-colons and '-pedantic' flag. Patch by Art Haas <ahaas@airmail.net>. r+sr=roc. 2007-06-16 12:53:59 -07:00
sspitzer@mozilla.org 4f72a74574 fix for bug #380741: Crash with about:cache and clear privacy data [@nsCOMPtr::StartAssignment]fall out from bug #380704: compile error [@nsOfflineCacheDevice::Init]fix by dcamp@mozilla.com, r/sr=biesi 2007-05-17 11:33:19 -07:00
alfred.peng@sun.com c18ec2381c Bug 380704. compile error [@nsOfflineCacheDevice::Init]. Fix the bustage for bug 370195 on Solaris SPARC/x86 with Sun Compiler.r+sr=jst. 2007-05-15 00:53:42 -07:00
cbiesinger@web.de cdb2f9621e Bug 370195 – sql device for the offline cachepatch by Dave Camp <dcamp@mozilla.com> r=jst (content part) r=biesi (rest) 2007-05-14 13:09:20 -07:00
dbaron@dbaron.org 4d961c5c49 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 08:33:38 -07:00
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
dcamp%mozilla.com 949505d29b Bug 425792: Properly update and use expiration times when updating the offline cache. r/sr=biesi, b1.9=damons 2008-04-09 05:22:35 +00:00
reed%reedloden.com 6eef32f605 Bug 419036 - "Simplify nsCacheEntryHashTable::VisitEntries and break 'friendship'" [p=alfredkayser@gmail.com (Alfred Kayser) r=dcamp sr=biesi a1.9=damons] 2008-03-11 08:08:06 +00:00
tglek%mozilla.com 060c62ce9f bug 398568: Fix prbool misuse in netwerk. r=biesi a=dsicore 2008-02-21 23:18:50 +00:00
reed%reedloden.com 3dfe737eb3 Bug 415262 - "Make general use of new NSPR rotate macros" [p=swsnyder@insightbb.com (Steve Snyder) r=wtc sr=dbaron a=blocking1.9+] 2008-02-13 11:34:47 +00:00
reed%reedloden.com 545a0b1293 Bug 410150 - "nsCacheService: only add observers that we really need" (Use array/for loops for the Add/Remove observers) [p=alfredkayser@gmail.com (Alfred Kayser) r=dcamp sr=biesi a1.9=damons] 2008-02-10 04:53:28 +00:00
reed%reedloden.com 81592a91e5 Bug 396222 - "let clients track the offline cache usage for a domain" [p=dcamp@mozilla.com (Dave Camp) / honzab@allpeers.com (Honza Bambas) r+sr=biesi r=dcamp a1.9=schrep] 2008-02-07 09:04:30 +00:00
dcamp%mozilla.com 3f8fd161e5 Bug 405695: Use asciiHost/asciiSpec for offline cache ownership keys. p=Honza Bambas, r=me, sr=biesi 2008-01-23 04:31:51 +00:00
dcamp%mozilla.com bd5453a7c2 Bug 398478: Clear globalStorage for offline apps separately from cookies, and the offline cache separately from the main cache. r=enndeakin, r=mconnor, sr=biesi 2008-01-23 04:06:37 +00:00
dwitte%stanford.edu ebda8dc650 relanding fix for bug 262116 that got accidentally backed out by previous landing. 2008-01-06 01:07:16 +00:00
reed%reedloden.com 1e114f08f4 Bug 84945 - "nsDiskCacheMap::ReadDiskCacheEntry should use a cached buffer" [p=alfredkayser@nl.ibm.com (Alfred Kayser) r=dcamp sr=biesi a=blocking1.9+] 2007-12-29 04:22:54 +00:00
vladimir%pobox.com b3b9e23709 bustage fix 2007-12-07 22:18:13 +00:00
vladimir%pobox.com 859f71652d b=406869, SetCacheAsFile(true) on memory-cached loads is broken, patch from bz, r+sr=biesi, a=schrep 2007-12-07 22:07:03 +00:00
cbiesinger%gmx.at 060a9e8af7 bug 262116 make disk cache serialize/deserialize the security info, if present
also make nsNSSSocketInfo serializable
PSM part: r=kaie sr=darin
rest: r+sr=darin
2007-11-30 18:06:26 +00:00
sharparrow1%yahoo.com 5fd5f512c3 Bug 391915: Don't use atoms from nsCacheMetaData because atoms aren't threadsafe. r+sr=biesi, a=blocking1.9 2007-08-30 17:51:07 +00:00
cbiesinger%gmx.at 3b9e9dfd93 392282 don't allow opening cache entries after the cache service has shut down
r+sr+a=bz
2007-08-28 22:05:32 +00:00
dcamp%mozilla.com 342fb34d6a properly delete old files during an offline cache update. b=389591, r+sr=biesi 2007-07-26 00:47:33 +00:00
dcamp%mozilla.com 93b26f1eb2 update the offline cache atomically. b=389223, r=biesi, sr=jst 2007-07-25 06:31:28 +00:00
dcamp%mozilla.com 07547d4351 move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst 2007-07-25 05:35:40 +00:00
jwalden%mit.edu ef68fcf595 Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 07:08:56 +00:00
sdwilsh%shawnwilsher.com 3b8029f7cd Bug 333848 - add full-featured user-defined functions and progress handlers to storage. Patch by Lev Serebryakov <blacklion@gmail.com>. r=cbiesinger, sr=cbiesinger 2007-07-07 21:14:56 +00:00
dcamp%mozilla.com 53f470ceb5 Properly disable caches on profile shutdown. b=380968, r+sr=biesi 2007-06-26 03:25:31 +00:00
bzbarsky%mit.edu b83b7d26c1 Fix assertion to not fire when it shouldn't. Bug 303003, patch by Radek
'sysKin' Czyz <syskin@syskin.cjb.net>, r=alfredkayser@nl.ibm.com, sr=biesi
2007-06-18 15:24:17 +00:00
kherron%fmailbox.com 080ad3cf5a Bug 381329 - Build fails with GCC-4.3 due to extra semi-colons and '-pedantic' flag. Patch by Art Haas <ahaas@airmail.net>. r+sr=roc. 2007-06-16 19:54:02 +00:00
sspitzer%mozilla.org 501958169a fix for bug #380741: Crash with about:cache and clear privacy data [@nsCOMPtr::StartAssignment]
fall out from bug #380704:  compile error [@nsOfflineCacheDevice::Init]

fix by dcamp@mozilla.com, r/sr=biesi
2007-05-17 18:33:19 +00:00
alfred.peng%sun.com 8ff583ea12 Bug 380704. compile error [@nsOfflineCacheDevice::Init]. Fix the bustage for bug 370195 on Solaris SPARC/x86 with Sun Compiler.
r+sr=jst.
2007-05-15 07:53:42 +00:00
cbiesinger%web.de 919312a409 Bug 370195 ��� sql device for the offline cache
patch by Dave Camp <dcamp@mozilla.com> r=jst (content part) r=biesi (rest)
2007-05-14 20:09:20 +00:00
dbaron%dbaron.org a32fb9b241 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 15:33:45 +00:00
roc+%cs.cmu.edu 0fc5109e5f Bug 367447. Support <link rel="offline-resource">. Patch by Dave Camp, r+sr=biesi 2007-03-14 01:52:07 +00:00
dbaron%dbaron.org 2425490555 Fix valgrind warning about writing uninitialized memory to disk cache by not allocating extra size for disk cache entries and then writing the extra word. b=368119 r+sr=darin 2007-01-25 23:09:01 +00:00
bzbarsky%mit.edu 92468882ca Make sure to not use the same disk cache data block for different URIs. Bug
347852, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=darin, sr=bzbarsky
2006-12-01 04:41:30 +00:00
joshmoz%gmail.com 7b7d790403 remove XP_MAC from network. b=281889 r=darin 2006-11-15 21:38:48 +00:00
bzbarsky%mit.edu 7b4083dc72 Close the correct file descriptor. Bug 346250, patch by Alfred Kayser
<alfredkayser@nl.ibm.com>, r=darin, sr=bzbarsky
2006-08-01 15:18:00 +00:00
darin%meer.net 02294aa8c2 removing unintended printf 2006-06-27 23:14:50 +00:00
darin%meer.net 2fc65eda28 fixes bug 332730 "lock reentrancy through nsCacheEntryDescriptor::Close (deadlock)" r=biesi sr=bzbarsky 2006-06-27 23:13:48 +00:00
darin%meer.net 404bcc5bc0 fixes bug 286397 "assertion: buffer truncation inadequate" patch by alfredkayser@nl.ibm.com, r+sr=darin 2006-06-24 01:39:38 +00:00