summaryrefslogtreecommitdiffstats
path: root/components/domain_reliability
Commit message (Expand)AuthorAgeFilesLines
* Fix all failed and canceled URLRequestStatuses without errors.davidben2015-08-051-17/+0
* Move MatchPattern to its own header and the base namespace.brettw2015-07-061-1/+2
* Enable clang warning for ignored attributes.benwells2015-07-061-1/+1
* Remove URLRequestStatus mutators and introduce FromError.davidben2015-06-032-14/+11
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-024-8/+5
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-1/+1
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-5/+3
* Domain Reliability: Create beacons from ConnectionAttempts.ttuttle2015-05-152-35/+109
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-1/+2
* Domain Reliability: Add was_proxied field to beacons.ttuttle2015-04-244-2/+10
* Refactor net::BackoffEntry to not require subclassingjohnme2015-04-203-36/+12
* Remove unnecessary instrumentation for several jank bugs.pkasting2015-04-081-11/+1
* Domain Reliability: Make a few cleanups/refactors.ttuttle2015-03-1711-55/+50
* Domain Reliability: Factor out ContextManager and Context::Factory.ttuttle2015-03-127-107/+207
* Instrumentation to find jank in DomainReliabilityMonitor::AddBakedInConfigsrtenneti2015-03-102-0/+10
* Advertise HTTP/2 support.bnc2015-03-091-0/+1
* Domain Reliability: Add config for *.googleadsserving.cn.ttuttle2015-02-233-0/+32
* Add more size_t -> int warning fixes for the win x64 GN build.dpranke2015-02-201-0/+2
* Fix memory leak and crash when parsing baked-in configs in domain reliability...grt2015-02-203-17/+20
* Domain Reliability: Update mail.google.com config.ttuttle2015-02-191-1/+7
* Domain Reliability: Measure backoff/retry time to collectors.ttuttle2015-02-133-0/+14
* Domain Reliability: Measure record-to-upload latency for beacons.ttuttle2015-02-112-1/+9
* Standardize usage of virtual/override/final specifiers in components/.dcheng2014-12-302-4/+4
* Instrumenting DomainReliabilityMonitor to find jankvadimt2014-12-191-0/+11
* Domain Reliability: Don't send cached server IPttuttle2014-12-052-3/+40
* gn format // (the rest, except mojo)scottmg2014-12-031-1/+3
* gn format //componentsscottmg2014-12-031-8/+6
* Add more components unittests to the GN build.brettw2014-11-261-0/+3
* Domain Reliability: NULL-check response headers before dereferencingttuttle2014-11-192-2/+25
* Domain Reliability: Add more errors to whitelistttuttle2014-11-131-2/+20
* Domain Reliability: Handle Retry-After headersttuttle2014-11-1312-136/+287
* Support HTTP/2 drafts 14 and 15 simultaneously.bnc2014-11-131-1/+2
* Revert of Revert of Domain Reliability: Switch to BackoffEntry in Scheduler (...raymes2014-11-105-48/+74
* Revert of Domain Reliability: Switch to BackoffEntry in Scheduler (patchset #...raymes2014-11-105-74/+48
* Domain Reliability: Switch to BackoffEntry in Schedulerttuttle2014-11-075-48/+74
* Domain Reliability: Include network_changed in all beaconsttuttle2014-11-062-6/+6
* Domain Reliability: Update configs for M40ttuttle2014-11-06469-938/+5159
* Domain Reliability: Keep a single list of baked-in configsttuttle2014-11-064-501/+523
* Domain Reliability: Mark beacons from previous networks.ttuttle2014-11-047-7/+79
* Domain Reliability: Histogram upload collector indexttuttle2014-11-031-2/+2
* Domain Reliability: Histogram net error codes from uploadsttuttle2014-10-311-4/+28
* Domain Reliability: Include ERR_ABORTED requests in reportsttuttle2014-10-311-0/+1
* Standardize usage of virtual/override/final in components/dcheng2014-10-217-42/+36
* Domain Reliability: Reenable AddBakedInConfigs testttuttle2014-10-212-5/+5
* Disable DomainReliabilityMonitorTest.AddBakedInConfigs.reillyg2014-10-151-1/+2
* Domain Reliability: Clean up after batch updatettuttle2014-10-142-19/+0
* Domain Reliability: Batch update 4/4 (everything else)ttuttle2014-10-1434-45/+302
* Domain Reliability: batch update 3/4 (*admob*)ttuttle2014-10-1037-9/+722
* Domain Reliability: Batch update 2/4 (*youtube*)ttuttle2014-10-09135-5/+3017
* Domain Reliability: Batch update 1/4 (*google*)ttuttle2014-10-09271-67/+5569