summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-155-27/+30
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-135-17/+20
* dont save username and password in the url that is used duringrtenneti@chromium.org2011-01-121-1/+1
* Add PrerenderResourceHandler and hook it into the ResourceDispatcherHost.cbentzel@chromium.org2011-01-122-0/+14
* Clarify wording around blocking 3rd party cookies and add lab to block readin...jochen@chromium.org2011-01-122-5/+16
* Move clipboard from app/ to ui/baseben@chromium.org2011-01-102-5/+8
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-073-0/+44
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-073-44/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-063-0/+44
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-063-44/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-063-0/+44
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-065-12/+14
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-023-3/+3
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-012-4/+3
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-016-6/+6
* Fix include to fix unit test.brettw@chromium.org2010-12-301-1/+1
* 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