Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Aura: Toggling window mode in about:flags works on CrOS devices | jamescook@chromium.org | 2012-01-05 | 1 | -4/+1 |
| | | | | | | | | | | | | | | The problem was that programmatically modifying the command line doesn't change switches visible in about:flags -- they are in a special section. Reworked the code to: * Not modify the command line when automatically setting the mode. We now store the mode in ash::Shell. * Add an "automatic" option for window mode, equivalent to not specifying anything on the command line. BUG=109002 TEST=aura_shell_unittests for Shell, manual on device modifying about:flags Review URL: http://codereview.chromium.org/9093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116438 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Rename the aura_shell namespace to ash | ben@chromium.org | 2011-12-24 | 1 | -2/+2 |
| | | | | | | | | | http://crbug.com/108457 TEST=none TBR=sky Review URL: http://codereview.chromium.org/9033007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115748 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Move last few files -> ash | ben@chromium.org | 2011-12-23 | 1 | -0/+29 |
http://crbug.com/108457 TEST=none TBR=sky Review URL: http://codereview.chromium.org/9036011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115743 0039d316-1c4b-4281-b951-d872f2087c98 |