summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/dns
Commit message (Expand)AuthorAgeFilesLines
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-211-2/+4
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+1
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-214-4/+4
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-071-2/+2
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-1/+2
* Revert 170660benwells@chromium.org2012-12-041-1/+1
* Keep browser process alive while there are platform apps with background page...benwells@chromium.org2012-12-011-1/+1
* Revert r165772: Keep browser process alive while there are platform apps with...davidjames@google.com2012-11-081-1/+1
* Keep browser process alive while there are platform apps with background page...benwells@chromium.org2012-11-021-1/+1
* PlatformAppApiTest class should not enable experimental APIs by defaultasargent@chromium.org2012-10-151-1/+7
* 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-122-5/+5
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-113-3/+0
* Do hostname resolution. Interesting questions to ponder:miket@chromium.org2012-06-077-86/+215
* Don't use a CapturingNetLog with dns_api's DnsResolveFunction. mmenke@chromium.org2012-05-292-5/+2
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-2/+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-272-26/+27
* Eliminate VerifyPermissions. Propagate --enable-platform-apps to utility proc...miket@chromium.org2012-03-291-4/+0
* Expand usage of platform-apps flag and permission features.miket@chromium.org2012-03-251-9/+5
* Revert 128610 - Expand usage of platform-apps flag and permission features.nduca@google.com2012-03-241-5/+9
* Expand usage of platform-apps flag and permission features.miket@chromium.org2012-03-231-9/+5
* 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
* Revert 128355 - Expand usage of platform-apps flag and permission features.gman@chromium.org2012-03-231-5/+9
* Expand usage of platform-apps flag and permission features.miket@chromium.org2012-03-231-9/+5
* Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes.miket@chromium.org2012-03-193-31/+31
* Revert 127159 - Refactor extension_function_dispatcher to extract ExtensionFu...miket@chromium.org2012-03-163-31/+31
* Refactor extension_function_dispatcher to extract ExtensionFunctionRegistry. ...miket@chromium.org2012-03-163-31/+31
* Eliminate "using namespace" directives from extensions codeasargent@chromium.org2012-03-102-3/+5
* - Extend compiler.py to recognize .idl files.miket@chromium.org2012-03-073-15/+18
* Add DNS resolution API. Part of socket APIs.miket@chromium.org2012-01-123-0/+327