summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_browser_actions_api.h
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-071-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Coverity: Fix a collection of uninitialized member variables, mostly in exten...finnur@chromium.org2010-07-231-2/+5
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-1/+1
* Implement chrome.browserAction.setPopup().skerner@chromium.org2010-02-031-0/+12
* Update comments to reflect the removal of class ExtensionActionState, which n...skerner@chromium.org2010-01-201-1/+0
* Fix memory leak in AsyncExtensionFunction.mpcomplete@chromium.org2009-11-101-1/+1
* Revert "Revert r31175 r31176 r31187"hclam@chromium.org2009-11-061-0/+5
* Rever r31175 r31176 r31187hclam@chromium.org2009-11-061-5/+0
* Sixth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-0/+5
* Replace ExtensionAction with ExtensionAction2.aa@chromium.org2009-10-271-3/+3
* Refactor BrowserActions, and add support foraa@chromium.org2009-10-241-7/+29
* Remove +x bit from files that shouldn't have it.evan@chromium.org2009-10-201-0/+0
* Reland r29095 (removes wrench integration foraa@chromium.org2009-10-151-2/+2
* Reverting r29095 (removes wrench integration foraa@chromium.org2009-10-151-2/+2
* Remove the implicit wrench menu items for browser actions.aa@chromium.org2009-10-151-2/+2
* Update browser actions api to be like new design doc.aa@chromium.org2009-10-151-2/+2
* Small cleanup to extension function registration to avoid scattered definitions.mpcomplete@chromium.org2009-10-141-10/+4
* Add an API to manipulate the browser action badge.aa@chromium.org2009-10-031-0/+11
* Add chrome.browserAction.setName and .setIcon.mpcomplete@chromium.org2009-10-011-0/+26