summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/chrome_url_request_context.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't claim we would always block cookies, since there are always exceptions.jochen@chromium.org2010-08-181-7/+0
* Output data about media requests to the netlog too.michaeln@chromium.org2010-08-171-0/+1
* Reland r55750. Broke AppApiTest.*.aa@chromium.org2010-08-121-0/+5
* Provide a profile.GetAppCacheService() accessor and add two helper methods to...michaeln@chromium.org2010-08-111-12/+4
* Revert r55750aa@chromium.org2010-08-111-5/+0
* Forbid hybrid apps.aa@chromium.org2010-08-111-0/+5
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-2/+2
* Refactored extension privilege enumeration and implemented URLPattern compari...cdn@chromium.org2010-08-051-0/+12
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Fixed extension sync-related crash in ChromeUrlRequestContextakalin@chromium.org2010-07-291-2/+9
* Coverity issues 6506, 11549, 11097, 8454: Uninitialized members in various fi...finnur@chromium.org2010-07-231-1/+3
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-211-4/+3
* Change the default number of proxy resolver threads used for evaluating PAC s...eroman@chromium.org2010-07-101-0/+17
* Remove abonded privacy blacklist implementation.jochen@chromium.org2010-07-021-43/+0
* Change a bunch of string types.estade@chromium.org2010-06-291-12/+10
* Rename Dns prefetching files to Predictor filesjar@chromium.org2010-06-271-1/+1
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-17/+10
* Pref service strings should be std::string.estade@chromium.org2010-06-181-3/+3
* Add policy code for proxy configurationdanno@chromium.org2010-06-161-40/+40
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-151-13/+24
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-0/+3
* Show the extension name in the task manager for extension created worker proc...jam@chromium.org2010-05-201-0/+10
* Create a dedicated cache thread and use it to create thervargas@google.com2010-05-181-6/+6
* Store a reference to the profile's DatabaseTracker in the request context too.michaeln@chromium.org2010-05-121-0/+4
* Http Cache: Add a backend factory class so that the callerrvargas@google.com2010-05-121-7/+15
* Created a stock implementation of the MessageLoopProxy interface than can be ...sanjeevr@chromium.org2010-05-061-1/+1
* Changed UrlFetcher to use a MessageLoopProxy instead of directly relying on C...sanjeevr@chromium.org2010-05-031-0/+6
* Http cache: Add support for a dedicated cache thread.rvargas@google.com2010-04-291-3/+3
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-151-0/+1
* Hook up extension apps notification permission, take tworafaelw@chromium.org2010-03-311-22/+18
* Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab...jochen@chromium.org2010-03-251-4/+97
* Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab...dhollowa@chromium.org2010-03-241-97/+4
* Add a delegate to CookieMonster and broadcast notifications about changes to ...jochen@chromium.org2010-03-241-4/+97
* 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