summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history.h
Commit message (Expand)AuthorAgeFilesLines
* Reduce the number of files that recompile when changing template_url.h or tem...levin@chromium.org2010-08-311-4/+4
* Changes TabContentsDelegate::ShouldAddNavigationToHistory to be passedsky@chromium.org2010-08-261-2/+4
* Re-land r56742 now with correct database filesbrettw@chromium.org2010-08-211-5/+9
* Revert 56742 - A new field to describe the sources of history urls(visits) is...brettw@chromium.org2010-08-191-9/+5
* A new field to describe the sources of history urls(visits) is added. This fi...brettw@chromium.org2010-08-191-5/+9
* Regression fix: Downloads page in Incognito mode works fine now.phajdan.jr@chromium.org2010-08-161-9/+0
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-1/+0
* Add Framework for History Quick Providermrossetti@chromium.org2010-08-041-0/+3
* Revert "Incorporate 'quick' history provider index as an autocomplete ..."phajdan.jr@chromium.org2010-07-301-3/+0
* Incorporate 'quick' history provider index as an autocomplete provider in pre...mrossetti@chromium.org2010-07-301-0/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Fix missing thumbnails for new profile with TopSites.nshkrob@chromium.org2010-07-191-4/+4
* Migration to TopSites from ThumbnailDatabase.nshkrob@chromium.org2010-06-231-0/+8
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-10/+11
* Convert page contents grabbing from wide to UTF16. The current code is a bitbrettw@chromium.org2010-06-111-1/+1
* Adding HistoryService::QueryMostVisitedURLs and tests. brettw@chromium.org2010-05-171-0/+11
* Fix for bug 37909: "Clear All" in incognito downloads window will clear all, ...georgey@chromium.org2010-04-301-0/+4
* Update sync to support syncing of typed urlszork@chromium.org2010-03-181-12/+18
* Implement edit mode for history page.jochen@chromium.org2010-03-051-2/+5
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-3/+3
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-021-1/+1
* Seventh patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-3/+8
* Unittest for fix to allow navigation when there is no history DB.pkasting@chromium.org2009-11-021-1/+10
* Show a warning when the history files can't be read correctly.pkasting@chromium.org2009-10-301-3/+3
* Add the ability to unload the HistoryBackend.pkasting@chromium.org2009-10-081-22/+50
* Adds a FaviconService class tied to the profile.arv@google.com2009-08-281-60/+39
* Revert of r22559.aa@chromium.org2009-08-061-3/+3
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-061-3/+3
* Make ThumbnailStore broadcast a notification when it has finished reading thu...meelapshah@chromium.org2009-07-281-1/+4
* Reduce header dependencies in browser/historyphajdan.jr@chromium.org2009-07-131-3/+0
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-011-5/+4
* Add a function to the History to return a list of the top n visited URLs wher...meelapshah@chromium.org2009-07-011-0/+14
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-011-3/+9
* Add a function to the History{Service,Backend} to query for a list of redirec...meelapshah@chromium.org2009-06-301-0/+6
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-211-1/+3
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-2/+2
* Give each HistoryService instance it's own backend thread.tim@chromium.org2009-04-141-3/+3
* This CL adds some UI to remove most-visited thumbnails from the New Tab Page.jcampan@chromium.org2009-04-131-0/+1
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-161-1/+4
* Fix a bunch of header includes. I removed some unnecessary headers from abrettw@chromium.org2009-02-011-1/+1
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-2/+1
* Porting profiles to the Mac.avi@chromium.org2009-01-281-1/+2
* Move search code to a subdirben@chromium.org2009-01-161-1/+1
* Fie.ben@chromium.org2009-01-151-1/+1
* Move search engines files into subdirben@chromium.org2009-01-151-1/+1
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-6/+6
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-101-0/+4
* Makes deleting history no longer delete starred urls. Thiseffectively reenabl...sky@google.com2008-08-271-22/+30
* Fixes bogus typedef for HistoryService's empty callback. This turnedsky@google.com2008-08-241-1/+1