summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_action_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Make a ShowExtensionActionPopup functionrdevlin.cronin2014-08-281-3/+8
* Move ExtensionActionStorageManager out of extension_action_api.*rdevlin.cronin2014-08-261-5/+3
* Move logic to clear ExtensionAction values to ExtensionActionAPIrdevlin.cronin@chromium.org2014-08-221-4/+6
* Improve extension icon predictiongpdavis.chromium@gmail.com2014-08-121-14/+71
* Remove some NOTIFICATION_EXTENSION_UNLOADED_DEPRECATEDlimasdf@gmail.com2014-04-221-12/+2
* Pass Reason as a parameter with OnExtensionUnloaded.DHNishi@gmail.com2014-04-181-1/+3
* Remove some NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED.limasdf@gmail.com2014-04-111-19/+10
* Rename NOTIFICATION_EXTENSION_UNLOADED tokalman@chromium.org2014-03-191-3/+3
* Move extensions-related files to using //components/keyed_service.blundell@chromium.org2014-03-131-3/+3
* Kill GetBrowserContextRedirectedInIncognito in extensions coderockot@chromium.org2014-02-081-2/+2
* Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.yoz@chromium.org2014-01-301-1/+1
* The Script Bubble and Script Badge were two extension experiments that didn't...finnur@chromium.org2014-01-241-24/+3
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-1/+1
* Move FeatureSwitch to top-level extensions/rdevlin.cronin@chromium.org2013-11-081-1/+1
* Don't create extension actions for disabled extensions.msimonides@opera.com2013-07-311-5/+20
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Remove references to Profile from browser_context_keyed_service.phajdan.jr@chromium.org2013-05-221-7/+8
* Move ProfileKeyedService infrastructure to a componentphajdan.jr@chromium.org2013-05-201-2/+2
* Change GetProfileToUse method from Profile to content::BrowserContextphajdan.jr@chromium.org2013-05-031-2/+4
* [components] Switch {RefCounted}ProfileKeyedService to use BrowserContextphajdan.jr@chromium.org2013-04-261-2/+2
* Move SystemIndicator parsing out of Extension classrdevlin.cronin@chromium.org2013-03-251-1/+1
* Move page action manifest parsing out of Extension; the first multi-key manif...yoz@chromium.org2013-02-131-3/+5
* Move BrowserAction out of Extensionrdevlin.cronin@chromium.org2013-01-281-2/+1
* Move ScriptBadge, ActionInfo out of Extension; preparation for BrowserActionrdevlin.cronin@chromium.org2013-01-161-9/+11
* Add systray icon and click functionality to systemIndicator API.dewittj@chromium.org2012-12-171-1/+12
* Initial skeleton for System Indicator APIdewittj@chromium.org2012-11-281-2/+9
* Make ExtensionActionManager an independent ProfileKeyedServicejyasskin@chromium.org2012-10-141-47/+80
* Replace extension_switch_utils.h with feature_switch.h.aa@chromium.org2012-10-131-2/+2
* Move extension_action.* from common/ to browser/jyasskin@chromium.org2012-10-131-1/+1
* Remove Extension's accessors for ExtensionActions.jyasskin@chromium.org2012-10-121-69/+36
* Move ownership of ExtensionAction into ExtensionSystem.jyasskin@chromium.org2012-10-081-0/+147