Bug 320259 r=bryner sqlite compatability updates, fix bookmark InsertItem

Original committer: brettw%gmail.com
Original revision: 1.11
Original date: 2005/12/14 17:45:10
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:27:51 +00:00
parent 69ff346133
commit ba8a26493c

View File

@ -191,7 +191,8 @@ interface nsINavBookmarksService : nsISupports
readonly attribute PRInt64 toolbarRoot;
/**
* Inserts a child item into the given folder.
* Inserts a child item into the given folder. If this item already exists in
* the given folder, it will be moved to the new position.
* @param folder The id of the parent folder
* @param item The URI to insert
* @param index The index to insert at, or -1 to append