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

Issue 544953003: Supprot V2 app: step1 (Closed)

Created:
6 years, 3 months ago by oshima
Modified:
6 years, 3 months ago
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

Supprot V2 app: step1 * Add AthenaAppDelegate * Add factory functions to create various dialogs * Add terminating callback to AthenaEnv BUG=410448 TEST=AthenaEnvTest.TerminatingCallback TBR=sky@chromium.org, jochen@chromium.org, reed@chromium.org Committed: https://crrev.com/480242d63b091995b58c1e21940249d91af9544f Cr-Commit-Position: refs/heads/master@{#294123}

Patch Set 1 : #

Total comments: 7

Patch Set 2 : #

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+695 lines, -47 lines) Patch
M athena/activity/activity_frame_view.h View 2 chunks +1 line, -2 lines 0 comments Download
M athena/athena.gyp View 1 2 3 chunks +10 lines, -5 lines 0 comments Download
M athena/content/chrome/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A athena/content/chrome/dialogs.cc View 1 chunk +24 lines, -0 lines 0 comments Download
M athena/content/public/DEPS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A athena/content/public/dialogs.h View 1 chunk +34 lines, -0 lines 0 comments Download
A athena/content/shell/dialogs.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M athena/content/web_activity.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M athena/env/athena_env_impl.cc View 1 2 3 chunks +42 lines, -1 line 0 comments Download
M athena/env/athena_env_unittest.cc View 1 2 1 chunk +90 lines, -0 lines 0 comments Download
M athena/env/public/athena_env.h View 2 chunks +12 lines, -4 lines 0 comments Download
M athena/extensions/chrome/DEPS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A + athena/extensions/chrome/athena_app_delegate.h View 3 chunks +20 lines, -13 lines 0 comments Download
A athena/extensions/chrome/athena_app_delegate.cc View 1 chunk +183 lines, -0 lines 0 comments Download
M athena/extensions/chrome/athena_apps_client.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M athena/main/DEPS View 1 chunk +4 lines, -1 line 0 comments Download
A athena/main/athena_frame_view.h View 1 chunk +56 lines, -0 lines 0 comments Download
A athena/main/athena_frame_view.cc View 1 chunk +92 lines, -0 lines 0 comments Download
M athena/main/athena_launcher.cc View 1 2 3 chunks +1 line, -18 lines 0 comments Download
M athena/main/athena_main.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M athena/main/athena_main.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
A athena/main/athena_views_delegate.h View 1 chunk +29 lines, -0 lines 0 comments Download
A athena/main/athena_views_delegate.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/athena/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.cc View 2 chunks +23 lines, -1 line 0 comments Download

Messages

Total messages: 32 (23 generated)
oshima
6 years, 3 months ago (2014-09-09 23:37:36 UTC) #15
Jun Mukai
https://codereview.chromium.org/544953003/diff/250001/athena/env/athena_env_impl.cc File athena/env/athena_env_impl.cc (right): https://codereview.chromium.org/544953003/diff/250001/athena/env/athena_env_impl.cc#newcode267 athena/env/athena_env_impl.cc:267: virtual void AddTerminatingCallback(const base::Closure& closure) OVERRIDE { Rather than ...
6 years, 3 months ago (2014-09-10 00:07:11 UTC) #16
Jun Mukai
https://codereview.chromium.org/544953003/diff/250001/athena/env/athena_env_impl.cc File athena/env/athena_env_impl.cc (right): https://codereview.chromium.org/544953003/diff/250001/athena/env/athena_env_impl.cc#newcode292 athena/env/athena_env_impl.cc:292: (*iter).Run(); iter->Run();
6 years, 3 months ago (2014-09-10 00:24:30 UTC) #17
oshima
https://codereview.chromium.org/544953003/diff/250001/athena/env/athena_env_impl.cc File athena/env/athena_env_impl.cc (right): https://codereview.chromium.org/544953003/diff/250001/athena/env/athena_env_impl.cc#newcode267 athena/env/athena_env_impl.cc:267: virtual void AddTerminatingCallback(const base::Closure& closure) OVERRIDE { On 2014/09/10 ...
6 years, 3 months ago (2014-09-10 00:47:50 UTC) #18
Jun Mukai
lgtm https://codereview.chromium.org/544953003/diff/250001/athena/env/athena_env_impl.cc File athena/env/athena_env_impl.cc (right): https://codereview.chromium.org/544953003/diff/250001/athena/env/athena_env_impl.cc#newcode267 athena/env/athena_env_impl.cc:267: virtual void AddTerminatingCallback(const base::Closure& closure) OVERRIDE { On ...
6 years, 3 months ago (2014-09-10 00:51:48 UTC) #19
oshima
tbr'ing for following DEPS sky -> ui/base, chrome/browser in athena/content/chrome/DEPS, athena/extensions/chrome jochen -> content/public/browser in ...
6 years, 3 months ago (2014-09-10 05:34:15 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/544953003/450001
6 years, 3 months ago (2014-09-10 05:34:53 UTC) #30
commit-bot: I haz the power
Committed patchset #4 (id:450001) as 211621285ac55cb119e4d8bc97a30601f24f6cea
6 years, 3 months ago (2014-09-10 06:31:48 UTC) #31
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 06:36:23 UTC) #32
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/480242d63b091995b58c1e21940249d91af9544f
Cr-Commit-Position: refs/heads/master@{#294123}

Powered by Google App Engine
This is Rietveld 408576698