summaryrefslogtreecommitdiffstats
path: root/content/browser/streams
Commit message (Expand)AuthorAgeFilesLines
* Using scoped_ptr for URLRequestJobFactoryImpl::SetProtocolHandlersvaldez2015-08-241-1/+1
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-054-14/+17
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-054-17/+14
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-054-14/+17
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-054-17/+14
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-054-14/+17
* Split bug 423948 into various sub-bugs and remove outdated instrumentation.pkasting2015-04-111-6/+0
* Remove prerender cookie store, part 4.davidben2015-03-231-2/+2
* favor DCHECK_CURRENTLY_ON for better logs in content/browser/[q-z]*mostynb2015-03-161-1/+1
* Instrumenting ReadRawData and InformDelegateDownloadProgress to find jank.vadimt2014-12-301-0/+6
* Standardize usage of virtual/override/final specifiers in content/.dcheng2014-12-231-1/+1
* Fix remaining WeakPtrFactory ordering problems in preparation for turning on ...dmichael2014-12-122-3/+4
* Introduce StreamRegistry::RegisterReaderAbortedStream()horo2014-12-123-7/+33
* Introduce Stream::flush [2/2 chromium]horo2014-12-103-0/+37
* Introduce StreamRegisterObserver.horo2014-11-264-0/+89
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-282-6/+3
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-214-25/+18
* Split up streams logic to prepare for PlzNavigate RDH changes.davidben2014-10-154-53/+6
* Replace FINAL and OVERRIDE with their C++11 counterparts in contentmohan.reddy2014-10-094-18/+18
* Fix crash caused by NULL response_headers passed to StreamHandleImplraymes2014-09-231-5/+9
* Make a copy of HttpResponseHeaders in StreamHandleImpl.davidben2014-09-191-1/+4
* Implement chrome.streamsPrivate.abort() extensions functionraymes@google.com2014-05-282-2/+20
* Change the streamsPrivate extensions API to return HTTP response headers in a...raymes@chromium.org2014-03-264-12/+18
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-121-2/+2
* Revert 256579 "Allow the content browser client to specify a spe..."peter@chromium.org2014-03-121-2/+2
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-121-2/+2
* Pass http response headers to the streamsPrivate API callbackraymes@chromium.org2014-03-074-6/+19
* plain/text is not a real MIME type.davidben@chromium.org2014-02-271-1/+1
* Cleanup: Remove unneeded browser_thread.h includes in content/.thestig@chromium.org2014-02-154-3/+8
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-2/+2
* Net: Standardize HttpByteRange printingtommycli@chromium.org2013-11-261-2/+5
* [Net] Add a priority parameter to URLRequest's constructorakalin@chromium.org2013-10-311-2/+5
* Fix DCHECK caused by updating total_memory_usage_ for cloned streams.acolwell@chromium.org2013-09-211-3/+8
* Add an IPC to abort Stream construction.tyoshino@chromium.org2013-08-281-4/+4
* Add ASSERT to unittest StreamURLRequestJob to avoid crash.tyoshino@chromium.org2013-08-271-0/+1
* Make Stream return STREAM_ABORTED to tell the reader it's failed.tyoshino@chromium.org2013-08-234-10/+43
* Limit the total memory usage for Stream instancestyoshino@chromium.org2013-08-225-5/+160
* Test that Stream::ReadRawData doesn't return STREAM_EMPTY once Finalized.tyoshino@chromium.org2013-08-141-4/+47
* 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