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

Issue 93513006: Allow re-enabling of DISABLE_NOT_VERIFIED extensions if appropriate (Closed)

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

Description

Allow re-enabling of DISABLE_NOT_VERIFIED extensions if appropriate This fixes a problem where once an extension gets disabled because the webstore verification check fails, there was no way to re-enable it. Now we'll re-run the verification check and if it succeeds then we can proceed with the re-enabling. BUG=321230 R=finnur@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241119

Patch Set 1 : ready for review #

Total comments: 13

Patch Set 2 : responded to review comments #

Patch Set 3 : updated to auto-recheck on settings page load when appropriate #

Total comments: 10

Patch Set 4 : fixes for review comments #

Patch Set 5 : merged with latest trunk #

Total comments: 4

Patch Set 6 : fix a few nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -49 lines) Patch
M chrome/browser/extensions/extension_service.h View 1 2 3 4 5 2 chunks +10 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 2 chunks +54 lines, -0 lines 0 comments Download
M chrome/browser/extensions/install_verifier.h View 1 2 3 5 1 chunk +7 lines, -3 lines 0 comments Download
M chrome/browser/extensions/install_verifier.cc View 1 2 3 4 5 5 chunks +17 lines, -42 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.cc View 1 2 3 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
asargent_no_longer_on_chrome
7 years ago (2013-12-11 17:02:52 UTC) #1
Finnur
https://codereview.chromium.org/93513006/diff/40001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/93513006/diff/40001/chrome/browser/extensions/extension_service.cc#newcode900 chrome/browser/extensions/extension_service.cc:900: extension_id)); I'm worried this will slam the webstore with ...
7 years ago (2013-12-11 17:28:20 UTC) #2
asargent_no_longer_on_chrome
https://codereview.chromium.org/93513006/diff/40001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/93513006/diff/40001/chrome/browser/extensions/extension_service.cc#newcode900 chrome/browser/extensions/extension_service.cc:900: extension_id)); On 2013/12/11 17:28:20, Finnur wrote: > I'm worried ...
7 years ago (2013-12-11 21:26:05 UTC) #3
Finnur
https://codereview.chromium.org/93513006/diff/40001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/93513006/diff/40001/chrome/browser/extensions/extension_service.cc#newcode900 chrome/browser/extensions/extension_service.cc:900: extension_id)); Does the only codepath through this function involve ...
7 years ago (2013-12-11 21:46:31 UTC) #4
asargent_no_longer_on_chrome
https://codereview.chromium.org/93513006/diff/80001/chrome/browser/extensions/install_verifier.cc File chrome/browser/extensions/install_verifier.cc (left): https://codereview.chromium.org/93513006/diff/80001/chrome/browser/extensions/install_verifier.cc#oldcode356 chrome/browser/extensions/install_verifier.cc:356: not_allowed.size()); note: I removed this block of code because ...
7 years ago (2013-12-14 00:42:38 UTC) #5
asargent_no_longer_on_chrome
Forgot to mention that I also added the code we discussed to avoid immediately disabling ...
7 years ago (2013-12-14 00:44:06 UTC) #6
asargent_no_longer_on_chrome
Switching reviewer to rockot. Ken, can you review since Finnur is in transit now?
7 years ago (2013-12-16 06:54:53 UTC) #7
Finnur
https://codereview.chromium.org/93513006/diff/80001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/93513006/diff/80001/chrome/browser/extensions/extension_service.cc#newcode628 chrome/browser/extensions/extension_service.cc:628: // interface for DisableReason's changing. Log a bug for ...
7 years ago (2013-12-16 14:21:51 UTC) #8
asargent_no_longer_on_chrome
https://codereview.chromium.org/93513006/diff/80001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/93513006/diff/80001/chrome/browser/extensions/extension_service.cc#newcode628 chrome/browser/extensions/extension_service.cc:628: // interface for DisableReason's changing. On 2013/12/16 14:21:51, Finnur ...
7 years ago (2013-12-16 18:47:09 UTC) #9
Finnur
LGTM, with nits. https://codereview.chromium.org/93513006/diff/140001/chrome/browser/extensions/extension_service.h File chrome/browser/extensions/extension_service.h (right): https://codereview.chromium.org/93513006/diff/140001/chrome/browser/extensions/extension_service.h#newcode130 chrome/browser/extensions/extension_service.h:130: // Returns the Extension of an ...
7 years ago (2013-12-16 21:42:07 UTC) #10
asargent_no_longer_on_chrome
https://codereview.chromium.org/93513006/diff/140001/chrome/browser/extensions/extension_service.h File chrome/browser/extensions/extension_service.h (right): https://codereview.chromium.org/93513006/diff/140001/chrome/browser/extensions/extension_service.h#newcode130 chrome/browser/extensions/extension_service.h:130: // Returns the Extension of an extension from a ...
7 years ago (2013-12-16 22:01:58 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asargent@chromium.org/93513006/160001
7 years ago (2013-12-16 22:11:25 UTC) #12
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=205312
7 years ago (2013-12-17 00:24:53 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asargent@chromium.org/93513006/160001
7 years ago (2013-12-17 01:55:22 UTC) #14
asargent_no_longer_on_chrome
7 years ago (2013-12-17 02:41:58 UTC) #15
Message was sent while issue was closed.
Committed patchset #6 manually as r241119 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698