summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_model.cc
Commit message (Expand)AuthorAgeFilesLines
* Converting BookmarkModel and HistoryService to ProfileKeyedServices. This jus...rlp@chromium.org2012-06-081-13/+4
* Revert 138867 b/c too much redness on MFYI waterfall from many, many leak rep...bruening@google.com2012-05-251-4/+13
* Converting BookmarkModel and HistoryService to ProfileKeyedServices. This jus...rlp@chromium.org2012-05-241-13/+4
* Adding ExtensiveChanges state to BookmarkModel.nyquist@chromium.org2012-02-171-8/+15
* Have whitespace cleanup for bookmarks happen in BookmarkNode::SetTitle(..).zea@chromium.org2011-12-301-8/+11
* Makes all permanent nodes share the same node class so that visibilitysky@chromium.org2011-12-121-44/+49
* Revert 113112 - Revert 113103 - Changes the visibility of the 'mobile' node b...sky@chromium.org2011-12-061-0/+7
* Revert 113103 - Changes the visibility of the 'mobile' node based on whether ...sky@chromium.org2011-12-061-7/+0
* Changes the visibility of the 'mobile' node based on whether there is a node ...sky@chromium.org2011-12-061-0/+7
* Adds back BookmarkNode::IsVisible. Turns out we want to conditionallysky@chromium.org2011-12-031-10/+50
* BookmarkModel cleanup. synced_node is now mobile_node and I'm nukingsky@chromium.org2011-12-011-36/+8
* Do not allow multiline input when naming bookmark folders on Mackushi.p@gmail.com2011-12-011-4/+11
* bookmarks: Get rid of SetFileChanged() as it's called only once.tfarina@chromium.org2011-11-111-5/+1
* Fix yet another crash with bookmarks drag&drop on Mac.isherman@chromium.org2011-10-271-2/+2
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-5/+5
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-9/+9
* Permanent folders changesnoyau@chromium.org2011-10-181-12/+28
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-081-2/+4
* Revert 104597 - base::Bind: Complete cleanup of history/.acolwell@chromium.org2011-10-071-4/+2
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-071-2/+4
* [Sync] Make bookmark_editor.expanded_nodes pref unsyncableakalin@chromium.org2011-09-291-1/+5
* Fixes possible deadlock between history and bookmarks. The deadlocksky@chromium.org2011-09-141-1/+9
* bookmarks: Split BookmarkModel::SetURLStarred in two helper functions in book...tfarina@chromium.org2011-09-031-24/+0
* bookmarks: Fix an obvious typo in IDS_BOOMARK_*.tfarina@chromium.org2011-08-261-3/+3
* bookmarks: Simplify is_permanent_node() implementation.tfarina@chromium.org2011-07-291-7/+7
* bookmarks: Add const to IsLoaded() method.tfarina@chromium.org2011-07-251-4/+4
* bookmarks: Add missing OVERRIDE annotations to virtual method implementations.tfarina@chromium.org2011-07-231-12/+12
* bookmarks: Convert GetURL/SetURL to unix_hacker style.tfarina@chromium.org2011-07-211-8/+8
* bookmarks: Don't expose an implementation detail function through BookmarkNod...tfarina@chromium.org2011-07-211-19/+18
* Adds code to track a set of expanded folders. This is going to be usedsky@chromium.org2011-07-131-1/+14
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-7/+8
* bookmarks: Forward declare BookmarkModelObserver in bookmark_model.htfarina@chromium.org2011-07-081-10/+19
* bookmarks: Rename |loaded_favicon_| to |is_favicon_loaded_| so it matches wit...tfarina@chromium.org2011-07-081-11/+11
* bookmarks: Get rid of BookmarkNode::Reset() method.tfarina@chromium.org2011-07-011-28/+0
* bookmarks: Create root nodes from BookmarNode Type.tfarina@chromium.org2011-06-301-36/+16
* bookmarks: Check if a bookmark node is an url by using is_url() method.tfarina@chromium.org2011-06-271-3/+3
* ui/base/models: Add empty() accessor to TreeNode class.tfarina@chromium.org2011-06-081-2/+1
* Revert "Revert 84829 - Initial implementation of "Synced Bookmarks" folder."yfriedman@chromium.org2011-05-261-3/+35
* Renames BookmarkModelObserver::BookmarkNodeFaviconLoaded tosky@chromium.org2011-05-231-2/+2
* Revert 84829 - Initial implementation of "Synced Bookmarks" folder.yfriedman@chromium.org2011-05-111-27/+3
* Initial implementation of "Synced Bookmarks" folder.yfriedman@chromium.org2011-05-101-3/+27
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Improve the algorithm of TreeNode::Remove.tfarina@chromium.org2011-03-221-1/+1
* bookmarks: Rename more entries from Group/group/GROUP to Folder/folder/FOLDER.tfarina@chromium.org2011-03-211-2/+2
* Reverse the order of parameters in TreeNode::Add function.tfarina@chromium.org2011-03-181-4/+4
* bookmarks: Rename AddGroup to AddFolder.tfarina@chromium.org2011-03-181-3/+3
* fav icon -> favicon. Pass 12/12: all the restavi@chromium.org2011-03-161-3/+3
* Populated the IconType in FavIconService.michaelbai@google.com2011-03-161-9/+7
* fav icon -> favicon. Pass 10: bookmarksavi@chromium.org2011-03-151-11/+11
* fav icon -> favicon. Pass 9: chrome/browser/historyavi@chromium.org2011-03-151-1/+1