summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history_backend.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename HistoryService::NotifyRenderProcessHostDestructionfangjue23303@gmail.com2014-06-121-6/+6
* Move about://-related constants from //content to //urlblundell@chromium.org2014-06-101-1/+1
* Eliminate the archived history database and clean up related code.engedy@chromium.org2014-06-051-137/+33
* Abstract history dependencies on bookmarks through HistoryClientsdefresne@chromium.org2014-06-041-17/+20
* Send visit time with HISTORY_URL_VISITED notification.nileshagrawal@chromium.org2014-05-301-0/+1
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-281-1/+1
* Move bookmarks/core/... to bookmarks/...naiem.shaik@gmail.com2014-05-201-1/+1
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-071-2/+2
* Moves SelectFaviconFrames from history to the favicon_base component.jif@chromium.org2014-04-281-1/+1
* Move bookmark_service.{cc,h} to components/bookmarkssdefresne@chromium.org2014-04-221-1/+1
* Correctly update in-memory database when history archiving runs.pkasting@chromium.org2014-04-211-0/+5
* Make InMemoryHistoryBackend use the same URLRow IDs that are in effect in the...engedy@chromium.org2014-04-181-5/+5
* Moved favicon_types to favicon_base component.jif@chromium.org2014-04-171-63/+69
* Make the HistoryBackend::AddPagesWithDetails not fire notifications when arch...engedy@chromium.org2014-04-171-5/+17
* Lots of misc. history cleanup:pkasting@chromium.org2014-03-131-33/+31
* Cleanup: Move kAboutScheme constant into content namespace.tfarina@chromium.org2014-03-101-1/+1
* Revert 242454 "Revert 242450 "Update some uses of UTF conversion..."avi@chromium.org2013-12-241-1/+1
* Revert 242450 "Update some uses of UTF conversions in chrome/bro..."avi@chromium.org2013-12-241-1/+1
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-1/+1
* Removes some dead database codesky@chromium.org2013-12-201-41/+0
* Style fix for history backend.mariakhomenko@chromium.org2013-12-171-1/+1
* Improve psuggest delete.mariakhomenko@chromium.org2013-12-161-0/+18
* Convert string16 to use base namespace.brettw@chromium.org2013-12-091-6/+7
* Move kFtpScheme into content namespace.tfarina@chromium.org2013-12-011-1/+1
* Remove HistoryPublisher code.shess@chromium.org2013-11-181-38/+0
* Add the ability to delete a single search term out of local search history.pkasting@chromium.org2013-11-041-9/+20
* Find Favicon in priority of icon_type.michaelbai@chromium.org2013-10-211-0/+94
* Make history text searches only display urls which should be user-viewable.rmcilroy@chromium.org2013-10-161-1/+1
* Deprecate old Favicons database versions.shess@chromium.org2013-10-081-2/+1
* Remove ThumbnailDatabase::history_publisher_.shess@chromium.org2013-09-261-1/+0
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-10/+6
* TextDatabase contained an unexpected bit of needed functionality.shess@chromium.org2013-09-201-4/+30
* content: Move kHttpScheme constant into content namespace.tfarina@chromium.org2013-09-151-1/+1
* Fix NULL deref in HistoryBackend::ExpireHistoryBetween.grt@chromium.org2013-09-061-13/+16
* Remove deadcode in history backend.etienneb@chromium.org2013-09-041-13/+10
* content: Move kHttpsScheme constant into content namespace.tfarina@chromium.org2013-08-261-1/+1
* Remove thumbnail migration code from history.shess@chromium.org2013-08-221-126/+8
* Refactor clearing thumbnail history.shess@chromium.org2013-08-161-38/+18
* NULL check before calling thumbnail_db_ method.shess@chromium.org2013-08-061-1/+2
* Remove TextDatabase from the history service.rmcilroy@chromium.org2013-07-241-193/+28
* Revert 212459 "Remove TextDatabase from the history service."asargent@chromium.org2013-07-181-28/+193
* Remove TextDatabase from the history service.rmcilroy@chromium.org2013-07-181-193/+28
* Adds a MemoryPressureListener to sql::Connection.rmcilroy@chromium.org2013-07-181-0/+14
* Use a direct include of the message_loop header in chrome/browser/, part 4.avi@chromium.org2013-07-181-1/+1
* Persist download ids across sessions by merging them with db_handles.benjhayden@chromium.org2013-07-121-26/+28
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Move some importer-related functionality to chrome/browser/importerscottmg@chromium.org2013-07-021-1/+1
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-021-1/+1
* Remove column sizes from thumbnail database.qsr@chromium.org2013-07-011-6/+3
* Use a direct include of time headers in chrome/browser/, part 5.avi@chromium.org2013-06-281-1/+1