summaryrefslogtreecommitdiffstats
path: root/ash/ash_constants.h
Commit message (Collapse)AuthorAgeFilesLines
* ash: Fix hit-testing when windows are in immersive fullscreen mode.sadrul@chromium.org2014-01-281-0/+4
| | | | | | | | | | | | | | | | | | If a window is in an immersive fullscreen mode, then touch events towards the top of the screen should not reach the child window, because the window can consume the touch events, and in that case, the top-container of the window cannot be revealed using touch-drag gesture. The CL moves ResizeHandleWindowTargeter out of FrameBorderHitTestController into its own file, and updates it so that it can be used for immersive mode fullscreen windows in ImmersiveFullscreenController. BUG=318879 R=jamescook@chromium.org, pkotwicz@chromium.org Review URL: https://codereview.chromium.org/143453005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247518 0039d316-1c4b-4281-b951-d872f2087c98
* aura/ash cleanup: Use a single window-key for constrained windows.sadrul@chromium.org2013-12-021-5/+0
| | | | | | | | | | | | There is a kConstrainedWindowKey in both ash and aura::client namespace, which is pretty confusing when reading the code. So remove the ash version. BUG=none R=sky@chromium.org Review URL: https://codereview.chromium.org/97893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238195 0039d316-1c4b-4281-b951-d872f2087c98
* Minimize black screen during the boot with multi displaysoshima@chromium.org2013-01-301-0/+5
| | | | | | | | | | | | | | | * Do not try to install Background when a root window is added if a background isn't set yet. * Set the boot screen background color to the root window during the boot if there is external display. BUG=171050 TEST=manual Review URL: https://chromiumcodereview.appspot.com/12079002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179502 0039d316-1c4b-4281-b951-d872f2087c98
* Use the same blue solid border among tray and launcher, for focus.mukai@chromium.org2012-10-301-0/+5
| | | | | | | | BUG=158345 Review URL: https://chromiumcodereview.appspot.com/11306012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164959 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Use different hit-test outer-region for mouse and touch events.sadrul@chromium.org2012-08-091-1/+1
| | | | | | | | | | | | The hit-region for windows need to be larger for touch events to allow resizing windows easily, while continuing to use a smaller hit-region for mouse-events. BUG=135187 Review URL: https://chromiumcodereview.appspot.com/10854060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150870 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Export some constants for some code cleanup.sadrul@chromium.org2012-08-081-0/+12
| | | | | | | | BUG=none Review URL: https://chromiumcodereview.appspot.com/10825249 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150586 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing problems with constrained windows (i.e. print preview)skuhne@chromium.org2012-08-011-0/+21
BUG=135103, 135096, 135116 Review URL: https://chromiumcodereview.appspot.com/10826085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149497 0039d316-1c4b-4281-b951-d872f2087c98