summaryrefslogtreecommitdiffstats
path: root/components/precache
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of net::DO_NOT_PROMPT_FOR_LOGINbaranovich2015-01-151-1/+0
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-224-11/+14
* gn format //componentsscottmg2014-12-031-1/+3
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-293-5/+5
* Standardize usage of virtual/override/final in components/dcheng2014-10-215-11/+9
* Type conversion fixes, components/ edition.pkasting2014-10-171-5/+9
* Data reduction proxy to a layered component.megjablon2014-10-142-2/+2
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-067-9/+9
* Add data reduction functionality to all platforms.kundaji2014-09-231-4/+0
* Check if precaching is allowed for the current browser context beforetanviraumi2014-08-293-0/+18
* Remove implicit conversions from scoped_refptr to T* in components/dcheng2014-08-261-4/+7
* Change precache URLs to httpsbengr@chromium.org2014-08-061-2/+2
* Add search_engines and precache components to GN build.brettw@chromium.org2014-07-163-0/+69
* Adjust the structure of DEPS within //components.blundell@chromium.org2014-05-061-1/+0
* Remove //components/browser_context_keyed_serviceblundell@chromium.org2014-03-161-1/+0
* Move clients of BrowserContextKeyedService to use KeyedService (#4)blundell@chromium.org2014-03-144-7/+8
* Set up field trial for precache experimentbengr@chromium.org2014-02-121-1/+1
* Entry point for interacting with the precache component.sclittle@chromium.org2013-12-1712-33/+876
* Added list of forced starting URLs to precache configuration settings.sclittle@chromium.org2013-12-173-1/+39
* Changed the precache config settings proto to not include the whitelist of st...sclittle@chromium.org2013-12-064-44/+24
* Metrics database for tracking precache statistics.sclittle@chromium.org2013-12-057-0/+900
* [sync] Allow FakeURLFetcher to return an arbitrary URLRequestStatusrsimha@chromium.org2013-11-061-28/+30
* [sync] Allow FakeURLFetcher to return arbitrary HTTP response codesrsimha@chromium.org2013-11-041-16/+30
* Precache componentsclittle@chromium.org2013-10-1811-0/+785