summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame/browser_view2.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix broken resize from bottom with magic frame.ben@chromium.org2008-10-161-0/+1
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-161-6/+6
* This file was left out of my last checkin due to prior gcl cruft.beng@google.com2008-10-151-32/+21
* Insert NULL check to fix dist crashben@chromium.org2008-10-151-5/+4
* Convert HitTest/GetViewForPoint to use gfx::Pointben@chromium.org2008-10-141-3/+2
* Try and find the location of crashben@chromium.org2008-10-141-0/+2
* Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.ben@chromium.org2008-10-141-4/+4
* Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. ben@chromium.org2008-10-141-18/+11
* Move more view stuff out of WebContents. This moves context menus and infobrettw@google.com2008-10-141-2/+5
* Hook up throbber animation for vista detached popup windows and app windows.ben@chromium.org2008-10-131-1/+1
* Make loading animations on app windows not call WM_SETICON on every frame. Ow.ben@chromium.org2008-10-101-1/+1
* Roll back changes to the client area size calculation, since this fix didn't ...ben@chromium.org2008-10-091-26/+22
* Always position and size the toolbar view, since it's used to position other ...ben@chromium.org2008-10-081-17/+18
* Attempt to fix more standard non-client painting by extending the client area...ben@chromium.org2008-10-081-5/+8
* Reduce the amount of excessive updating done when there is no window icon to beben@chromium.org2008-10-061-2/+4
* Make sure window controls in maximized browser windows can be hit-tested as t...ben@chromium.org2008-09-181-2/+8
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-171-19/+19
* Added code for personalization to the new frame classjhaas@chromium.org2008-09-161-1/+29
* Fix bug where bookmark bar wouldn't animate away but would rather snap closed...beng@google.com2008-09-161-3/+5
* Include the area to the right of the tabstrip underneath the window controls ...beng@google.com2008-09-141-3/+11
* Fix interactive UI tests...beng@google.com2008-09-141-3/+12
* Move more UI stuff into browser/viewsbeng@google.com2008-09-131-1/+1
* forgot these files, fixing clobber buildbeng@google.com2008-09-121-1/+1
* Fix grab bag of AeroGlassFrame issues:beng@google.com2008-09-101-1/+1
* Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:...beng@google.com2008-09-081-0/+44
* Make sure the browser is destroyed during DestroyBrowser because EndSession h...beng@google.com2008-09-081-1/+9
* Readding UI test I pulled yesterday; hopefully the bots will like it more now...finnur@google.com2008-09-051-0/+13
* Make sure the new frames' BrowserView2::TabSelectedAt calls TabContents::DidB...beng@google.com2008-09-031-1/+5
* Remove Google Chrome specific strings from common resources file and use them...rahulk@google.com2008-08-271-0/+2
* The positioning of detached dragged tabs was wrong with the new frames, becau...beng@google.com2008-08-271-1/+1
* Make the system menu for frames have submenus for encoding and text zoombeng@google.com2008-08-261-11/+36
* Make the AeroGlassFrame better:beng@google.com2008-08-251-27/+42
* Make the window icon the app icon by default for popups and app windows unles...beng@google.com2008-08-241-6/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Allow popups using the new frames to be sized correctly. This involved a slig...beng@google.com2008-08-201-4/+42
* Make the otr avatar icon not show in detached OTR popup windows.beng@google.com2008-08-191-9/+5
* Hook up the window icon for app windows, with a throbber etc.beng@google.com2008-08-181-4/+22
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-0/+4
* Hook up the system menu in new frames.erg@google.com2008-08-141-0/+80
* Add End-session handling and app modal dialog handling to BrowserView2/New Fr...beng@google.com2008-08-141-0/+20
* Copy contents of FrameView into BrowserView2. Once the old frames retire, we ...beng@google.com2008-08-131-1/+92
* Another Frame Grab-Bagbeng@google.com2008-08-111-84/+45
* Allow the window icon to be shown in the task bar, Alt+Tab etc.beng@google.com2008-08-091-8/+10
* Even more tweaks.beng@google.com2008-08-091-2/+19
* More tweaks to the frames. Provide proper layout for the title bar in app mode.beng@google.com2008-08-081-12/+14
* Tweaks to make the opaque frame look better including adding support for app ...beng@google.com2008-08-081-19/+25
* More improvements to the frames. Consolidate some of the optional bar (bookma...beng@google.com2008-08-071-28/+248
* Grab bag of random cleanups, implementation of some more methods, etc. I'm go...beng@google.com2008-08-051-6/+74
* Add the TabStrip to the BrowserView2. (hooked up for OpaqueFrame only at this...beng@google.com2008-08-051-2/+55
* Add the AeroGlassFrame and AeroGlassNonClientView for Vista.beng@google.com2008-08-051-1/+1