summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame/browser_frame_win.h
Commit message (Expand)AuthorAgeFilesLines
* Only enable renderer accessibility when an active screen reader is detected.ctguil@chromium.org2010-10-051-0/+1
* Fix numerous alignment problems, both horizontal and vertical, in drawing the...pkasting@chromium.org2010-08-191-4/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Fixes layout of side tabs on windows.sky@chromium.org2010-06-041-1/+3
* Attempt 2 at relanding your patch. I believe the problem was the removal of t...sky@chromium.org2010-04-301-1/+1
* Revert 45906 - Relands your patch to have an option for enabling vertical tab...sky@chromium.org2010-04-291-1/+1
* Relands your patch to have an option for enabling vertical tabs. I'vesky@chromium.org2010-04-291-1/+1
* Revert 45065 - Relanding this. Originally landed as http://codereview.chromiu...ben@chromium.org2010-04-201-1/+1
* Re-landing this. Originally landed as http://codereview.chromium.org/1001003 ...ben@chromium.org2010-04-201-1/+1
* Revert r42156, r42157, r42160. Allow dynamic switching in and out of sidetabs...thestig@chromium.org2010-03-201-1/+1
* Allow dynamic switching in and out of sidetabs mode.ben@chromium.org2010-03-191-1/+1
* 1. Correct shapes for side tabs.ben@chromium.org2010-03-101-0/+1
* Test cookie prompting.darin@chromium.org2010-03-041-0/+1
* Create a new base class BaseTabStrip that is the intermediary between Browser...ben@chromium.org2010-02-041-2/+2
* ThemeBackground class.oshima@chromium.org2010-01-081-0/+1
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-041-1/+1
* Remove new tabstrip code. Going to try doing this a different way.ben@chromium.org2009-11-171-3/+2
* Move all the stuff relating to detached tab dragging out of BrowserFrameWin a...ben@chromium.org2009-11-071-17/+0
* Make sure the RootView is sized to the correct bounds when the opaque frame i...ben@chromium.org2009-10-231-3/+2
* Fix a whole category of frame switching bugs relating to the window z-order b...ben@chromium.org2009-10-151-0/+1
* WidgetWin was an accelerator target, it does not need to.jcampan@chromium.org2009-10-131-1/+0
* Coverity: Fix the AcceleratorPressed override to match the declaration in Wid...jhawkins@chromium.org2009-10-011-4/+4
* Change the way the NonClientView handles forcing the native frame for popups/...ben@chromium.org2009-09-281-6/+5
* Fix BrowserFrameWin::OnMoving bad_override coverity error.mattm@chromium.org2009-09-181-1/+1
* Add temporary TabStripWrapper interface that is implemented by both TabStrip ...ben@chromium.org2009-07-081-3/+2
* Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...ben@chromium.org2009-07-071-1/+21
* Fix issue once and for all where distributor logo overlays window controls. N...ben@chromium.org2009-07-071-0/+1
* Really theme the find bar. We were previously getting the DefaultThemeProvide...glen@chromium.org2009-05-291-1/+1
* Revert Revision 17224glen@chromium.org2009-05-291-1/+1
* Really theme the find bar. We were previously getting the DefaultThemeProvide...glen@chromium.org2009-05-291-1/+1
* Fleshes out more of BrowserFrameGtk.sky@chromium.org2009-05-261-14/+1
* Add a skeleton browser_frame implementation for GTK, make browser_view (whichbrettw@chromium.org2009-05-191-1/+1
* Factor out a BrowserFrame interface, and move the existing Windows-based codebrettw@chromium.org2009-05-191-0/+109