[Tracking bug] Standalone app_shell to run apps on Linux and Chrome OS |
|||||||||||||||||||||
Issue descriptionTracking bug for the standalone app_shell target for running certain platform apps without running chrome. This requires moving code necessary for apps out from //chrome into //extensions, which also clarifies the extensions system a bit and enables the eventual removal of apps support from Chrome on non-Chrome OS. Inspired by content_shell, app_shell includes just enough to run a Chrome app. Much of that functionality is still missing from app_shell. The original goals ( issue 288226 ) still apply: - minimal performance cost (less memory, less I/O, less CPU) - minimal dependencies (no extraneous services, no chrome/browser/*) - usable as a base for building a minimal standalone app - easier/faster/reliable testing of extension runtime and app APIs but we also intend to expand on the "minimal standalone app" goal by adding the capability to run multiple apps simultaneously, and to support extensions as well. This is a meta-bug for making AppShell production-ready on Chrome OS, along with minimal Linux support. Since the project was suspended for some time, part of this involves simplify figuring out what works and what needs fixing. ⛆ |
|
|
,
Jan 9 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/6cc74c86d8ea1cc0ba5fa8de692870f08ddf556a commit 6cc74c86d8ea1cc0ba5fa8de692870f08ddf556a Author: michaelpg <michaelpg@chromium.org> Date: Mon Jan 09 20:40:07 2017 AppShell: enable touch emulation from command line BUG=675413 R=steel@chromium.org Review-Url: https://codereview.chromium.org/2587683002 Cr-Commit-Position: refs/heads/master@{#442331} [modify] https://crrev.com/6cc74c86d8ea1cc0ba5fa8de692870f08ddf556a/extensions/shell/BUILD.gn [modify] https://crrev.com/6cc74c86d8ea1cc0ba5fa8de692870f08ddf556a/extensions/shell/browser/shell_browser_main_parts.cc
,
Feb 26 2017
,
Mar 3 2017
,
Mar 3 2017
,
Apr 6 2017
,
Apr 13 2017
,
Apr 23 2017
,
May 8 2017
More specific summary now that AppShell is becoming useful.
,
May 8 2017
,
May 20 2017
,
May 23 2017
,
May 23 2017
,
May 24 2017
,
May 28 2017
,
Jul 14 2017
,
Jul 28 2017
,
Aug 28 2017
,
May 4 2018
|
||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by bugdroid1@chromium.org
, Dec 18 2016