Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Issue 642383003: Add the ability to load multiple apps into app_shell. (Closed)

Created:
6 years, 2 months ago by lfg
Modified:
6 years, 1 month ago
Reviewers:
lazyboy, James Cook, oshima
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add 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 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -51 lines) Patch
M athena/extensions/shell/extensions_delegate_impl.cc View 1 2 3 3 chunks +3 lines, -6 lines 0 comments Download
M athena/main/athena_main.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/browser/guest_view/web_view/web_view_apitest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M extensions/shell/browser/default_shell_browser_main_delegate.cc View 1 2 3 2 chunks +18 lines, -7 lines 0 comments Download
M extensions/shell/browser/desktop_controller.h View 1 chunk +3 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_desktop_controller.h View 1 2 3 4 3 chunks +5 lines, -2 lines 0 comments Download
M extensions/shell/browser/shell_desktop_controller.cc View 1 2 3 4 chunks +18 lines, -7 lines 0 comments Download
M extensions/shell/browser/shell_extension_system.h View 1 2 3 4 5 2 chunks +8 lines, -11 lines 0 comments Download
M extensions/shell/browser/shell_extension_system.cc View 1 2 3 2 chunks +19 lines, -13 lines 0 comments Download
M extensions/shell/browser/shell_native_app_window.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/shell/test/shell_apitest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
lfg
First pass, PTAL.
6 years, 2 months ago (2014-10-23 20:45:37 UTC) #2
James Cook
Looks like the right direction to me. https://codereview.chromium.org/642383003/diff/1/extensions/shell/browser/default_shell_browser_main_delegate.cc File extensions/shell/browser/default_shell_browser_main_delegate.cc (right): https://codereview.chromium.org/642383003/diff/1/extensions/shell/browser/default_shell_browser_main_delegate.cc#newcode34 extensions/shell/browser/default_shell_browser_main_delegate.cc:34: t(path_list, FILE_PATH_LITERAL(",")); ...
6 years, 2 months ago (2014-10-23 21:29:53 UTC) #3
lfg
https://codereview.chromium.org/642383003/diff/1/extensions/shell/browser/default_shell_browser_main_delegate.cc File extensions/shell/browser/default_shell_browser_main_delegate.cc (right): https://codereview.chromium.org/642383003/diff/1/extensions/shell/browser/default_shell_browser_main_delegate.cc#newcode34 extensions/shell/browser/default_shell_browser_main_delegate.cc:34: t(path_list, FILE_PATH_LITERAL(",")); On 2014/10/23 21:29:52, James Cook wrote: > ...
6 years, 2 months ago (2014-10-23 22:04:05 UTC) #4
James Cook
LGTM with nits. I suggest oshima as a reviewer for the Athena bits. https://codereview.chromium.org/642383003/diff/80001/extensions/shell/browser/default_shell_browser_main_delegate.cc File ...
6 years, 2 months ago (2014-10-24 00:26:50 UTC) #5
lfg
https://codereview.chromium.org/642383003/diff/80001/extensions/shell/browser/shell_extension_system.h File extensions/shell/browser/shell_extension_system.h (right): https://codereview.chromium.org/642383003/diff/80001/extensions/shell/browser/shell_extension_system.h#newcode12 extensions/shell/browser/shell_extension_system.h:12: #include "extensions/common/extension_set.h" On 2014/10/24 00:26:49, James Cook wrote: > ...
6 years, 1 month ago (2014-10-24 15:23:15 UTC) #6
lfg
lazyboy@chromium.org: Please review changes in web_view oshima@chromium.org: Please review changes in athena
6 years, 1 month ago (2014-10-24 15:23:57 UTC) #8
oshima
lgtm nice to see that app shell can run multiple apps now!
6 years, 1 month ago (2014-10-24 15:33:14 UTC) #9
lazyboy
web_view LGTM
6 years, 1 month ago (2014-10-24 16:15:32 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/642383003/100001
6 years, 1 month ago (2014-10-24 16:20:41 UTC) #12
commit-bot: I haz the power
Committed patchset #6 (id:100001)
6 years, 1 month ago (2014-10-24 17:34:19 UTC) #13
commit-bot: I haz the power
6 years, 1 month ago (2014-10-24 17:35:07 UTC) #14
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/45eeb4a8886278206f4ebd9e8335314d042fb987
Cr-Commit-Position: refs/heads/master@{#301135}

Powered by Google App Engine
This is Rietveld 408576698