summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history_querying_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to run unit_tests under parallel_launcher.py for speed.phajdan.jr@chromium.org2010-09-231-6/+6
* Re-land r56742 now with correct database filesbrettw@chromium.org2010-08-211-2/+2
* Revert 56742 - A new field to describe the sources of history urls(visits) is...brettw@chromium.org2010-08-191-2/+2
* A new field to describe the sources of history urls(visits) is added. This fi...brettw@chromium.org2010-08-191-2/+2
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-29/+29
* Convert page contents grabbing from wide to UTF16. The current code is a bitbrettw@chromium.org2010-06-111-7/+8
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-061-2/+2
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Eliminate QueryOptions::most_recent_visit_only. All non-unittest consumers o...pkasting@chromium.org2009-11-031-31/+3
* 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/+2
* Ports all of the chrome/browser/history code to use FilePath, exceptestade@chromium.org2009-03-181-4/+6
* Stop history search going on beyond the start of history.glen@chromium.org2009-03-111-0/+26
* Port some unit tests from chrome/browser/phajdan.jr@chromium.org2009-02-021-14/+14
* Porting profiles to the Mac.avi@chromium.org2009-01-281-1/+1
* Add a test for fts2 prefix searching.mpcomplete@google.com2008-12-171-0/+15
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* Makes deleting history no longer delete starred urls. Thiseffectively reenabl...sky@google.com2008-08-271-1/+1
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-261-0/+2
* Use a more compact license header in source files.license.bot2008-08-241-29/+4
* Moves bookmarks out of history into its own file (JSON).sky@google.com2008-08-211-26/+7
* Add chrome to the repository.initial.commit2008-07-261-0/+371