summaryrefslogtreecommitdiffstats
path: root/extensions/common/extension_api.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in extensions/.avi2015-12-231-0/+3
* Convert Pass()→std::move() in //extensionsdcheng2015-12-181-1/+2
* Add scoped_ptr-safe base::Value to Dictionary/List conversion functions.reillyg2015-09-111-2/+1
* [Extensions] Remove ChromeV8Context and DispatcherDelegate::CreateScriptContext.kalman2015-03-101-2/+2
* Convert EventRouter to use ProcessMap::GetMostLikelyContextType rather thankalman2014-12-171-13/+0
* Several things are done in this CL:hanxi2014-09-301-0/+6
* Revert "Allow declarative webrequest and webrequest in extensions."dcheng2014-09-301-6/+0
* Several things are done in this CL:hanxi2014-09-301-0/+6
* Allow restricting WebUI-enabled extension APIs to URL patterns.kalman@chromium.org2014-07-301-2/+3
* Allow extension APIs to be called from WebUI. The only API currentlykalman@chromium.org2014-07-241-0/+4
* Remove GetContexts() from the public interface of extensions::Feature. It waskalman@chromium.org2014-07-101-7/+12
* Resolve feature dependencies within the Feature implementationskalman@chromium.org2014-06-231-29/+24
* Fix channel check for fatal error suppression.rockot@chromium.org2014-05-311-1/+4
* Move extension API schema registration to ExtensionsClient.yoz@chromium.org2014-05-241-29/+1
* Clean up TestFeaturesNativeHandler to use the ExtensionsClient's JSON feature...yoz@chromium.org2014-05-221-2/+1
* Re-land: Rename experimental.accessibility to accessibilityPrivatedmazzoni@chromium.org2014-05-091-0/+2
* Revert "Rename experimental.accessibility to accessibilityPrivate"dtseng@chromium.org2014-04-291-2/+0
* Cleanup webRequest/Internal API and permission registration.pneubeck@chromium.org2014-04-101-2/+0
* Rename experimental.accessibility to accessibilityPrivatedmazzoni@chromium.org2014-04-031-0/+2
* Remove the browsingData, contextMenusInternal, echoPrivate, runtime,kalman@chromium.org2014-03-271-6/+0
* Fix <webview>.contextMenus requiring chrome.contextMenus permission.lazyboy@chromium.org2014-03-121-0/+2
* Move sockets APIs out of src/chromerockot@chromium.org2014-03-121-9/+15
* Change streamsPrivate to use an IDL definition file.zork@chromium.org2014-02-131-2/+0
* Optimize ExtensionAPI::IsAnyFeatureAvailableToContext from O(#features) to O(...jyasskin@chromium.org2013-12-181-14/+18
* Pass a Feature* to IsAnyFeatureAvailableToContext instead of a string name.jyasskin@chromium.org2013-12-181-3/+4
* Files.app: Conver private API scheme from JSON to IDL.hirono@chromium.org2013-12-131-2/+0
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-2/+2
* <webview>: Implement declarativeWebRequest APIfsamuel@chromium.org2013-11-131-0/+3
* Moved extension_api to src/extensions/commonbenwells@chromium.org2013-11-011-0/+416