| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed behavior of the bookmark bar visibility. | joaodasilva@chromium.org | 2011-10-11 | 1 | -0/+2 |
* | Fixes possible deadlock between history and bookmarks. The deadlock | sky@chromium.org | 2011-09-14 | 1 | -0/+3 |
* | bookmarks: Split BookmarkModel::SetURLStarred in two helper functions in book... | tfarina@chromium.org | 2011-09-03 | 1 | -7/+0 |
* | bookmarks: Simplify is_permanent_node() implementation. | tfarina@chromium.org | 2011-07-29 | 1 | -21/+13 |
* | bookmarks: Improve the documentation comments of BookmarkModel methods. | tfarina@chromium.org | 2011-07-29 | 1 | -18/+17 |
* | bookmarks: Add const to IsLoaded() method. | tfarina@chromium.org | 2011-07-25 | 1 | -3/+4 |
* | bookmarks: Add missing OVERRIDE annotations to virtual method implementations. | tfarina@chromium.org | 2011-07-23 | 1 | -12/+16 |
* | bookmarks: Convert GetBookmarkBarNode() to unix_hacker style. | tfarina@chromium.org | 2011-07-22 | 1 | -4/+4 |
* | bookmarks: Convert GetURL/SetURL to unix_hacker style. | tfarina@chromium.org | 2011-07-21 | 1 | -3/+3 |
* | bookmarks: Don't expose an implementation detail function through BookmarkNod... | tfarina@chromium.org | 2011-07-21 | 1 | -13/+12 |
* | Adds code to track a set of expanded folders. This is going to be used | sky@chromium.org | 2011-07-13 | 1 | -0/+12 |
* | bookmarks: Remove unused gtest_prod.h include from bookmark_model.h | tfarina@chromium.org | 2011-07-12 | 1 | -10/+8 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | bookmarks: Forward declare BookmarkModelObserver in bookmark_model.h | tfarina@chromium.org | 2011-07-08 | 1 | -8/+3 |
* | bookmarks: Rename |loaded_favicon_| to |is_favicon_loaded_| so it matches wit... | tfarina@chromium.org | 2011-07-08 | 1 | -46/+39 |
* | bookmarks: Get rid of BookmarkNode::Reset() method. | tfarina@chromium.org | 2011-07-01 | 1 | -7/+2 |
* | bookmarks: Create root nodes from BookmarNode Type. | tfarina@chromium.org | 2011-06-30 | 1 | -10/+3 |
* | bookmarks: Check if a bookmark node is an url by using is_url() method. | tfarina@chromium.org | 2011-06-27 | 1 | -4/+4 |
* | Revert "Revert 84829 - Initial implementation of "Synced Bookmarks" folder." | yfriedman@chromium.org | 2011-05-26 | 1 | -3/+22 |
* | Revert 84829 - Initial implementation of "Synced Bookmarks" folder. | yfriedman@chromium.org | 2011-05-11 | 1 | -13/+3 |
* | Initial implementation of "Synced Bookmarks" folder. | yfriedman@chromium.org | 2011-05-10 | 1 | -3/+13 |
* | Favicon file shuffling. | avi@chromium.org | 2011-04-28 | 1 | -1/+1 |
* | bookmarks: Rename AddGroup to AddFolder. | tfarina@chromium.org | 2011-03-18 | 1 | -4/+4 |
* | Populated the IconType in FavIconService. | michaelbai@google.com | 2011-03-16 | 1 | -6/+2 |
* | fav icon -> favicon. Pass 10: bookmarks | avi@chromium.org | 2011-03-15 | 1 | -4/+4 |
* | fav icon -> favicon. Pass 2: GetFavIcon -> GetFavicon | avi@chromium.org | 2011-03-15 | 1 | -1/+1 |
* | bookmarks: Rename entries with GroupModified to FolderModified. | tfarina@chromium.org | 2011-03-12 | 1 | -4/+4 |
* | bookmarks: Rename entries with group_modified to folder_modified. | tfarina@chromium.org | 2011-03-11 | 1 | -14/+15 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-08 | 1 | -3/+3 |
* | Delete the temporary headers left behind in chrome\browser. I've left browse... | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Move models from app to ui/base/models | ben@chromium.org | 2011-01-14 | 1 | -2/+2 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | FBTF: Small nits; moving virtual methods to implementation. | erg@google.com | 2010-10-08 | 1 | -5/+2 |
* | FBTF: Move ctors/dtors into cc files. | erg@google.com | 2010-09-13 | 1 | -1/+1 |
* | bookmarks: Add HasBookmarks() method to BookmarkModel API. | tfarina@chromium.org | 2010-08-27 | 1 | -0/+4 |
* | Remove wstrings from bookmarks, part 6. | viettrungluu@chromium.org | 2010-08-21 | 1 | -4/+0 |
* | Remove wstrings in bookmarks, part 5. | viettrungluu@chromium.org | 2010-08-20 | 1 | -7/+0 |
* | Remove wstrings from bookmarks, part 3. | viettrungluu@chromium.org | 2010-08-19 | 1 | -6/+0 |
* | Convert strings in bookmarks, part 2. | viettrungluu@chromium.org | 2010-08-18 | 1 | -7/+0 |
* | Remove wstrings from bookmarks, part 1 (of many). | viettrungluu@chromium.org | 2010-08-18 | 1 | -14/+0 |
* | Added a method to check if a browser is closing. | pinkerton@chromium.org | 2010-08-10 | 1 | -0/+3 |
* | Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. | viettrungluu@chromium.org | 2010-08-05 | 1 | -3/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Change so that the extension favicon is read on the UI thread since extension... | arv@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Add bookmark copying while dragging by holding down the <option> key. | mrossetti@chromium.org | 2010-03-11 | 1 | -0/+5 |
* | First stab at a DataTypeController. | skrul@chromium.org | 2010-02-10 | 1 | -1/+1 |
* | Implement BookmarkModel::SetUrl | arv@chromium.org | 2010-02-09 | 1 | -2/+7 |
* | Add import/export extension apis | feldstein@chromium.org | 2010-01-28 | 1 | -0/+6 |
* | Use string16 instead of wstring in bookmark data model. | munjal@chromium.org | 2010-01-11 | 1 | -0/+39 |