mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
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:
parent
98d89e5e76
commit
07ab8a5267
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user