summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_model.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove wstrings in bookmarks, part 5.viettrungluu@chromium.org2010-08-201-7/+0
* Remove wstrings from bookmarks, part 3.viettrungluu@chromium.org2010-08-191-6/+0
* Convert strings in bookmarks, part 2.viettrungluu@chromium.org2010-08-181-7/+0
* Remove wstrings from bookmarks, part 1 (of many).viettrungluu@chromium.org2010-08-181-14/+0
* Added a method to check if a browser is closing.pinkerton@chromium.org2010-08-101-0/+3
* Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.viettrungluu@chromium.org2010-08-051-3/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Change so that the extension favicon is read on the UI thread since extension...arv@chromium.org2010-03-171-1/+1
* Add bookmark copying while dragging by holding down the <option> key.mrossetti@chromium.org2010-03-111-0/+5
* First stab at a DataTypeController.skrul@chromium.org2010-02-101-1/+1
* Implement BookmarkModel::SetUrlarv@chromium.org2010-02-091-2/+7
* Add import/export extension apisfeldstein@chromium.org2010-01-281-0/+6
* Use string16 instead of wstring in bookmark data model.munjal@chromium.org2010-01-111-0/+39