summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/dns/dns_api.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a priority parameter for HostResolver::RequestInfo's constructorakalin@chromium.org2013-08-161-3/+6
* JSON Schema Compiler: Add event compilation and allow multiple parameters to ...mtytel@chromium.org2012-07-161-1/+1
* Added support for multiple parameters to Extension API callbacks.mtytel@chromium.org2012-07-121-1/+1
* Do hostname resolution. Interesting questions to ponder:miket@chromium.org2012-06-071-17/+4
* Don't use a CapturingNetLog with dns_api's DnsResolveFunction. mmenke@chromium.org2012-05-291-3/+2
* Files generated by the JSON schema compiler are named incorrectlycduvall@chromium.org2012-05-121-1/+1
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-4/+2
* Revert 135077 - Files generated by the JSON schema compiler are named incorre...tfarina@chromium.org2012-05-031-1/+1
* Files generated by the JSON schema compiler are named incorrectlycduvall@chromium.org2012-05-031-1/+1
* RefCounted types should not have public destructors, chrome/browser/extension...rsleevi@chromium.org2012-04-271-14/+18
* Make ExtensionAPI load schemas lazily where possible.kalman@chromium.org2012-03-231-2/+2
* Revert r128434 "Make ExtensionAPI load schemas lazily where possible." for br...pfeldman@chromium.org2012-03-231-2/+2
* Make ExtensionAPI load schemas lazily where possible.kalman@chromium.org2012-03-231-2/+2
* Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes.miket@chromium.org2012-03-191-11/+11
* Revert 127159 - Refactor extension_function_dispatcher to extract ExtensionFu...miket@chromium.org2012-03-161-11/+11
* Refactor extension_function_dispatcher to extract ExtensionFunctionRegistry. ...miket@chromium.org2012-03-161-11/+11
* Eliminate "using namespace" directives from extensions codeasargent@chromium.org2012-03-101-1/+3
* - Extend compiler.py to recognize .idl files.miket@chromium.org2012-03-071-8/+14
* Add DNS resolution API. Part of socket APIs.miket@chromium.org2012-01-121-0/+103