summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/browser_actions_container.cc
Commit message (Expand)AuthorAgeFilesLines
* Canvas refactoring part 3.ben@chromium.org2010-06-251-2/+2
* Revert 50784 - Canvas refactoring part 3.ben@chromium.org2010-06-241-2/+2
* Canvas refactoring part 3.ben@chromium.org2010-06-241-2/+2
* Canvas refactoring part 2.ben@chromium.org2010-06-231-1/+4
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-181-13/+17
* A very basic fix that prevents experimental popups from living longer than th...twiz@google.com2010-06-031-1/+1
* The browser action gripper should become visible when switching fromfinnur@chromium.org2010-06-021-0/+1
* Ensure that the default profile for cros has no extension servicedavemoore@chromium.org2010-05-211-9/+18
* When in collapsed mode, the toolbar should not show the resize gripper.finnur@chromium.org2010-05-111-1/+6
* Reduce header dependencies in chrome/phajdan.jr@chromium.org2010-05-111-0/+2
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-101-11/+10
* Refactors animation to allow for cleaner subclassing. I'm doing thissky@chromium.org2010-05-051-5/+4
* Make ExtensionContextMenuModel hold on to a reference to itselffinnur@chromium.org2010-04-081-2/+2
* Browser action icons not displayed in detached browser windowctguil@chromium.org2010-04-051-2/+2
* Fix regression for browser action container width on Toolkitfinnur@chromium.org2010-04-051-6/+15
* Fix Regression for Accessible Names appearing as NAMELESS.mhm@chromium.org2010-04-041-12/+4
* Attempt 2 at landing this. Patch is exactly same as last time around.sky@chromium.org2010-03-301-2/+3
* Fix a bug where an open incognito window's browser actions would not updatempcomplete@chromium.org2010-03-301-1/+1
* [accessibility] Extension toolbar and infobar container views should not have...ctguil@chromium.org2010-03-301-1/+5
* Revert 43005 - Adds ability for ImageLoadingTracker to cache images.sky@chromium.org2010-03-291-3/+2
* Adds ability for ImageLoadingTracker to cache images.sky@chromium.org2010-03-291-2/+3
* Re-apply r42703 which was reverted because of a conflict with another patch t...estade@chromium.org2010-03-261-1/+17
* estade:- This revert is to fix interactive ui test failures which have been b...ananta@chromium.org2010-03-261-17/+1
* Views: fix a crash where in the browser actions container.estade@chromium.org2010-03-261-1/+17
* Fix BrowserActionsContainerTest.Visibility for chromeos and reenable it.mpcomplete@chromium.org2010-03-251-2/+3
* Eliminate all UI thread decoding of extension images. finnur@chromium.org2010-03-241-14/+9
* Revert 42283 - Adds the source ImageLoadingTracker to OnImageLoaded. I need t...finnur@chromium.org2010-03-231-2/+1
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Allow Extensions to have MSAA information.mhm@chromium.org2010-03-221-1/+37
* Adds the source ImageLoadingTracker to OnImageLoaded. I need this in asky@chromium.org2010-03-221-1/+2
* Refactor ExtensionActionContextMenuModel.estade@chromium.org2010-03-221-21/+14
* Use the new number-of-browser-actions pref instead of width-in-pixels tompcomplete@chromium.org2010-03-221-21/+29
* Initial support for inspecting extension popups.rafaelw@chromium.org2010-03-171-85/+31
* Making browser bubble notifies to its delegate whether itjcampan@chromium.org2010-03-151-20/+4
* Bookmark manager: Open in incognito window.arv@chromium.org2010-03-101-2/+1
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-7/+10
* Update the extensions management page to match mock attached to bug 36292.mpcomplete@chromium.org2010-03-051-6/+9
* Displaying a JavaScript message box (such as an alert) fromjcampan@chromium.org2010-02-231-1/+6
* 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