summaryrefslogtreecommitdiffstats
path: root/chrome/browser/fullscreen_aurax11.cc
Commit message (Collapse)AuthorAgeFilesLines
* linux_aura: Compile ash into chrome.erg@chromium.org2014-05-201-0/+10
| | | | | | | | | | | | | | | | | | | | | | [This is take three. I believe that I've now fixed all the static initializers (including both files named debug_utils.cc that were including <iostream>), the packaging failures, and the black border on the app list as pointed out by mgiuca@.] Running chrome with the "--open-ash" parameter will create an ash desktop window. Ash on Linux has some problems, but at least we're now compiling the code into the binary. TODO: The applist isn't positioned correctly, and some details of the system tray aren't correct. BUG=300084, 303862 TBR=sky@chromium.org First Review URL: https://codereview.chromium.org/25108005 Review URL: https://codereview.chromium.org/292443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271725 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 270232 "linux_aura: Compile ash into chrome."erg@chromium.org2014-05-131-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Reverted once again because because there are two more static initializers. > linux_aura: Compile ash into chrome. > > [This is a reland now that the static initializers should be fixed.] > > Running chrome with the "--open-ash" parameter will create an ash > desktop window. Ash on Linux has some problems, but at least we're now > compiling the code into the binary. > > TODO: The applist isn't positioned correctly, and some details of the > system tray aren't correct. > > BUG=300084, 303862 > TBR=sky@chromium.org > First Review URL: https://codereview.chromium.org/25108005 > > Review URL: https://codereview.chromium.org/270383007 TBR=erg@chromium.org Review URL: https://codereview.chromium.org/287783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270241 0039d316-1c4b-4281-b951-d872f2087c98
* linux_aura: Compile ash into chrome.erg@chromium.org2014-05-131-0/+10
| | | | | | | | | | | | | | | | | | | [This is a reland now that the static initializers should be fixed.] Running chrome with the "--open-ash" parameter will create an ash desktop window. Ash on Linux has some problems, but at least we're now compiling the code into the binary. TODO: The applist isn't positioned correctly, and some details of the system tray aren't correct. BUG=300084, 303862 TBR=sky@chromium.org First Review URL: https://codereview.chromium.org/25108005 Review URL: https://codereview.chromium.org/270383007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270232 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 269892 "linux_aura: Compile ash into chrome."erg@chromium.org2014-05-121-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | Major regression in chrome-si/initializers. Reverting for now to fix. > linux_aura: Compile ash into chrome. > > Running chrome with the "--open-ash" parameter will create an ash > desktop window. Ash on Linux has some problems, but at least we're now > compiling the code into the binary. > > TODO: The applist isn't positioned correctly, and some details of the > system tray aren't correct. > > BUG=300084, 303862 > R=sky@chromium.org > > Review URL: https://codereview.chromium.org/25108005 TBR=erg@chromium.org Review URL: https://codereview.chromium.org/276773004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269902 0039d316-1c4b-4281-b951-d872f2087c98
* linux_aura: Compile ash into chrome.erg@chromium.org2014-05-121-0/+10
| | | | | | | | | | | | | | | | Running chrome with the "--open-ash" parameter will create an ash desktop window. Ash on Linux has some problems, but at least we're now compiling the code into the binary. TODO: The applist isn't positioned correctly, and some details of the system tray aren't correct. BUG=300084, 303862 R=sky@chromium.org Review URL: https://codereview.chromium.org/25108005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269892 0039d316-1c4b-4281-b951-d872f2087c98
* Implements fullscreen_aura.cc for Linux-Aura.mukai@chromium.org2014-02-261-0/+25
| | | | | | | | | BUG=344630 R=erg@chromium.org Review URL: https://codereview.chromium.org/175573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253308 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 243289 "Implement aura isFullScreenMode() for desktop-X11 only"dongseong.hwang@intel.com2014-02-051-123/+0
| | | | | | | | | | | | | | | | | | > Implement aura isFullScreenMode() for desktop-X11 only > > IsFullScreenMode() in fullscreen_aura was not implemented. > This CL provides an implementation of the IsFullScreenMode() > and is inspired by the GTK counterpart > > Review URL: https://codereview.chromium.org/118703004 This CL fixes Ozone build. BUG=N/A Review URL: https://codereview.chromium.org/151513005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248929 0039d316-1c4b-4281-b951-d872f2087c98
* Implement aura isFullScreenMode() for desktop-X11 onlyrijubrata.bhaumik@intel.com2014-01-071-0/+123
IsFullScreenMode() in fullscreen_aura was not implemented. This CL provides an implementation of the IsFullScreenMode() and is inspired by the GTK counterpart Review URL: https://codereview.chromium.org/118703004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243289 0039d316-1c4b-4281-b951-d872f2087c98