summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/chrome_url_request_context.cc
Commit message (Expand)AuthorAgeFilesLines
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-2/+2
* Remove what appears to be an unused variable.eroman@chromium.org2009-11-051-7/+4
* Reorder the definitions in chrome_url_request_context.cc to match the declara...eroman@chromium.org2009-11-041-316/+343
* Remove the db_loop_ member variable which is a unused following r30163.eroman@chromium.org2009-11-031-3/+0
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-5/+11
* Http cache: Handle byte range requests when there is no cache entry.rvargas@google.com2009-10-271-1/+3
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-4/+2
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-127/+469
* revert r29588.estade@chromium.org2009-10-211-2/+6
* SQL cookie store: Safely post to DB thread from IO thread.estade@chromium.org2009-10-201-6/+2
* Http Cache: Enable byte-range support by default.rvargas@google.com2009-10-161-6/+6
* Convert the HTTP cache to use FilePath rather than wstring for thetony@chromium.org2009-10-151-3/+3
* Use ASCII strings for switch names.evan@chromium.org2009-10-131-1/+1
* Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support.rafaelw@chromium.org2009-10-081-2/+1
* Revert "Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. P...rafaelw@chromium.org2009-10-071-1/+2
* Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. Part 1.rafaelw@chromium.org2009-10-071-2/+1
* This reverts: HTML Pack Extension Dialog / Linux & Mac Packaging Support.rafaelw@chromium.org2009-10-071-1/+2
* HTML Pack Extension Dialog. This removes the views implementation of the Exte...rafaelw@chromium.org2009-10-071-2/+1
* Ensure ChromeURLRequestContext finds out first about extension loading.rafaelw@chromium.org2009-10-011-27/+9
* Fix appcache_service and request_context referencing.michaeln@google.com2009-09-221-15/+33
* Convert the sqlite cookie database and web database to use the new sqlitebrettw@chromium.org2009-09-151-3/+4
* Rename X-Force-TLS to Strict-Transport-Security.abarth@chromium.org2009-09-051-2/+2
* This CL changes the CookieStore obect to be a refcounted object to get a bett...ananta@chromium.org2009-09-051-19/+12
* Plumb request interception into the appcache library for both chrome and test...michaeln@google.com2009-09-011-0/+3
* Linux: get GNOME or KDE proxy settings.mdm@chromium.org2009-08-281-1/+2
* Http cache: Enable experimental support for byte range requests.rvargas@google.com2009-08-241-1/+13
* Revert cl 24015rvargas@google.com2009-08-211-13/+1
* Http cache: Enable experimental support for byte range requests.rvargas@google.com2009-08-211-1/+13
* Load extensions that have their manifest in the Prefs on the UI thread.mpcomplete@chromium.org2009-08-211-9/+6
* Send notice for blackisted non-visual resourcesidanan@chromium.org2009-08-211-1/+12
* Make new FTP the default on Windows. Use the --wininet-ftpwtc@chromium.org2009-08-201-8/+7
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-191-1/+7
* Reference count ProxyService.eroman@chromium.org2009-08-181-7/+10
* Fix unused variable on GCC.phajdan.jr@chromium.org2009-08-121-2/+1
* Fix compile on Windows.phajdan.jr@chromium.org2009-08-121-0/+2
* Fix crash with new FTP in Incognito mode.phajdan.jr@chromium.org2009-08-121-1/+12
* ChromeURLRequestContext falloutamit@chromium.org2009-07-301-0/+23
* Navigation and cookies for Automationamit@chromium.org2009-07-281-8/+11
* Return Error Status Upon Blocking Requestsidanan@chromium.org2009-07-241-2/+2
* Added an observer for 'pref::kDefaultCharset' change I forgot to add in r1511...jshin@chromium.org2009-07-171-3/+23
* Blacklist API change for allowing multiple rule matchesidanan@chromium.org2009-07-161-7/+5
* Fix a bunch of minor Coverity issues.phajdan.jr@chromium.org2009-07-151-3/+3
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-3/+0
* Add a command line switch to allow setting the max sizervargas@google.com2009-06-261-7/+9
* Reverting 19425.ericroman@google.com2009-06-261-0/+3
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-3/+0
* Reverting 19271.ericroman@google.com2009-06-251-3/+4
* Teardown the global host resolver as part of ~ChromeURLRequest() rather than ...ericroman@google.com2009-06-251-4/+3
* Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ...idanan@chromium.org2009-06-231-0/+35
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-8/+21