summaryrefslogtreecommitdiffstats
path: root/extensions/common/features
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up TestFeaturesNativeHandler to use the ExtensionsClient's JSON feature...yoz@chromium.org2014-05-223-10/+11
* Clean-up coding styleleejongsoo@gmail.com2014-05-207-9/+17
* Enable file_handlers and chrome.app.runtime for QuickOffice.benwells@chromium.org2014-05-076-10/+125
* Split feature definitions into extensions and chrome features.yoz@chromium.org2014-04-286-93/+151
* Put SimpleFeature crash info on the stack so that they show up in the minidump.kalman@chromium.org2014-04-221-1/+9
* Support a "policy" extension location in extension features files.kalman@chromium.org2014-04-1811-219/+302
* Move core features code to //extensionsrockot@chromium.org2014-04-0317-0/+2474
* Enable _api_features.json to block APIs from service worker contexts.scheib@chromium.org2014-04-011-0/+3
* Add a BLESSED_WEB_PAGE extension JS context type to describe the context inkalman@chromium.org2013-12-191-0/+5
* Optimize ExtensionAPI::IsAnyFeatureAvailableToContext from O(#features) to O(...jyasskin@chromium.org2013-12-182-2/+5
* Pass a Feature* to IsAnyFeatureAvailableToContext instead of a string name.jyasskin@chromium.org2013-12-181-3/+3
* Include the mis-matching context along with the contexts a Feature is availablekalman@chromium.org2013-10-171-1/+2
* Additional platforms support for _api_features.json.mef@chromium.org2013-10-152-2/+12
* Add FeatureProvider::GetAPIFeatures, GetManifestFeatures, andkalman@chromium.org2013-10-072-0/+21
* Move Feature and Manifest to top-level extensions.yoz@chromium.org2013-08-222-0/+198
* Create ExtensionsClient abstraction for globally registered extension state.yoz@chromium.org2013-08-092-0/+52