summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/chrome_url_request_context.cc
Commit message (Expand)AuthorAgeFilesLines
* Also match against the query string if present.jochen@chromium.org2010-01-121-2/+2
* Adds a NetworkChangeNotifier dependency to ProxyService; when we observer a n...eroman@chromium.org2010-01-081-0/+2
* Implement delaying resource requests until privacy blacklists are ready.phajdan.jr@chromium.org2010-01-051-34/+51
* Remove WinInet FTP code.phajdan.jr@chromium.org2010-01-051-16/+0
* Load message catalogs on demand when chrome.i18n.getMessage needs them.cira@chromium.org2009-12-171-6/+28
* Exclude chrome:// requests from showing up on the about:net-internals page.eroman@chromium.org2009-12-121-0/+8
* SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade.agl@chromium.org2009-12-111-4/+4
* Remember zoom on a per-host basis.pkasting@chromium.org2009-12-041-3/+6
* Integrate BlacklistManager with Profile.phajdan.jr@chromium.org2009-11-301-10/+18
* NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte...eroman@chromium.org2009-11-181-5/+8
* Move NULLing of OCSP context from UI thread to IO thread, to avoid possible r...eroman@chromium.org2009-11-161-0/+7
* 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