summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* - 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-243-35/+31
* Small preparation for the cookie confirmation dialog on linux/osx.thakis@chromium.org2010-02-231-6/+0
* Mac: Implement most of the content settings dialog.thakis@chromium.org2010-02-221-0/+1
* Pass in the HostContentSettingsMap to the CookieModalDialog so IsValid can ma...jorlow@chromium.org2010-02-202-27/+17
* Split out the handling of proxy bypass rules into ProxyBypassRules. There are...eroman@chromium.org2010-02-192-14/+6
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-193-4/+4
* The PromptDelegate needs to delete itself once it gets a reply.darin@chromium.org2010-02-181-3/+11
* Use net::LOAD_IGNORE_CERT_AUTHORITY_INVALID for websocket experimentukai@chromium.org2010-02-181-1/+2
* When we're initializing the modal dialog box which asks whether the page has ...jorlow@chromium.org2010-02-172-48/+14
* Add support for the Update-Client-Auth header to sync. Add a mutex to the aut...chron@google.com2010-02-171-1/+1
* Misc. tidy up of various comments found whilst learning the codebase.joth@chromium.org2010-02-171-2/+4
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-152-3/+29
* Make the setItem CONTENT_SETTING_ASK dialog more useful by showing the actual...jorlow@chromium.org2010-02-121-1/+1
* 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-112-40/+0
* Enable URLFetcherBadHTTPSTest.BadHTTPSTest for Linux and Macrvargas@google.com2010-02-111-6/+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
* Make path absolute so URL Fixer Upper unittest does not fail if invoked using...jochen@chromium.org2010-02-101-1/+3
* Whitelist all content for various internal schemes.pkasting@chromium.org2010-02-092-30/+24
* Add IPv6 probing support, and disable IPv6 resolution when it is useless jar@chromium.org2010-02-081-1/+13
* Show an app modal dialog when the cookie policy is ASK.darin@chromium.org2010-02-082-38/+150
* Revert 38323 - Add IPv6 probing support, and disable IPv6 resolution when it ...jar@chromium.org2010-02-071-13/+1
* Add IPv6 probing support, and disable IPv6 resolution when it is uselessjar@chromium.org2010-02-071-1/+13
* 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-042-8/+12
* Revert 38001 and 38002.darin@chromium.org2010-02-034-46/+256
* Back out trunk r37998.mark@chromium.org2010-02-034-256/+46
* Modify CookiePolicy to work asynchronouslydarin@chromium.org2010-02-034-46/+256
* Reland 37913. Clear local state on exit.jochen@chromium.org2010-02-032-2/+11
* Revert 37913 - Clear local state (cookies, databases, local storage) on exit.chase@chromium.org2010-02-032-11/+2
* Clear local state (cookies, databases, local storage) on exit.jochen@chromium.org2010-02-032-2/+11
* Add support for fine grained permissions to use LocalStorage.jorlow@chromium.org2010-02-021-1/+1
* Migrate old cookie setting to new system.pkasting@chromium.org2010-02-021-2/+0
* Re-enable the cookie policy browser tests.darin@chromium.org2010-01-311-18/+5
* Changes to support new cookie policy.darin@chromium.org2010-01-303-37/+67
* Rewrite the HostContentSettingsMap to address some issues:pkasting@chromium.org2010-01-301-2/+2
* Make the Blacklist in the URL request context refcounted, since the Profile g...pkasting@chromium.org2010-01-302-11/+7
* Replace the "origins" key in the manifest with "extent". The items in the ext...aa@chromium.org2010-01-292-8/+9
* Revert r37535.darin@chromium.org2010-01-296-284/+36
* Implement extended cookie controls.jochen@chromium.org2010-01-296-36/+284
* Reland r37508. Implement HostContentSettingsMap.jochen@chromium.org2010-01-292-2/+17
* Revert "Implement HostContentSettingsMap"evan@chromium.org2010-01-292-17/+2
* Implement HostContentSettingsMapjochen@chromium.org2010-01-292-2/+17
* This CL makes the TranslationService class send the text to be translated to ...jcampan@chromium.org2010-01-293-0/+13
* Enable apps to request the HTML5 notification permission.aa@chromium.org2010-01-282-175/+208
* Removes DCHECK that is hit on showing options dialog.sky@chromium.org2010-01-231-2/+2
* Fix improper cancellation when URLFetcher has started throttling requests.eroman@chromium.org2010-01-222-34/+63