Automatically increment the visit count when addVisit() is called (bug 324879). r=brettw.

Original committer: bryner%brianryner.com
Original revision: 1.32
Original date: 2006/01/30 21:30:02
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:49:53 +00:00
Родитель 98d89e5e76
Коммит 07ab8a5267
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -976,7 +976,8 @@ interface nsINavHistoryService : nsISupports
* Call to manually add a visit for a specific page. This will probably not
* be commonly used other than for backup/restore type operations. If the URI
* does not have an entry in the history database already, one will be created
* with no visits, no title, hidden, not typed.
* with no visits, no title, hidden, not typed. Adding a visit will
* automatically increment the visit count for the visited page.
*
* @param aURI Visited page
* @param aTime Time page was visited (microseconds)