summaryrefslogtreecommitdiffstats
path: root/components/error_page
Commit message (Expand)AuthorAgeFilesLines
* Move DNS functions from net_error_info.h into error_page namespace.tfarina2015-08-104-60/+51
* Move net::FormatUrl and friends outside of //net and into //componentsrsleevi2015-08-073-5/+7
* Add link to OSX's diagnostic tool on error page.mmenke2015-08-054-13/+88
* Fix case where ErrorPageController outlives the frame it's attached to.mmenke2015-08-041-1/+2
* Revert of Move net::FormatUrl and friends outside of //net and into //compone...jochen2015-08-043-7/+5
* Move net::FormatUrl and friends outside of //net and into //componentsrsleevi2015-08-033-5/+7
* Add UMA histograms for Google cached copy experiment on network error interst...edwardjung2015-07-214-15/+55
* Attempt to fix a crash in NerErrorHelperCore.mmenke2015-07-083-4/+46
* Change histogram.h includes to histogram_macros.h in components/asvitkine2015-06-161-1/+1
* Move Google Cache copy suggestion to an action button in the neterror interst...edwardjung2015-06-101-0/+2
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-1/+1
* Replace GetAllErrorCodesForUma calls with UMA_HISTOGRAM_SPARSE_SLOWLY.davidben2015-05-181-10/+6
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-162-6/+6
* Switch //components to use SchemeIsCryptographic() instead of SchemeIsSecure().lgarron2015-05-121-1/+1
* Improvements to the offline intersitial and easter eggedwardjung2015-04-033-0/+7
* autoreload: don't reload non-http/https pagesellyjones2015-03-312-6/+28
* UMA for the "Show saved copy" experimentmegjablon2015-03-132-0/+18
* Three way experiment for "Show saved copy" button.megjablon2015-03-114-35/+36
* gn format //componentsscottmg2014-12-032-2/+2
* autoreload: don't suppress manual error pagesellyjones2014-12-013-35/+39
* Cleanup: Use http/https constants in components.thestig2014-11-191-1/+2
* Don't trigger auto-reload on client auth failures.davidben2014-11-072-0/+13
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-8/+4
* Do not reload a url which has unknown schemejaekyun2014-10-232-1/+16
* Standardize usage of virtual/override/final in components/dcheng2014-10-211-20/+16
* Componentize NetErrorHelperCorehashimoto2014-10-1511-0/+3909