summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/browser_actions_container.cc
Commit message (Expand)AuthorAgeFilesLines
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-7/+8
* Fix crash with BrowserActionView not expecting the ImageLoadingTracker to cal...finnur@chromium.org2010-10-061-16/+22
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-281-9/+4
* Move theme files in chrome/browser/ into a themes/ subdir.evan@chromium.org2010-08-251-4/+4
* Preserve the correct number of visible browser actions across restarts.pkasting@chromium.org2010-08-161-29/+36
* I've gotten multiple crashes at shutdown due to my new DCHECKs. It seems it'...pkasting@chromium.org2010-08-161-4/+2
* FBTF: Clean up some headers in tab_contents_delegate.h.erg@google.com2010-08-101-0/+1
* Browser actions container layout changes for M6 theme.pkasting@chromium.org2010-07-291-242/+237
* Cleanup: Remove pointless GetInsets() override. Simplify |container_size_| t...pkasting@chromium.org2010-07-271-343/+287
* Make the resize gripper invisible.pkasting@chromium.org2010-07-271-25/+11
* Attemp 2 at:sky@chromium.org2010-07-211-6/+1
* Revert 53062 - Makes the toolbar visible for apps again. Here's the set of pa...pinkerton@chromium.org2010-07-201-1/+6
* Makes the toolbar visible for apps again. Here's the set of patches Isky@chromium.org2010-07-201-6/+1
* Revert r42636. That hack is no longer needed now that we removed the compactmpcomplete@chromium.org2010-07-191-3/+2
* 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