| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement the PAC js-binding for "myIpAddress()". | ericroman@google.com | 2009-03-03 | 2 | -4/+23 |
* | Add missing header (breaks on linux). | ericroman@google.com | 2009-03-02 | 1 | -0/+1 |
* | split up proxy_service into several files (one per class). | ericroman@google.com | 2009-03-02 | 23 | -456/+617 |
* | Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd... | ericroman@google.com | 2009-03-02 | 3 | -61/+463 |
* | Update a WARNING with a bug URL. | evan@chromium.org | 2009-02-27 | 1 | -5/+5 |
* | Reverting 10251. | ericroman@google.com | 2009-02-25 | 1 | -1/+2 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -3/+2 |
* | Reverting 10250. | ericroman@google.com | 2009-02-24 | 1 | -2/+1 |
* | Add v8 as dependency of net. | ericroman@google.com | 2009-02-24 | 1 | -1/+2 |
* | Add ProxyResolverV8 class.darin@chromium.org is the original author of 'proxy... | ericroman@google.com | 2009-02-23 | 4 | -0/+686 |
* | Add support to ProxyService for downloading a PAC script on behalf of the Pro... | ericroman@google.com | 2009-02-23 | 5 | -52/+776 |
* | Include entries for SOCKS in ProxyResolverMac. | ericroman@google.com | 2009-02-19 | 3 | -80/+92 |
* | Fix header order. | ericroman@google.com | 2009-02-19 | 1 | -2/+2 |
* | Try to fix build bustage. | ericroman@google.com | 2009-02-19 | 1 | -0/+2 |
* | Add parsing for PAC result strings -- ProxyInfo::UsePacString(). | ericroman@google.com | 2009-02-19 | 10 | -105/+775 |
* | Get rid of synchronous ResolveProxy API. | ericroman@google.com | 2009-01-31 | 3 | -150/+130 |
* | Move proxy resolve requests out of plugin/renderer process, and into the brow... | ericroman@google.com | 2009-01-31 | 2 | -2/+89 |
* | Provide the option for HTTPServer to be created with a specific | sky@google.com | 2009-01-29 | 1 | -5/+5 |
* | Change URLRequest to use a ref-counted buffer for actual IO. | rvargas@google.com | 2009-01-29 | 1 | -2/+5 |
* | revert r8603 | rvargas@google.com | 2009-01-24 | 1 | -5/+2 |
* | Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ... | rvargas@google.com | 2009-01-24 | 1 | -2/+5 |
* | Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII(""). | deanm@chromium.org | 2009-01-22 | 1 | -3/+3 |
* | post-winhttp cleanup: remove a todo. | ericroman@google.com | 2009-01-15 | 2 | -18/+1 |
* | Remove HttpTransactionWinHttp and the --winhttp command-line | wtc@google.com | 2009-01-13 | 1 | -1/+0 |
* | Add FTP unit test in preparation for portable FTP implementation. | erikkay@google.com | 2009-01-08 | 1 | -15/+25 |
* | Revert 7508.7509 and 7510 | nsylvain@chromium.org | 2008-12-30 | 1 | -25/+15 |
* | Add FTP unit test in preparation for portable FTP implementation. | erikkay@google.com | 2008-12-30 | 1 | -15/+25 |
* | Add a unit test to mac build. | ericroman@google.com | 2008-12-20 | 1 | -6/+9 |
* | Split ProxyResolver into two interfaces: A. interface for retrieving the sys... | ericroman@google.com | 2008-12-19 | 13 | -187/+243 |
* | Mark MessageLoop::delayed_work_queue_ as initialized so Purify doesn't report... | ericroman@google.com | 2008-12-17 | 2 | -8/+8 |
* | Reverting 7125. | ericroman@google.com | 2008-12-17 | 2 | -8/+8 |
* | Temp experiment to confirm theory in crbug.com/5555. | ericroman@google.com | 2008-12-17 | 2 | -8/+8 |
* | Reverting 6977. | ericroman@google.com | 2008-12-15 | 2 | -8/+8 |
* | Test re-enable some tests to get more data from purify buildbot. This will pr... | ericroman@google.com | 2008-12-15 | 2 | -8/+8 |
* | Reverting 6966. | ericroman@google.com | 2008-12-13 | 4 | -70/+58 |
* | Use automatic memory management for URLRequestContext's members. | ericroman@google.com | 2008-12-13 | 4 | -58/+70 |
* | Add back proxy_script_fetcher[_unittest.cc] to the build -- mark the tests as... | ericroman@google.com | 2008-12-12 | 2 | -8/+8 |
* | Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This... | ericroman@google.com | 2008-12-10 | 3 | -0/+662 |
* | Misc proxy service changes. | ericroman@google.com | 2008-12-10 | 3 | -108/+199 |
* | Refactoring: replace some raw strings with GURL. | ericroman@google.com | 2008-12-02 | 10 | -44/+57 |
* | Relanding of r4221, initial proxy support for the Mac | avi@google.com | 2008-10-31 | 6 | -22/+424 |
* | oops; will reland once tree is open | avi@google.com | 2008-10-30 | 6 | -424/+22 |
* | Initial Mac proxy implementation | avi@google.com | 2008-10-30 | 6 | -22/+424 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 3 | -3/+9 |
* | Add a net error code for not implemented. | ericroman@google.com | 2008-10-22 | 1 | -2/+2 |
* | Misc cleanups | ericroman@google.com | 2008-10-17 | 2 | -8/+28 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=541, which is an | iyengar@google.com | 2008-09-23 | 2 | -2/+18 |
* | This change implements the performance recommendation from: | darin@google.com | 2008-09-09 | 1 | -13/+25 |
* | Fix proxy code. The pac string was corrupted when a pac | nsylvain@chromium.org | 2008-09-09 | 1 | -1/+2 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 2 | -3/+3 |