Add annotation service. This checkin addresses sr comments I forgot in the
checkin of the main code.
Original committer: brettw%gmail.com
Original revision: 1.5
Original date: 2005/11/16 00:20:15
Add a reusable autocomplete result type that doesn't depend on Mork. Components
can easily provide autocomplete results using this interface and
implementation. This patch fixes some style and portability nits.
Original committer: brettw%gmail.com
Original revision: 1.3
Original date: 2005/11/09 21:27:51
r=bryner
r=annie.sullivan
Add a reusable autocomplete result type that doesn't depend on Mork. Components
can easily provide autocomplete results using this interface and
implementation.
Original committer: brettw%gmail.com
Original revision: 1.2
Original date: 2005/11/09 19:19:33
implementation. Use --enable-places to use this code instead of the Mork
history implementation. This code is currently in active development, so some
things are broken, notably all the UI which uses RDF.
bug 266174
r=bryner
This file was copied in CVS from the following location:
mozilla/browser/components/places/src/nsNavHistory.h
Original committer: brettw%gmail.com
Original revision: 1.1
Original date: 2005/11/08 02:25:22
as fixing a few small livemark bugs, now that I've fixed a couple reference
leaks in nsLivemarkService (see bugs 333764 and 333784).
NOTE: I expect this to cause an increase in allocations on branch balsa,
since it causes nsLivemarkService to be instantiated to set up the menus.
(nsLivemarkService previously wasn't used in the balsa bloat test)
bug=330063
r=annie.sullivan@gmail.comsr=ben@mozilla.org
Original committer: joe%retrovirus.com
Original revision: 1.22
Original date: 2006/04/13 17:19:18
changes some code in nsLivemarkService::Init to use it, which gets rid
of a handful of nsSimpleURI reference leaks when using the LivemarkService.
bug=333784
r=brettw@google.comsr=bryner@brianryner.com
Original committer: joe%retrovirus.com
Original revision: 1.20
Original date: 2006/04/13 03:05:50
to member nsCOMPtrs, updated usage in nsBookmarksFeedHandler.
(Note that Annie copied this code from the non-Places livemark code,
so this problem likely still exists there.)
bug=333764
r=darin@meer.netsr=bryner@brianryner.com
Original committer: joe%retrovirus.com
Original revision: 1.19
Original date: 2006/04/12 20:47:30
branch balsa allocation increases, and if so, fix before resubmitting.
Original committer: joe%retrovirus.com
Original revision: 1.17
Original date: 2006/04/08 17:58:16
* Fixed a setFeedURI bug in the LivemarkService
* Fixed problems that broke the toolbar when a live bookmark had no site URI
* Converted some browser UI code to use LivemarkService methods rather than manipulating the annotations directly
bug=330063
r=annie.sullivan@gmail.comsr=ben@mozilla.org
Original committer: joe%retrovirus.com
Original revision: 1.16
Original date: 2006/04/06 23:25:36
on moving a livemark that doesn't have a site URI.
bug=332617
r=brettw
sr=darin
Original committer: joe%retrovirus.com
Original revision: 1.15
Original date: 2006/04/05 02:22:23
Implemented nsILivemarksService as a nsIBookmarksContainer.
bug=317837 r=beng sr=bryner
This file was copied in CVS from the following location:
mozilla/browser/components/places/src/nsLivemarkService.cpp
Original committer: annie.sullivan%gmail.com
Original revision: 1.1
Original date: 2005/12/15 20:56:18
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.comsr=bryner@bryanryner.com
Original committer: joe%retrovirus.com
Original revision: 1.23
Original date: 2006/03/23 06:24:54
dummy database statement (which keeps the cache from expiring) starts. Fixes
errors during DB init and also performance problems on first run.
Original committer: brettw%gmail.com
Original revision: 1.22
Original date: 2006/03/09 17:34:35
Implemented nsILivemarksService as a nsIBookmarksContainer.
bug=317837 r=beng sr=bryner
Original committer: annie.sullivan%gmail.com
Original revision: 1.12
Original date: 2005/12/15 20:56:18