Places/AsyncAPIsForSync: Difference between revisions

m
→‎Detailed Proposal: Tweak heading so links work to it
m (→‎Detailed Proposal: Tweak heading so links work to it)
Line 318: Line 318:
Right now call nsINavHistoryService::addVisit() for each visit in a history record that doesn't exist locally yet and then nsINavHistoryService::setPageTitle() to set the page title. As discussed in https://bugzilla.mozilla.org/show_bug.cgi?id=606966#c14, an API that would allow us to pass in the page title and a list of visits would be great. It would asynchronously set the page title and add all the visits (unless they exist already)
Right now call nsINavHistoryService::addVisit() for each visit in a history record that doesn't exist locally yet and then nsINavHistoryService::setPageTitle() to set the page title. As discussed in https://bugzilla.mozilla.org/show_bug.cgi?id=606966#c14, an API that would allow us to pass in the page title and a list of visits would be great. It would asynchronously set the page title and add all the visits (unless they exist already)


==Detailed Proposal==
==Detailed History Proposal==


This proposal is considered to be stable.
This proposal is considered to be stable.
590

edits