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

Issue 2212303003: Implement app launch changes for app runtime extension proposal. (Closed)

Created:
4 years, 4 months ago by jdufault
Modified:
4 years, 4 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@tool-screenshot
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement app launch changes for app runtime extension proposal. This does not include the manifest changes. The proposal is at https://groups.google.com/a/chromium.org/forum/#!topic/apps-dev/F-Z6yXhiz0s. BUG=635995 Committed: https://crrev.com/9d3e955fe48e265bbb9f67a8acd69891e3a587ce Cr-Commit-Position: refs/heads/master@{#412357}

Patch Set 1 : Initial upload #

Total comments: 14

Patch Set 2 : Address comments #

Total comments: 8

Patch Set 3 : Fix compile #

Total comments: 10

Patch Set 4 : Comments & compile #

Patch Set 5 : Rebase #

Total comments: 30

Patch Set 6 : Address comments #

Patch Set 7 : Rebase #

Total comments: 4

Patch Set 8 : Nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -89 lines) Patch
M apps/launcher.h View 1 2 3 4 5 2 chunks +32 lines, -19 lines 0 comments Download
M apps/launcher.cc View 1 2 3 4 5 11 chunks +68 lines, -48 lines 0 comments Download
M chrome/browser/apps/app_launch_for_metro_restart_win.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/note_taking_app_utils.cc View 1 2 3 4 5 2 chunks +7 lines, -7 lines 0 comments Download
M extensions/browser/api/app_runtime/app_runtime_api.h View 1 2 3 4 5 3 chunks +15 lines, -5 lines 0 comments Download
M extensions/browser/api/app_runtime/app_runtime_api.cc View 1 2 3 4 5 6 7 3 chunks +18 lines, -6 lines 0 comments Download
M extensions/common/api/app_runtime.idl View 1 2 3 4 5 6 7 2 chunks +19 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_extension_system.cc View 1 2 3 4 5 4 chunks +5 lines, -3 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 53 (37 generated)
jdufault
derat@, here is the CL with the extension API implementation. This should be good enough ...
4 years, 4 months ago (2016-08-05 23:19:02 UTC) #7
Daniel Erat
https://codereview.chromium.org/2212303003/diff/20001/apps/launcher.h File apps/launcher.h (right): https://codereview.chromium.org/2212303003/diff/20001/apps/launcher.h#newcode47 apps/launcher.h:47: extensions::ActionData action_data); make this also take an optional const ...
4 years, 4 months ago (2016-08-05 23:36:46 UTC) #11
jdufault
https://codereview.chromium.org/2212303003/diff/20001/apps/launcher.h File apps/launcher.h (right): https://codereview.chromium.org/2212303003/diff/20001/apps/launcher.h#newcode47 apps/launcher.h:47: extensions::ActionData action_data); On 2016/08/05 23:36:45, Daniel Erat wrote: > ...
4 years, 4 months ago (2016-08-10 22:01:18 UTC) #18
Daniel Erat
generally looks fine to me, and i don't have any comments besides these. (there are ...
4 years, 4 months ago (2016-08-10 22:19:24 UTC) #21
jdufault
https://codereview.chromium.org/2212303003/diff/60001/apps/launcher.cc File apps/launcher.cc (right): https://codereview.chromium.org/2212303003/diff/60001/apps/launcher.cc#newcode102 apps/launcher.cc:102: action_data_(), On 2016/08/10 22:19:24, Daniel Erat wrote: > nit: ...
4 years, 4 months ago (2016-08-10 22:33:35 UTC) #25
jdufault
rdevlin.cronin@, PTAL. I've dropped the SOURCE_ACTION launch source and used SOURCE_UNTRACKED instead. If you strongly ...
4 years, 4 months ago (2016-08-11 19:08:29 UTC) #30
jdufault
On 2016/08/11 19:08:29, jdufault wrote: > rdevlin.cronin@, PTAL. I've dropped the SOURCE_ACTION launch source and ...
4 years, 4 months ago (2016-08-11 19:09:31 UTC) #32
Daniel Erat
lgtm for extensions/, for whatever that's worth, which probably shouldn't be much. :-P https://codereview.chromium.org/2212303003/diff/120001/extensions/browser/api/app_runtime/app_runtime_api.cc File ...
4 years, 4 months ago (2016-08-11 20:37:06 UTC) #33
Devlin
https://codereview.chromium.org/2212303003/diff/120001/apps/launcher.cc File apps/launcher.cc (right): https://codereview.chromium.org/2212303003/diff/120001/apps/launcher.cc#newcode337 apps/launcher.cc:337: base::Optional<extensions::ActionData> action_data_; Why an optional instead of a unique_ptr ...
4 years, 4 months ago (2016-08-11 20:51:21 UTC) #34
benwells
I'll defer to Devlin on all this, so if it lgthim it lgtm
4 years, 4 months ago (2016-08-12 01:20:11 UTC) #35
jdufault
https://codereview.chromium.org/2212303003/diff/120001/apps/launcher.cc File apps/launcher.cc (right): https://codereview.chromium.org/2212303003/diff/120001/apps/launcher.cc#newcode337 apps/launcher.cc:337: base::Optional<extensions::ActionData> action_data_; On 2016/08/11 20:51:20, Devlin wrote: > Why ...
4 years, 4 months ago (2016-08-12 18:56:55 UTC) #38
Devlin
lgtm https://codereview.chromium.org/2212303003/diff/120001/extensions/browser/api/app_runtime/app_runtime_api.cc File extensions/browser/api/app_runtime/app_runtime_api.cc (right): https://codereview.chromium.org/2212303003/diff/120001/extensions/browser/api/app_runtime/app_runtime_api.cc#newcode210 extensions/browser/api/app_runtime/app_runtime_api.cc:210: launch_data->Set("action_data", On 2016/08/12 18:56:55, jdufault wrote: > On ...
4 years, 4 months ago (2016-08-16 00:20:09 UTC) #43
jdufault
Thanks! https://codereview.chromium.org/2212303003/diff/120001/extensions/browser/api/app_runtime/app_runtime_api.cc File extensions/browser/api/app_runtime/app_runtime_api.cc (right): https://codereview.chromium.org/2212303003/diff/120001/extensions/browser/api/app_runtime/app_runtime_api.cc#newcode210 extensions/browser/api/app_runtime/app_runtime_api.cc:210: launch_data->Set("action_data", On 2016/08/16 00:20:09, Devlin wrote: > On ...
4 years, 4 months ago (2016-08-16 21:30:57 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2212303003/180001
4 years, 4 months ago (2016-08-16 21:31:40 UTC) #49
commit-bot: I haz the power
Committed patchset #8 (id:180001)
4 years, 4 months ago (2016-08-16 22:19:28 UTC) #51
commit-bot: I haz the power
4 years, 4 months ago (2016-08-16 22:22:22 UTC) #53
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/9d3e955fe48e265bbb9f67a8acd69891e3a587ce
Cr-Commit-Position: refs/heads/master@{#412357}

Powered by Google App Engine
This is Rietveld 408576698