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

Issue 22191003: [Apps Developer Tool] Show installation warnings as chrome://extensions. (Closed)

Created:
7 years, 4 months ago by zhchbin
Modified:
7 years, 4 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, arv+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[Apps Developer Tool] Show extension install warnings. Uses the same appearance as the chrome://extensions page. BUG=267187 TEST=1. Load an unpacked app/extension with some installation warnings; 2. Open the Apps Developer Tool; 3. Installation warnings are shown as chrome://extensions. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215923

Patch Set 1 #

Total comments: 8

Patch Set 2 : Update as comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -2 lines) Patch
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/apps_debugger/css/items.css View 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/resources/apps_debugger/js/items_list.js View 1 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/resources/apps_debugger/main.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/api/developer_private.idl View 1 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
zhchbin
PTAL. @nkostylev for chrome/browser/resources/* @kalman for chrome/browser/extensions/* and chrome/common/extensions/*. Also include @dvh for the issue ...
7 years, 4 months ago (2013-08-05 14:29:55 UTC) #1
not at google - send to devlin
TEST line is complicated, just say "see bug". Also The CL description is confusing, maybe ...
7 years, 4 months ago (2013-08-05 14:35:33 UTC) #2
zhchbin
https://codereview.chromium.org/22191003/diff/1/chrome/common/extensions/api/developer_private.idl File chrome/common/extensions/api/developer_private.idl (right): https://codereview.chromium.org/22191003/diff/1/chrome/common/extensions/api/developer_private.idl#newcode62 chrome/common/extensions/api/developer_private.idl:62: InstallWarning[]? install_warnings; On 2013/08/05 14:35:33, kalman wrote: > code ...
7 years, 4 months ago (2013-08-05 14:54:07 UTC) #3
not at google - send to devlin
https://codereview.chromium.org/22191003/diff/1/chrome/browser/extensions/api/developer_private/developer_private_api.cc File chrome/browser/extensions/api/developer_private/developer_private_api.cc (right): https://codereview.chromium.org/22191003/diff/1/chrome/browser/extensions/api/developer_private/developer_private_api.cc#newcode316 chrome/browser/extensions/api/developer_private/developer_private_api.cc:316: } instead: info->path.reset(...) for (std::vector<extensions::InstallWarning>::const_iterator it = item.install_warnings().begin(); it ...
7 years, 4 months ago (2013-08-05 18:21:23 UTC) #4
Nikita (slow)
https://codereview.chromium.org/22191003/diff/1/chrome/browser/resources/apps_debugger/js/items_list.js File chrome/browser/resources/apps_debugger/js/items_list.js (right): https://codereview.chromium.org/22191003/diff/1/chrome/browser/resources/apps_debugger/js/items_list.js#newcode290 chrome/browser/resources/apps_debugger/js/items_list.js:290: li[warning.isHTML ? 'innerHTML' : 'innerText'] = warning.message; nit: Please ...
7 years, 4 months ago (2013-08-05 22:26:39 UTC) #5
zhchbin
https://codereview.chromium.org/22191003/diff/1/chrome/browser/extensions/api/developer_private/developer_private_api.cc File chrome/browser/extensions/api/developer_private/developer_private_api.cc (right): https://codereview.chromium.org/22191003/diff/1/chrome/browser/extensions/api/developer_private/developer_private_api.cc#newcode316 chrome/browser/extensions/api/developer_private/developer_private_api.cc:316: } On 2013/08/05 18:21:23, kalman wrote: > instead: > ...
7 years, 4 months ago (2013-08-06 02:05:43 UTC) #6
Nikita (slow)
lgtm
7 years, 4 months ago (2013-08-06 13:00:38 UTC) #7
not at google - send to devlin
lgtm who would be a good owner for the developer private API in the future?
7 years, 4 months ago (2013-08-06 14:17:02 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zhchbin@gmail.com/22191003/11001
7 years, 4 months ago (2013-08-06 14:49:07 UTC) #9
zhchbin
On 2013/08/06 14:17:02, kalman wrote: > lgtm > > who would be a good owner ...
7 years, 4 months ago (2013-08-06 15:02:56 UTC) #10
commit-bot: I haz the power
Change committed as 215923
7 years, 4 months ago (2013-08-06 17:35:16 UTC) #11
dvh
On 2013/08/06 14:17:02, kalman wrote: > lgtm > > who would be a good owner ...
7 years, 4 months ago (2013-08-16 20:25:38 UTC) #12
not at google - send to devlin
7 years, 4 months ago (2013-08-16 21:35:19 UTC) #13
Cool, send me a cl?
On 16 Aug 2013 13:25, <dvh@chromium.org> wrote:

> On 2013/08/06 14:17:02, kalman wrote:
>
>> lgtm
>>
>
>  who would be a good owner for the developer private API in the future?
>>
>
> grv@ (or I) is probably the best owner for it now.
>
>
>
https://chromiumcodereview.**appspot.com/22191003/<https://chromiumcodereview...
>

Powered by Google App Engine
This is Rietveld 408576698