summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* Unify LowerCaseEqualsASCII and EqualsASCII functions.brettw2015-07-231-23/+20
* Correct iOS build for latest Xcode beta.justincohen2015-07-221-2/+4
* Add Net.ProxyScriptFetchSuccessDuration UMA to record how long PAC script fet...cbentzel2015-07-102-0/+13
* Change the mojo ProxyResolver to use ProxyResolverV8Tracing.sammc2015-07-1019-652/+785
* Revert of Change the mojo ProxyResolver to use ProxyResolverV8Tracing. (patch...Mattias Nissler2015-07-0919-785/+652
* Change the mojo ProxyResolver to use ProxyResolverV8Tracing.sammc2015-07-0919-652/+785
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-081-8/+0
* Move WriteInto to base namespace.Brett Wilson2015-07-071-3/+5
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-4/+5
* Move MatchPattern to its own header and the base namespace.brettw2015-07-061-2/+3
* New new versions of Starts/EndsWith and SplitString in net.brettw2015-07-062-3/+5
* Convert all usages of mojo::ErrorHandler in //net to callbacks.amistry2015-07-036-54/+77
* Split ProxyResolverV8Tracing into an implementation and a wrapper.sammc2015-06-2919-965/+1875
* Fix a use-after-free error in ProxyResolverMojoFactory.amistry2015-06-262-4/+30
* Allow for an existing bad proxy to be given a new retry delay.sclittle2015-06-262-6/+63
* Remove NetworkDelegate::OnCanThrottleRequestxunjieli2015-06-242-6/+0
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-172-2/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-122-3/+3
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-1111-45/+48
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-093-16/+16
* Allow startup with missing V8 snapshot file.erikcorry2015-06-081-0/+1
* Stop including ip_address_number.h from net_util.heroman2015-06-032-1/+2
* Replace more ObserverList with base::ObserverList.brettw2015-06-035-5/+5
* Add UMA to track PAC script terminations on initialization.amistry2015-06-031-0/+6
* net: Use V8 Maybe APIs in ProxyResolverV8bashi2015-06-031-34/+43
* Rename proxy_resolver_mojo* files to proxy_resolver_factory_mojo*.eroman2015-06-014-39/+42
* Remove ProxyResolver::(Cancel)SetPacScript and LegacyProxyResolverFactory.sammc2015-05-2717-592/+60
* Convert raw pointers to scoped_ptr in net module.prashhir2015-05-271-2/+2
* Change ProxyResolverV8 to not implement the ProxyResolver interface.sammc2015-05-275-396/+271
* url: Fix the TODO in url_parse.h header.tfarina2015-05-261-1/+1
* Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4frockot2015-05-241-2/+2
* Revert "Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f"Steven Holte2015-05-221-2/+2
* Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4frockot2015-05-221-2/+2
* Change NetLog::ParametersCallback to return a scoped_ptr.estade2015-05-215-30/+35
* Fix ProxyResolverV8Test after V8 rollkozyatinskiy2015-05-181-2/+1
* Add support for ProxyResolverErrorObserver to ProxyResolverMojo.sammc2015-05-1514-114/+451
* Add ProxyResolverFactoryV8Tracing.sammc2015-05-157-445/+601
* Deprecation of MessageLoopProxy usage with ThreadTaskRunnerHandle in net/prox...pranay.kumar2015-05-1510-64/+68
* Fix a race in MultiThreadedProxyResolverTest.ThreeThreads_Basic.sammc2015-05-141-0/+2
* Update marking proxies as bad in ProxyList/ProxyService to use a std::vectorjeremyim2015-05-146-65/+82
* Add some basic UMA for proxy service.amistry2015-05-132-8/+41
* Deflake MultiThreadedProxyResolverTest.ThreeThreads_Basic.sammc2015-05-121-38/+61
* net: Fix proxy_start times to include full resolution time.mmenke2015-05-081-6/+6
* Remove NetLog::GetCaptureMode() and NetLogCaptureMode::None()eroman2015-05-061-1/+1
* Removed line_number check from ProxyResolverV8Test before V8 rollkozyatinskiy2015-05-051-1/+2
* Shut down proxy resolver utility processes when no longer needed.sammc2015-05-059-36/+169
* Rename NetLog test classes to match the renamed TestNetLog class.mmenke2015-05-045-35/+35
* Split ProxyResolverMojo into a ProxyResolver and a ProxyResolverFactory.sammc2015-05-0415-789/+822
* Address review comments from https://codereview.chromium.org/1120203004/thakis2015-05-021-1/+1
* Add more instrumentation for tracking down a jank bug.pkasting2015-05-021-12/+23