summaryrefslogtreecommitdiffstats
path: root/extensions/common/features
Commit message (Expand)AuthorAgeFilesLines
* FeatureProvider returns std::map instead of vectorlimasdf2016-03-083-16/+16
* Use scoped_ptr instead of linked_ptr from /e/c/features/*limasdf2016-03-073-31/+24
* Make extensions::DictionaryBuilder and extensions::ListValue unmovable.dcheng2016-02-272-19/+24
* Switch to standard integer types in extensions/.avi2015-12-239-1/+13
* Use rvalue reference instead of extensions::DictionaryBuilder::pass()limasdf2015-12-191-9/+10
* Convert Pass()→std::move() in //extensionsdcheng2015-12-184-10/+14
* Cleanup: Convert const char* kFoo to const char kFoo[].thestig2015-12-172-8/+8
* Use rvalue reference instead of extensions::ListBuilder::Pass()limasdf2015-12-092-19/+23
* Get rid of an unnecessary StringPiece->std::string conversion.amistry2015-11-271-3/+2
* Remove ScopedVector from /extenisons part#1limasdf2015-11-132-4/+4
* Disable zoom bubble for PDF extension.wjmaclean2015-10-292-0/+3
* Add scoped_ptr-safe base::Value to Dictionary/List conversion functions.reillyg2015-09-111-1/+1
* bluetooth-advertising: Remove whitelist, add kiosk mode or flag requirement.ortuno2015-09-052-4/+0
* [Extension ServiceWorkers] Adding getBackgroundClientannekao2015-08-212-0/+5
* Update SplitString calls to new formbrettw2015-08-081-4/+4
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-071-4/+4
* Update SplitString calls to new formbrettw2015-08-071-4/+4
* If an extension feature isn't found, write the feature name to the stack befo...kalman2015-08-053-15/+41
* Diable sync for Cast & Media-Router extensions.haibinlu2015-07-172-6/+10
* Move JoinString to the base namespace.brettw2015-07-151-2/+2
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-2/+2
* Move JoinString to the base namespace.brettw2015-07-141-2/+2
* [Service Worker Registration] Registered extension scheme to allow service wo...annekao2015-07-142-0/+3
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...vaibhav1.a2015-05-273-6/+6
* API stubs for the BLE advertisement API.rkc2015-05-072-0/+3
* Cache --whitelisted-extension-id in SimpleFeature.jackhou2015-04-132-14/+45
* Revert of Cache --whitelisted-extension-id in SimpleFeature. (patchset #13 id...mlerman2015-04-102-45/+14
* Cache --whitelisted-extension-id in SimpleFeature.jackhou2015-04-102-14/+45
* 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-274-235/+351
* Add metric measuring Feature Provider Static() length in the browser process.rkaplow2015-03-141-0/+22
* [Extensions] Remove ChromeV8Context and DispatcherDelegate::CreateScriptContext.kalman2015-03-104-18/+6
* [Extensions] Start making chrome://extensions use extensions APIsrdevlin.cronin2015-02-241-1/+14
* Cleanup: Simplify the SimpleFeature class.thestig2015-01-212-47/+30
* Add a 'nocompile' option to Extension feature files, and annotate all Devtoolskalman2015-01-131-4/+19
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-2/+2
* Add FeatureProvider::GetAPIFeature, FeatureProvider::GetBehaviorFeature, etc askalman2014-12-186-21/+72
* Add the basic infrastructure for the Behavior feature type: BehaviorFeature andkalman2014-12-157-3/+63
* Add support for command line switches to Features, and as proof that it works,kalman2014-12-125-8/+101
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-216-54/+52
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-036-22/+22
* Move most extension feature unit tests to extensions_unittestsjamescook2014-09-123-413/+155
* 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-268-82/+2
* Allow extension APIs to be called from WebUI. The only API currentlykalman@chromium.org2014-07-243-1/+8
* Remove GetContexts() from the public interface of extensions::Feature. It waskalman@chromium.org2014-07-109-57/+36
* Resolve feature dependencies within the Feature implementationskalman@chromium.org2014-06-234-6/+112
* Remove PermissionsData::ForExtension() completelyrdevlin.cronin@chromium.org2014-06-061-2/+1
* Refactor PermissionsData pt1rdevlin.cronin@chromium.org2014-06-051-1/+2
* Make installed_loader UMA less wasteful.kalman@chromium.org2014-05-221-0/+2