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

Issue 557953005: Allow the user to "repair" a corrupted extension. (Closed)

Created:
6 years, 3 months ago by Devlin
Modified:
6 years, 3 months ago
Reviewers:
Yoyo Zhou, Dan Beam
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
Project:
chromium
Visibility:
Public.

Description

Allow the user to "repair" a corrupted extension. If an extension is detected to be corrupt, introduce an option to repair it, if it is from the webstore. Also reposition the "Reload" link (for reload terminated extensions) to be next to the trash can, rather than above it. Screenshots: http://imgur.com/35tL9Xz,CslEoW5 BUG=410896 Committed: https://crrev.com/5f6b69d57487a2b4b43fed6b7334926ee87b9827 Cr-Commit-Position: refs/heads/master@{#295839}

Patch Set 1 : #

Total comments: 12

Patch Set 2 : Dan's #

Patch Set 3 : Latest Master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+501 lines, -116 lines) Patch
M chrome/app/generated_resources.grd View 5 chunks +16 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_install_prompt.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_install_prompt.cc View 1 2 13 chunks +25 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/extensions/webstore_installer_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
A chrome/browser/extensions/webstore_reinstaller.h View 1 chunk +56 lines, -0 lines 0 comments Download
A chrome/browser/extensions/webstore_reinstaller.cc View 1 chunk +106 lines, -0 lines 0 comments Download
A chrome/browser/extensions/webstore_reinstaller_browsertest.cc View 1 chunk +127 lines, -0 lines 0 comments Download
M chrome/browser/extensions/webstore_standalone_installer.h View 3 chunks +9 lines, -4 lines 0 comments Download
M chrome/browser/extensions/webstore_standalone_installer.cc View 1 2 3 chunks +76 lines, -70 lines 0 comments Download
M chrome/browser/resources/extensions/extension_list.js View 1 3 chunks +14 lines, -7 lines 0 comments Download
M chrome/browser/resources/extensions/extensions.css View 1 2 3 chunks +17 lines, -3 lines 0 comments Download
M chrome/browser/resources/extensions/extensions.html View 3 chunks +6 lines, -10 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.h View 1 3 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.cc View 1 2 7 chunks +28 lines, -5 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/common/url_constants.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M extensions/browser/uninstall_reason.h View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 21 (8 generated)
Devlin
Dan and Yoyo, please take a look when time allows. dbeam: c/b/resources, c/b/ui/webui yoz: c/b/extensions, ...
6 years, 3 months ago (2014-09-12 18:52:59 UTC) #5
Devlin
On 2014/09/12 18:52:59, Devlin wrote: > Dan and Yoyo, please take a look when time ...
6 years, 3 months ago (2014-09-18 18:46:41 UTC) #6
Dan Beam
lgtm w/nits https://codereview.chromium.org/557953005/diff/50001/chrome/browser/resources/extensions/extension_list.js File chrome/browser/resources/extensions/extension_list.js (right): https://codereview.chromium.org/557953005/diff/50001/chrome/browser/resources/extensions/extension_list.js#newcode326 chrome/browser/resources/extensions/extension_list.js:326: terminatedReload.addEventListener('click', function(e) { could this add event ...
6 years, 3 months ago (2014-09-18 21:36:50 UTC) #7
Yoyo Zhou
LGTM https://chromiumcodereview.appspot.com/557953005/diff/50001/chrome/browser/resources/extensions/extensions.html File chrome/browser/resources/extensions/extensions.html (right): https://chromiumcodereview.appspot.com/557953005/diff/50001/chrome/browser/resources/extensions/extensions.html#newcode228 chrome/browser/resources/extensions/extensions.html:228: <div class="corrupted-repair-button link-button" The "repair" link looks very ...
6 years, 3 months ago (2014-09-18 22:47:08 UTC) #8
Devlin
https://chromiumcodereview.appspot.com/557953005/diff/50001/chrome/browser/resources/extensions/extensions.html File chrome/browser/resources/extensions/extensions.html (right): https://chromiumcodereview.appspot.com/557953005/diff/50001/chrome/browser/resources/extensions/extensions.html#newcode228 chrome/browser/resources/extensions/extensions.html:228: <div class="corrupted-repair-button link-button" On 2014/09/18 22:47:08, Yoyo Zhou wrote: ...
6 years, 3 months ago (2014-09-18 23:19:10 UTC) #9
Devlin
https://codereview.chromium.org/557953005/diff/50001/chrome/browser/resources/extensions/extension_list.js File chrome/browser/resources/extensions/extension_list.js (right): https://codereview.chromium.org/557953005/diff/50001/chrome/browser/resources/extensions/extension_list.js#newcode326 chrome/browser/resources/extensions/extension_list.js:326: terminatedReload.addEventListener('click', function(e) { On 2014/09/18 21:36:49, Dan Beam wrote: ...
6 years, 3 months ago (2014-09-19 21:30:09 UTC) #10
Devlin
On 2014/09/18 23:19:10, Devlin wrote: > https://chromiumcodereview.appspot.com/557953005/diff/50001/chrome/browser/resources/extensions/extensions.html > File chrome/browser/resources/extensions/extensions.html (right): > > https://chromiumcodereview.appspot.com/557953005/diff/50001/chrome/browser/resources/extensions/extensions.html#newcode228 > ...
6 years, 3 months ago (2014-09-19 22:40:27 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/557953005/70001
6 years, 3 months ago (2014-09-19 22:41:31 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/58521) android_aosp on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/17307) android_arm64_dbg_recipe ...
6 years, 3 months ago (2014-09-19 22:49:13 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/58521) android_aosp on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/17307) android_arm64_dbg_recipe ...
6 years, 3 months ago (2014-09-19 22:49:17 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/557953005/90001
6 years, 3 months ago (2014-09-19 23:10:47 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:90001) as 3f8094c1f9da0dab4c5e3d13ebd9e6a4a65c4b50
6 years, 3 months ago (2014-09-20 01:23:44 UTC) #20
commit-bot: I haz the power
6 years, 3 months ago (2014-09-20 01:24:20 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5f6b69d57487a2b4b43fed6b7334926ee87b9827
Cr-Commit-Position: refs/heads/master@{#295839}

Powered by Google App Engine
This is Rietveld 408576698