summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* Revert 60378 (trying to track down http://crbug.com/56752 )- Flesh out URLLoa...thakis@chromium.org2010-09-241-15/+5
* Flesh out URLLoader's download_to_file function.michaeln@chromium.org2010-09-231-5/+15
* Allow extensions to request the icons of hosted apps.aa@chromium.org2010-09-232-3/+24
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-234-9/+17
* View_cache: Make sure that the ViewHttpCacheJob is validrvargas@google.com2010-09-231-2/+22
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-0/+1
* Revert 60169 - Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-222-9/+16
* Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-222-16/+9
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-212-3/+3
* Fix a bunch of clang warnings/errors.thakis@chromium.org2010-09-212-6/+6
* Revert 59972 (chromium os leaks) - Reland r59511: Eagerly set the IO loop use...willchan@chromium.org2010-09-212-10/+7
* Reland r59511: Eagerly set the IO loop used for OCSP.willchan@chromium.org2010-09-202-7/+10
* DevTools: provide load timing for sync resources.pfeldman@chromium.org2010-09-202-0/+32
* Remove vestigial cookie/web app permissions prompting UI now that the async U...ben@chromium.org2010-09-172-122/+0
* Reduce fieldtrials percentages for push to stable M7jar@chromium.org2010-09-161-9/+0
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-2/+2
* Fixes bad URLRequest leak detection. nss_ocsp creates asky@chromium.org2010-09-151-1/+5
* Establish new debug switches to manipulate the token service from the command...johnnyg@chromium.org2010-09-142-0/+42
* Linux: More gcc 4.5 NULL versus 0 fixes.craig.schlenter@chromium.org2010-09-141-3/+3
* Fix several spelling mistakes, mostly in comments.mdm@chromium.org2010-09-141-1/+1
* Enumerate layered service providers and namespace providers under Windows and...mmenke@chromium.org2010-09-142-0/+137
* Create a DefaultPrefStore to hold registered application-default preference v...pam@chromium.org2010-09-141-1/+4
* Mark DnsHostInfoTest.StateChangeTest as flaky.phajdan.jr@chromium.org2010-09-101-1/+2
* Fixed typo where I was using "net." prefix rather than "Net." prefix. Also c...rdsmith@chromium.org2010-09-101-1/+1
* Move policy-related stuff to its own namespace.mnissler@chromium.org2010-09-101-2/+1
* 2nd attempt at http://codereview.chromium.org/3305003/showjohnnyg@chromium.org2010-09-094-122/+183
* Revert 58920 - Create a DefaultPrefStore to hold registered application-defau...pam@chromium.org2010-09-091-4/+1
* Create a DefaultPrefStore to hold registered application-default preference v...pam@chromium.org2010-09-091-1/+4
* FBTF: Remove unneeded headers from base/ (part 8)thestig@chromium.org2010-09-081-0/+2
* Revert 58778 - New authorization framework for sync. johnnyg@chromium.org2010-09-084-183/+122
* New authorization framework for sync. johnnyg@chromium.org2010-09-084-122/+183
* This CL changes our per-domain limits to be per-effective domain.rdsmith@chromium.org2010-09-072-19/+9
* Reland 58601 -nsylvain@chromium.org2010-09-072-5/+5
* Revert 58601 -nsylvain@chromium.org2010-09-072-5/+5
* Have the browser start connecting as soon as the navigation starts. Thismbelshe@chromium.org2010-09-052-5/+5
* Flush SSL pools after SSL config changes.csilv@chromium.org2010-09-041-0/+2
* Fix DCHECK when loading chrome://net-internalsvandebo@chromium.org2010-09-031-1/+1
* SSLConfigServiceManagerPref: small fix to work around Clang problem.hans@chromium.org2010-09-031-1/+1
* Update the Preconnect logic to use the new HttpStreamFactory formbelshe@chromium.org2010-09-037-124/+127
* Try to fix crash in WebSocketExperimentRunner::DoLoopukai@chromium.org2010-09-021-2/+2
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-014-7/+15
* Relands r58007.willchan@chromium.org2010-09-011-1/+2
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-315-8/+37
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-312-13/+48
* Revert r58019 and r58007 due to flaky.willchan@chromium.org2010-08-311-2/+1
* FBTF: A giant cleanup to net/erg@google.com2010-08-314-0/+4
* Abort host resolution requests with ERR_ABORTED on ip address change.willchan@chromium.org2010-08-311-1/+2
* Remove the wstring FormatUrl() functions (and convert remaining users to the ...viettrungluu@chromium.org2010-08-313-6/+6
* Refactor: Address a TODO about renaming a function.eroman@chromium.org2010-08-311-1/+1
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-312-0/+42