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

Issue 1103943003: Add components/chrome_apps (Closed)

Created:
5 years, 8 months ago by tbarzic
Modified:
5 years, 7 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add components/chrome_apps This is a new component that will contain Chrome component apps. Add empty implementation for a new webstore_widget app, which will be used to show Chrome Webstore Gallery widget to the user (wich displays filtered list of Chrome Webstore apps and from which the user will be able to install apps). The widget is currently implemented as part of file manager app, but will be moved to a separate app to support more general use cases. NOTE: I expect to have more component apps moved to the new components module in the future, first one being file manager. BUG=477106 TEST=compiles Committed: https://crrev.com/56ebc035717d90057a245bfc7c7e847ea97f938f Cr-Commit-Position: refs/heads/master@{#327949}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Total comments: 2

Patch Set 6 : . #

Patch Set 7 : rename component_apps -> chrome_apps #

Total comments: 4

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -0 lines) Patch
M chrome/browser/extensions/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/DEPS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/chrome_component_extension_resource_manager.cc View 1 2 3 4 5 6 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_repack_resources.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M components/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +6 lines, -0 lines 0 comments Download
M components/OWNERS View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
A components/chrome_apps.gypi View 1 2 3 4 5 6 1 chunk +51 lines, -0 lines 0 comments Download
A components/chrome_apps/BUILD.gn View 1 2 3 4 5 6 1 chunk +29 lines, -0 lines 0 comments Download
A components/chrome_apps/DEPS View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
A + components/chrome_apps/OWNERS View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A components/chrome_apps/chrome_apps_export.h View 1 2 3 4 5 6 1 chunk +32 lines, -0 lines 0 comments Download
A components/chrome_apps/chrome_apps_resource_util.h View 1 2 3 4 5 6 1 chunk +23 lines, -0 lines 0 comments Download
A components/chrome_apps/chrome_apps_resource_util.cc View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
A components/chrome_apps/chrome_apps_resources.grd View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
A + components/chrome_apps/webstore_widget/OWNERS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A + components/chrome_apps/webstore_widget/app/background.js View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A components/chrome_apps/webstore_widget/manifest.json View 1 2 3 4 5 6 7 1 chunk +15 lines, -0 lines 0 comments Download
A components/chrome_apps/webstore_widget_resources.grdp View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M components/components.gyp View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (3 generated)
tbarzic
blundell: owner for components asargent: owner for extensions yoshiki: for new component code fukino, sky: ...
5 years, 8 months ago (2015-04-28 03:18:16 UTC) #2
blundell
Why wouldn't each component app just be its own component?
5 years, 8 months ago (2015-04-28 08:08:50 UTC) #3
tbarzic
On 2015/04/28 08:08:50, blundell wrote: > Why wouldn't each component app just be its own ...
5 years, 7 months ago (2015-04-28 16:50:34 UTC) #4
asargent_no_longer_on_chrome
nit: typo in CL description "This is new component that will contain Chrome component apps." ...
5 years, 7 months ago (2015-04-28 19:40:09 UTC) #5
tbarzic
https://codereview.chromium.org/1103943003/diff/80001/components/component_apps/webstore_widget/app/background.js File components/component_apps/webstore_widget/app/background.js (right): https://codereview.chromium.org/1103943003/diff/80001/components/component_apps/webstore_widget/app/background.js#newcode3 components/component_apps/webstore_widget/app/background.js:3: }); On 2015/04/28 19:40:09, Antony Sargent wrote: > did ...
5 years, 7 months ago (2015-04-28 19:50:28 UTC) #6
blundell
What is the concrete motivation for having these apps live in //components? They'll be used ...
5 years, 7 months ago (2015-04-29 12:31:49 UTC) #7
tbarzic
On 2015/04/29 12:31:49, blundell wrote: > What is the concrete motivation for having these apps ...
5 years, 7 months ago (2015-04-29 19:48:06 UTC) #8
blundell
lgtm reluctantly :P Components are supposed to be pieces of functionality that are reused by ...
5 years, 7 months ago (2015-04-30 14:31:43 UTC) #9
asargent_no_longer_on_chrome
> Antony, WDYT, does it make sense to you to move other apps out of ...
5 years, 7 months ago (2015-04-30 17:33:49 UTC) #10
yoshiki
new component code LGTM with tiny nits. https://codereview.chromium.org/1103943003/diff/120001/components/chrome_apps/webstore_widget/app/background.js File components/chrome_apps/webstore_widget/app/background.js (right): https://codereview.chromium.org/1103943003/diff/120001/components/chrome_apps/webstore_widget/app/background.js#newcode1 components/chrome_apps/webstore_widget/app/background.js:1: // TODO(tbarzic): ...
5 years, 7 months ago (2015-05-01 07:55:03 UTC) #11
tbarzic
https://codereview.chromium.org/1103943003/diff/120001/components/chrome_apps/webstore_widget/app/background.js File components/chrome_apps/webstore_widget/app/background.js (right): https://codereview.chromium.org/1103943003/diff/120001/components/chrome_apps/webstore_widget/app/background.js#newcode1 components/chrome_apps/webstore_widget/app/background.js:1: // TODO(tbarzic): Implement this. On 2015/05/01 07:55:03, yoshiki wrote: ...
5 years, 7 months ago (2015-05-01 17:27:24 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1103943003/140001
5 years, 7 months ago (2015-05-01 17:28:25 UTC) #15
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 7 months ago (2015-05-01 18:44:43 UTC) #16
commit-bot: I haz the power
5 years, 7 months ago (2015-05-01 18:46:31 UTC) #17
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/56ebc035717d90057a245bfc7c7e847ea97f938f
Cr-Commit-Position: refs/heads/master@{#327949}

Powered by Google App Engine
This is Rietveld 408576698