summaryrefslogtreecommitdiffstats
path: root/extensions/common/features/simple_feature.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Cache --whitelisted-extension-id in SimpleFeature. (patchset #13 id...mlerman2015-04-101-33/+14
* Cache --whitelisted-extension-id in SimpleFeature.jackhou2015-04-101-14/+33
* extensions: Reuse crx_file's HashedIdInHex() function in SimpleFeature.tfarina2015-04-041-8/+5
* Refactor Uses of std::set to std::vector in SimpleFeaturerobliao2015-03-271-92/+131
* Cleanup: Simplify the SimpleFeature class.thestig2015-01-211-43/+27
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-2/+2
* Add the basic infrastructure for the Behavior feature type: BehaviorFeature andkalman2014-12-151-1/+4
* Add support for command line switches to Features, and as proof that it works,kalman2014-12-121-2/+20
* Allow restricting WebUI-enabled extension APIs to URL patterns.kalman@chromium.org2014-07-301-3/+10
* Remove service worker concepts from _api_features.jsonscheib@chromium.org2014-07-261-2/+0
* 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-9/+9
* Resolve feature dependencies within the Feature implementationskalman@chromium.org2014-06-231-2/+50
* Make installed_loader UMA less wasteful.kalman@chromium.org2014-05-221-0/+2
* Enable file_handlers and chrome.app.runtime for QuickOffice.benwells@chromium.org2014-05-071-8/+24
* 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-181-11/+28
* Move core features code to //extensionsrockot@chromium.org2014-04-031-0/+482