summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_model.h
Commit message (Expand)AuthorAgeFilesLines
* Have whitespace cleanup for bookmarks happen in BookmarkNode::SetTitle(..).zea@chromium.org2011-12-301-0/+5
* Remove temporary redirect header and DEPS exception for cancelable_request.hjoi@chromium.org2011-12-271-1/+1
* Makes all permanent nodes share the same node class so that visibilitysky@chromium.org2011-12-121-6/+26
* Revert 113112 - Revert 113103 - Changes the visibility of the 'mobile' node b...sky@chromium.org2011-12-061-0/+3
* Revert 113103 - Changes the visibility of the 'mobile' node based on whether ...sky@chromium.org2011-12-061-3/+0
* Changes the visibility of the 'mobile' node based on whether there is a node ...sky@chromium.org2011-12-061-0/+3
* Adds back BookmarkNode::IsVisible. Turns out we want to conditionallysky@chromium.org2011-12-031-0/+7
* BookmarkModel cleanup. synced_node is now mobile_node and I'm nukingsky@chromium.org2011-12-011-36/+8
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-1/+1
* bookmarks: Get rid of SetFileChanged() as it's called only once.tfarina@chromium.org2011-11-111-3/+0
* Fix yet another crash with bookmarks drag&drop on Mac.isherman@chromium.org2011-10-271-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-6/+7
* Permanent folders changesnoyau@chromium.org2011-10-181-1/+20
* Fixed behavior of the bookmark bar visibility.joaodasilva@chromium.org2011-10-111-0/+2
* Fixes possible deadlock between history and bookmarks. The deadlocksky@chromium.org2011-09-141-0/+3
* bookmarks: Split BookmarkModel::SetURLStarred in two helper functions in book...tfarina@chromium.org2011-09-031-7/+0
* bookmarks: Simplify is_permanent_node() implementation.tfarina@chromium.org2011-07-291-21/+13
* bookmarks: Improve the documentation comments of BookmarkModel methods.tfarina@chromium.org2011-07-291-18/+17
* bookmarks: Add const to IsLoaded() method.tfarina@chromium.org2011-07-251-3/+4
* bookmarks: Add missing OVERRIDE annotations to virtual method implementations.tfarina@chromium.org2011-07-231-12/+16
* bookmarks: Convert GetBookmarkBarNode() to unix_hacker style.tfarina@chromium.org2011-07-221-4/+4
* bookmarks: Convert GetURL/SetURL to unix_hacker style.tfarina@chromium.org2011-07-211-3/+3
* bookmarks: Don't expose an implementation detail function through BookmarkNod...tfarina@chromium.org2011-07-211-13/+12
* Adds code to track a set of expanded folders. This is going to be usedsky@chromium.org2011-07-131-0/+12
* bookmarks: Remove unused gtest_prod.h include from bookmark_model.htfarina@chromium.org2011-07-121-10/+8
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* bookmarks: Forward declare BookmarkModelObserver in bookmark_model.htfarina@chromium.org2011-07-081-8/+3
* bookmarks: Rename |loaded_favicon_| to |is_favicon_loaded_| so it matches wit...tfarina@chromium.org2011-07-081-46/+39
* bookmarks: Get rid of BookmarkNode::Reset() method.tfarina@chromium.org2011-07-011-7/+2
* bookmarks: Create root nodes from BookmarNode Type.tfarina@chromium.org2011-06-301-10/+3
* bookmarks: Check if a bookmark node is an url by using is_url() method.tfarina@chromium.org2011-06-271-4/+4
* Revert "Revert 84829 - Initial implementation of "Synced Bookmarks" folder."yfriedman@chromium.org2011-05-261-3/+22
* Revert 84829 - Initial implementation of "Synced Bookmarks" folder.yfriedman@chromium.org2011-05-111-13/+3
* Initial implementation of "Synced Bookmarks" folder.yfriedman@chromium.org2011-05-101-3/+13
* Favicon file shuffling.avi@chromium.org2011-04-281-1/+1
* bookmarks: Rename AddGroup to AddFolder.tfarina@chromium.org2011-03-181-4/+4
* Populated the IconType in FavIconService.michaelbai@google.com2011-03-161-6/+2
* fav icon -> favicon. Pass 10: bookmarksavi@chromium.org2011-03-151-4/+4
* fav icon -> favicon. Pass 2: GetFavIcon -> GetFaviconavi@chromium.org2011-03-151-1/+1
* bookmarks: Rename entries with GroupModified to FolderModified.tfarina@chromium.org2011-03-121-4/+4
* bookmarks: Rename entries with group_modified to folder_modified.tfarina@chromium.org2011-03-111-14/+15
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-3/+3
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-011-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-2/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* FBTF: Small nits; moving virtual methods to implementation.erg@google.com2010-10-081-5/+2
* FBTF: Move ctors/dtors into cc files.erg@google.com2010-09-131-1/+1
* bookmarks: Add HasBookmarks() method to BookmarkModel API.tfarina@chromium.org2010-08-271-0/+4
* Remove wstrings from bookmarks, part 6.viettrungluu@chromium.org2010-08-211-4/+0