summaryrefslogtreecommitdiffstats
path: root/content/browser/streams
Commit message (Expand)AuthorAgeFilesLines
* StreamURLRequestJob::OnDataAvailable refactoringtyoshino@chromium.org2013-08-142-12/+34
* Remove unused variable declaration.etienneb@chromium.org2013-08-141-1/+0
* Add Stream support to WebBlobRegistry and FileAPIMessageFilter.tyoshino@chromium.org2013-08-063-2/+11
* Make ByteStream independent from DownloadInterruptReasontyoshino@chromium.org2013-08-021-1/+1
* Remove security_origin member from content::Stream.tyoshino@chromium.org2013-07-264-21/+18
* Use a direct include of the message_loop header in content/, part 2.avi@chromium.org2013-07-182-2/+2
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-092-2/+2
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-2/+1
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-102-2/+2
* Factor out HTTP status code and reason phrase in Blob and Stream infrastructu...tyoshino@chromium.org2013-06-072-34/+11
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-026-15/+16
* 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
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-043-9/+7
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-302-2/+2
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Change the Stream Resource Throttle Browsertest into StreamsPrivateApiTestzork@chromium.org2013-04-041-0/+3
* Move ByteStream to content/browserzork@chromium.org2013-03-211-1/+1
* Fix Stream URL request for async requestszork@chromium.org2013-03-212-8/+13
* Add OWNERS file to content/browser/streamszork@chromium.org2013-03-201-0/+1
* Add Resource Handler for creating Streams to forward to extensionszork@chromium.org2013-03-206-1/+122
* Add URL request handling for Streams.zork@chromium.org2013-03-145-2/+488
* Reland r187230: Implement the Stream registry in contentzork@chromium.org2013-03-139-0/+688
* Revert 187230zork@chromium.org2013-03-119-659/+0
* Implement the Stream registry in contentzork@chromium.org2013-03-119-0/+659