summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* base: rename Environment::GetEnv to Environment::GetVar.tfarina@chromium.org2010-08-072-9/+9
* base: rename Environment::SetEnv to Environment::SetVar.tfarina@chromium.org2010-08-061-1/+1
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-2/+2
* base: rename Environment::UnSetEnv to Environment::UnSetVar.tfarina@chromium.org2010-08-041-1/+3
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-034-0/+4
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-033-49/+49
* Address a TODO: use HostPortPair rather than a naked host string.eroman@chromium.org2010-08-023-10/+7
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-312-4/+10
* Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-1/+6
* Convert src/net to use std::string/char* for DictionaryValue keys.viettrungluu@chromium.org2010-07-311-3/+3
* Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-6/+1
* base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-1/+6
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-303-8/+8
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-302-3/+6
* Use notification-based API for getting system proxy settings on Mac rather th...eroman@chromium.org2010-07-303-9/+142
* Fix a typo, that could cause a crash on mac.eroman@chromium.org2010-07-301-1/+1
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-291-3/+8
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2627-0/+27
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-232-15/+8
* Change the ProxyConfigService interface to be asynchronous, and support obser...eroman@chromium.org2010-07-2314-299/+527
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-223-77/+29
* base: add home environment variable to env_var.htfarina@chromium.org2010-07-211-1/+2
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-2021-248/+358
* Add some plumbing for in-progress work on enabling SSL proxy support.mbelshe@chromium.org2010-07-204-2/+62
* Add a command line flag to change the default number of parallel DNS requests...eroman@chromium.org2010-07-171-1/+2
* base: Return bool instead of void in EnvVarGetter::SetEnv.tfarina@chromium.org2010-07-161-1/+3
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Display the proxy PAC javascript errors in the NetLog.eroman@chromium.org2010-07-149-138/+285
* Change the default number of proxy resolver threads used for evaluating PAC s...eroman@chromium.org2010-07-102-4/+25
* KDE treats all host patterns as wildcard patternsdavidben@chromium.org2010-07-095-9/+65
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-0916-588/+1178
* Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...eroman@chromium.org2010-07-0816-1174/+588
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-0816-588/+1174
* base: Add SetEnv() to EnvVarGetter class and get rid of the some ifdefs.tfarina@chromium.org2010-07-081-0/+3
* Update a comment to be more verbose and explain more cases.eroman@chromium.org2010-07-081-10/+39
* Re-enable use of external string resources in ProxyResolverV8.eroman@chromium.org2010-07-021-2/+7
* Disable use of ExternalStringResource by ProxyResolverV8.eroman@chromium.org2010-07-021-1/+2
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-0121-197/+303
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-254-94/+59
* Remove some unused code.eroman@chromium.org2010-06-231-4/+0
* Add support for international domain names in PAC scripts. This converts non-...eroman@chromium.org2010-06-232-6/+49
* Remove an unused member field.eroman@chromium.org2010-06-233-8/+4
* Address a couple of nits in comment wording.eroman@chromium.org2010-06-234-12/+13
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-231-0/+0
* Enable the disabled test ProxyResolverV8Test.ReturnUnicode, by addressing som...eroman@chromium.org2010-06-235-111/+202
* Add an additional per-request DNS cache when executing FindProxyForURL() from...eroman@chromium.org2010-06-225-32/+237