summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension.h
Commit message (Expand)AuthorAgeFilesLines
* Add "sidebar" section to extension manifest:alekseys@chromium.org2011-01-201-0/+13
* Change extension unload notification to indicate updates.asargent@chromium.org2010-12-231-0/+18
* Extend the TTS extension API to allow an extension to register itself asdmazzoni@chromium.org2010-12-231-0/+10
* Coalesced various extension type enums into Extension::Type.akalin@chromium.org2010-12-211-10/+6
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-3/+3
* Fix issue that causes some extensions to be disabled right after installation.jstritar@chromium.org2010-12-071-7/+31
* Update valid URLPattern schemes in ExtensionPrefs::GetGrantedPermissions.jstritar@chromium.org2010-12-071-0/+3
* Add command line flag to override gallery update urlsasargent@chromium.org2010-11-301-4/+7
* Track permissions granted to extensions in prefsjstritar@chromium.org2010-11-301-2/+19
* Revert 67544 - Track permissions granted to extensions in prefsarv@chromium.org2010-11-291-19/+2
* Track permissions granted to extensions in prefsjstritar@chromium.org2010-11-291-2/+19
* Revert 67500 - Adds a section to the extension preferences to store the recog...jstritar@chromium.org2010-11-291-19/+2
* Adds a section to the extension preferences to store the recognized permissio...jstritar@chromium.org2010-11-281-2/+19
* Preserve extension location during updatedpolukhin@chromium.org2010-11-261-0/+2
* Allow an extension to dynamically set extra data in its update URL, in orderrogerta@chromium.org2010-11-121-0/+4
* Kill Extension::RuntimeData and move its guts to ExtensionsService.mpcomplete@chromium.org2010-11-031-43/+9
* Unrevert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::St...mpcomplete@chromium.org2010-11-021-260/+204
* Revert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::Stat...mpcomplete@chromium.org2010-11-021-204/+260
* Part 4/4 of immutable Extension refactor: Kill Extension::StaticData and putmpcomplete@chromium.org2010-11-011-260/+204
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-24/+24
* Unrevert again r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-271-29/+24
* Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "...thakis@chromium.org2010-10-261-24/+29
* Unrevert r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-29/+24
* Revert r63919 "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-24/+29
* Part 2 of immutable Extension refactor.mpcomplete@chromium.org2010-10-261-29/+24
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2010-10-261-1/+1
* Add optional homepage_url to manifest and use it in place of Gallery URL in UI.tessamac@google.com2010-10-251-2/+7
* Introduce new location for managed extensionsgfeher@chromium.org2010-10-251-2/+14
* Move the rest of the Extension data into either StaticData or RuntimeDatampcomplete@chromium.org2010-10-181-156/+192
* fix EffectiveHostPermissions test to match implementationerikkay@chromium.org2010-10-141-3/+5
* Remove traces for the WhitelistExtension test. The flakiness seems to be gone.finnur@chromium.org2010-10-141-3/+0
* Prevent browser actions and page actions from being used withaa@chromium.org2010-10-141-0/+4
* Address flakiness in the WhitelistExtension test.finnur@chromium.org2010-10-131-0/+7
* Marking a test as non-flaky and add temporary traces in case it fails on the ...finnur@chromium.org2010-10-111-0/+3
* Implement new strategy for default apps. Instead of usingaa@chromium.org2010-10-091-12/+2
* add app histogramserikkay@chromium.org2010-10-081-2/+17
* use webstore extent to verify gallery downloadserikkay@chromium.org2010-10-081-3/+5
* Convert the extension scripting whitelist to a std::vector.finnur@chromium.org2010-10-081-4/+2
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-041-0/+1
* Relanding "Take extension 'management' API out of experimental."asargent@chromium.org2010-10-041-0/+1
* Attempt2: Component extensions (and whitelisted extensions) specifying <all_u...finnur@chromium.org2010-10-041-2/+26
* Revert 61347 - Take extension 'management' API out of experimental.asargent@chromium.org2010-10-041-1/+0
* Take extension 'management' API out of experimental.asargent@chromium.org2010-10-041-0/+1
* Revert 61323 - Component extensions (and whitelisted extensions) specifying <...finnur@chromium.org2010-10-031-26/+2
* Component extensions (and whitelisted extensions) specifying <all_urls> in th...finnur@chromium.org2010-10-031-2/+26
* Made extensions change processor listen to install/uninstall notifications.akalin@chromium.org2010-10-011-0/+6
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-011-1/+0
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-011-0/+1
* Refactor ChromeURLRequestContext to pull out ExtensionInfoMap into a sharedmpcomplete@chromium.org2010-09-301-47/+89
* Changed EXTENSION_UNINSTALLED notification to happen after uninstallation.akalin@chromium.org2010-09-301-0/+9