summaryrefslogtreecommitdiffstats
path: root/content/browser/byte_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-12/+10
* Replace FINAL and OVERRIDE with their C++11 counterparts in contentmohan.reddy2014-10-091-8/+8
* Explain the reason why we don't have thread check in destructor of ByteStream...tyoshino@chromium.org2014-03-141-0/+6
* Limit the total memory usage for Stream instancestyoshino@chromium.org2013-08-221-5/+26
* Clean up on byte_stream (mainly style and includes)tyoshino@chromium.org2013-08-061-5/+7
* Make ByteStream independent from DownloadInterruptReasontyoshino@chromium.org2013-08-021-17/+15
* Add Flush() method to ByteStream.tyoshino@chromium.org2013-07-311-0/+7
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-1/+1
* Move ByteStream to content/browserzork@chromium.org2013-03-211-0/+434