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

Issue 552133003: Support app.window.create on athena (Closed)

Created:
6 years, 3 months ago by hashimoto
Modified:
6 years, 3 months ago
Reviewers:
James Cook, benwells, oshima
CC:
chromium-reviews, darin-cc_chromium.org, jam, extensions-reviews_chromium.org, jochen+watch_chromium.org, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@apifeatures
Project:
chromium
Visibility:
Public.

Description

Support app.window.create on athena *src/athena Change ShellAppActivity to accept both AppWindow and ShellAppWindow. Implement AppsClient to create NativeAppWindow and AppDelegate instances. *src/extensions/shell Add a new method DefaultShellBrowserMainDelegate::CreateAppsClient() to inject athena's AppsClient. *src/extensions/browser Add missing dtor to extensions::AppsClient to destroy an instance with a base class pointer in DefaultShellBrowserMainDelegate. BUG=387288 TBR=benwells@chromium.org for the addition of the missing dtor of extensions::AppsClient. Committed: https://crrev.com/68096136752418afb7fe4110e928921786439f18 Cr-Commit-Position: refs/heads/master@{#294363}

Patch Set 1 #

Total comments: 6

Patch Set 2 : rebase #

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -7 lines) Patch
M athena/content/shell/DEPS View 1 chunk +2 lines, -1 line 0 comments Download
M athena/content/shell/content_activity_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M athena/content/shell/shell_app_activity.h View 1 3 chunks +4 lines, -0 lines 0 comments Download
M athena/content/shell/shell_app_activity.cc View 1 2 chunks +10 lines, -1 line 0 comments Download
M athena/main/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M athena/main/athena_main.cc View 1 2 3 chunks +52 lines, -0 lines 0 comments Download
M extensions/browser/app_window/apps_client.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/shell/browser/default_shell_browser_main_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/shell/browser/default_shell_browser_main_delegate.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_browser_main_delegate.h View 2 chunks +4 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_browser_main_parts.h View 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/shell/browser/shell_browser_main_parts.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
hashimoto
After this patch and another (https://codereview.chromium.org/546683002/) get landed, it will be possible to use chrome.app.window.create ...
6 years, 3 months ago (2014-09-10 11:00:04 UTC) #2
oshima
athena lgtm, with nits and fyi. https://codereview.chromium.org/552133003/diff/1/athena/main/athena_main.cc File athena/main/athena_main.cc (right): https://codereview.chromium.org/552133003/diff/1/athena/main/athena_main.cc#newcode92 athena/main/athena_main.cc:92: public: // extensions::AppsClient: ...
6 years, 3 months ago (2014-09-10 16:11:16 UTC) #3
James Cook
LGTM Let me know if you would like me to help with any of this ...
6 years, 3 months ago (2014-09-10 18:48:47 UTC) #4
hashimoto
https://codereview.chromium.org/552133003/diff/1/athena/main/athena_main.cc File athena/main/athena_main.cc (right): https://codereview.chromium.org/552133003/diff/1/athena/main/athena_main.cc#newcode92 athena/main/athena_main.cc:92: public: On 2014/09/10 16:11:16, oshima wrote: > // extensions::AppsClient: ...
6 years, 3 months ago (2014-09-11 06:26:35 UTC) #6
hashimoto
TBRing benwells@chromium.org for the addition of the missing dtor of extensions::AppsClient.
6 years, 3 months ago (2014-09-11 06:27:14 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/552133003/80001
6 years, 3 months ago (2014-09-11 06:29:54 UTC) #12
oshima
On 2014/09/11 06:26:35, hashimoto wrote: > https://codereview.chromium.org/552133003/diff/1/athena/main/athena_main.cc > File athena/main/athena_main.cc (right): > > https://codereview.chromium.org/552133003/diff/1/athena/main/athena_main.cc#newcode92 > ...
6 years, 3 months ago (2014-09-11 08:05:31 UTC) #13
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 3 months ago (2014-09-11 08:31:34 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/552133003/80001
6 years, 3 months ago (2014-09-11 08:32:28 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:80001) as 71fb6afd84b75630121c021114f5c730cf03e270
6 years, 3 months ago (2014-09-11 09:16:30 UTC) #18
commit-bot: I haz the power
6 years, 3 months ago (2014-09-11 09:23:14 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/68096136752418afb7fe4110e928921786439f18
Cr-Commit-Position: refs/heads/master@{#294363}

Powered by Google App Engine
This is Rietveld 408576698