summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)thakis@chromium.org2010-10-021-35/+0
* Make it possible to run unit_tests under parallel_launcher.py for speed.phajdan.jr@chromium.org2010-09-231-8/+6
* Disables top sites until we get it in a better shape.sky@chromium.org2010-09-211-1/+2
* FBTF: Move ctors/dtors into cc files.erg@google.com2010-09-131-0/+1
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-301-0/+1
* Re-land r56742 now with correct database filesbrettw@chromium.org2010-08-211-23/+33
* Revert 56742 - A new field to describe the sources of history urls(visits) is...brettw@chromium.org2010-08-191-33/+23
* A new field to describe the sources of history urls(visits) is added. This fi...brettw@chromium.org2010-08-191-23/+33
* Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.nshkrob@chromium.org2010-08-101-0/+5
* Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t...phajdan.jr@chromium.org2010-08-061-5/+0
* Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.nshkrob@chromium.org2010-08-061-0/+5
* Download code cleanup: split big files into smaller one.phajdan.jr@chromium.org2010-07-161-1/+1
* Migration to TopSites from ThumbnailDatabase.nshkrob@chromium.org2010-06-231-1/+1
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-3/+3
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-161-5/+1
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-061-2/+2
* Adding HistoryService::QueryMostVisitedURLs and tests. brettw@chromium.org2010-05-171-0/+101
* Fix for bug 37909: "Clear All" in incognito downloads window will clear all, ...georgey@chromium.org2010-04-301-0/+16
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-1/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-021-0/+1
* Seventh patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-1/+2
* Unittest for fix to allow navigation when there is no history DB.pkasting@chromium.org2009-11-021-1/+1
* Show a warning when the history files can't be read correctly.pkasting@chromium.org2009-10-301-2/+2
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-3/+3
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-021-10/+8
* Reverting 27389.darin@chromium.org2009-09-301-2/+2
* Coverity: Initialize got_thumbnail_callback_, query_url_success_, and redirec...jhawkins@chromium.org2009-09-291-2/+7
* Reverting 27379, in hopes of fixing browser_tests.senorblanco@chromium.org2009-09-281-2/+2
* Assert that thread-safe reference counting is used withdarin@chromium.org2009-09-281-2/+2
* Revert of r22559.aa@chromium.org2009-08-061-1/+1
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-061-1/+1
* Reduce header dependencies in browser/historyphajdan.jr@chromium.org2009-07-131-0/+1
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-011-17/+17
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-011-15/+20
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Searching by keyword now generates a visit against the site with asky@chromium.org2009-04-271-3/+3
* This CL adds some UI to remove most-visited thumbnails from the New Tab Page.jcampan@chromium.org2009-04-131-3/+3
* Ports all of the chrome/browser/history code to use FilePath, exceptestade@chromium.org2009-03-181-18/+20
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Platform cleanup in chrome/browser/history/history_unittest.cc.phajdan.jr@chromium.org2009-02-131-41/+38
* Change url wstrings to GURLSestade@chromium.org2009-02-121-1/+1
* Porting profiles to the Mac.avi@chromium.org2009-01-281-9/+9
* Try2 of issue 18772. (move jpeg_codec* to base/gfx)estade@chromium.org2009-01-271-1/+1
* undo 8692 (fix build failure)estade@chromium.org2009-01-271-1/+1
* Move jpeg_codec.* to base/gfxestade@chromium.org2009-01-271-1/+1
* Convert download manager to FilePath.estade@chromium.org2009-01-061-2/+2
* Unbreak unit tests. Revert r7564.estade@chromium.org2009-01-051-2/+2
* * switch download manager to using FilePathestade@chromium.org2009-01-051-2/+2
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3