summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/chrome_url_request_context.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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