summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/fullscreen_exit_bubble.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Remove forward declarations in various chrome/browser directories.thestig@chromium.org2011-11-161-4/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8533030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110225 0039d316-1c4b-4281-b951-d872f2087c98
* views: Implementation of the new fullscreen bubble.thakis@chromium.org2011-10-171-5/+25
| | | | | | | | | | | | | | | | Due to the base class changing, this also touches the GTK UI, but the GTK changes should be mostly no-ops. Based on a patch by Yuzhu Shen <yzshen@chromium.org> BUG=95136, 100266 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105922 Review URL: http://codereview.chromium.org/8321016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105927 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 105922 - views: Implementation of the new fullscreen bubble.thakis@chromium.org2011-10-171-25/+5
| | | | | | | | | | | | | | | | | Due to the base class changing, this also touches the GTK UI, but the GTK changes should be mostly no-ops. Based on a patch by Yuzhu Shen <yzshen@chromium.org> BUG=95136, 100266 TEST=none Review URL: http://codereview.chromium.org/8321016 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/8318026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105924 0039d316-1c4b-4281-b951-d872f2087c98
* views: Implementation of the new fullscreen bubble.thakis@chromium.org2011-10-171-5/+25
| | | | | | | | | | | | | | Due to the base class changing, this also touches the GTK UI, but the GTK changes should be mostly no-ops. Based on a patch by Yuzhu Shen <yzshen@chromium.org> BUG=95136, 100266 TEST=none Review URL: http://codereview.chromium.org/8321016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105922 0039d316-1c4b-4281-b951-d872f2087c98
* Implement fullscreen info bubble on Win and Mac.jeremya@chromium.org2011-10-151-11/+13
| | | | | | | | | | | | | | | | When a site enters fullscreen a bubble should appear, both to give the user the option to exit fullscreen and to inform them that the site has entered fullscreen. This patch implements that behaviour on Windows and Mac. XIB changes: (FullScreenExitBubble.xib) * Added explanatory text field. * Added "allow" and "deny" buttons. * Changed from View into Window. BUG=73923 TEST= Review URL: http://codereview.chromium.org/7740044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105649 0039d316-1c4b-4281-b951-d872f2087c98
* Abstract fullscreen exit bubble logic to bring Linux's behaviour in line withtony@chromium.org2011-08-121-0/+92
Windows. BUG=30743 TEST= Review URL: http://codereview.chromium.org/7549005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96568 0039d316-1c4b-4281-b951-d872f2087c98