summaryrefslogtreecommitdiffstats
path: root/chrome/browser/window_sizer_mac.mm
Commit message (Collapse)AuthorAgeFilesLines
* Adds window position save/restore support for multiple monitors on Mac.rohitrao@chromium.org2009-07-161-9/+55
| | | | | | | | | | | | Fixes a bug where windows would creep up the screen every time you quit/restarted. BUG=http://crbug.com/16176 BUG=http://crbug.com/12854 TEST=Windows should save/restore in the correct location, with either a single monitor or multiple monitors. Review URL: http://codereview.chromium.org/155647 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20911 0039d316-1c4b-4281-b951-d872f2087c98
* Add BrowserView to the Linux build, it now compiles. This also includes a smallbrettw@chromium.org2009-05-271-0/+4
| | | | | | | | namespace change to window_sizer_mac which I noticed when doing a previous change. Review URL: http://codereview.chromium.org/113910 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17002 0039d316-1c4b-4281-b951-d872f2087c98
* Enable basic saving/restoring window placements on Mac.rohitrao@chromium.org2009-05-141-0/+70
Refactors the existing WindowSizer code to move platform-specific code into separate files. Future CLs will add Mac support for muliple monitors. TEST=Browser windows should remember their position on Mac. The corresponding behavior on Windows should not have changed. Review URL: http://codereview.chromium.org/113286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16056 0039d316-1c4b-4281-b951-d872f2087c98