summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame/browser_frame_win.cc
Commit message (Expand)AuthorAgeFilesLines
* BrowserTabStrip should not be a TabStrip2 subclass, instead, it should just u...ben@chromium.org2009-11-091-3/+3
* Move all the stuff relating to detached tab dragging out of BrowserFrameWin a...ben@chromium.org2009-11-071-70/+6
* Fix regression where popups and app frames lost their titlebars.ben@chromium.org2009-10-261-1/+5
* Make sure the RootView is sized to the correct bounds when the opaque frame i...ben@chromium.org2009-10-231-77/+12
* Fix a whole category of frame switching bugs relating to the window z-order b...ben@chromium.org2009-10-151-10/+33
* WidgetWin was an accelerator target, it does not need to.jcampan@chromium.org2009-10-131-5/+0
* Coverity: Fix the AcceleratorPressed override to match the declaration in Wid...jhawkins@chromium.org2009-10-011-2/+5
* Change the way the NonClientView handles forcing the native frame for popups/...ben@chromium.org2009-09-281-35/+37
* Misc. Cleanup related to OOP Profile Importjeremy@chromium.org2009-09-251-0/+1
* Fix BrowserFrameWin::OnMoving bad_override coverity error.mattm@chromium.org2009-09-181-1/+1
* Fixes regression introduced in dnd refactoring. I removed a check forsky@chromium.org2009-09-081-2/+1
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-171-2/+4
* Ensure that popups windows are not themed.mirandac@chromium.org2009-08-071-1/+7
* Fix frame turning black when reseting theme. Also simplifies the frameben@chromium.org2009-07-181-12/+10
* Hack and slash TabStrip2 into mostly working state - DWM frame is now properl...ben@chromium.org2009-07-091-10/+1
* Add temporary TabStripWrapper interface that is implemented by both TabStrip ...ben@chromium.org2009-07-081-6/+7
* Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...ben@chromium.org2009-07-071-1/+84
* Fix issue once and for all where distributor logo overlays window controls. N...ben@chromium.org2009-07-071-0/+18
* Fix for DWM crash.glen@chromium.org2009-06-041-1/+2
* Use the right frame type on startup, do proper swapping of frames when themes...glen@chromium.org2009-05-311-1/+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-0/+1
* Remove the last bits leftover from my frame window experiment.brettw@chromium.org2009-05-261-9/+0
* Factor out a BrowserFrame interface, and move the existing Windows-based codebrettw@chromium.org2009-05-191-0/+287