summaryrefslogtreecommitdiffstats
path: root/components/cronet
Commit message (Expand)AuthorAgeFilesLines
* Enable sdch in Cronetxunjieli2015-04-2927-28/+527
* [cronet] Pass total bytes received to CronetUrlRequest.onSucceeded()pauljensen2015-04-283-25/+3
* Rename methods and members and const variables to alternative service.bnc2015-04-272-2/+2
* Cronet: Fix CronetUploadTest.testDestroyAdapterBefore* tests.mmenke2015-04-242-15/+20
* net_log_logger_ replaced with write_to_file_observer_ considering https://cod...vishal.b2015-04-234-17/+18
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-233-6/+7
* [cronet] Run MessageLoops on single thread in testspauljensen2015-04-221-39/+49
* [cronet] Avoid JNI errors when starting Quic server for testspauljensen2015-04-222-13/+8
* Cronet: Test that UrlRequestLister.onFailed is called oncemmenke2015-04-224-1/+35
* [cronet] Quit MessageLoop directly instead of via posting a quit task.pauljensen2015-04-223-19/+24
* [Cronet] update test expectations for OutputStream testsxunjieli2015-04-222-1/+13
* [cronet] Don't wait 10s before running each Cronet testpauljensen2015-04-221-24/+8
* Cronet: Fix IOBufferWithByteBuffer.mmenke2015-04-211-4/+6
* Cronet: Fix CronetURLRequestTest.testMockMultiRedirect.mmenke2015-04-201-1/+1
* Avoid PathUtils fetching directory paths on UI thread.wnwen2015-04-202-9/+11
* Cronet: Switch to pull-based API.mmenke2015-04-2011-311/+835
* Rename NetLogLogger and CapturingNetLogvishal.b2015-04-174-8/+8
* [Cronet] Implement getOutputStream in CronetHttpURLConnectionxunjieli2015-04-178-42/+1412
* Update "UsedBy" in Cronet's proguard to match http://crrev.com/9c45cf7pauljensen2015-04-141-4/+4
* Move several annotations to annotations package.aurimas2015-04-143-3/+3
* [Cronet] fix crash in quic_test_server.ccxunjieli2015-04-133-12/+29
* [Cronet] disable QuicTest#testQuicLoadUrlxunjieli2015-04-101-1/+1
* [Cronet] edited QuicTest.java to start activity firstxunjieli2015-04-101-13/+13
* [Cronet] Enable QuicTest#testQuicLoadUrlxunjieli2015-04-101-10/+19
* Move histogram_manager from components/metrics to components/cronet on android.mef2015-04-096-2/+191
* [Cronet] Disables testQuicLoadUrlxunjieli2015-04-071-1/+1
* [Cronet] Add support to run quic_simple_serverxunjieli2015-04-078-101/+260
* This CL uses @NativeClassQualifiedName inxunjieli2015-04-067-475/+278
* Rename NetLog's Add/Remove observer methods to indicate they are deprecated.eroman2015-04-031-2/+2
* Fix DCHECK in CronetUploadDataStreamStream adaptermmenke2015-04-022-2/+29
* Update remaining code to include NetLog files from net/log directory rather t...eroman2015-04-023-3/+3
* [Cronet] Address Android lint warnings.mef2015-04-016-42/+12
* [Cronet] Fix MockUrlRequestJobTest#testNoWriteAfterSyncCancelxunjieli2015-03-301-2/+4
* Send mock response headers in url_request_mock_data_job.ccxunjieli2015-03-301-6/+4
* [Cronet] Rename the smaller cronet.jar to cronet_java.jarxunjieli2015-03-301-12/+6
* [Cronet] Delay StartNetLog and StopNetLog until native request context is ini...xunjieli2015-03-273-16/+35
* Adds @UsedByReflection to the CronetUrlRequestContext constructor. This is ne...groakley2015-03-251-0/+3
* [Android] Incorporate findbugs into android builds.jbudorick2015-03-243-0/+8
* Remove prerender cookie store, part 4.davidben2015-03-232-2/+2
* Update HttpServerProperties::*AlternateProtocol* interface.bnc2015-03-202-10/+10
* Fix up if statement curly braces issues.aurimas2015-03-183-6/+3
* [Cronet] Respect user agent string from configxunjieli2015-03-174-13/+79
* [Cronet] Implement batch read in CronetInputStreamxunjieli2015-03-163-13/+141
* Add ability for NetLogLogger to gather data from more than just NetLogmmenke2015-03-162-11/+12
* Spelling fixdougk2015-03-121-1/+1
* Cronet depends on url/ and net/ compiled with special flag 'USE_ICU_ALTERNATI...mef2015-03-111-0/+64
* Refactoring cronet JNI_OnLoadmichaelbai2015-03-101-22/+19
* [Cronet] hook up proxy config service in cronet_url_request_context_adapter.ccxunjieli2015-03-101-3/+2
* [cronet] Fix race to call InitApplicationContextpauljensen2015-03-097-27/+19
* [Cronet] Make sure to only pass the application Context to InitApplicationCon...pauljensen2015-03-0911-27/+63