summaryrefslogtreecommitdiffstats
path: root/net/base/upload_element.h
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of time headers in net/, part 1.avi@chromium.org2013-06-281-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-4/+4
* net: Change type of UploadData::elements from std::vector to ScopedVectorhashimoto@chromium.org2012-11-141-0/+2
* net: Move data reading functionalities from UploadElement to UploadElementReaderhashimoto@chromium.org2012-09-111-57/+0
* Prevent overflow when uploading a file greater than 4 GB,mmenke@chromium.org2012-08-301-1/+1
* net: Remove UploadElement::TYPE_CHUNKhashimoto@chromium.org2012-08-241-22/+1
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-211-16/+17
* Revert 152528 - Split net::UploadData into two: for resource request IPC and ...kinuko@chromium.org2012-08-211-15/+3
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-211-3/+15
* net: Make UploadData::Element an independent classhashimoto@chromium.org2012-08-211-0/+185