Firefox/Projects/Asynchronous Add Visit
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