Firefox/Projects/Asynchronous Add Visit: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__Implement a way to add visits to Places with.  This will replace what nsIGloablHistory2::AddURI does now.
__NOTOC__Implement a way to add visits to Places with.  This will replace what nsIGloablHistory2::addURI and nsIGlobalHistory3::addDocumentRedirect does now.


Project Lead:  
Project Lead:  

Revision as of 17:57, 18 March 2010

Implement a way to add visits to Places with. This will replace what nsIGloablHistory2::addURI and nsIGlobalHistory3::addDocumentRedirect 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