summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/browser_actions_container.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 31322 - Extension Installed InfoBubblewillchan@chromium.org2009-11-061-12/+0
* Extension Installed InfoBubblerafaelw@chromium.org2009-11-061-0/+12
* Extensions UI page should not allow Reload forextensions that are not 'in dev...finnur@chromium.org2009-11-061-2/+0
* Implement loading blacklists from extensions.phajdan.jr@chromium.org2009-11-041-3/+3
* BrowserActionsContainer breaks for nobody... or maybe someonefinnur@chromium.org2009-11-031-1/+2
* Submitting change from http://codereview.chromium.org/276029/showmad@chromium.org2009-11-031-4/+6
* Fix paint glitch on load/unload browser action.rafaelw@chromium.org2009-10-281-1/+5
* Replace ExtensionAction with ExtensionAction2.aa@chromium.org2009-10-271-3/+3
* Move page actions over to ExtensionAction2 and get rid ofaa@chromium.org2009-10-271-9/+4
* Refactor BrowserActions, and add support foraa@chromium.org2009-10-241-80/+121
* Increase visual spacing between browser action buttons to 5px.rafaelw@chromium.org2009-10-241-1/+9
* GTK: add browser actions popups.estade@chromium.org2009-10-221-0/+7
* Revert "Revert 29457, because this is making ExtensionBrowserTest.PageAction ...mpcomplete@chromium.org2009-10-201-82/+2
* Revert 29457, because this is making ExtensionBrowserTest.PageAction crash on...nsylvain@chromium.org2009-10-201-2/+82
* Implement chrome.browserAction.setIcon({path:...});aa@chromium.org2009-10-201-97/+1
* Implement badges for page actions. Also add badge text color API.mpcomplete@chromium.org2009-10-191-82/+2
* Allow slightly larger browser and page action icons.aa@chromium.org2009-10-171-12/+14
* Popup width and height are now dynamic.erikkay@chromium.org2009-10-161-5/+24
* Extensions: Make badge drawing code cross platform so linux (and eventually m...estade@chromium.org2009-10-151-1/+1
* Reland r29095 (removes wrench integration foraa@chromium.org2009-10-151-17/+22
* Reverting r29095 (removes wrench integration foraa@chromium.org2009-10-151-22/+17
* Remove the implicit wrench menu items for browser actions.aa@chromium.org2009-10-151-17/+22
* Update browser actions api to be like new design doc.aa@chromium.org2009-10-151-3/+2
* Port Browser Actions browsertest to linux.estade@chromium.org2009-10-141-0/+2
* Use predefined color names where possible for clarity. Also use "SkColorSetA...pkasting@chromium.org2009-10-131-2/+2
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Browser actions: limit minimum size of omnibox. When decreasing the width of ...sidchat@chromium.org2009-10-091-1/+27
* set BrowserActionButton inset to 0 so icon can draw to edges.rafaelw@chromium.org2009-10-091-0/+9
* Revert r28489 as it broke the linux build.aa@chromium.org2009-10-091-5/+1
* Make the max size for ImageTrackingLoader configurable. This makes it so that...aa@chromium.org2009-10-091-1/+5
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-071-5/+4
* Pull a BrowserActionView out of BrowserActionContainer. Alsoaa@chromium.org2009-10-071-133/+155
* Fix double free with browser action popups.erikkay@chromium.org2009-10-071-1/+0
* Fix for BrowserActions UNLOAD not changing Omnibox length. BrowserActionsCont...sidchat@chromium.org2009-10-061-1/+4
* Add an BubbleBorder to BrowserAction popups and fix positioning of theerikkay@chromium.org2009-10-061-2/+2
* Implement browserAction.setIcon(ImageData) for extensions.mpcomplete@chromium.org2009-10-061-1/+3
* Don't show popup browser actions in the wrench menu.erikkay@chromium.org2009-10-061-2/+3
* Add an API to manipulate the browser action badge.aa@chromium.org2009-10-031-10/+11
* Try again to check in the badge stuff.aa@chromium.org2009-10-031-2/+112
* Add simple popup support to browser actions. This will create a popup HTML w...erikkay@chromium.org2009-10-021-6/+155
* Rollback broken change, again.aa@chromium.org2009-10-021-114/+2
* Check in http://codereview.chromium.org/259004 again.aa@chromium.org2009-10-021-2/+114
* Revert tree bustage.aa@chromium.org2009-10-011-114/+2
* First cut at badge implementation. Right now it just uses staticaa@chromium.org2009-10-011-2/+114
* Add chrome.browserAction.setName and .setIcon.mpcomplete@chromium.org2009-10-011-7/+38
* Make browser actions highlight on mouseover using theme colors.aa@chromium.org2009-09-301-16/+15
* Integrate browser actions with the wrench menu. Browseraa@chromium.org2009-09-301-7/+7
* Moving ContextualAction class to common/extensions and in the process renamin...finnur@chromium.org2009-09-281-8/+8
* Implement Browser Actions extensions.finnur@chromium.org2009-09-261-0/+207