| Commit message (Expand) | Author | Age | Files | Lines |
* | Bail saving window placement if the function is called after WM_DESTROY (wind... | ben@chromium.org | 2009-02-03 | 1 | -0/+7 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 1 | -2/+5 |
* | use a registrar to safely remove observer | tc@google.com | 2009-01-21 | 1 | -5/+1 |
* | Fix BrowserTest.WindowsSessionEnd by moving a virtual call | tc@google.com | 2009-01-21 | 1 | -4/+5 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -1/+1 |
* | Revert "revert r8217 until memory tests are fixed." This re-applies r8217. | tc@google.com | 2009-01-20 | 1 | -4/+21 |
* | revert r8217 until memory tests are fixed. | ben@chromium.org | 2009-01-17 | 1 | -21/+4 |
* | window.cc should not include browser_list.h ... dependent (non-browser) windo... | ben@chromium.org | 2009-01-16 | 1 | -4/+21 |
* | Fixes two bugs resulting in bad window resize behavior: | sky@google.com | 2008-12-17 | 1 | -5/+8 |
* | Attempt at fixing reliability crash spike. The traces lead me to | sky@google.com | 2008-12-11 | 1 | -1/+5 |
* | Chromium-MultiProfile-Prototype | munjal@chromium.org | 2008-12-03 | 1 | -8/+18 |
* | Fix a crash when hiding the find bar due to a NULL window_delegate_. | ben@chromium.org | 2008-12-02 | 1 | -1/+3 |
* | Rename Container->Widget | ben@chromium.org | 2008-11-21 | 1 | -13/+13 |
* | Fix broken size restoration for bookmark manager. Initializing a rect incorre... | ben@chromium.org | 2008-11-14 | 1 | -2/+11 |
* | Re-do the way browser windows are shown: | ben@chromium.org | 2008-11-14 | 1 | -83/+39 |
* | In dialogs, when the focus moves to a button, that button should become the d... | jcampan@chromium.org | 2008-11-08 | 1 | -2/+2 |
* | Fix Issue 2918 in chromium: Chrome dialog displayed in large size with Meiryo... | hbono@chromium.org | 2008-10-30 | 1 | -1/+1 |
* | Support shortcut show styles for "run maximized", "run minimized" etc. | ben@chromium.org | 2008-10-17 | 1 | -1/+5 |
* | testing something else | ben@chromium.org | 2008-10-17 | 1 | -1/+1 |
* | Removes an unneeded override. | sky@google.com | 2008-10-17 | 1 | -6/+0 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -3/+3 |
* | Fix weird NC painting in classic mode by removing an apparently unnecessary w... | ben@chromium.org | 2008-10-16 | 1 | -4/+1 |
* | revert the test | beng@google.com | 2008-10-16 | 1 | -1/+1 |
* | a quick test | beng@google.com | 2008-10-16 | 1 | -1/+1 |
* | Rename ViewContainer to Container and HWNDViewContainer to ContainerWin. | ben@chromium.org | 2008-10-16 | 1 | -16/+14 |
* | Convert GetPreferredSize from: | beng@google.com | 2008-10-15 | 1 | -5/+6 |
* | The window class now set the initial focus after the window is made visible. ... | jcampan@chromium.org | 2008-10-09 | 1 | -13/+2 |
* | Re-land this earlier change. Will deal with dist crashes as they arise. | ben@chromium.org | 2008-10-09 | 1 | -0/+3 |
* | roll back | beng@google.com | 2008-09-19 | 1 | -3/+0 |
* | Make sure the frame is set to the foreground when: | ben@chromium.org | 2008-09-19 | 1 | -0/+3 |
* | Fix GDI leak in Window object (leak of HICONs) | ben@chromium.org | 2008-09-17 | 1 | -4/+12 |
* | Rename legacy methods that were in CamelCase to unix_hacker. | erg@google.com | 2008-09-17 | 1 | -2/+2 |
* | Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:... | beng@google.com | 2008-09-08 | 1 | -0/+12 |
* | Make the AeroGlassFrame better: | beng@google.com | 2008-08-25 | 1 | -1/+39 |
* | roll back r1297 for now | beng@google.com | 2008-08-24 | 1 | -1/+0 |
* | Fix task manager crash by releasing the delegate's scoped_ptr back to the win... | beng@google.com | 2008-08-24 | 1 | -0/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Allow popups using the new frames to be sized correctly. This involved a slig... | beng@google.com | 2008-08-20 | 1 | -10/+9 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 1 | -0/+4 |
* | If a Window is created with specified bounds, make sure its sized to them! | beng@google.com | 2008-08-14 | 1 | -1/+8 |
* | Add support for ChromeViews::Windows to disable inactive rendering. This is f... | beng@google.com | 2008-08-11 | 1 | -12/+21 |
* | Allow the window icon to be shown in the task bar, Alt+Tab etc. | beng@google.com | 2008-08-09 | 1 | -0/+12 |
* | Fixing an issue where BiDi text in window titles was not displayed correctly ... | idana@google.com | 2008-08-05 | 1 | -0/+7 |
* | Add the AeroGlassFrame and AeroGlassNonClientView for Vista. | beng@google.com | 2008-08-05 | 1 | -3/+19 |
* | Move some methods from public to protected, since only subclasses should be c... | beng@google.com | 2008-07-31 | 1 | -56/+56 |
* | Move dialog-specific aspects of ClientView into a new subclass DialogClientView. | beng@google.com | 2008-07-31 | 1 | -80/+23 |
* | Make HWNDViewContainer set up its contents view separately from its Init method. | beng@google.com | 2008-07-30 | 1 | -5/+5 |
* | roll back this part of the fix since it has unintended side effects when call... | beng@google.com | 2008-07-30 | 1 | -1/+2 |
* | Move the initial sizing of a Window into a separate function (SetInitialBoun... | beng@google.com | 2008-07-30 | 1 | -71/+72 |
* | Window Delegate Improvements: | beng@google.com | 2008-07-30 | 1 | -100/+81 |