summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_page_actions_module.cc
Commit message (Expand)AuthorAgeFilesLines
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-18/+15
* Reduce header dependencies in chrome/phajdan.jr@chromium.org2010-05-111-0/+1
* Move GetExtension() from ExtensionFunctionDispatcher to ExtensionFunction.rafaelw@chromium.org2010-04-081-2/+2
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-2/+4
* Allow extensions to add, remove, or change their page action popup.skerner@chromium.org2010-01-281-0/+23
* Fix memory leak in AsyncExtensionFunction.mpcomplete@chromium.org2009-11-101-6/+6
* Replace ExtensionAction with ExtensionAction2.aa@chromium.org2009-10-271-1/+1
* Move page actions over to ExtensionAction2 and get rid ofaa@chromium.org2009-10-271-18/+18
* Remove pageAction setXXXBadge functions.rafaelw@chromium.org2009-10-241-0/+6
* Readding from scratch instead reverting the revert.finnur@chromium.org2009-10-231-17/+14
* Revert 29861 since this fail on the interactivefinnur@chromium.org2009-10-231-14/+17
* Page actions that don't specify an icon (ie.finnur@chromium.org2009-10-231-17/+14
* Revert "Revert 29457, because this is making ExtensionBrowserTest.PageAction ...mpcomplete@chromium.org2009-10-201-3/+6
* Revert 29457, because this is making ExtensionBrowserTest.PageAction crash on...nsylvain@chromium.org2009-10-201-6/+3
* Implement badges for page actions. Also add badge text color API.mpcomplete@chromium.org2009-10-191-3/+6
* Implement new page action API.mpcomplete@chromium.org2009-10-161-7/+171
* Update page action manifest parsing to match the new format.mpcomplete@chromium.org2009-10-131-3/+1
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Moving ContextualAction class to common/extensions and in the process renamin...finnur@chromium.org2009-09-281-3/+3
* Implement Browser Actions extensions.finnur@chromium.org2009-09-261-1/+3
* PageActions can now specify multiple icons and switch between themfinnur@chromium.org2009-07-011-1/+13
* Fix crash 15371finnur@chromium.org2009-06-261-1/+2
* Adding the ability to remove page actions.BUG=NoneTEST=unit test.finnur@chromium.org2009-06-221-3/+11
* Clean up extension loading:erikkay@google.com2009-06-151-1/+1
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-261-2/+2
* Separate out the string constants used for extension API functionaa@chromium.org2009-05-261-13/+9
* Add error handling to PageAction extension API.finnur@chromium.org2009-05-141-9/+25
* PageActions now work across tabs and windows.finnur@chromium.org2009-05-061-25/+20
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-011-0/+64