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

Issue 10825310: Add a 'type' property to ExtensionInfo (chrome.management). (Closed)

Created:
8 years, 4 months ago by mitchellwrosen
Modified:
8 years, 4 months ago
CC:
chromium-reviews, Aaron Boodman
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add a 'type' property to ExtensionInfo (chrome.management). I suggested here (crbug.com/132729#c8) a similar solution, where 'type' is one of 'extension', 'app', or 'theme', and then 'appType' is either 'hosted', 'packaged', or 'platform'. I thought maybe this would save developers from having to write their own replacement of 'isApp' BUG=132729 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151552

Patch Set 1 #

Total comments: 2

Patch Set 2 : More proper names #

Total comments: 2

Patch Set 3 : s/new_// #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -46 lines) Patch
M chrome/browser/extensions/api/management/management_api.cc View 1 2 2 chunks +14 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/management.json View 1 2 7 chunks +17 lines, -11 lines 0 comments Download
M chrome/common/extensions/docs/extensions/management.html View 1 2 11 chunks +15 lines, -13 lines 0 comments Download
M chrome/test/data/extensions/api_test/management/test/basics.js View 4 chunks +16 lines, -15 lines 0 comments Download
M chrome/test/data/extensions/api_test/management/test/common.js View 2 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
mitchellwrosen
8 years, 4 months ago (2012-08-10 23:22:16 UTC) #1
Mihai Parparita -not on Chrome
Drive-by https://chromiumcodereview.appspot.com/10825310/diff/1/chrome/common/extensions/api/management.json File chrome/common/extensions/api/management.json (right): https://chromiumcodereview.appspot.com/10825310/diff/1/chrome/common/extensions/api/management.json#newcode61 chrome/common/extensions/api/management.json:61: "enum": ["extension", "hosted_app", "packaged_app", "platform_app", "theme"] "platform app" ...
8 years, 4 months ago (2012-08-11 00:03:19 UTC) #2
mitchellwrosen
https://chromiumcodereview.appspot.com/10825310/diff/1/chrome/common/extensions/api/management.json File chrome/common/extensions/api/management.json (right): https://chromiumcodereview.appspot.com/10825310/diff/1/chrome/common/extensions/api/management.json#newcode61 chrome/common/extensions/api/management.json:61: "enum": ["extension", "hosted_app", "packaged_app", "platform_app", "theme"] On 2012/08/11 00:03:19, ...
8 years, 4 months ago (2012-08-11 00:06:01 UTC) #3
asargent_no_longer_on_chrome
LGTM w/ one possible change request (I left a question for Mihai to see if ...
8 years, 4 months ago (2012-08-14 00:14:57 UTC) #4
Mihai Parparita -not on Chrome
https://chromiumcodereview.appspot.com/10825310/diff/6001/chrome/common/extensions/api/management.json File chrome/common/extensions/api/management.json (right): https://chromiumcodereview.appspot.com/10825310/diff/6001/chrome/common/extensions/api/management.json#newcode61 chrome/common/extensions/api/management.json:61: "enum": ["extension", "hosted_app", "new_packaged_app", "legacy_packaged_app", "theme"] On 2012/08/14 00:14:57, ...
8 years, 4 months ago (2012-08-14 00:22:26 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mitchellwrosen@chromium.org/10825310/1006
8 years, 4 months ago (2012-08-14 18:04:10 UTC) #6
commit-bot: I haz the power
8 years, 4 months ago (2012-08-14 20:23:03 UTC) #7
Change committed as 151552

Powered by Google App Engine
This is Rietveld 408576698