summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_http_job.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-5/+5
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-091-1/+1
* Also register read cookies in the content settings delegate.jochen@chromium.org2010-12-071-33/+36
* Fix URLRequestHttpJob to use ScopedRunnableMethodFactory.willchan@chromium.org2010-12-031-9/+18
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-6/+6
* Pass cookie options to content settings delegate.jochen@chromium.org2010-11-251-0/+2
* Implement exponential back-off mechanism.joi@chromium.org2010-11-251-2/+18
* Fixed handling of context_ in URLRequestHttpJobakalin@chromium.org2010-11-231-1/+4
* Revert 66722 - This prevents crashes due to URLRequestHttpJobs hanging on pas...kkania@chromium.org2010-11-191-4/+1
* This prevents crashes due to URLRequestHttpJobs hanging on past IOThreadakalin@chromium.org2010-11-191-1/+4
* Immediately reject empty cookie headers.jochen@chromium.org2010-09-271-2/+4
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+1
* Revert 56376 - This CL will introduce a new way to do exponential back-off on...joi@chromium.org2010-08-171-24/+9
* This CL will introduce a new way to do exponential back-off on failure within joi@chromium.org2010-08-171-9/+24
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-5/+5
* Store blocked and accessed cookies in the tab contents.jochen@chromium.org2010-07-021-4/+12
* Remove abonded privacy blacklist implementation.jochen@chromium.org2010-07-021-6/+3
* Add virtual to some base classes that have virtual methodsjar@chromium.org2010-06-251-1/+1
* Move net::HTTPSProber from net_base to netmnissler@chromium.org2010-06-011-1/+1
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-061-2/+2
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-19/+32
* Call the IsCertStatusError function.wtc@chromium.org2010-04-161-2/+1
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-1/+1
* Do not call OnGetCookiesBlocked or OnSetCookieBlocked when cookies aredarin@chromium.org2010-03-121-7/+7
* Remove debug info used to diagnose bug 31723.rvargas@google.com2010-03-031-12/+1
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-231-0/+5
* Trigger the blocked cookie notification UI.darin@chromium.org2010-02-091-6/+19
* Implement backend support for forcing cookies to be saved asdarin@chromium.org2010-02-051-2/+6
* Add debug info to track a crash when sleeping.rvargas@google.com2010-02-041-1/+12
* Revert 38001 and 38002.darin@chromium.org2010-02-031-84/+144
* Back out trunk r37998.mark@chromium.org2010-02-031-144/+84
* Modify CookiePolicy to work asynchronouslydarin@chromium.org2010-02-031-84/+144
* If the URLRequestContext has no CookiePolicy, then we shoulddarin@chromium.org2010-01-301-4/+4
* Changes to support new cookie policy.darin@chromium.org2010-01-301-3/+4
* Remove support for filtering by MIME-type.jochen@chromium.org2010-01-201-4/+4
* Minor cleanup, removed unused URLRequestJob::GetMoreData() method.michaeln@chromium.org2009-12-301-4/+0
* SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade.agl@chromium.org2009-12-111-25/+135
* Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...ananta@chromium.org2009-10-231-18/+6
* Don't add default Accept-Language and Accept-Charset headers if specific ones...dimich@google.com2009-09-241-6/+21
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-241-7/+4
* Strict transport security: come out from behind the flag.agl@chromium.org2009-09-101-13/+1
* Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.mirandac@chromium.org2009-09-091-47/+1
* Rename X-Force-TLS to Strict-Transport-Security.abarth@chromium.org2009-09-051-14/+16
* ForceTLS: generate internal redirect when mistakenly using http.agl@chromium.org2009-09-041-2/+10
* Sanitizing the referrer header before starting the automation request.TEST=Ru...tommi@chromium.org2009-08-311-9/+1
* Adding command-line option to override bans on certain port numbers through a...mirandac@chromium.org2009-08-311-1/+47
* Add the ability to not send cookies or send user name/password.levin@chromium.org2009-08-261-0/+3
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-1/+1
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+2
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-14/+0