summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history_backend.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use sql::Connection::Delete() in history.shess@chromium.org2013-06-251-5/+4
* Replace FTS in the history_service with a brute force text search.rmcilroy@chromium.org2013-06-221-2/+45
* Track fraction of visits to top URLs.bengr@chromium.org2013-06-211-0/+41
* Convert history sql::ErrorDelegate to callback.shess@chromium.org2013-06-111-54/+24
* Use a direct include of strings headers in chrome/browser/e*-h*/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.avi@chromium.org2013-06-071-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-7/+7
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-5/+5
* bookmarks: Get rid of the dependency on history_notifications.htfarina@chromium.org2013-05-281-2/+3
* components: Move visitedlink into visitedlink namespace.tfarina@chromium.org2013-05-171-1/+1
* bookmarks: Get rid of the dependency on history_types.htfarina@chromium.org2013-05-161-54/+57
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-141-2/+6
* Extract BookmarksFileImporter and BookmarkHTMLReader from Firefox2Importer.avi@chromium.org2013-05-141-0/+1
* Revert 199771 "Add support for split Public Suffix List distinct..."nyquist@chromium.org2013-05-131-6/+2
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-131-2/+6
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-05-091-83/+83
* [Sync] Add interface and backend impl for typed URL syncable servicezea@chromium.org2013-05-071-1/+23
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-1/+1
* [Sync] Ensure url's last visit time is recorded correctly in historymgist@chromium.org2013-04-251-1/+2
* Add visit attempts when the managed user is blockedsergiu@chromium.org2013-04-241-0/+5
* Clean up entries left by crashes in the DownloadDB.rdsmith@chromium.org2013-04-081-10/+0
* Fix regression due to https://chromiumcodereview.appspot.com/11830007pkotwicz@chromium.org2013-03-231-10/+11
* Move files from c/b/a/bookmarks and c/b/a/sync back to c/bkaiwang@chromium.org2013-03-201-1/+1
* Push check for Time::is_max() from BrowsingDataRemover to HistoryBackend.dubroy@chromium.org2013-03-131-1/+2
* Two changes to history delete directive processingzea@chromium.org2013-03-061-18/+46
* History: Create delete directives when local or remote history is deleted.dubroy@chromium.org2013-03-061-0/+20
* Revert 186400jochen@chromium.org2013-03-061-20/+0
* History: Create delete directives when local or remote history is deleted.dubroy@chromium.org2013-03-061-0/+20
* Adds database methods needed to track amount of time pages aresky@chromium.org2013-03-011-0/+41
* Add ScheduleCommit() calls to HistoryBackend::*Download*benjhayden@chromium.org2013-02-261-6/+13
* History: Eliminate query cursor, use end_time argument instead.dubroy@chromium.org2013-02-201-10/+0
* Add favicon count histogramzea@chromium.org2013-02-151-0/+9
* Cleanup of segment db. Nukes the presentations table and thesky@chromium.org2013-02-111-6/+0
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-9/+9
* history: Extract HistoryDBTask into its own header file.tfarina@chromium.org2013-02-081-0/+1
* iOS and non iOS use different decoder for SkBitmap to PNG.pkotwicz@chromium.org2013-01-311-10/+3
* Cleanup history favicon codepkotwicz@chromium.org2013-01-231-142/+85
* Componentize visitedlinks to src/components/visitedlinkboliu@chromium.org2013-01-231-1/+2
* Do not send any notifications as a result of HistoryBackend::MergeFavicon() w...pkotwicz@chromium.org2013-01-221-3/+7
* Do not send any notifications when the bitmap data has not changed as the res...pkotwicz@chromium.org2013-01-221-16/+57
* History: Fix incorrect values of reached_beginning when max_count is used.dubroy@chromium.org2013-01-211-5/+4
* Avoid sending notifications when the bitmap data in the history backend is re...pkotwicz@chromium.org2013-01-141-0/+21
* Remove VisitedLink dependency on rest of chromeboliu@chromium.org2013-01-091-2/+3
* Revert "Remove VisitedLink dependency on rest of chrome" r175186boliu@chromium.org2013-01-041-2/+2
* Remove VisitedLink dependency on rest of chromeboliu@chromium.org2013-01-041-2/+2
* Bake targeted error histogram support directly into sql::Connection.shess@chromium.org2013-01-031-7/+0
* Finish converting FaviconService to use CancelableTaskTracker.kaiwang@chromium.org2012-12-121-47/+39