summaryrefslogtreecommitdiffstats
path: root/content/browser/streams/stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Split up streams logic to prepare for PlzNavigate RDH changes.davidben2014-10-151-8/+2
* Change the streamsPrivate extensions API to return HTTP response headers in a...raymes@chromium.org2014-03-261-1/+3
* Pass http response headers to the streamsPrivate API callbackraymes@chromium.org2014-03-071-3/+6
* Make Stream return STREAM_ABORTED to tell the reader it's failed.tyoshino@chromium.org2013-08-231-8/+17
* Limit the total memory usage for Stream instancestyoshino@chromium.org2013-08-221-2/+35
* StreamURLRequestJob::OnDataAvailable refactoringtyoshino@chromium.org2013-08-141-0/+3
* Add Stream support to WebBlobRegistry and FileAPIMessageFilter.tyoshino@chromium.org2013-08-061-0/+6
* Make ByteStream independent from DownloadInterruptReasontyoshino@chromium.org2013-08-021-1/+1
* Remove security_origin member from content::Stream.tyoshino@chromium.org2013-07-261-3/+0
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-1/+1
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Change the Stream Resource Throttle Browsertest into StreamsPrivateApiTestzork@chromium.org2013-04-041-0/+3
* Fix Stream URL request for async requestszork@chromium.org2013-03-211-7/+12
* Add Resource Handler for creating Streams to forward to extensionszork@chromium.org2013-03-201-1/+26
* Add URL request handling for Streams.zork@chromium.org2013-03-141-1/+2
* Reland r187230: Implement the Stream registry in contentzork@chromium.org2013-03-131-0/+116
* Revert 187230zork@chromium.org2013-03-111-113/+0
* Implement the Stream registry in contentzork@chromium.org2013-03-111-0/+113