Firefox/Projects/Asynchronous Add Visit

From MozillaWiki
< Firefox‎ | Projects
Revision as of 17:17, 18 March 2010 by Comrade693 (talk | contribs)
Jump to navigation Jump to search

Implement a way to add visits to Places with. This will replace what nsIGloablHistory2::AddURI does now.

Project Lead:

Status

  • BOARDING. Planning underway.

Goals

  • Remove synchronous I/O off of the main thread
  • Collect all the data we need in one call from docshell

Non-Goals

  • Replace nsINavHistoryService::AddVisit with this new API

Timeline / Milestones

Requirements

  • Implement this on IHistory
  • IHistory should dispatch NS_LINK_VISITED_EVENT_TOPIC instead of docshell

Dependencies

Testing

Related Projects