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

Issue 252593003: Improve UI for unpacked extensions failing to load (Closed)

Created:
6 years, 8 months ago by Devlin
Modified:
6 years, 7 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, arv+watch_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Improve UI for unpacked extensions failing to load. TBR=jochen@chromium.org for chrome/browser/chrome_notification_types.h (*removing* a notification type). BUG=358710 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266395

Patch Set 1 : #

Total comments: 11

Patch Set 2 : Resources updated #

Total comments: 8

Patch Set 3 : ExtensionCode js object #

Total comments: 6

Patch Set 4 : #

Patch Set 5 : Android fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+739 lines, -340 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/browser/chrome_notification_types.h View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/crx_installer.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/extension_error_reporter.h View 1 chunk +1 line, -7 lines 0 comments Download
M chrome/browser/extensions/extension_error_reporter.cc View 2 chunks +5 lines, -15 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 chunk +1 line, -6 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 chunk +4 lines, -21 lines 0 comments Download
M chrome/browser/extensions/installed_loader.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/extensions/unpacked_installer.h View 4 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/extensions/unpacked_installer.cc View 1 1 chunk +5 lines, -18 lines 0 comments Download
A chrome/browser/resources/extensions/extension_code.js View 1 2 1 chunk +108 lines, -0 lines 0 comments Download
M chrome/browser/resources/extensions/extension_error_overlay.css View 1 1 chunk +3 lines, -21 lines 0 comments Download
M chrome/browser/resources/extensions/extension_error_overlay.html View 1 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/resources/extensions/extension_error_overlay.js View 1 2 3 3 chunks +7 lines, -58 lines 0 comments Download
A chrome/browser/resources/extensions/extension_load_error.css View 1 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/browser/resources/extensions/extension_load_error.html View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
A chrome/browser/resources/extensions/extension_loader.js View 1 2 1 chunk +142 lines, -0 lines 0 comments Download
M chrome/browser/resources/extensions/extensions.css View 1 1 chunk +21 lines, -0 lines 0 comments Download
M chrome/browser/resources/extensions/extensions.html View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/extensions/extensions.js View 1 2 3 chunks +7 lines, -11 lines 0 comments Download
A chrome/browser/ui/webui/extensions/extension_loader_handler.h View 1 chunk +85 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/extensions/extension_loader_handler.cc View 1 1 chunk +241 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.h View 5 chunks +0 lines, -39 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.cc View 11 chunks +3 lines, -125 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extensions_ui.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Devlin
Finnur, can you take a look at c/b/ui/webui? The JS/CSS still need a bit of ...
6 years, 7 months ago (2014-04-25 16:19:52 UTC) #1
Finnur
I only have two minor nits. I also tested this on Linux and like what ...
6 years, 7 months ago (2014-04-25 16:47:21 UTC) #2
Devlin
Ben, c/b/r/ is still in heavy flux, but c/b/e should be pretty stable, if you ...
6 years, 7 months ago (2014-04-25 16:54:08 UTC) #3
not at google - send to devlin
cpp lgtm, haven't looked at resources. https://codereview.chromium.org/252593003/diff/10001/chrome/browser/extensions/unpacked_installer.cc File chrome/browser/extensions/unpacked_installer.cc (right): https://codereview.chromium.org/252593003/diff/10001/chrome/browser/extensions/unpacked_installer.cc#newcode300 chrome/browser/extensions/unpacked_installer.cc:300: return; this file ...
6 years, 7 months ago (2014-04-25 17:10:20 UTC) #4
Devlin
https://codereview.chromium.org/252593003/diff/10001/chrome/browser/extensions/unpacked_installer.cc File chrome/browser/extensions/unpacked_installer.cc (right): https://codereview.chromium.org/252593003/diff/10001/chrome/browser/extensions/unpacked_installer.cc#newcode300 chrome/browser/extensions/unpacked_installer.cc:300: return; On 2014/04/25 17:10:20, kalman wrote: > this file ...
6 years, 7 months ago (2014-04-25 18:13:12 UTC) #5
not at google - send to devlin
basically lg though you may want a second opinion - and note the rather more ...
6 years, 7 months ago (2014-04-25 20:15:51 UTC) #6
Devlin
https://codereview.chromium.org/252593003/diff/70001/chrome/browser/resources/extensions/extension_load_error.html File chrome/browser/resources/extensions/extension_load_error.html (right): https://codereview.chromium.org/252593003/diff/70001/chrome/browser/resources/extensions/extension_load_error.html#newcode3 chrome/browser/resources/extensions/extension_load_error.html:3: Copyright 2013 The Chromium Authors. All rights reserved. On ...
6 years, 7 months ago (2014-04-25 20:48:39 UTC) #7
not at google - send to devlin
lgtm https://codereview.chromium.org/252593003/diff/90001/chrome/browser/resources/extensions/extension_error_overlay.js File chrome/browser/resources/extensions/extension_error_overlay.js (right): https://codereview.chromium.org/252593003/diff/90001/chrome/browser/resources/extensions/extension_error_overlay.js#newcode15 chrome/browser/resources/extensions/extension_error_overlay.js:15: }; no ; https://codereview.chromium.org/252593003/diff/90001/chrome/browser/resources/extensions/extension_error_overlay.js#newcode420 chrome/browser/resources/extensions/extension_error_overlay.js:420: clearElement(this.codeDiv_); this should ...
6 years, 7 months ago (2014-04-25 21:00:34 UTC) #8
Devlin
https://codereview.chromium.org/252593003/diff/90001/chrome/browser/resources/extensions/extension_error_overlay.js File chrome/browser/resources/extensions/extension_error_overlay.js (right): https://codereview.chromium.org/252593003/diff/90001/chrome/browser/resources/extensions/extension_error_overlay.js#newcode15 chrome/browser/resources/extensions/extension_error_overlay.js:15: }; On 2014/04/25 21:00:34, kalman wrote: > no ; ...
6 years, 7 months ago (2014-04-25 22:19:08 UTC) #9
Devlin
The CQ bit was checked by rdevlin.cronin@chromium.org
6 years, 7 months ago (2014-04-25 22:19:15 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/252593003/110001
6 years, 7 months ago (2014-04-25 22:28:00 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-25 23:45:45 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 7 months ago (2014-04-25 23:45:45 UTC) #13
Devlin
The CQ bit was checked by rdevlin.cronin@chromium.org
6 years, 7 months ago (2014-04-25 23:47:38 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/252593003/130001
6 years, 7 months ago (2014-04-25 23:50:56 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-26 08:12:34 UTC) #16
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test on builder ...
6 years, 7 months ago (2014-04-26 08:12:34 UTC) #17
Devlin
The CQ bit was checked by rdevlin.cronin@chromium.org
6 years, 7 months ago (2014-04-26 13:46:56 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/252593003/130001
6 years, 7 months ago (2014-04-26 13:47:38 UTC) #19
commit-bot: I haz the power
6 years, 7 months ago (2014-04-26 22:44:37 UTC) #20
Message was sent while issue was closed.
Change committed as 266395

Powered by Google App Engine
This is Rietveld 408576698