summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_model.cc
Commit message (Expand)AuthorAgeFilesLines
* We need to save bookmarks file when the persist_ids settings changesmunjal@chromium.org2009-05-281-0/+16
* Add a preference to enable/disable ID persistence in bookmark model andmunjal@chromium.org2009-05-271-0/+32
* Moves decoding and population of bookmark index to background thread.sky@chromium.org2009-05-221-24/+42
* More NotificationRegistrar conversions.pkasting@chromium.org2009-05-221-11/+3
* Moves GetFavIcon from BookmarkNode to BookmarkModel. I'm doing thissky@chromium.org2009-05-201-21/+20
* Adds an index over bookmark titles for fast look up.sky@chromium.org2009-05-191-0/+17
* Move the bookmark node iD generation to bookmark model isntead ofmunjal@chromium.org2009-05-121-19/+12
* Converted BookmarkStorage to use ImportantFileWriterphajdan.jr@chromium.org2009-05-081-77/+3
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Implement ID persistence for bookmarks:munjal@chromium.org2009-04-301-8/+22
* Fixes bug were sorting bookmarks wouldn't trigger a save.sky@google.com2009-03-121-0/+3
* Adds support for BlockTillLoaded to Linux.markus@chromium.org2009-03-091-17/+4
* Changes bookmark sorting to sort folders first.sky@google.com2009-03-051-3/+38
* Adds ability to sort the children of a node in the bookmark model. Isky@google.com2009-02-251-0/+15
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-2/+1
* Re-check in some of my dynamic linking change.evan@chromium.org2009-02-101-7/+23
* Revert basically everything I've done today as it fails mysteriouslyevan@chromium.org2009-02-101-23/+7
* Bring a bunch more headers into the non-Windows build:evan@chromium.org2009-02-101-7/+23
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-12/+15
* Attempt 2 at this. This differs from first version in that I renamedsky@google.com2008-12-161-0/+8
* Moves some utility functions out of bookmark model intosky@google.com2008-12-091-120/+4
* Fixes bug in adding bookmark groups. Adding wasn't setting thesky@google.com2008-11-131-0/+1
* Adds the ability for ObserverList to not notify observers added duringsky@google.com2008-10-311-0/+1
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Adds models needed by the bookmark manager. Specifically asky@google.com2008-10-231-4/+23
* Changes BookmarkModel to not grab the same lock twice.sky@google.com2008-10-091-4/+8
* Port some more of chrome/ to Linux.deanm@google.com2008-10-021-0/+1
* Changes the bookmark model to allow more than one bookmark tosky@google.com2008-09-191-20/+72
* Adds logging of loading/saving bookmarks to help me diagnose why somesky@google.com2008-09-161-0/+9
* Renames BoomarkBarModel to BookmarkModel.sky@google.com2008-09-111-0/+693