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

Issue 160313002: Don't disable extensions immediately if verification is out of date (Closed)

Created:
6 years, 10 months ago by asargent_no_longer_on_chrome
Modified:
6 years, 10 months ago
Reviewers:
Finnur
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Don't disable extensions immediately if verification is out of date If the install verification signature we have stored in our prefs is older than the install time of an extension, we don't want to immediately disable it. Instead, we want to do another server request to update our signature, and then disable if appropriate. BUG=342165 R=finnur@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250855

Patch Set 1 #

Total comments: 13

Patch Set 2 : fixes suggested by review #

Total comments: 2

Patch Set 3 : minor fixes #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -7 lines) Patch
M chrome/browser/extensions/extension_service.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 2 chunks +30 lines, -4 lines 1 comment Download
M chrome/browser/extensions/install_signer.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/install_signer.cc View 1 5 chunks +18 lines, -0 lines 0 comments Download
M chrome/browser/extensions/install_verifier.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/extensions/install_verifier.cc View 1 4 chunks +27 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
asargent_no_longer_on_chrome
This is to fix the bug we discussed at the meeting this morning (or last ...
6 years, 10 months ago (2014-02-12 08:31:45 UTC) #1
Finnur
https://codereview.chromium.org/160313002/diff/1/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/160313002/diff/1/chrome/browser/extensions/extension_service.cc#newcode623 chrome/browser/extensions/extension_service.cc:623: extensions::ExtensionSet::const_iterator i; nit: Like you, I have a tendency ...
6 years, 10 months ago (2014-02-12 13:54:56 UTC) #2
asargent_no_longer_on_chrome
Thanks for quick review! PTAL https://codereview.chromium.org/160313002/diff/1/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/160313002/diff/1/chrome/browser/extensions/extension_service.cc#newcode623 chrome/browser/extensions/extension_service.cc:623: extensions::ExtensionSet::const_iterator i; On 2014/02/12 ...
6 years, 10 months ago (2014-02-12 16:27:55 UTC) #3
Finnur
LGTM, one minor nit and a comment. https://codereview.chromium.org/160313002/diff/1/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/160313002/diff/1/chrome/browser/extensions/extension_service.cc#newcode634 chrome/browser/extensions/extension_service.cc:634: VerifyAllExtensions(true); // ...
6 years, 10 months ago (2014-02-12 16:56:25 UTC) #4
asargent_no_longer_on_chrome
https://codereview.chromium.org/160313002/diff/90001/chrome/browser/extensions/install_signer.h File chrome/browser/extensions/install_signer.h (right): https://codereview.chromium.org/160313002/diff/90001/chrome/browser/extensions/install_signer.h#newcode114 chrome/browser/extensions/install_signer.h:114: base::Time request_start_time_; // Not set until the request starts. ...
6 years, 10 months ago (2014-02-12 18:32:26 UTC) #5
asargent_no_longer_on_chrome
The CQ bit was checked by asargent@chromium.org
6 years, 10 months ago (2014-02-12 18:32:56 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asargent@chromium.org/160313002/160001
6 years, 10 months ago (2014-02-12 18:36:02 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-12 20:14:07 UTC) #8
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=262680
6 years, 10 months ago (2014-02-12 20:14:07 UTC) #9
asargent_no_longer_on_chrome
6 years, 10 months ago (2014-02-13 00:02:32 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 manually as r250855 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698