gecko/toolkit/components/places
Shawn Wilsher d8f1be3ec1 Bug 480211 - Stop expiring history on every page visit
This makes the history code expire when we flush the temporary table data to
disk instead of every single time we add a visit.  This is also now done on a
background thread as opposed to the main thread, in a transaction with other
work.  In theory, this reduces fsyncs (but in practice, no change was noticed).
Regardless, this removes fsyncs from the main thread, which is always a good
thing to do.
r=dietrich
r=mak
2009-03-03 13:27:01 -05:00
..
public Bug 480211 - Stop expiring history on every page visit 2009-03-03 13:27:01 -05:00
src Bug 480211 - Stop expiring history on every page visit 2009-03-03 13:27:01 -05:00
tests Bug 480211 - Stop expiring history on every page visit 2009-03-03 13:27:01 -05:00
Makefile.in Bug 251337 - Download manager history should have "aging" option, just like the browser history. r=sdwilsh, r=mano, r=bsmedberg, a1.9=damons 2008-04-22 16:37:00 -07:00