summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history
Commit message (Expand)AuthorAgeFilesLines
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-062-4/+4
* First cut at Safari Import - Home Page & History Only.jeremy@chromium.org2009-07-311-0/+2
* Assorted fixes for 64-bit.deanm@chromium.org2009-07-281-2/+3
* Make ThumbnailStore broadcast a notification when it has finished reading thu...meelapshah@chromium.org2009-07-282-6/+9
* Fix memory leak in VisitSegmentDatabase::QuerySegmentUsage and HistoryBackend...meelapshah@chromium.org2009-07-232-3/+8
* Reduce header dependencies in browser/historyphajdan.jr@chromium.org2009-07-1328-79/+97
* Fix Acid3 Test 48: LINKTEST, Chromium side....dglazkov@chromium.org2009-07-039-39/+288
* Foundations for Print Preview and Setupmhm@chromium.org2009-07-031-1/+2
* Fix: Spurious SQL error message is logged in priming SQLite database cache.yuzo@chromium.org2009-07-022-21/+2
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-0110-49/+51
* 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-016-0/+68
* Whoops, accidentally committed a debug linepinkerton@chromium.org2009-07-011-1/+0
* Added unit tests for ClearBrowsingDataController.pinkerton@chromium.org2009-07-011-0/+1
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-017-30/+107
* Disables unit test as starting failing due to close to end of month.sky@chromium.org2009-07-012-2/+3
* Add a function to the History{Service,Backend} to query for a list of redirec...meelapshah@chromium.org2009-06-307-1/+115
* Fix potential memleak in AddPagesWithDetails. Not a biggie finnur@chromium.org2009-06-301-4/+4
* Consistently use int64 for integers holding number of milliseconds.phajdan.jr@chromium.org2009-06-171-2/+1
* Fix commented-out favicon dumping code.thakis@chromium.org2009-06-141-2/+2
* Fix NavigationController::ClassifyNavigation() to treat redirection correctly.brettw@chromium.org2009-06-031-0/+13
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-0/+1
* Reenable DeleteURLAndFavicon test.agl@chromium.org2009-06-032-2/+2
* Headers cleanup in chrome/commonphajdan.jr@chromium.org2009-05-291-0/+1
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-281-8/+8
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-214-44/+16
* Add HKLM + HKCU lookup for COM history indexercpu@google.com2009-05-201-16/+43
* Fix Skia includes to use the whole path name.brettw@chromium.org2009-05-192-2/+2
* Adds an index over bookmark titles for fast look up.sky@chromium.org2009-05-192-21/+23
* Remove even more ATL dependencies.maruel@chromium.org2009-05-143-9/+8
* Move tree-related classes that Linux code depends on from views/ to app/phajdan.jr@chromium.org2009-05-131-2/+2
* Revert 15965. I wasn't supposed to check that in since it still doesn't compi...maruel@chromium.org2009-05-133-8/+9
* Remove even more ATL dependencies.maruel@chromium.org2009-05-133-9/+8
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-133-3/+3
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-053-3/+3
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-057-9/+9
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-042-3/+3
* Yet more deprecation of the wstring version of PathService::Get() for UI tests.thestig@chromium.org2009-05-021-5/+4
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-011-0/+3
* Add quarantine metadata to downloads on the Mac. Patch by Stuart Morganmark@chromium.org2009-04-271-0/+1
* Searching by keyword now generates a visit against the site with asky@chromium.org2009-04-277-18/+87
* Enable more tests, change a NOTREACHED to a bug since it's not fatal in the d...pinkerton@chromium.org2009-04-221-2/+2
* Give each HistoryService instance it's own backend thread.tim@chromium.org2009-04-142-6/+8
* This CL adds some UI to remove most-visited thumbnails from the New Tab Page.jcampan@chromium.org2009-04-137-13/+17
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-10/+12
* Build fix: DeleteURLAndFavicon was a friend.agl@chromium.org2009-04-011-1/+1
* Disable DeleteURLAndFaviconagl@chromium.org2009-04-011-1/+1
* Temporary fix to avoid crash in typing in Omnibox. The crash happenssky@chromium.org2009-03-261-3/+12
* Fixes possible crash in visitdb. As far as I can tell the archive_db_sky@chromium.org2009-03-261-0/+3