summaryrefslogtreecommitdiffstats
path: root/components/precache
Commit message (Expand)AuthorAgeFilesLines
* Replace usages of DEPRECATED_java_in_dir with java_filesagrieve2016-03-231-2/+9
* Destroy PrecacheDatabase in DB thread.twifkak2016-03-115-26/+37
* Add myself to components/precache/OWNERS.twifkak2016-03-111-0/+1
* Add configurable precache size caps.twifkak2016-02-295-97/+322
* Added HttpUtils::HasValidators and HttpResponse::HasValidatorsjamartin2016-02-292-2/+2
* Update components for new prefs location.brettw2016-02-012-1/+2
* Update GN build files for new prefs location.brettw2016-01-302-2/+2
* [GN] Change precache URLs to https to match GYPpkotwicz2016-01-291-2/+2
* Convert Pass()→std::move() in //components/[n-z]*dcheng2015-12-263-4/+5
* Switch to standard integer types in components/, part 3 of 4.avi2015-12-2511-41/+54
* Make TopHosts take a size_t, avoiding a saturated_cast.vmpstr2015-12-123-4/+4
* Add more components to "gn check"brettw2015-11-272-0/+23
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Fix crash in PrecacheManager::OnDone().twifkak2015-11-112-6/+38
* Fix several uses of ScopedTempDir in components_unittests.wkorman2015-11-092-2/+6
* Allow precache to run when device is interactive.twifkak2015-10-022-14/+2
* Add LOAD_DO_NOT_SEND_AUTH_DATA to PrecacheFetcher.twifkak2015-09-113-16/+19
* [Sync] Clean up PSS boolean getters for consistency.maxbogue2015-09-101-1/+1
* Add Precache.Fetch.FailureReasons metric.twifkak2015-09-041-3/+4
* [Sync] Componentize about_sync_util.maxbogue2015-08-311-0/+1
* Fix nativeShouldRun to return true for control.twifkak2015-08-283-42/+35
* Sync remaining components_unittests with GNbrettw2015-08-261-0/+3
* Add more components_unittests to GN buildBrett Wilson2015-08-222-2/+29
* Only LOAD_VALIDATE_CACHE for validated resources.twifkak2015-08-224-101/+351
* Revert of Add more components_unittests to GN build (patchset #5 id:80001 of ...yosin2015-08-222-29/+2
* Add more components_unittests to GN buildbrettw2015-08-222-2/+29
* Implement Precache.Fetch.TimeToComplete.twifkak2015-08-143-1/+14
* Add variation parameter for config URL.twifkak2015-08-144-16/+33
* Add {,Non}TopHosts variants of Precache.Latency.twifkak2015-08-138-30/+183
* Change precache tests to use HistogramTester.twifkak2015-08-112-197/+99
* Add Precache.Latency.Overall metric.twifkak2015-08-116-110/+165
* Prefetch requests using LOAD_VALIDATE_CACHE.twifkak2015-08-111-1/+8
* Only set precache.last_time when precache ran.twifkak2015-08-113-22/+38
* Tweaks to the precache triggering code.twifkak2015-08-073-18/+55
* Add Precache.Fetch.ResponseBytes.Network metric.twifkak2015-08-053-22/+27
* Clear precache URLs table when history is cleared.twifkak2015-07-226-0/+36
* Add prefetch UMA metrics.twifkak2015-07-103-14/+84
* URLFetcherNullWriter for resource requests.twifkak2015-06-301-13/+46
* Fix IsPrecachingAllowed() to check Sync instead of Data Saver.twifkak2015-06-247-93/+25
* Make manifest URL prefix configurable.twifkak2015-06-175-21/+84
* Change histogram.h includes to histogram_macros.h in components/asvitkine2015-06-161-1/+1
* Precache resources for the top 100 hosts.twifkak2015-06-0911-181/+193
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-023-10/+14
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-1/+1
* Remove ICS support code in chrome/ and components/precache/aurimas2015-04-281-5/+0
* [sql] sql/ IWYU cleanup.shess2015-04-111-1/+0
* Reland of "precache: Move the java files into //components/precache/android"sadrul2015-03-276-0/+406
* Revert of precache: Move the java files into //components/precache/android (p...alexclarke2015-03-266-406/+0
* precache: Move the java files into //components/precache/androidsadrul2015-03-266-0/+406
* favor DCHECK_CURRENTLY_ON for better logs in components/mostynb2015-03-251-7/+7