summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* net: Add namespace net to URLRequestFilter.tfarina@chromium.org2010-12-2612-28/+28
* Don't leak proxy script fetcher's http transaction factories.willchan@chromium.org2010-12-241-1/+3
* Create a URLRequestContext for PAC fetching.willchan@chromium.org2010-12-235-59/+82
* Add Flush(Task*) method to CookieMonster.rdsmith@chromium.org2010-12-233-1/+91
* Introduce a separate preference for 'proxy server mode'battre@chromium.org2010-12-232-98/+80
* Avoid accidental omnibox searches for username:password URLs.isherman@chromium.org2010-12-222-13/+22
* net: Add namespace net to URLRequestStartEventParameters.tfarina@chromium.org2010-12-174-6/+7
* ChromeURLRequestContext: remove copy constructoragl@chromium.org2010-12-172-46/+0
* The ChromeURLRequestContext(ChromeURLRequestContext* other)wtc@google.com2010-12-171-0/+3
* DevTools: Network requests are timed with 1.6 days.pfeldman@chromium.org2010-12-171-4/+8
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-1/+3
* The URLRequestContext for off-the-record mode shouldwtc@google.com2010-12-161-2/+3
* Cache certificate verification results in memory.wtc@google.com2010-12-163-2/+12
* Migrate HostReferralList and StartupDNSPrefetchList from local_state to user ...mirandac@chromium.org2010-12-162-12/+22
* Revert 69320 - Migrate HostReferralList and StartupDNSPrefetchList from local...mirandac@chromium.org2010-12-152-22/+12
* Cleanup: Remove unneeded includes of notification_service.h in other headers.thestig@chromium.org2010-12-151-0/+2
* Migrate HostReferralList and StartupDNSPrefetchList from local_state to user ...mirandac@chromium.org2010-12-152-12/+22
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-1/+1
* Remove BrowserFileSystemContext class and merge it into SandboxedFileSystemCo...kinuko@chromium.org2010-12-142-10/+10
* Deinline even more destructors.erg@google.com2010-12-142-1/+3
* Cleanup: Remove unneeded browser_thread.h usage.thestig@chromium.org2010-12-134-3/+3
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-1/+1
* net: Add namespace net to URLRequestFileJob.tfarina@chromium.org2010-12-123-7/+7
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-1114-32/+37
* This is a continuation of http://codereview.chromium.org/5519016/, adds a new...satish@chromium.org2010-12-091-3/+7
* Sanitize PrefStore interface.mnissler@chromium.org2010-12-091-11/+13
* Moved PrerenderInterceptor to chrome\browser\prerendercbentzel@chromium.org2010-12-093-237/+0
* Fix handling of 'Use system proxy settings' policygfeher@chromium.org2010-12-085-13/+52
* Fixed minor atomicity issue in PrefProxyConfigService::GetLatestProxyConfig a...battre@chromium.org2010-12-083-15/+15
* Refactored cookies persistent store clean-up on shutdown.pastarmovj@chromium.org2010-12-065-13/+163
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-051-2/+0
* Revert portion of r68206 that may be unsafe.willchan@chromium.org2010-12-031-11/+25
* Stop using adding refcounts to some URLRequestJob subtypes.willchan@chromium.org2010-12-035-38/+42
* Move database handling code to the Backend class to clean up the interface.pastarmovj@chromium.org2010-12-032-179/+185
* Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-031-0/+1
* Move:ben@chromium.org2010-12-029-9/+9
* Revert 67997 - Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-021-1/+0
* Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-021-0/+1
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-0113-171/+386
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-3026-72/+74
* Remove SSL 2.0 support.wtc@chromium.org2010-11-301-6/+1
* Refactor: move HostContentSettingsMap to content_settingsgfeher@chromium.org2010-11-303-3/+3
* Support predictive request for multiple preconnectionsjar@chromium.org2010-11-303-66/+53
* Revert 67614 - Support predictive request for multiple preconnectionsjar@chromium.org2010-11-303-53/+66
* Support predictive request for multiple preconnectionsjar@chromium.org2010-11-293-66/+53
* Support preconnect predictions for redirectsjar@chromium.org2010-11-291-16/+39
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-2812-32/+45
* Make destructor virtual since it's a virtual object and has member variables.jochen@chromium.org2010-11-261-1/+1
* net: Implement DNS certificate provenance check uploads.agl@chromium.org2010-11-241-2/+71
* Revert "Revert "Hide ChromeDnsCertProvenanceChecker behind a factory.""agl@chromium.org2010-11-245-46/+140