Firefox/Projects/Asynchronous Add Visit: Difference between revisions
Jump to navigation
Jump to search
Comrade693 (talk | contribs) |
Comrade693 (talk | contribs) No edit summary |
||
| Line 16: | Line 16: | ||
== Requirements == | == Requirements == | ||
* Implement this on IHistory | |||
* IHistory should dispatch NS_LINK_VISITED_EVENT_TOPIC instead of docshell | |||
== Dependencies == | == Dependencies == | ||
Revision as of 17:17, 18 March 2010
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