summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* Don't claim we would always block cookies, since there are always exceptions.jochen@chromium.org2010-08-182-10/+0
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-173-22/+21
* Output data about media requests to the netlog too.michaeln@chromium.org2010-08-171-0/+1
* Revert 56384 - Don't resolve IP literals.vandebo@chromium.org2010-08-171-1/+1
* Don't resolve IP literals.vandebo@chromium.org2010-08-171-1/+1
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-155-8/+2
* Intercept navigations, not DNS resolutions, to predict startupjar@chromium.org2010-08-156-110/+104
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-133-1/+5
* Redirects NetLog output to the log file, when the command linemmenke@chromium.org2010-08-134-0/+70
* Reland r55750. Broke AppApiTest.*.aa@chromium.org2010-08-122-0/+9
* Add token serialization to token_service.chron@chromium.org2010-08-123-58/+467
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* Provide a profile.GetAppCacheService() accessor and add two helper methods to...michaeln@chromium.org2010-08-112-12/+5
* net: add embedded DNSSEC chain support.agl@chromium.org2010-08-111-0/+1
* Revert r55750aa@chromium.org2010-08-112-9/+0
* Forbid hybrid apps.aa@chromium.org2010-08-112-0/+9
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-2/+2
* Whitespace change to trigger bots.viettrungluu@chromium.org2010-08-101-1/+1
* (repair leak) Handle synchronous request for a preconnectionjar@chromium.org2010-08-101-6/+9
* Move a bunch of chrome/browser/ files into a policy/ subdir.evan@chromium.org2010-08-091-1/+1
* (repair leak) Protect instance after commiting to use networkjar@chromium.org2010-08-091-2/+2
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-075-5/+13
* More cleanup relating to the domain now being part of the CanonicalCookie:rdsmith@chromium.org2010-08-062-5/+3
* Introduce a resource identifier for content settings.jochen@chromium.org2010-08-061-1/+1
* Move creation of the PrefStores into the PrefValueStore, to reduce the knowle...pam@chromium.org2010-08-061-1/+2
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-064-30/+88
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+0
* Have MakeName prepend the underscore to the field trial group name,mlloyd@chromium.org2010-08-052-10/+10
* Refactored extension privilege enumeration and implemented URLPattern compari...cdn@chromium.org2010-08-052-4/+25
* Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by defaultdhollowa@chromium.org2010-08-054-88/+30
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-054-30/+88
* Revert 54771 - Enable speculative preconnection by defaultjar@chromium.org2010-08-044-88/+30
* Mac: Some clang appeasing.thakis@chromium.org2010-08-042-6/+6
* Enable ConnectionTesterTest.RunAllTests in everything but valgrind.cbentzel@chromium.org2010-08-041-3/+1
* Enable speculative preconnection by defaultjar@chromium.org2010-08-034-30/+88
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-1/+1
* DISABLE ConnectionTesterTest.RunAllTestscbentzel@chromium.org2010-08-021-1/+3
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-314-1/+5
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-302-5/+5
* Use notification-based API for getting system proxy settings on Mac rather th...eroman@chromium.org2010-07-301-1/+2
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-11/+10
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-291-7/+7
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-293-10/+12
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+4
* Fixed extension sync-related crash in ChromeUrlRequestContextakalin@chromium.org2010-07-291-2/+9
* Support both preconnection, and pre-resolution for subresourcesjar@chromium.org2010-07-2812-672/+261
* The token service should now support issuing auth tokens.chron@chromium.org2010-07-283-14/+312
* browser: Fix some presubmit errors.tfarina@chromium.org2010-07-281-1/+1
* Fix bug which caused DNS time not to be reported by LoadTimingObserver.tonyg@chromium.org2010-07-283-11/+21