summaryrefslogtreecommitdiffstats
path: root/net/dns/host_resolver_mojo_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrate net/dns/* to net::IPAddress.martijn2016-03-041-21/+17
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-6/+6
* Convert Pass()→std::move() in //netdcheng2015-12-261-9/+10
* Remove deprecated ScopedVector from host_resolver_mojo_unittestolli.raula2015-11-171-5/+4
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-131-1/+1
* Change the mojo ProxyResolver to use ProxyResolverV8Tracing.sammc2015-07-101-44/+9
* Revert of Change the mojo ProxyResolver to use ProxyResolverV8Tracing. (patch...Mattias Nissler2015-07-091-9/+44
* Change the mojo ProxyResolver to use ProxyResolverV8Tracing.sammc2015-07-091-44/+9
* Convert all usages of mojo::ErrorHandler in //net to callbacks.amistry2015-07-031-9/+8
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...hari.singh12015-05-271-1/+1
* Add host result caching to HostResolverMojo.sammc2015-04-011-1/+85
* Rename mojo_type_converters.* to mojo_{host,proxy}_type_converters.*amistry2015-02-261-1/+1
* Implement utility-side host resolver Mojo client.sammc2015-02-251-0/+360