summaryrefslogtreecommitdiffstats
path: root/extensions/common/extension_api.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in extensions/.avi2015-12-231-1/+1
* Move Singleton and related structs to namespace baseolli.raula2015-09-101-1/+1
* Convert EventRouter to use ProcessMap::GetMostLikelyContextType rather thankalman2014-12-171-5/+0
* Allow restricting WebUI-enabled extension APIs to URL patterns.kalman@chromium.org2014-07-301-2/+2
* Allow extension APIs to be called from WebUI. The only API currentlykalman@chromium.org2014-07-241-0/+3
* Remove GetContexts() from the public interface of extensions::Feature. It waskalman@chromium.org2014-07-101-5/+4
* Resolve feature dependencies within the Feature implementationskalman@chromium.org2014-06-231-13/+24
* Move extension API schema registration to ExtensionsClient.yoz@chromium.org2014-05-241-0/+3
* Clean up TestFeaturesNativeHandler to use the ExtensionsClient's JSON feature...yoz@chromium.org2014-05-221-2/+2
* cleanup: cpplint src/extension/*limasdf@gmail.com2014-04-081-1/+1
* Register bindings for blessed web contexts (aka hosted app contexts) by handkalman@chromium.org2014-01-091-2/+6
* Optimize ExtensionAPI::IsAnyFeatureAvailableToContext from O(#features) to O(...jyasskin@chromium.org2013-12-181-4/+9
* Pass a Feature* to IsAnyFeatureAvailableToContext instead of a string name.jyasskin@chromium.org2013-12-181-1/+1
* Moved extension_api to src/extensions/commonbenwells@chromium.org2013-11-011-0/+141