summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/text_database_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-081-4/+7
* Revert 104597 - base::Bind: Complete cleanup of history/.acolwell@chromium.org2011-10-071-7/+4
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-071-4/+7
* Clear |recent_changes_| in TestDatabaseManager::DeleteAll.mmenke@chromium.org2011-10-011-3/+6
* Change NOTREACHED() to DLOG() in TextDatabaseManager::AddPageData.dennisjeffrey@chromium.org2011-09-301-1/+5
* Changed TextDatabaseManager::AddPageData() to not load all visits.atwilson@chromium.org2011-08-231-14/+8
* Moved mru_cache from content/common to base/memory.agayev@chromium.org2011-04-271-2/+1
* Move a bunch of files from chrome\common to content\common.jam@chromium.org2011-03-171-1/+1
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-0/+8
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-17/+8
* Convert page contents grabbing from wide to UTF16. The current code is a bitbrettw@chromium.org2010-06-111-7/+13
* chrome 5: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+4
* Implement edit mode for history page.jochen@chromium.org2010-03-051-11/+14
* Add a Clear() function to MRUCache. This will be useful in my MemoryPurger c...pkasting@chromium.org2009-10-021-2/+2
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-021-1/+0
* Add some new histograms for history, and UMA-enable a few others.brettw@chromium.org2009-09-231-2/+2
* Reduce header dependencies in browser/historyphajdan.jr@chromium.org2009-07-131-0/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* Ports all of the chrome/browser/history code to use FilePath, exceptestade@chromium.org2009-03-181-2/+2
* Ports TextDatabase and ExpireHistoryTest to use FilePath.brettw@chromium.org2009-03-131-9/+8
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-2/+1
* Move file enumeration to filepaths.avi@google.com2008-12-111-3/+4
* Fix initialization order to fix Mac & Linux.brettw@google.com2008-11-071-2/+2
* Added a new interface IChromeHistoryIndexer which needs to be implemented bybrettw@google.com2008-11-071-1/+9
* Make sure titles and bodies of web pages that come into the history system verybrettw@google.com2008-10-301-3/+53
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+4
* Port some more of chrome/ to Linux.deanm@google.com2008-10-021-2/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add chrome to the repository.initial.commit2008-07-261-0/+510