index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
bookmarks
/
bookmark_model.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Converting BookmarkModel and HistoryService to ProfileKeyedServices. This jus...
rlp@chromium.org
2012-06-08
1
-13
/
+4
*
Revert 138867 b/c too much redness on MFYI waterfall from many, many leak rep...
bruening@google.com
2012-05-25
1
-4
/
+13
*
Converting BookmarkModel and HistoryService to ProfileKeyedServices. This jus...
rlp@chromium.org
2012-05-24
1
-13
/
+4
*
Adding ExtensiveChanges state to BookmarkModel.
nyquist@chromium.org
2012-02-17
1
-8
/
+15
*
Have whitespace cleanup for bookmarks happen in BookmarkNode::SetTitle(..).
zea@chromium.org
2011-12-30
1
-8
/
+11
*
Makes all permanent nodes share the same node class so that visibility
sky@chromium.org
2011-12-12
1
-44
/
+49
*
Revert 113112 - Revert 113103 - Changes the visibility of the 'mobile' node b...
sky@chromium.org
2011-12-06
1
-0
/
+7
*
Revert 113103 - Changes the visibility of the 'mobile' node based on whether ...
sky@chromium.org
2011-12-06
1
-7
/
+0
*
Changes the visibility of the 'mobile' node based on whether there is a node ...
sky@chromium.org
2011-12-06
1
-0
/
+7
*
Adds back BookmarkNode::IsVisible. Turns out we want to conditionally
sky@chromium.org
2011-12-03
1
-10
/
+50
*
BookmarkModel cleanup. synced_node is now mobile_node and I'm nuking
sky@chromium.org
2011-12-01
1
-36
/
+8
*
Do not allow multiline input when naming bookmark folders on Mac
kushi.p@gmail.com
2011-12-01
1
-4
/
+11
*
bookmarks: Get rid of SetFileChanged() as it's called only once.
tfarina@chromium.org
2011-11-11
1
-5
/
+1
*
Fix yet another crash with bookmarks drag&drop on Mac.
isherman@chromium.org
2011-10-27
1
-2
/
+2
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-5
/
+5
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-9
/
+9
*
Permanent folders changes
noyau@chromium.org
2011-10-18
1
-12
/
+28
*
base::Bind: Complete cleanup of history/.
jhawkins@chromium.org
2011-10-08
1
-2
/
+4
*
Revert 104597 - base::Bind: Complete cleanup of history/.
acolwell@chromium.org
2011-10-07
1
-4
/
+2
*
base::Bind: Complete cleanup of history/.
jhawkins@chromium.org
2011-10-07
1
-2
/
+4
*
[Sync] Make bookmark_editor.expanded_nodes pref unsyncable
akalin@chromium.org
2011-09-29
1
-1
/
+5
*
Fixes possible deadlock between history and bookmarks. The deadlock
sky@chromium.org
2011-09-14
1
-1
/
+9
*
bookmarks: Split BookmarkModel::SetURLStarred in two helper functions in book...
tfarina@chromium.org
2011-09-03
1
-24
/
+0
*
bookmarks: Fix an obvious typo in IDS_BOOMARK_*.
tfarina@chromium.org
2011-08-26
1
-3
/
+3
*
bookmarks: Simplify is_permanent_node() implementation.
tfarina@chromium.org
2011-07-29
1
-7
/
+7
*
bookmarks: Add const to IsLoaded() method.
tfarina@chromium.org
2011-07-25
1
-4
/
+4
*
bookmarks: Add missing OVERRIDE annotations to virtual method implementations.
tfarina@chromium.org
2011-07-23
1
-12
/
+12
*
bookmarks: Convert GetURL/SetURL to unix_hacker style.
tfarina@chromium.org
2011-07-21
1
-8
/
+8
*
bookmarks: Don't expose an implementation detail function through BookmarkNod...
tfarina@chromium.org
2011-07-21
1
-19
/
+18
*
Adds code to track a set of expanded folders. This is going to be used
sky@chromium.org
2011-07-13
1
-1
/
+14
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-7
/
+8
*
bookmarks: Forward declare BookmarkModelObserver in bookmark_model.h
tfarina@chromium.org
2011-07-08
1
-10
/
+19
*
bookmarks: Rename |loaded_favicon_| to |is_favicon_loaded_| so it matches wit...
tfarina@chromium.org
2011-07-08
1
-11
/
+11
*
bookmarks: Get rid of BookmarkNode::Reset() method.
tfarina@chromium.org
2011-07-01
1
-28
/
+0
*
bookmarks: Create root nodes from BookmarNode Type.
tfarina@chromium.org
2011-06-30
1
-36
/
+16
*
bookmarks: Check if a bookmark node is an url by using is_url() method.
tfarina@chromium.org
2011-06-27
1
-3
/
+3
*
ui/base/models: Add empty() accessor to TreeNode class.
tfarina@chromium.org
2011-06-08
1
-2
/
+1
*
Revert "Revert 84829 - Initial implementation of "Synced Bookmarks" folder."
yfriedman@chromium.org
2011-05-26
1
-3
/
+35
*
Renames BookmarkModelObserver::BookmarkNodeFaviconLoaded to
sky@chromium.org
2011-05-23
1
-2
/
+2
*
Revert 84829 - Initial implementation of "Synced Bookmarks" folder.
yfriedman@chromium.org
2011-05-11
1
-27
/
+3
*
Initial implementation of "Synced Bookmarks" folder.
yfriedman@chromium.org
2011-05-10
1
-3
/
+27
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Improve the algorithm of TreeNode::Remove.
tfarina@chromium.org
2011-03-22
1
-1
/
+1
*
bookmarks: Rename more entries from Group/group/GROUP to Folder/folder/FOLDER.
tfarina@chromium.org
2011-03-21
1
-2
/
+2
*
Reverse the order of parameters in TreeNode::Add function.
tfarina@chromium.org
2011-03-18
1
-4
/
+4
*
bookmarks: Rename AddGroup to AddFolder.
tfarina@chromium.org
2011-03-18
1
-3
/
+3
*
fav icon -> favicon. Pass 12/12: all the rest
avi@chromium.org
2011-03-16
1
-3
/
+3
*
Populated the IconType in FavIconService.
michaelbai@google.com
2011-03-16
1
-9
/
+7
*
fav icon -> favicon. Pass 10: bookmarks
avi@chromium.org
2011-03-15
1
-11
/
+11
*
fav icon -> favicon. Pass 9: chrome/browser/history
avi@chromium.org
2011-03-15
1
-1
/
+1
[next]