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

Issue 505273002: Move app_shell specific impl from athena_lib to athena_shell_lib (Closed)

Created:
6 years, 3 months ago by oshima
Modified:
6 years, 3 months ago
Reviewers:
James Cook, Jun Mukai
CC:
chromium-reviews, darin-cc_chromium.org, jam, jochen+watch_chromium.org, Dmitry Polukhin, hashimoto
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Move app_shell specific impl from athena_lib to athena_shell_lib * AppActivity is now base class. There will be one for chrome * Moved content_activity_factory.h from public to impl as ther eis no need to expose header. * Added CreateAppActivity that takes apps::Window. Chrome impl will use this to create an activity. This simply returns NULL for app_shell version. BUG=397167 R=mukai@chromium.org TBR=jamescook@chromium.org TEST=no functional change. all tests must pass. Committed: https://crrev.com/025e4673571604d9bb7cbb7359030a076e8611ce Cr-Commit-Position: refs/heads/master@{#292038}

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -69 lines) Patch
M athena/activity/public/activity_factory.h View 1 2 chunks +11 lines, -2 lines 0 comments Download
M athena/athena.gyp View 1 4 chunks +6 lines, -2 lines 0 comments Download
M athena/content/DEPS View 1 chunk +0 lines, -7 lines 0 comments Download
M athena/content/app_activity.h View 3 chunks +6 lines, -4 lines 0 comments Download
M athena/content/app_activity.cc View 3 chunks +4 lines, -7 lines 0 comments Download
M athena/content/app_activity_unittest.cc View 1 3 chunks +6 lines, -2 lines 0 comments Download
A + athena/content/content_activity_factory.h View 3 chunks +5 lines, -5 lines 0 comments Download
M athena/content/content_activity_factory.cc View 2 chunks +3 lines, -5 lines 0 comments Download
D athena/content/public/content_activity_factory.h View 1 chunk +0 lines, -31 lines 0 comments Download
A athena/content/public/content_activity_factory_creator.h View 1 chunk +16 lines, -0 lines 0 comments Download
A athena/content/shell/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
A athena/content/shell/content_activity_factory.cc View 1 chunk +21 lines, -0 lines 0 comments Download
A athena/content/shell/shell_app_activity.h View 1 chunk +34 lines, -0 lines 0 comments Download
A athena/content/shell/shell_app_activity.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M athena/main/athena_launcher.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M athena/main/athena_main.cc View 1 chunk +0 lines, -1 line 0 comments Download
M athena/test/sample_activity_factory.h View 1 chunk +2 lines, -0 lines 0 comments Download
M athena/test/sample_activity_factory.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
oshima
Patchset #1 (id:1) has been deleted
6 years, 3 months ago (2014-08-26 18:11:08 UTC) #1
oshima
Patchset #1 (id:20001) has been deleted
6 years, 3 months ago (2014-08-26 18:11:42 UTC) #2
oshima
6 years, 3 months ago (2014-08-26 18:11:57 UTC) #3
oshima
Patchset #2 (id:60001) has been deleted
6 years, 3 months ago (2014-08-26 20:08:51 UTC) #4
Jun Mukai
+hashimoto Still confused. Once hashimoto's task has been finished, I think ShellAppActivity will be gone... ...
6 years, 3 months ago (2014-08-26 21:28:23 UTC) #5
Jun Mukai
https://codereview.chromium.org/505273002/diff/40001/athena/main/athena_launcher.cc File athena/main/athena_launcher.cc (right): https://codereview.chromium.org/505273002/diff/40001/athena/main/athena_launcher.cc#newcode133 athena/main/athena_launcher.cc:133: StartAthenaSession(athena::CreateContentActivityFactory(), Thinking about this: I would say ContentAppModelBuilder and ...
6 years, 3 months ago (2014-08-26 21:34:00 UTC) #6
oshima
On 2014/08/26 21:28:23, Jun Mukai wrote: > +hashimoto > > Still confused. Once hashimoto's task ...
6 years, 3 months ago (2014-08-26 21:43:19 UTC) #7
oshima
https://codereview.chromium.org/505273002/diff/40001/athena/activity/public/activity_factory.h File athena/activity/public/activity_factory.h (right): https://codereview.chromium.org/505273002/diff/40001/athena/activity/public/activity_factory.h#newcode44 athena/activity/public/activity_factory.h:44: // The returned activity should own |app_window|. On 2014/08/26 ...
6 years, 3 months ago (2014-08-26 21:43:27 UTC) #8
Jun Mukai
lgtm looked at crbug.com/403726 and it still looks a long way to go. I'm okay ...
6 years, 3 months ago (2014-08-26 21:46:36 UTC) #9
oshima
https://codereview.chromium.org/505273002/diff/40001/athena/main/athena_launcher.cc File athena/main/athena_launcher.cc (right): https://codereview.chromium.org/505273002/diff/40001/athena/main/athena_launcher.cc#newcode133 athena/main/athena_launcher.cc:133: StartAthenaSession(athena::CreateContentActivityFactory(), On 2014/08/26 21:33:59, Jun Mukai wrote: > Thinking ...
6 years, 3 months ago (2014-08-26 21:56:55 UTC) #10
oshima
oshima@chromium.org changed reviewers: + jamescook@chromium.org
6 years, 3 months ago (2014-08-26 22:02:41 UTC) #11
oshima
TBR'ing jamescook for moving "+extensions/shell/browser/shell_app_window.h" deps from athena/content/DEPS to athena/content/shell/DEPS
6 years, 3 months ago (2014-08-26 22:02:41 UTC) #12
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 3 months ago (2014-08-26 22:02:48 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/505273002/80001
6 years, 3 months ago (2014-08-26 22:04:29 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (80001) as daef0890f7735a4cb4464231c149b8088d120a8b
6 years, 3 months ago (2014-08-26 23:52:05 UTC) #15
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:47:36 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/025e4673571604d9bb7cbb7359030a076e8611ce
Cr-Commit-Position: refs/heads/master@{#292038}

Powered by Google App Engine
This is Rietveld 408576698