DescriptionAdd the ability to load multiple apps into app_shell.
* To load the apps you can specify a comma-separated list in the command-line.
For example: 'app_shell --app-shell-app-path=path/to/app1/,path/to/app2'
* For now there's no API to control the focus of the apps, so the only way
to switch apps is to either close the app_window (which will switch focus to
the next app in the hierarchy) or using the aura::Window API directly and
calling Focus() on the windows.
BUG=422618
Committed: https://crrev.com/45eeb4a8886278206f4ebd9e8335314d042fb987
Cr-Commit-Position: refs/heads/master@{#301135}
Patch Set 1 #
Total comments: 15
Patch Set 2 : tests #
Total comments: 3
Patch Set 3 : fixing athena #Patch Set 4 : #Patch Set 5 : windows #
Total comments: 5
Patch Set 6 : #Messages
Total messages: 14 (3 generated)
|