summaryrefslogtreecommitdiffstats
path: root/chrome/browser/app_mode
Commit message (Collapse)AuthorAgeFilesLines
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-2/+2
| | | | | | | | | | | | Covers chrome/app* and chrome/browser/* through e. BUG=422426 TEST=none TBR=ben@chromium.org Review URL: https://codereview.chromium.org/819133004 Cr-Commit-Position: refs/heads/master@{#309476}
* UI for Show URL.pkasting@chromium.org2013-09-131-1/+0
| | | | | | | | | | BUG=248287 TEST=When search term replacement is active, omnibox context menu has "Show URL" option to show and select URL. R=erg@chromium.org, msw@chromium.org, sail@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/23686015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223171 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up kiosk app mode flags.xiyuan@chromium.org2013-07-102-12/+2
| | | | | | | | | | | | Remove kiosk app mode flags and the underlying switches "disable-app-mode" and "disable-fullscreen-app". The feature is on by default for a while and the disable flags are no longer needed. BUG=none Review URL: https://chromiumcodereview.appspot.com/18655006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210716 0039d316-1c4b-4281-b951-d872f2087c98
* cros: Flip app mode flags.xiyuan@chromium.org2013-03-221-1/+1
| | | | | | | | | | | | enable-app-mode -> disable-app-mode force-fullscreen-app -> disable-fullscreen-app BUG=222433 TBR=dbeam@ for c/b/ui/webui changes Review URL: https://codereview.chromium.org/12720018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189819 0039d316-1c4b-4281-b951-d872f2087c98
* cros: Make app window full screen in app mode.xiyuan@chromium.org2013-03-062-0/+10
| | | | | | | | | | | | | | The behavior is controlled by 'force-fullscreen-app' flag. BUG=179180 TEST=Verify kiosk app opens in full screen. R=zelidrag@chromium.org,jeremya@chromium.org TBR=sky@chromium.org for about_flags etc. Review URL: https://chromiumcodereview.appspot.com/12381051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186305 0039d316-1c4b-4281-b951-d872f2087c98
* cros: Add app mode restrictions.xiyuan@chromium.org2013-03-052-3/+44
| | | | | | | | | | | | | | | | | - White list ash accelerator actions; - White list browser accelerators; - Use a limited render view context menu; BUG=178469 TEST=Verify Ctrl-N etc is disabled and no accelerator/menu to get a browser window in app mode. R=zelidrag@chromium.org,sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/12389083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186214 0039d316-1c4b-4281-b951-d872f2087c98
* Made launcher hidden when kicking off chrome in app mode.zelidrag@chromium.org2013-01-312-0/+34
A new switch --force-app-mode has been added for this purpose. On ChromeOS, this switch will also force app install in the next CL. BUG=172988, 173008 TEST=none Review URL: https://codereview.chromium.org/12077055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179762 0039d316-1c4b-4281-b951-d872f2087c98