summaryrefslogtreecommitdiffstats
path: root/components/history
Commit message (Expand)AuthorAgeFilesLines
* components: Add out-of-line copy ctors for complex classes.vmpstr2016-02-256-0/+29
* net: move IsLocalhost() function into url_util.htfarina2016-02-231-1/+1
* [Downloads] Do not store error responses during resumption.asanka2016-02-201-25/+26
* Remove some dead code: HistoryService/Backend::QueryFilteredURLstreib2016-02-1911-1165/+0
* Remove Profile dependency from some ProfileSyncService unittestsvabr2016-02-191-1/+1
* Revert of Release unused web views when under memory pressure. (patchset #5 i...markusheintz2016-02-191-7/+0
* Release unused web views when under memory pressure.bzanotti2016-02-191-0/+7
* Convert C++ files to Objective-C++ files to remove hack.sdefresne2016-02-162-1/+1
* [sql] Remove misleading AutoRecoverTable() parameter.shess2016-02-042-6/+5
* Componentize WebHistoryService unittestblundell2016-02-042-0/+395
* Delete base/prefs and update callers to use components.brettw2016-02-037-10/+11
* Revert of Delete base/prefs and update callers to use components. (patchset #...msw2016-02-037-11/+10
* Delete base/prefs and update callers to use components.brettw2016-02-037-10/+11
* TypedUrlSyncableService has a in memory synced URLs cachegangwu2016-02-012-1/+27
* Moves shared history test helpers into util classes.rohitrao2016-02-014-1/+118
* Update GN build files for new prefs location.brettw2016-01-301-2/+2
* Sync DB entry deleted twice.gangwu2016-01-225-10/+35
* Use a max update interval of 5 minutes on mobile to reduce battery usage.sdefresne2016-01-192-3/+3
* Use the same interval to save TopSites database on mobile.sdefresne2016-01-112-17/+17
* Restrict GetRedirectToVisit to just redirects.nparker2016-01-051-1/+3
* Prepare for -Wall for third-party code, -Wextra for chromium_codethakis2015-12-311-1/+1
* Convert Pass()→std::move() in //components/[a-m]*dcheng2015-12-2612-39/+49
* Switch to standard integer types in components/, part 2 of 4.avi2015-12-2691-170/+325
* Move FakeWebHistoryService to components/historymsramek2015-12-183-0/+248
* Using TypedUrlSyncableService instead ofgangwu2015-12-1513-2120/+90
* Revert of [Sync] Use TypedUrlSyncableService instead of ModelAssociator (patc...henrika2015-12-1513-90/+2120
* Using TypedUrlSyncableService instead ofgangwu2015-12-1513-2120/+90
* Make TopHosts take a size_t, avoiding a saturated_cast.vmpstr2015-12-126-9/+9
* Use ScopedTempDir to create test folder instead ofgangwu2015-11-251-5/+6
* Cleanup: Correctly spell success(ful).thestig2015-11-231-1/+1
* Add gn implementation for //components/history/ios/browser.sdefresne2015-11-171-0/+19
* Use concrete types instead of auto in history_backend_unittest.cccalamity2015-11-161-10/+10
* Implement a finer grained deletion for Site Engagement data on History deletion.calamity2015-11-166-1/+82
* Revert of Delay history db preload as a LightSpeed experiment. (patchset #13 ...gab2015-11-095-70/+21
* Optimized getting of all visits during typed url association.aseren2015-11-062-2/+8
* Apply following CLs which are applied for recent 2 years togangwu2015-11-024-66/+254
* Removing and updating TODO for TODO fix-it.sdefresne2015-10-261-9/+0
* [sync] Componentize TypedUrl{ChangeProcessor, DataTypeController}blundell2015-10-265-0/+710
* [sync] Componentize TypedUrlModelAssociator unittestblundell2015-10-262-0/+434
* [Sync] Componentize HistoryDeleteDirectivesDataTypeController.maxbogue2015-10-243-0/+116
* [Sync] Remove history and favicon deps from sync_driver.maxbogue2015-10-226-0/+1265
* [sql] Track uploads of diagnostic data to prevent duplication.shess2015-10-221-162/+16
* Implement ProcessSyncChanges function.gangwu2015-10-214-167/+590
* Fix the incorrectly named time points in VisitDatabaseTest.GetHistoryCount.msramek2015-10-151-11/+14
* Don't use base::MessageLoop::{Quit,QuitClosure} in components/ki.stfu2015-10-134-12/+17
* [Sync] Don't dcheck for history delete directives with weird timeszea2015-10-012-7/+2
* Enable history counting for time ranges.msramek2015-09-297-23/+212
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* Use the appropriate variant of IntToString in //componentsricea2015-09-241-1/+1
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1