summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame
Commit message (Expand)AuthorAgeFilesLines
* Make the browser talk to the status bubble through an abstract interface to r...ben@chromium.org2009-01-222-4/+4
* Move automation specific accessors to their own interface to make their purpo...ben@chromium.org2009-01-222-14/+25
* Fix p13n build break due to a change in CommandLine class.munjal@chromium.org2009-01-211-1/+2
* Correct icon/title sizing/placement for varying titlebar font sizes. This ma...pkasting@chromium.org2009-01-211-23/+78
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-1/+3
* Rework the command updater to not be dependent on views::Button (needed for p...ben@chromium.org2009-01-201-10/+11
* Revert "revert r8217 until memory tests are fixed." This re-applies r8217.tc@google.com2009-01-202-1/+3
* revert r8217 until memory tests are fixed.ben@chromium.org2009-01-172-3/+1
* Pull app modal dialog handling out of the BrowserList to remove the ChromeVie...ben@chromium.org2009-01-161-1/+1
* window.cc should not include browser_list.h ... dependent (non-browser) windo...ben@chromium.org2009-01-162-1/+3
* Render maximized mode better when using nonstandard border widths.pkasting@chromium.org2009-01-152-69/+68
* Fix status bubble positioning with custom border widths by positioning the bu...pkasting@chromium.org2009-01-151-9/+12
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-152-4/+4
* Provides the infrastructure for Browser unit tests that create asky@google.com2009-01-141-0/+3
* After playing around with a modified image from Glen, I concluded that a comm...pkasting@chromium.org2009-01-141-4/+2
* Pixel perfection on tabstrip for non-Aero frame. This gets both ends of the ...pkasting@chromium.org2009-01-135-36/+42
* Pixel perfection on OTR icon. The tabstrip is still positioned/sized wrong r...pkasting@chromium.org2009-01-132-40/+63
* No user-visible change. Minor code cleanup I split out from the OTR fixes I'...pkasting@chromium.org2009-01-122-117/+89
* Enables restoring of keyboard focus to the the toolbar button that last had f...klink@chromium.org2009-01-061-0/+3
* Make Maximized Mode Not Suck, part 1 (checkpoint).pkasting@chromium.org2008-12-221-170/+182
* After staring at this line of code I realized it was saying something much si...pkasting@chromium.org2008-12-191-3/+1
* This CL fixes issue 4224: Window Management controls don't work with maximize...xji@chromium.org2008-12-181-1/+2
* Mostly cleanup.pkasting@chromium.org2008-12-171-1/+5
* Reduce the amount of space between the location bar and the bookmark bar by a...glen@chromium.org2008-12-121-2/+9
* Cleanup part 2.pkasting@chromium.org2008-12-081-30/+20
* Cleanup, part 1.pkasting@chromium.org2008-12-081-18/+18
* Roll back this change.ben@chromium.org2008-12-031-4/+10
* RootView should be destroyed in WM_NCDESTROY not after it.ben@chromium.org2008-12-031-10/+4
* Tear out all the old infobar code.ben@chromium.org2008-12-031-19/+4
* Relanding docus manager crasher work-around.jcampan@chromium.org2008-11-261-2/+7
* Reverting my previous commit, it seems to be breaking the UI tests in debug m...jcampan@chromium.org2008-11-261-7/+2
* Some crashes reported from the field seems to indicate that whenjcampan@chromium.org2008-11-251-2/+7
* Re-land 5929 (r5882) with crash fix and also this change:ben@chromium.org2008-11-251-0/+1
* Beginnings of a new InfoBar system.ben@chromium.org2008-11-212-9/+30
* Rename Container->Widgetben@chromium.org2008-11-217-19/+19
* Land this change again now I've fixed the crash.ben@chromium.org2008-11-197-22/+41
* put back this change now chromebot has had a chance to runben@chromium.org2008-11-191-2/+1
* Make sure the browser window is visible, even if the startup info says that i...ben@chromium.org2008-11-191-1/+3
* Revert change 5596 because it broke the buildnsylvain@chromium.org2008-11-187-37/+22
* Last couple of bits of new-frame related cleanup:ben@chromium.org2008-11-187-22/+37
* Quick test to locate position of crash on qemu. Will remove after one batch o...ben@chromium.org2008-11-161-1/+2
* Make the Browser restore saved last size/position using the WindowDelegate co...ben@chromium.org2008-11-152-1/+9
* Rewire the throbber so that the timer for updating lives on BrowserView, not ...ben@chromium.org2008-11-142-5/+36
* Rid most of the Browser object of HWND dependencies.ben@chromium.org2008-11-142-0/+112
* Fixes the interactive ui tests by correctly initializing the specified popup ...ben@chromium.org2008-11-141-2/+1
* Re-do the way browser windows are shown:ben@chromium.org2008-11-149-59/+100
* Reorder functions in browser.hben@chromium.org2008-11-121-4/+3
* Move the hang monitor to the BrowserView, since it's highly Windows/HWND spec...ben@chromium.org2008-11-112-2/+64
* More cleanup in Browser:ben@chromium.org2008-11-111-6/+5
* Cleanup and rearrange methods on BrowserWindow interface.beng@google.com2008-11-112-46/+18