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

Issue 270763002: Minimal athena shell main (Closed)

Created:
6 years, 7 months ago by oshima
Modified:
6 years, 7 months ago
Reviewers:
James Cook, brettw
CC:
chromium-reviews, tfarina, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 11

Patch Set 2 : #

Total comments: 9

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -37 lines) Patch
M apps/shell/app/shell_main_delegate.h View 1 2 3 4 3 chunks +15 lines, -7 lines 0 comments Download
M apps/shell/app/shell_main_delegate.cc View 1 2 3 4 3 chunks +7 lines, -1 line 0 comments Download
M apps/shell/app_shell.gyp View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
A apps/shell/browser/default_shell_browser_main_delegate.h View 1 2 3 4 1 chunk +30 lines, -0 lines 0 comments Download
A apps/shell/browser/default_shell_browser_main_delegate.cc View 1 2 3 4 1 chunk +37 lines, -0 lines 0 comments Download
A apps/shell/browser/shell_browser_main_delegate.h View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
M apps/shell/browser/shell_browser_main_parts.h View 1 2 3 4 3 chunks +5 lines, -2 lines 0 comments Download
M apps/shell/browser/shell_browser_main_parts.cc View 1 2 3 chunks +8 lines, -14 lines 0 comments Download
M apps/shell/browser/shell_content_browser_client.h View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download
M apps/shell/browser/shell_content_browser_client.cc View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M athena/DEPS View 1 chunk +4 lines, -0 lines 0 comments Download
A athena/main/DEPS View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A athena/main/athena_main.cc View 1 2 3 4 1 chunk +44 lines, -0 lines 0 comments Download
A + athena/main/athena_main.gyp View 1 1 chunk +10 lines, -9 lines 0 comments Download
M build/all.gyp View 1 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
oshima
not ready for review yet, but I want to hear your opinion. https://codereview.chromium.org/270763002/diff/60001/apps/shell/app/shell_main.cc File apps/shell/app/shell_main.cc ...
6 years, 7 months ago (2014-05-07 22:08:03 UTC) #1
James Cook
Overall this seems fine. I like the idea of a startup callback instead of a ...
6 years, 7 months ago (2014-05-07 23:42:45 UTC) #2
oshima
uploaded new patch. PTAL. https://codereview.chromium.org/270763002/diff/60001/apps/shell/app/shell_main.cc File apps/shell/app/shell_main.cc (right): https://codereview.chromium.org/270763002/diff/60001/apps/shell/app/shell_main.cc#newcode19 apps/shell/app/shell_main.cc:19: class AppShellDelegate : public apps::ShellDelegate ...
6 years, 7 months ago (2014-05-08 21:12:37 UTC) #3
James Cook
I hate to say this, but what do you think of going back to using ...
6 years, 7 months ago (2014-05-08 21:27:24 UTC) #4
oshima
changed to use ShellBrowserMainDelegate. PTAL. https://codereview.chromium.org/270763002/diff/160001/apps/shell/browser/shell_app_starter.cc File apps/shell/browser/shell_app_starter.cc (right): https://codereview.chromium.org/270763002/diff/160001/apps/shell/browser/shell_app_starter.cc#newcode18 apps/shell/browser/shell_app_starter.cc:18: CommandLine* command_line = CommandLine::ForCurrentProcess(); ...
6 years, 7 months ago (2014-05-08 23:57:02 UTC) #5
James Cook
LGTM with nits https://codereview.chromium.org/270763002/diff/200001/apps/shell/browser/shell_browser_main_parts.cc File apps/shell/browser/shell_browser_main_parts.cc (right): https://codereview.chromium.org/270763002/diff/200001/apps/shell/browser/shell_browser_main_parts.cc#newcode109 apps/shell/browser/shell_browser_main_parts.cc:109: if (parameters_.ui_task) { Just to double-check: ...
6 years, 7 months ago (2014-05-09 15:56:00 UTC) #6
oshima
changed to use CreateShellBrowserMainDelegate() as discussed offline. app_shell_browsertest works and passes with this CL. https://codereview.chromium.org/270763002/diff/220001/apps/shell/app_shell.gyp ...
6 years, 7 months ago (2014-05-09 17:54:23 UTC) #7
James Cook
LGTM
6 years, 7 months ago (2014-05-09 19:55:42 UTC) #8
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 7 months ago (2014-05-09 20:10:23 UTC) #9
oshima
The CQ bit was unchecked by oshima@chromium.org
6 years, 7 months ago (2014-05-09 20:10:25 UTC) #10
oshima
+brettw for content/public/app dependency in athena/main/DEPS
6 years, 7 months ago (2014-05-09 20:11:57 UTC) #11
brettw
lgtm
6 years, 7 months ago (2014-05-09 20:27:38 UTC) #12
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 7 months ago (2014-05-09 20:30:22 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/270763002/260001
6 years, 7 months ago (2014-05-09 20:32:45 UTC) #14
commit-bot: I haz the power
6 years, 7 months ago (2014-05-11 00:06:21 UTC) #15
Message was sent while issue was closed.
Change committed as 269643

Powered by Google App Engine
This is Rietveld 408576698