summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history_backend.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes two related bugs:sky@chromium.org2009-12-181-4/+4
* [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-0/+4
* Eliminate QueryOptions::most_recent_visit_only. All non-unittest consumers o...pkasting@chromium.org2009-11-031-1/+0
* Unittest for fix to allow navigation when there is no history DB.pkasting@chromium.org2009-11-021-2/+3
* Show a warning when the history files can't be read correctly.pkasting@chromium.org2009-10-301-2/+4
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-021-1/+1
* Add some new histograms for history, and UMA-enable a few others.brettw@chromium.org2009-09-231-6/+6
* Some history backend fixes for database corruption.shess@chromium.org2009-09-171-0/+9
* While importing favicon, make sure there is an entry in the history db.kuchhal@chromium.org2009-09-111-7/+24
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-261-0/+13
* Make ThumbnailStore broadcast a notification when it has finished reading thu...meelapshah@chromium.org2009-07-281-5/+5
* Fix memory leak in VisitSegmentDatabase::QuerySegmentUsage and HistoryBackend...meelapshah@chromium.org2009-07-231-2/+3
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-011-12/+12
* Temporary fix for page_cycler perf regression.meelapshah@chromium.org2009-07-011-1/+3
* Add a function to the History to return a list of the top n visited URLs wher...meelapshah@chromium.org2009-07-011-0/+30
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-011-3/+4
* Add a function to the History{Service,Backend} to query for a list of redirec...meelapshah@chromium.org2009-06-301-0/+49
* Fix potential memleak in AddPagesWithDetails. Not a biggie finnur@chromium.org2009-06-301-4/+4
* Searching by keyword now generates a visit against the site with asky@chromium.org2009-04-271-10/+18
* This CL adds some UI to remove most-visited thumbnails from the New Tab Page.jcampan@chromium.org2009-04-131-2/+3
* History import was exercising a codepath that didn't have code to update Hist...glen@chromium.org2009-03-241-0/+6
* Ports all of the chrome/browser/history code to use FilePath, exceptestade@chromium.org2009-03-181-19/+12
* Stop history search going on beyond the start of history.glen@chromium.org2009-03-111-0/+22
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-1/+2
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-5/+4
* Re-check in some of my dynamic linking change.evan@chromium.org2009-02-101-1/+1
* Revert basically everything I've done today as it fails mysteriouslyevan@chromium.org2009-02-101-1/+1
* Bring a bunch more headers into the non-Windows build:evan@chromium.org2009-02-101-1/+1
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-7/+9
* Porting profiles to the Mac.avi@chromium.org2009-01-281-1/+2
* Port some files in chrome/browser/agl@chromium.org2008-11-141-30/+3
* Added a new interface IChromeHistoryIndexer which needs to be implemented bybrettw@google.com2008-11-071-5/+23
* Make sure titles and bodies of web pages that come into the history system verybrettw@google.com2008-10-301-1/+2
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+4
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-101-0/+7
* Makes deleting history no longer delete starred urls. Thiseffectively reenabl...sky@google.com2008-08-271-131/+147
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Moves bookmarks out of history into its own file (JSON).sky@google.com2008-08-211-244/+20
* Add chrome to the repository.initial.commit2008-07-261-0/+2060