summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/fullscreen_controller.mm
Commit message (Collapse)AuthorAgeFilesLines
* Mac: prevent the overlay from sliding in and out on fullscreen mode switch.viettrungluu@chromium.org2010-02-171-4/+7
| | | | | | | | | BUG=35959 TEST=Go to various web pages, focus various things, switch in and out of fullscreen mode; overlay should never slide in and then out (it should either be and stay in, if appropriate, or be out and stay out). Review URL: http://codereview.chromium.org/601090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39258 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: fullscreen mode work (still not enabled).viettrungluu@chromium.org2010-02-101-150/+282
| | | | | | | | | | | | | Change the way different things ensure the floating bar is visible. The new model is that things can "lock bar visibility" (and this locking can continue even outside fullscreen mode). Set up explicit timers for showing/hiding. BUG=31638 TEST=Things still work normally. Review URL: http://codereview.chromium.org/587015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38574 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Adds code for fullscreen mode, including a floating dropdown toolbar ↵rohitrao@chromium.org2010-02-031-0/+346
and tabstrip. This change does not enable the fullscreen menu item; a future CL will do that. BUG=31638 TEST=No visible changes. Unittests should pass. Review URL: http://codereview.chromium.org/542013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37932 0039d316-1c4b-4281-b951-d872f2087c98