summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/chrome_url_request_context.cc
Commit message (Expand)AuthorAgeFilesLines
* Resubmit 1025006: Refactor app-related manifest propertiesaa@chromium.org2010-03-191-1/+1
* Revert 42091 - Refactor apprelated manifest properties so that they don'tandybons@chromium.org2010-03-191-1/+1
* Refactor app-related manifest properties so that they don'taa@chromium.org2010-03-191-1/+1
* Move over another legacy "LoadLog-style" event generator to routing its messa...eroman@chromium.org2010-03-161-0/+3
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-9/+4
* Remove locks from StrictTransportSecurityState.abarth@chromium.org2010-03-141-4/+0
* - USE_NSS instead of LINUX where applicablepvalchev@google.com2010-02-241-3/+3
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-5/+5
* Split out the handling of proxy bypass rules into ProxyBypassRules. There are...eroman@chromium.org2010-02-191-1/+1
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-3/+26
* Pass NetworkChangeNotifier to ProxyService so it gets network change notifica...willchan@chromium.org2010-02-121-3/+4
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-111-36/+0
* Revert the revert... This has the cumulative effect of relanding 38694.eroman@chromium.org2010-02-111-3/+3
* Revert 38694 - For some reason this seems to be hanging chrome frame tests, e...eroman@chromium.org2010-02-101-3/+3
* Add some tests to CookieMonster for overwriting persistent cookies, and check...eroman@chromium.org2010-02-101-3/+3
* Some preliminary ground work for respecting the "Content Settings" in the app...michaeln@chromium.org2010-02-041-6/+3
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-7/+11
* Revert 38001 and 38002.darin@chromium.org2010-02-031-40/+13
* Back out trunk r37998.mark@chromium.org2010-02-031-13/+40
* Modify CookiePolicy to work asynchronouslydarin@chromium.org2010-02-031-40/+13
* Migrate old cookie setting to new system.pkasting@chromium.org2010-02-021-2/+0
* Changes to support new cookie policy.darin@chromium.org2010-01-301-25/+52
* Make the Blacklist in the URL request context refcounted, since the Profile g...pkasting@chromium.org2010-01-301-6/+1
* Replace the "origins" key in the manifest with "extent". The items in the ext...aa@chromium.org2010-01-291-5/+5
* Revert r37535.darin@chromium.org2010-01-291-3/+25
* Implement extended cookie controls.jochen@chromium.org2010-01-291-25/+3
* Reland r37508. Implement HostContentSettingsMap.jochen@chromium.org2010-01-291-1/+5
* Revert "Implement HostContentSettingsMap"evan@chromium.org2010-01-291-5/+1
* Implement HostContentSettingsMapjochen@chromium.org2010-01-291-1/+5
* Enable apps to request the HTML5 notification permission.aa@chromium.org2010-01-281-31/+55
* Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initializat...willchan@chromium.org2010-01-221-2/+4
* Remove support for filtering by MIME-type.jochen@chromium.org2010-01-201-33/+11
* Drop the code allowing privacy blacklists to be shipped in extensions.phajdan.jr@chromium.org2010-01-201-19/+15
* 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