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
*
Fix Bookmark DeleteMetaInfo to handle paths
zea@chromium.org
2013-06-21
1
-3
/
+21
*
bookmarks: Fix a small typo.
tfarina@chromium.org
2013-06-12
1
-6
/
+6
*
Use a direct include of strings headers in chrome/browser/bookmarks/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
BookmarkModel changes for multiple level undo and redo of bookmarks.
tom.cassiotis@gmail.com
2013-06-10
1
-0
/
+36
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.
avi@chromium.org
2013-06-09
1
-1
/
+1
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-2
/
+2
*
bookmarks: Get rid of the dependency on c/b/history/snippet.h
tfarina@chromium.org
2013-05-30
1
-1
/
+2
*
bookmarks: Get rid of the dependency on history_notifications.h
tfarina@chromium.org
2013-05-28
1
-2
/
+2
*
bookmarks: Fix var name typo in BookmarkModel::Copy().
tfarina@chromium.org
2013-05-20
1
-2
/
+2
*
bookmarks: Get rid of the dependency on history_types.h
tfarina@chromium.org
2013-05-16
1
-2
/
+3
*
bookmarks: Make BookmarkModel::IsLoaded() not virtual.
tfarina@chromium.org
2013-05-08
1
-4
/
+0
*
Revert 198844 "Move sequenced_task_runner to base/task"
dbeam@chromium.org
2013-05-08
1
-1
/
+1
*
Move sequenced_task_runner to base/task
brettw@chromium.org
2013-05-08
1
-1
/
+1
*
Refactoring: Moved the function CompareString16WithCollator from ui/base/l10n...
hajimehoshi@chromium.org
2013-04-23
1
-2
/
+3
*
Delay bookmarks load while the profile is loading.
msarda@chromium.org
2013-04-18
1
-2
/
+3
*
Remove GetApplicationLocale call in BookmarkModel, and just have it use ICU's...
jam@chromium.org
2013-04-02
1
-5
/
+1
*
Add a remove all bookmarks method to bookmark model.
shashishekhar@chromium.org
2013-03-30
1
-20
/
+65
*
bookmarks: Remove bookmark loaded notification.
tfarina@chromium.org
2013-02-27
1
-7
/
+2
*
history: Rename history.h to history_service.h
tfarina@chromium.org
2013-01-25
1
-1
/
+1
*
bookmarks: Forward declare FaviconImageResult in bookmark_model.h
tfarina@chromium.org
2012-12-21
1
-1
/
+2
*
bookmarks: Get rid of |was_bookmarked| parameter from BookmarkModel::AddNode(...
tfarina@chromium.org
2012-12-20
1
-6
/
+3
*
bookmarks: Make BookmarkModel not send notifications through content::Notific...
tfarina@chromium.org
2012-12-09
1
-20
/
+7
*
Convert some FaviconService functions to use New CancelableTaskTracker
kaiwang@chromium.org
2012-12-07
1
-18
/
+13
*
Bookmark: change Move() with no effect to keep the folder timestamp.
kinaba@chromium.org
2012-12-05
1
-2
/
+2
*
Sync the bookmark's icon URL.
pkotwicz@chromium.org
2012-11-30
1
-0
/
+2
*
bookmarks: Remove file_changed() accessor from BookmarkModel API.
tfarina@chromium.org
2012-11-20
1
-3
/
+0
*
Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...
zelidrag@chromium.org
2012-11-08
1
-1
/
+2
*
[Sync] Ensure that creation_time_us changes are pushed into the bookmark model
zea@chromium.org
2012-10-27
1
-1
/
+27
*
Transaction version is used to detect out-of-sync between sync model and nati...
haitaol@chromium.org
2012-10-26
1
-1
/
+75
*
Hopefully fix TwoClientBookmarksSyncTest.SC_AddFirstBMWithFavicon flakiness
pkotwicz@chromium.org
2012-10-23
1
-4
/
+5
*
[Bookmarks] Be less aggressive about collapsing whitespace within bookmark ti...
isherman@chromium.org
2012-10-20
1
-2
/
+13
*
Makes sync code persist the date node was added. I'm hoping this covers
sky@chromium.org
2012-10-12
1
-1
/
+3
*
bookmarks: Move away from Profile in BookmarkExpandedStateTracker.
tfarina@chromium.org
2012-10-12
1
-4
/
+3
*
bookmarks: Merge two BookmarkCodec header doc comments into one.
tfarina@chromium.org
2012-10-09
1
-6
/
+4
*
[Coverity] Use-after-free
groby@chromium.org
2012-10-03
1
-3
/
+3
*
bookmarks: Switch it to use the PrefService from chrome/browser/api/
tfarina@chromium.org
2012-09-27
1
-1
/
+0
*
Remove bookmarks' dependency on BrowserProcess::GetApplicationLocale
kaiwang@chromium.org
2012-09-07
1
-4
/
+4
*
Introduce structures to reduce the number of arguments in the FaviconService ...
leandrogracia@chromium.org
2012-09-06
1
-2
/
+2
*
Change FaviconData to be able to return data for multiple bitmaps for same ic...
pkotwicz@chromium.org
2012-08-30
1
-11
/
+8
*
Revert 153695 - Change FaviconData to be able to return data for multiple bit...
pkotwicz@chromium.org
2012-08-28
1
-8
/
+11
*
Change FaviconData to be able to return data for multiple bitmaps for same ic...
pkotwicz@chromium.org
2012-08-28
1
-11
/
+8
*
Moving FaviconService to a ProfileKeyedService.
rlp@chromium.org
2012-08-23
1
-6
/
+8
*
Revert 152904 - Moving FaviconService to a ProfileKeyedService.
ricow@chromium.org
2012-08-23
1
-8
/
+6
*
Moving FaviconService to a ProfileKeyedService.
rlp@chromium.org
2012-08-23
1
-6
/
+8
*
- Made BookmarkService::GetBookmarks return both urls and title,
michaelbai@chromium.org
2012-08-06
1
-3
/
+8
*
Convert BookmarkNode and BookmarkModel to use gfx::Image.
rohitrao@chromium.org
2012-06-26
1
-9
/
+11
*
Removing usage of profile_->GetHistory() from the codebase in order to remove...
rlp@chromium.org
2012-06-19
1
-1
/
+3
*
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
[next]