summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_model_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Improve the algorithm of TreeNode::Remove.tfarina@chromium.org2011-03-221-2/+2
* bookmarks: Rename more entries from Group/group/GROUP to Folder/folder/FOLDER.tfarina@chromium.org2011-03-211-6/+6
* Reverse the order of parameters in TreeNode::Add function.tfarina@chromium.org2011-03-181-3/+3
* bookmarks: Rename AddGroup to AddFolder.tfarina@chromium.org2011-03-181-44/+44
* fav icon -> favicon. Pass 10: bookmarksavi@chromium.org2011-03-151-2/+2
* Rename TreeNode::SetTitle to TreeNode::set_title. Part 4.tfarina@chromium.org2011-03-111-2/+2
* Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.tfarina@chromium.org2011-03-101-20/+20
* Rename TreeNode::GetParent() to TreeNode::parent(). Part 2tfarina@chromium.org2011-03-081-4/+4
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-6/+6
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #2phajdan.jr@chromium.org2011-02-251-2/+4
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-4/+4
* Cleanup: Remove unneeded includes of notification_service.h, part 2.thestig@chromium.org2010-12-171-1/+3
* base: Move StringSplitAlongWhitespace to string_split.htfarina@chromium.org2010-11-151-1/+2
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part 1:tfarina@chromium.org2010-10-051-4/+4
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-301-20/+18
* bookmarks: Add HasBookmarks() method to BookmarkModel API.tfarina@chromium.org2010-08-271-0/+7
* Remove wstrings from bookmarks, part 14.viettrungluu@chromium.org2010-08-251-2/+2
* Remove wstrings from bookmarks, part 13.viettrungluu@chromium.org2010-08-251-26/+26
* Re-land r56742 now with correct database filesbrettw@chromium.org2010-08-211-1/+1
* Convert wstrings in bookmarks, part 4.viettrungluu@chromium.org2010-08-201-2/+2
* Revert 56742 - A new field to describe the sources of history urls(visits) is...brettw@chromium.org2010-08-191-1/+1
* A new field to describe the sources of history urls(visits) is added. This fi...brettw@chromium.org2010-08-191-1/+1
* Convert strings in bookmarks, part 2.viettrungluu@chromium.org2010-08-181-19/+21
* Remove wstrings from bookmarks, part 1 (of many).viettrungluu@chromium.org2010-08-181-1/+2
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-131-0/+3
* Use GetTitleAsString16 instead of GetTitle that returns std::wstring.tfarina@chromium.org2010-08-121-23/+25
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Add and implement cut/copy/paste to the bookmark bar and folder context menus...mrossetti@chromium.org2010-04-291-36/+11
* Long string continuation lines require an 'L' on each continuation.mrossetti@chromium.org2010-03-111-1/+1
* Add bookmark copying while dragging by holding down the <option> key.mrossetti@chromium.org2010-03-111-0/+80
* Implement BookmarkModel::SetUrlarv@chromium.org2010-02-091-0/+15
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-021-0/+2
* Unittest for fix to allow navigation when there is no history DB.pkasting@chromium.org2009-11-021-5/+5
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-0/+6
* Lands http://codereview.chromium.org/272036 for Thiago:sky@chromium.org2009-10-191-10/+10
* Makes sure bookmark ids are unique on reading from file. If not uniquesky@chromium.org2009-10-071-0/+38
* Coverity: check result of file_util::CopyFile.mattm@chromium.org2009-09-291-1/+1
* Lands http://codereview.chromium.org/155428 for Thiago, which changessky@chromium.org2009-07-151-3/+5
* Try the original CL "Always persist bookmark IDs" again with the fix tomunjal@chromium.org2009-07-131-1/+1
* Revert "Always persist bookmark IDs."tc@google.com2009-07-131-1/+1
* Always persist bookmark IDs.munjal@chromium.org2009-07-131-1/+1
* Lands http://codereview.chromium.org/155128 for Thiago.sky@chromium.org2009-07-081-17/+15
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-011-1/+1
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-011-1/+1
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-70/+99
* Don't allow duplicate bookmark node ids by always assigning ids with the ones...tim@chromium.org2009-05-221-0/+10
* Adds an index over bookmark titles for fast look up.sky@chromium.org2009-05-191-22/+0
* Move tree-related classes that Linux code depends on from views/ to app/phajdan.jr@chromium.org2009-05-131-2/+2