* Moved changeBookmarkURI functionality from controller.js into

nsINavBookmarksService
* Added annotation and favicon handling to changeBookmarkURI
* Added brettw's copyAnnotations patch to nsIAnnotationService
* Added a GetAnnotationService() to the annotation service for faster
  intra-component access
* Added a getBookmarkFoldersTArray() to nsINavBookmarksService for easier
  intra-component memory management; updated getBookmarkFolders() to use it
* Added stub for tagRoot to nsINavBookmarksService; DO NOT USE until 329961
  has been resolved
* Quick fix for Add Bookmarks breakage caused by 329546

bug=330192
r=brettw@gmail.com
sr=bryner@bryanryner.com

Original committer: joe%retrovirus.com
Original revision: 1.23
Original date: 2006/03/23 06:24:54
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 15:09:35 +00:00
parent 0903f6dcf2
commit 3b837e12dd

View File

@ -116,6 +116,7 @@ private:
PRInt64 mRoot;
PRInt64 mBookmarksRoot;
PRInt64 mToolbarRoot;
PRInt64 mTagRoot;
// the level of nesting of batches, 0 when no batches are open
PRInt32 mBatchLevel;