Firefox:History

From MozillaWiki
Revision as of 19:24, 10 March 2005 by VladVukicevic (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Random notes on the future of History (and Bookmarks, since I think they're tied closely together)

  • Move into mozStorage
    • Might require cursors (next sqlite version), but I think we can get away with multiple db connections
      • We can get rid of the cursors requirement once we have the new template builder, so that we don't have to generate history data from RDF

History is a pretty straightforward move; however, bookmarks are just a saved/flagged history entry. They should appear in both.

  • Full text search of history pages? (Leave this to Google Desktop?)
  • Thumbnails of bookmarked and/or history pages?
  • Performance between sqlite and mork? Usage scenarios?
    • Lots of queries, relatively fewer inserts
    • Do we insert a history entry for page object load? (e.g. images)