summaryrefslogtreecommitdiffstats
path: root/net/base/upload_file_element_reader_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove kuint64max.avi2015-12-091-8/+12
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-16/+10
* Use the exact-width integer types defined in <stdint.h> rather thanwtc2015-06-041-2/+2
* [net] Subtract timestamps to determine if uploading file changed.asanka2015-02-041-10/+18
* Revert of [net] Subtract timestamps to determine if uploading file changed. (...noel2015-02-041-18/+10
* [net] Subtract timestamps to determine if uploading file changed.asanka2015-02-031-10/+18
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-2/+2
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-1/+1
* Revert 244982 "Revert 244857 "net: Remove classes which were use..."hashimoto@chromium.org2014-01-171-133/+0
* Revert 244857 "net: Remove classes which were used only by Chrom..."oshima@chromium.org2014-01-151-0/+133
* net: Remove classes which were used only by Chrome Framehashimoto@chromium.org2014-01-151-133/+0
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-071-2/+2
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-041-2/+2
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-4/+4
* [Net] Fix error handling on wrong file in UploadDatatzik@chromium.org2013-11-121-6/+2
* Fix teardown in tests which use UploadFileElementReader.earthdok@chromium.org2013-09-161-1/+8
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-12/+24
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-34/+51
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-4/+4
* net: Stop using base::WorkerPool from UploadFileElementReaderhashimoto@chromium.org2013-01-101-0/+5
* net: Split sync part of UploadFileElementReader as UploadFileElementReaderSynchashimoto@chromium.org2012-12-201-100/+173
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* net: Allow calling UploadDataStream::Init() multiple times for reset purposehashimoto@chromium.org2012-11-021-0/+85
* net: Make UploadDataStream::Read() asynchronoushashimoto@chromium.org2012-10-171-8/+73
* net: Move data reading functionalities from UploadElement to UploadElementReaderhashimoto@chromium.org2012-09-111-0/+110