summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* Move remaining content test code into the content namespace.jam@chromium.org2012-10-303-5/+7
* Remove the expired DnsImpact field trial.stevet@chromium.org2012-10-291-2/+4
* Don't protect cookies from hosted apps from being deleted at shutdown.bauerb@chromium.org2012-10-294-216/+1
* Add upload identifier to URLRequest::Start net log event.cbentzel@chromium.org2012-10-271-1/+2
* Move AsyncDns field trial to server-side control.szym@chromium.org2012-10-262-22/+8
* Move ManagedMode classes to chrome/browser/managed_mode.bauerb@chromium.org2012-10-261-1/+1
* Disable HttpPipeliningCompatibilityClientTest.CanaryFailure on ChromeOSsail@chromium.org2012-10-261-3/+21
* Disable 2 flaky testsabodenha@chromium.org2012-10-251-2/+2
* Coalesce payload length statistics in ChromeNetworkDelegatebengr@google.com2012-10-242-2/+137
* Remove BrowserThread dependency from PrefMember.joi@chromium.org2012-10-241-2/+4
* Remove Profile->GetExtensionProcessManager calls; replace with PKSF calls thr...mirandac@chromium.org2012-10-241-1/+2
* Move ImportantFileWriter to base/. It now has two consumers, base/prefs and c...joi@chromium.org2012-10-241-3/+3
* WebSocket test server migration on browser_tests.toyoshim@chromium.org2012-10-241-9/+10
* Beginnings of DnsProbeService.ttuttle@chromium.org2012-10-236-52/+520
* Non-functional change to simply have Downloads query Prefs for the charset wh...pauljensen@chromium.org2012-10-231-1/+0
* [net] Change factory methods for HostResolver and HostCache to return a scope...szym@chromium.org2012-10-221-12/+15
* Move the bits of Prefs where production code has only trivially easyjoi@chromium.org2012-10-225-5/+5
* Create a barebones DNS proberttuttle@chromium.org2012-10-203-0/+308
* Make original_response_headers parameter of NetworkDelegate::OnHeadersReceive...battre@chromium.org2012-10-202-2/+2
* Move ErrorDelegate to its own file and add static utility functions to ErrorD...pkotwicz@chromium.org2012-10-181-84/+19
* Remove ref counting on sql::ErrorDelegatepkotwicz@chromium.org2012-10-171-22/+10
* Merging PrefSetObserver into PrefChangeRegistrar.joi@chromium.org2012-10-152-6/+5
* Move AboutProtocolHandler from the (incorrect) "net" namspacemmenke@chromium.org2012-10-152-12/+11
* Made sure that the Predictor leaves no URLs in the Prefs after Clearing Brows...engedy@chromium.org2012-10-122-0/+194
* When starting a provisional load include the parent frame ID in the IPC and p...jochen@chromium.org2012-10-122-0/+2
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-102-2/+0
* Move WebContentsUserData to content/public/browser.joi@chromium.org2012-10-091-3/+3
* Do not crash if the file specified for net logging can not be opened for writinggauravsh@chromium.org2012-10-081-1/+7
* [Coverity] Fix uninitialized pointer variables.kmadhusu@chromium.org2012-10-041-0/+1
* SPDY proxy authentication support.piatek@google.com2012-09-283-0/+409
* Revert "Revert 159158 - Make using WebContentsUserData simpler."avi@chromium.org2012-09-282-3/+2
* Revert 159158 - Make using WebContentsUserData simpler.dharani@google.com2012-09-282-2/+3
* Make using WebContentsUserData simpler.avi@chromium.org2012-09-272-3/+2
* Move WebContentsUserData to chrome/browser/common.avi@chromium.org2012-09-271-1/+1
* SampleSet -> HistogramSamples which can be reused by SparseHistogramkaiwang@chromium.org2012-09-221-29/+41
* [net/dns] Extend async DNS field trial to other supported platforms.szym@chromium.org2012-09-211-2/+0
* Create a new URLRequestJobFactory for isolated request contexts.ajwong@chromium.org2012-09-212-20/+42
* [net] Enable async DNS field trial on CrOS (canary+dev channels).szym@chromium.org2012-09-201-5/+6
* Switch LoadTimeStatsTabHelper to use WebContentsUserData.avi@chromium.org2012-09-182-12/+17
* Delete the cookie DB when an unrecoverable error is detected.erikwright@chromium.org2012-09-151-2/+148
* For packet pacing and non-paced network connectivity tests, collectrtenneti@chromium.org2012-09-151-43/+16
* fix build breaktburkard@chromium.org2012-09-143-13/+115
* Revert 156872 - Per request load time stats.miket@chromium.org2012-09-143-117/+13
* Per request load time stats.tburkard@chromium.org2012-09-143-13/+117
* SPDY - If spdy.disable is not enabled in policy file, then don't update if SP...rtenneti@chromium.org2012-09-141-1/+2
* Packet pacing test - Collect PacketDelay stats for NonPaced 21 packetsrtenneti@chromium.org2012-09-131-7/+8
* Implement 'Do Not Track' headerbattre@chromium.org2012-09-133-9/+26
* Disable TLS channel id if cookies are disabled or third-party cookies are blo...mattm@chromium.org2012-09-123-58/+219
* Converted policy.PolicyTest.testDisableSPDY pyauto test to browser_tests.joaodasilva@chromium.org2012-09-092-12/+4
* Use HttpAuthController in SocketStreambashi@chromium.org2012-09-081-0/+118