summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Move TestURLRequestContextGetter to url_request_test_util.{h,cc}akalin@chromium.org2012-03-022-0/+45
* Replace chrome/common/net/http_return.h with net/http/http_status_code.hakalin@chromium.org2012-02-271-2/+4
* Fixed issues with interrupting a download at the start.ahendrickson@chromium.org2012-02-251-1/+6
* Remove usage of a deprecated TestServer constructor.erikwright@chromium.org2012-02-241-3/+6
* Disk Cache: Remove the deleted list experiment.rvargas@google.com2012-02-231-30/+5
* Revert change to delay network requests on startup for webRequest extensions.mpcomplete@chromium.org2012-02-231-2/+0
* Expose a static configuration value for the host to use for URLRequestTestHTT...erikwright@chromium.org2012-02-223-13/+73
* net: FileStream::Read/Write() to take IOBuffer* instead of char*satorux@chromium.org2012-02-161-1/+1
* Add extra data to BrowserContext so that content layer and other embedders ca...jam@chromium.org2012-02-153-38/+7
* Revert 121887 - Mark HTTPSRequestTest.HTTPSErrorsNoClobberTSSTest flaky.rsleevi@chromium.org2012-02-151-2/+1
* Fix bug in HasMetadata: Updates argument even if it fails.palmer@chromium.org2012-02-151-2/+0
* Mark HTTPSRequestTest.HTTPSErrorsNoClobberTSSTest flaky.joi@chromium.org2012-02-141-1/+2
* Flakiness cleanup: disable flaky tests under net/evan@chromium.org2012-02-141-9/+9
* Do not cache Strict-Transport-Security and Public-Key-Pins headers.palmer@chromium.org2012-02-131-0/+76
* Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't supported it for ...tsepez@chromium.org2012-02-101-31/+0
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-2/+2
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-2/+2
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-2/+2
* Revert 120836 - Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't s...jchaffraix@chromium.org2012-02-071-0/+31
* Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't supported it for ...tsepez@chromium.org2012-02-071-31/+0
* Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close...mkwst@chromium.org2012-02-031-0/+3
* Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle().mkwst@chromium.org2012-02-031-3/+0
* net: Use ClosePlatformFile() instead of close/CloseHandle().satorux@chromium.org2012-02-031-0/+3
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-1/+2
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-262-5/+3
* Add origin bound certs to BrowsingDataRemover and extensions clear API.mattm@chromium.org2012-01-251-0/+8
* Fix nit: Clarify code by using locally-declared alias for complex expression.palmer@chromium.org2012-01-211-1/+1
* Do not clobber dynamic public key pins when handling the Strict-Transport-Sec...palmer@chromium.org2012-01-181-20/+35
* Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-188-25/+28
* Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-188-28/+25
* Rename is_hsts_host to fatal.palmer@chromium.org2012-01-178-25/+28
* Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...battre@chromium.org2012-01-135-20/+286
* Revert "Debug checks that URLRequest::set_method arguments match the contract."apavlov@chromium.org2012-01-131-4/+1
* Debug checks that URLRequest::set_method arguments match the contract.cbentzel@chromium.org2012-01-131-1/+4
* Revert 117342 - Prevent callbacks after URLRequest/URLRequestJob have been ca...battre@chromium.org2012-01-133-281/+15
* Remove unused code from UploadData and URLRequest.satorux@chromium.org2012-01-123-27/+9
* Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...battre@chromium.org2012-01-123-15/+281
* Resolve style nits and clean up Strict-Transport-Security header handling code.palmer@chromium.org2012-01-112-12/+11
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+1
* Implement HTTP header-based public key pinning.palmer@chromium.org2012-01-052-3/+45
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-301-2/+2
* Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that ...dcheng@chromium.org2011-12-291-2/+2
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-291-2/+2
* Turn on prefetching againgavinp@chromium.org2011-12-271-0/+8
* Simple change to simplify TransportSecurityState.palmer@chromium.org2011-12-271-2/+1
* Link rel=prefetch was disabled during prerender development; for nowgavinp@chromium.org2011-12-271-4/+4
* base::Bind: Finish up net/url_request.jhawkins@chromium.org2011-12-223-17/+12
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-5/+4
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-4/+5
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-5/+4