summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-101-2/+1
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Add a command-line flag for MAC cookies.abarth@chromium.org2011-05-082-1/+16
* net/url_request/url_request_test_util.h doesn't need to includewtc@chromium.org2011-05-061-1/+0
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-5/+5
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-061-1/+2
* (harmless) Missed include from http://codereview.chromium.org/6930040/cevans@chromium.org2011-05-051-0/+1
* Refactor to address URLRequestContext dependency added incevans@chromium.org2011-05-053-15/+6
* Fix logic for handling reports of malformed bodies. To end up countingjoi@chromium.org2011-05-052-7/+13
* Revert 84196 - Fix logic for handling reports of malformed bodies. To end up ...joi@chromium.org2011-05-052-13/+7
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-051-2/+1
* Fix logic for handling reports of malformed bodies. To end up countingjoi@chromium.org2011-05-052-7/+13
* Allow server to indicate a non-SDCH encodingjar@chromium.org2011-05-041-1/+27
* Tweaks to extension webRequest API.mpcomplete@chromium.org2011-05-033-9/+8
* Add a method for PAC script errors to the network delegate.jochen@chromium.org2011-05-032-0/+5
* Stop refcounting URLRequestTestJobwillchan@chromium.org2011-04-302-20/+42
* Keep track of whether we're getting any certificate pin failures.cevans@chromium.org2011-04-281-4/+9
* Flesh out the onBeforeSendHeaders event a bit more. We now send thempcomplete@chromium.org2011-04-272-0/+4
* Stop refcounting ProxyService.willchan@chromium.org2011-04-273-4/+4
* Fix DirectoryLister not to require refcounting.willchan@chromium.org2011-04-272-39/+11
* Undo raw DNS resolver changes, this will be implemented differently, on IO-th...agayev@chromium.org2011-04-271-2/+2
* Add support for enforcing certificate pinning without requiring https on acevans@chromium.org2011-04-261-1/+1
* Implemented chrome.experimental.webRequest.onCompletedbattre@chromium.org2011-04-233-14/+7
* Implemented of base functionality of chrome.experimental.webRequest.onBeforeR...battre@chromium.org2011-04-203-0/+10
* Implementation of chrome.experimental.webRequest.onRequestSentbattre@chromium.org2011-04-202-0/+12
* Make URLRequest store the chain of redirects.mattm@chromium.org2011-04-193-9/+36
* Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoidscevans@chromium.org2011-04-194-15/+15
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-155-39/+153
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-2/+0
* net: implement the beginnings of HSTS pinningagl@chromium.org2011-04-141-0/+19
* Revert "Allow extensions to redirect requests in onBeforeRequest."mpcomplete@chromium.org2011-04-135-153/+39
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-135-39/+153
* Add gmail.com and googlemail.com to the HSTS hardcoded list. These domainscevans@chromium.org2011-04-092-2/+16
* Fix DCHECK on multiple SSL client auths for the same request.mattm@chromium.org2011-04-071-2/+2
* Fix the *AcceptCharset* and *AcceptLanguage* net test failures on the ChromeF...ananta@chromium.org2011-04-071-8/+8
* Remove async functionality from net::CookiePolicy.willchan@chromium.org2011-04-065-177/+12
* Fix the EmptyAcceptLanguage and EmptyAcceptCharset net test failures on IE6. ...ananta@chromium.org2011-04-061-2/+4
* Removing check for NULL pointer. The memory stomper has been fixed.joi@chromium.org2011-04-051-7/+1
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-312-0/+108
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-305-10/+24
* Fix the comment for URLRequest::Cancel().kinuko@chromium.org2011-03-301-1/+2
* Do not send empty Accept-Language / Accept-Charset headers.willchan@chromium.org2011-03-302-10/+46
* Add another AllowIO exception to URLRequestFileJob.fischman@chromium.org2011-03-291-8/+13
* Forgot to address a comment in r79555.agl@chromium.org2011-03-281-2/+2
* net: allow revocation check failures for HSTS sitesagl@chromium.org2011-03-281-0/+5
* Correctly report HttpOnly cookies and correctly reset the Cookie Monsterjochen@chromium.org2011-03-281-1/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-2812-16/+16
* Update port handling to patch latest HSTS intention. See the bug for URLs thatcevans@chromium.org2011-03-261-1/+0
* Add an opt-out header for HTTP throttling. Never throttle for localhost.joi@chromium.org2011-03-257-41/+282
* Support enabling/disabling the URL request throttler via the about:net-intern...joi@chromium.org2011-03-255-14/+52