summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history.cc
Commit message (Expand)AuthorAgeFilesLines
* Update sync to support syncing of typed urlszork@chromium.org2010-03-181-0/+7
* Change so that the extension favicon is read on the UI thread since extension...arv@chromium.org2010-03-171-1/+1
* Implement edit mode for history page.jochen@chromium.org2010-03-051-3/+4
* 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
* Removing the logging on history thread since the crashhuanr@chromium.org2009-11-161-27/+5
* Unittest for fix to allow navigation when there is no history DB.pkasting@chromium.org2009-11-021-18/+24
* Show a warning when the history files can't be read correctly.pkasting@chromium.org2009-10-301-5/+5
* Add the ability to unload the HistoryBackend.pkasting@chromium.org2009-10-081-36/+65
* Re-ban chrome:// URLs from being added to history until I can craft a more fi...pkasting@chromium.org2009-09-251-2/+4
* Add about: and chrome:* to history. Patch by Pierre-Antoine LaFayette (see h...pkasting@chromium.org2009-09-241-3/+3
* Switch history thread back to base::Thread. Sync unit tests require more than...chron@chromium.org2009-09-211-2/+7
* Retry 25770 after fixing Valgrind issue.huanr@chromium.org2009-09-101-3/+27
* Revert r25770 due to valgrind failures on Linux.huanr@chromium.org2009-09-091-23/+3
* Enable database logging on history thread.huanr@chromium.org2009-09-091-3/+23
* Move the "history is too new" dialog out oftony@chromium.org2009-09-051-17/+3
* Adds a FaviconService class tied to the profile.arv@google.com2009-08-281-29/+30
* Reduce header dependencies in browser/historyphajdan.jr@chromium.org2009-07-131-0/+1
* Fix Acid3 Test 48: LINKTEST, Chromium side....dglazkov@chromium.org2009-07-031-2/+1
* Foundations for Print Preview and Setupmhm@chromium.org2009-07-031-1/+2
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-011-2/+2
* Add a function to the History to return a list of the top n visited URLs wher...meelapshah@chromium.org2009-07-011-0/+9
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-011-4/+8
* Add a function to the History{Service,Backend} to query for a list of redirec...meelapshah@chromium.org2009-06-301-0/+8
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-0/+1
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-211-13/+4
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Give each HistoryService instance it's own backend thread.tim@chromium.org2009-04-141-3/+5
* This CL adds some UI to remove most-visited thumbnails from the New Tab Page.jcampan@chromium.org2009-04-131-1/+2
* Ports all of the chrome/browser/history code to use FilePath, exceptestade@chromium.org2009-03-181-1/+1
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-171-1/+2
* NO CODE CHANGE.maruel@google.com2009-03-051-2/+4
* Back out r10487 toomark@chromium.org2009-02-261-1/+2
* More URL constants replacement.brettw@chromium.org2009-02-261-2/+1
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-4/+5
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-3/+2
* Re-check in some of my dynamic linking change.evan@chromium.org2009-02-101-0/+5
* Revert basically everything I've done today as it fails mysteriouslyevan@chromium.org2009-02-101-5/+0
* Bring a bunch more headers into the non-Windows build:evan@chromium.org2009-02-101-0/+5
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-0/+1
* Fix a bunch of header includes. I removed some unnecessary headers from abrettw@chromium.org2009-02-011-2/+2
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-5/+7
* Porting profiles to the Mac.avi@chromium.org2009-01-281-2/+3
* Reupload of 12418glen@chromium.org2008-12-071-1/+1
* Rid most of the Browser object of HWND dependencies.ben@chromium.org2008-11-141-1/+5
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+1
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-101-0/+6
* Adds logging of loading/saving bookmarks to help me diagnose why somesky@google.com2008-09-161-0/+1
* Remove Google Chrome specific strings from common resources file and use them...rahulk@google.com2008-08-271-0/+2
* Makes deleting history no longer delete starred urls. Thiseffectively reenabl...sky@google.com2008-08-271-11/+24