summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/browser_actions_container.cc
Commit message (Expand)AuthorAgeFilesLines
* Browser Action Container should not shrink when visible extension is disabled.finnur@chromium.org2010-02-121-13/+34
* Clone of issue 577015.twiz@chromium.org2010-02-121-7/+9
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-111-0/+26
* Make context menu in Browser Action overflow menu do something.finnur@chromium.org2010-02-111-11/+16
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* Preserve order of extensions when they auto-update.finnur@chromium.org2010-02-081-7/+15
* Now showing the browser action image (including badge) when dragging andfinnur@chromium.org2010-02-051-1/+28
* Fixing paint issue with browser actions not being updated in one window when ...finnur@chromium.org2010-02-041-0/+1
* Adding drag-drop support in and out of the Browser Action overflow menu.finnur@chromium.org2010-02-041-10/+64
* Refactor BrowserActionsContainer so that it can be usedoshima@chromium.org2010-02-041-13/+14
* Support reordering of Browser Actions within the container. Currently does no...finnur@chromium.org2010-02-031-18/+192
* re-try r37061 with fix for browser testsestade@chromium.org2010-01-271-109/+100
* Page actions should be able to change the popup on a per-tab basis.skerner@chromium.org2010-01-271-2/+18
* Add overflow menu to the browser action container (part 2 offinnur@chromium.org2010-01-271-16/+38
* Revert 37061 because it caused ui_tests to not finish.jorlow@chromium.org2010-01-261-102/+115
* re-try r37025 with fix for incognito modeestade@chromium.org2010-01-251-115/+102
* Revert r37025, which (may have) caused workertest rednessestade@chromium.org2010-01-251-98/+115
* Views: use ExtensionToolbarModel for ordering of browser action buttons.estade@chromium.org2010-01-251-115/+98
* Resize and overflow for browser actions (part 1).finnur@chromium.org2010-01-221-33/+303
* Apply style guideline for variable names for browser action container.mhm@chromium.org2009-12-301-2/+2
* Add the right-click context menu for Browser actions and Page Actions.finnur@chromium.org2009-12-171-8/+27
* [extensions] Position browser action popup correctly for RTL languages.mhm@chromium.org2009-12-141-1/+3
* Prevent 2 types of extension crashes.asargent@chromium.org2009-12-101-0/+4
* A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...twiz@google.com2009-12-101-0/+7
* Addition of a new parameter to the popup.show(...) Chrome extension API that ...twiz@google.com2009-12-081-1/+2
* Make sure we don't dismiss extension popups when the focusjcampan@chromium.org2009-12-021-1/+15
* Fixes several focus issue with popup in the extensions' browser actions:jcampan@chromium.org2009-11-181-0/+6
* Support localization for browser actions and page actionfinnur@chromium.org2009-11-131-1/+1
* Load default browser action icons only once per-window. Thisaa@chromium.org2009-11-131-27/+27
* Fix crash in BrowserActionButton::OnImageLoaded.mpcomplete@chromium.org2009-11-121-0/+4
* Speculative fix for a common crash. We were leaking theaa@chromium.org2009-11-111-0/+1
* Reland Extension Installed InfoBubblerafaelw@chromium.org2009-11-071-0/+12
* 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