summaryrefslogtreecommitdiffstats
path: root/chrome/views/window.cc
Commit message (Expand)AuthorAgeFilesLines
* Makes it so windows opened from links in Windows Live Messenger cause the win...ben@chromium.org2009-02-261-1/+8
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-2/+1
* Make system menus show up at the right place for all frames, whether they're ...pkasting@chromium.org2009-02-131-9/+22
* Bail saving window placement if the function is called after WM_DESTROY (wind...ben@chromium.org2009-02-031-0/+7
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-2/+5
* use a registrar to safely remove observertc@google.com2009-01-211-5/+1
* Fix BrowserTest.WindowsSessionEnd by moving a virtual calltc@google.com2009-01-211-4/+5
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-1/+1
* Revert "revert r8217 until memory tests are fixed." This re-applies r8217.tc@google.com2009-01-201-4/+21
* revert r8217 until memory tests are fixed.ben@chromium.org2009-01-171-21/+4
* window.cc should not include browser_list.h ... dependent (non-browser) windo...ben@chromium.org2009-01-161-4/+21
* Fixes two bugs resulting in bad window resize behavior:sky@google.com2008-12-171-5/+8
* Attempt at fixing reliability crash spike. The traces lead me tosky@google.com2008-12-111-1/+5
* Chromium-MultiProfile-Prototypemunjal@chromium.org2008-12-031-8/+18
* Fix a crash when hiding the find bar due to a NULL window_delegate_.ben@chromium.org2008-12-021-1/+3
* Rename Container->Widgetben@chromium.org2008-11-211-13/+13
* Fix broken size restoration for bookmark manager. Initializing a rect incorre...ben@chromium.org2008-11-141-2/+11
* Re-do the way browser windows are shown:ben@chromium.org2008-11-141-83/+39
* In dialogs, when the focus moves to a button, that button should become the d...jcampan@chromium.org2008-11-081-2/+2
* Fix Issue 2918 in chromium: Chrome dialog displayed in large size with Meiryo...hbono@chromium.org2008-10-301-1/+1
* Support shortcut show styles for "run maximized", "run minimized" etc.ben@chromium.org2008-10-171-1/+5
* testing something elseben@chromium.org2008-10-171-1/+1
* Removes an unneeded override.sky@google.com2008-10-171-6/+0
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-3/+3
* Fix weird NC painting in classic mode by removing an apparently unnecessary w...ben@chromium.org2008-10-161-4/+1
* revert the testbeng@google.com2008-10-161-1/+1
* a quick testbeng@google.com2008-10-161-1/+1
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-161-16/+14
* Convert GetPreferredSize from:beng@google.com2008-10-151-5/+6
* The window class now set the initial focus after the window is made visible. ...jcampan@chromium.org2008-10-091-13/+2
* Re-land this earlier change. Will deal with dist crashes as they arise.ben@chromium.org2008-10-091-0/+3
* roll backbeng@google.com2008-09-191-3/+0
* Make sure the frame is set to the foreground when:ben@chromium.org2008-09-191-0/+3
* Fix GDI leak in Window object (leak of HICONs)ben@chromium.org2008-09-171-4/+12
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-171-2/+2
* Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:...beng@google.com2008-09-081-0/+12
* Make the AeroGlassFrame better:beng@google.com2008-08-251-1/+39
* roll back r1297 for nowbeng@google.com2008-08-241-1/+0
* Fix task manager crash by releasing the delegate's scoped_ptr back to the win...beng@google.com2008-08-241-0/+1
* 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-10/+9
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-0/+4
* If a Window is created with specified bounds, make sure its sized to them!beng@google.com2008-08-141-1/+8
* Add support for ChromeViews::Windows to disable inactive rendering. This is f...beng@google.com2008-08-111-12/+21
* Allow the window icon to be shown in the task bar, Alt+Tab etc.beng@google.com2008-08-091-0/+12
* Fixing an issue where BiDi text in window titles was not displayed correctly ...idana@google.com2008-08-051-0/+7
* Add the AeroGlassFrame and AeroGlassNonClientView for Vista.beng@google.com2008-08-051-3/+19
* Move some methods from public to protected, since only subclasses should be c...beng@google.com2008-07-311-56/+56
* Move dialog-specific aspects of ClientView into a new subclass DialogClientView.beng@google.com2008-07-311-80/+23
* Make HWNDViewContainer set up its contents view separately from its Init method.beng@google.com2008-07-301-5/+5