Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the Site Isolation UMA metrics. | creis@chromium.org | 2010-05-23 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Fixes a bug with tracking CORS headers and starts tracking all requests and all cross-site requests, for calculating the fraction we would block. Also explicitly counts the requests we would block in new UMA histograms. Currently has a problem with "304 Not Modified" responses, since no MIME type is provided... BUG=none TEST=none Review URL: http://codereview.chromium.org/2132002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48003 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Site isolation metrics: Sniff the actual type of cross origin text/html | japhet@chromium.org | 2010-05-04 | 1 | -0/+39 |
responses, and take access control headers into account. Also, moved the actual logic of site isolation metrics into a separate file. BUG=none TEST=none Review URL: http://codereview.chromium.org/1699028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46370 0039d316-1c4b-4281-b951-d872f2087c98 |