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