summaryrefslogtreecommitdiffstats
path: root/components/history/core
Commit message (Expand)AuthorAgeFilesLines
* Use ScopedTempDir to create test folder instead ofgangwu2015-11-251-5/+6
* Cleanup: Correctly spell success(ful).thestig2015-11-231-1/+1
* 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-225-0/+1264
* [sql] Track uploads of diagnostic data to prevent duplication.shess2015-10-221-162/+16
* Implement ProcessSyncChanges function.gangwu2015-10-213-166/+588
* 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
* This implements the equivalent of AssociateModels in thegangwu2015-09-183-260/+1206
* Added HistoryService::GetHistoryCount() and helper functions in components/hi...lwchkg2015-09-167-0/+93
* Remove base's implicit_cast.danakj2015-09-152-2/+4
* Removed archived history file deletion on browser starta-v-y2015-09-107-39/+0
* Remove use of JSONReader::DeprecatedRead from components/olli.raula2015-09-081-4/+4
* Clean up DCHECK(==) and .get()s in history backend implementation.wez2015-08-271-20/+21
* Adds components/history tests to BUILD.gnsky2015-08-142-0/+52
* Add {,Non}TopHosts variants of Precache.Latency.twifkak2015-08-137-7/+61
* Replace ToLower calls to the new formatbrettw2015-08-101-1/+0
* Move net::FormatUrl and friends outside of //net and into //componentsrsleevi2015-08-073-2/+6
* Delay history db preload as a LightSpeed experiment.tiany2015-08-075-21/+70
* Revert of Move net::FormatUrl and friends outside of //net and into //compone...jochen2015-08-043-6/+2
* Move net::FormatUrl and friends outside of //net and into //componentsrsleevi2015-08-033-2/+6
* Update SplitString calls in componentsbrettw2015-07-231-6/+6
* Unify LowerCaseEqualsASCII and EqualsASCII functions.brettw2015-07-231-2/+1
* Move ReplaceStringPlaceholders to base namespace.brettw2015-07-151-1/+1
* Move JoinString to the base namespace.brettw2015-07-151-1/+1
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-1/+1
* Move JoinString to the base namespace.brettw2015-07-141-1/+1
* Fix a Chrome crash where TopSitesImpl::AddForcedURL would access the top site...beaudoin2015-07-091-0/+8
* Update all bookmarks which use an icon URL when a favicon's bitmap is updatedpkotwicz2015-07-098-125/+405
* Simplify HistoryBackendTest.RecordTopHostsMetrics.twifkak2015-07-091-14/+2
* Remove a few friend lines referring to nonexistent classes.thakis2015-07-071-6/+0
* Refactor AO2TS to make it easier to componentizegogerald2015-07-021-3/+2
* Add History.TopHostsVisitsByRank UMA metric.twifkak2015-07-027-5/+106
* Prevent Topsites bubbling of update tiles when adding forced URLsfserb2015-06-297-12/+34
* Remove dependency of HistoryServiceFactory on ChromeBookmarkClientFactorysdefresne2015-06-264-0/+12
* Split HistoryClient in two objectssdefresne2015-06-2318-210/+311
* Fixed dialog not showing on incompatible History databasea-v-y2015-06-224-3/+59