summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_index.cc
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Move ctors/dtors into cc files.erg@google.com2010-09-131-0/+32
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-301-3/+3
* Remove wstrings from bookmarks, part 11.viettrungluu@chromium.org2010-08-221-25/+15
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-6/+16
* Add the ability to unload the HistoryBackend.pkasting@chromium.org2009-10-081-1/+1
* Do at least some rudimentary sorting of bookmarked URLs in the omnibox dropdo...pkasting@chromium.org2009-08-281-18/+54
* Fix a DCHECK hit inside the bookmark matching code.evan@chromium.org2009-08-051-9/+10
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-4/+4
* Adds an index over bookmark titles for fast look up.sky@chromium.org2009-05-191-0/+202