summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_model_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-1/+1
* Implement ID persistence for bookmarks:munjal@chromium.org2009-04-301-26/+1
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-1/+1
* Changes bookmark sorting to sort folders first.sky@google.com2009-03-051-4/+11
* Enables bookmark_model_unittest on Mac and Linux.avi@chromium.org2009-03-031-19/+19
* Wires up sorting of bookmarks to the 'organize menu' in the bookmarksky@google.com2009-02-271-0/+2
* Adds ability to sort the children of a node in the bookmark model. Isky@google.com2009-02-251-10/+42
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-2/+3
* Porting profiles to the Mac.avi@chromium.org2009-01-281-1/+1
* Moves some utility functions out of bookmark model intosky@google.com2008-12-091-7/+9
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-1/+1
* Changes the bookmark model to allow more than one bookmark tosky@google.com2008-09-191-5/+110