summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_simple_job.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed playing video in component extensions.kirr@yandex-team.ru2014-01-141-2/+3
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-1/+1
* Offload disk accesses to WorkerPool in ExtensionProtocolHandlerpaivanof@gmail.com2012-07-231-5/+18
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Convert NewRunnableMethod() calls to base::Bind().ajwong@chromium.org2011-12-201-2/+2
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-4/+6
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* net: Add NET_API to more code, this time what's used by chrome.dllrvargas@google.com2011-05-311-1/+2
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Fix up the last easy URLRequestJob refcounting offenders.willchan@chromium.org2011-03-211-2/+4
* net: Add namespace net to URLRequestSimpleJob.tfarina@chromium.org2010-12-151-5/+7
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-281-2/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* A basic implementation of information about appcache. Lists manifest files, t...kkanetkar@chromium.org2010-03-271-1/+2
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+2
* Fix incorrect include guards in net/, where the guard didn't match the filename.deanm@chromium.org2009-03-171-1/+1
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-091-2/+4
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-5/+5
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-1/+1
* revert r8603rvargas@google.com2009-01-241-1/+1
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add net to the repository.initial.commit2008-07-261-0/+60