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

Issue 1200833004: Apps&Extensions for Supervised Users: send permission request on outdated re-enables (Closed)

Created:
5 years, 6 months ago by Marc Treib
Modified:
5 years, 2 months ago
Reviewers:
Devlin
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Apps&Extensions for Supervised Users: send permission request on outdated re-enables Also add a test to verify that re-enabling works as expected BUG=503106 Committed: https://crrev.com/40d3ad9f1201248f2eaa169c5d6b528bc42afbb4 Cr-Commit-Position: refs/heads/master@{#355106}

Patch Set 1 #

Patch Set 2 : . #

Total comments: 33

Patch Set 3 : review1 #

Patch Set 4 : Revived! #

Patch Set 5 : rebase #

Total comments: 18

Patch Set 6 : review (easy parts) #

Patch Set 7 : tests! #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+303 lines, -99 lines) Patch
M chrome/browser/extensions/extension_service.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 2 chunks +5 lines, -11 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 3 4 5 6 6 chunks +233 lines, -84 lines 0 comments Download
M chrome/browser/extensions/extension_sync_service.h View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_sync_service.cc View 1 2 3 4 5 6 3 chunks +24 lines, -0 lines 1 comment Download
M chrome/browser/supervised_user/supervised_user_service.h View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_service.cc View 1 2 3 4 5 6 3 chunks +24 lines, -3 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 21 (3 generated)
Marc Treib
PTAL! Some more context on the bug. https://codereview.chromium.org/1200833004/diff/20001/chrome/browser/extensions/app_sync_bundle.cc File chrome/browser/extensions/app_sync_bundle.cc (right): https://codereview.chromium.org/1200833004/diff/20001/chrome/browser/extensions/app_sync_bundle.cc#newcode126 chrome/browser/extensions/app_sync_bundle.cc:126: ProcessSyncChange(it->second); Before ...
5 years, 6 months ago (2015-06-22 15:35:18 UTC) #2
not at google - send to devlin
This is a hard change to get my head around. I need to come back ...
5 years, 6 months ago (2015-06-22 21:03:10 UTC) #3
Marc Treib
Thanks for your comments! I've tried to explain things better below. I think a big ...
5 years, 6 months ago (2015-06-23 10:22:25 UTC) #4
not at google - send to devlin
Slowly getting used to this code. https://codereview.chromium.org/1200833004/diff/20001/chrome/browser/extensions/app_sync_bundle.cc File chrome/browser/extensions/app_sync_bundle.cc (right): https://codereview.chromium.org/1200833004/diff/20001/chrome/browser/extensions/app_sync_bundle.cc#newcode126 chrome/browser/extensions/app_sync_bundle.cc:126: ProcessSyncChange(it->second); On 2015/06/23 ...
5 years, 6 months ago (2015-06-24 00:25:11 UTC) #5
Marc Treib
https://codereview.chromium.org/1200833004/diff/20001/chrome/browser/extensions/app_sync_bundle.cc File chrome/browser/extensions/app_sync_bundle.cc (right): https://codereview.chromium.org/1200833004/diff/20001/chrome/browser/extensions/app_sync_bundle.cc#newcode126 chrome/browser/extensions/app_sync_bundle.cc:126: ProcessSyncChange(it->second); On 2015/06/24 00:25:10, kalman wrote: > On 2015/06/23 ...
5 years, 6 months ago (2015-06-24 11:50:57 UTC) #6
not at google - send to devlin
https://codereview.chromium.org/1200833004/diff/20001/chrome/browser/extensions/app_sync_bundle.cc File chrome/browser/extensions/app_sync_bundle.cc (right): https://codereview.chromium.org/1200833004/diff/20001/chrome/browser/extensions/app_sync_bundle.cc#newcode126 chrome/browser/extensions/app_sync_bundle.cc:126: ProcessSyncChange(it->second); > Well, in the current state, ProcessExtensionSyncDataHelper gives ...
5 years, 6 months ago (2015-06-24 20:47:38 UTC) #7
Marc Treib
Nothing to review right now. I'll try cleaning up this whole mess (i.e. properly retry ...
5 years, 5 months ago (2015-06-29 09:52:49 UTC) #8
not at google - send to devlin
Cool, ping when you're done. https://codereview.chromium.org/1200833004/diff/20001/chrome/browser/extensions/extension_sync_service.cc File chrome/browser/extensions/extension_sync_service.cc (right): https://codereview.chromium.org/1200833004/diff/20001/chrome/browser/extensions/extension_sync_service.cc#newcode541 chrome/browser/extensions/extension_sync_service.cc:541: // re-enable request to ...
5 years, 5 months ago (2015-06-29 22:59:04 UTC) #9
Marc Treib
Alright, I'll need to do this in stages... the plan is: 1. Cleanup/code deduplication. 2. ...
5 years, 5 months ago (2015-06-30 08:32:37 UTC) #10
not at google - send to devlin
On 2015/06/30 08:32:37, Marc Treib wrote: > Alright, I'll need to do this in stages... ...
5 years, 5 months ago (2015-06-30 14:45:27 UTC) #11
Marc Treib
PTAL!
5 years, 2 months ago (2015-10-14 13:11:18 UTC) #13
Devlin
https://codereview.chromium.org/1200833004/diff/80001/chrome/browser/extensions/extension_service_unittest.cc File chrome/browser/extensions/extension_service_unittest.cc (right): https://codereview.chromium.org/1200833004/diff/80001/chrome/browser/extensions/extension_service_unittest.cc#newcode7196 chrome/browser/extensions/extension_service_unittest.cc:7196: public ExtensionServiceTest, public testing::WithParamInterface<bool> {}; Parameterized tests?!?!? What is ...
5 years, 2 months ago (2015-10-16 02:40:24 UTC) #14
Marc Treib
Comments addressed, except for the missing test, which will follow shortly :) https://codereview.chromium.org/1200833004/diff/80001/chrome/browser/extensions/extension_service_unittest.cc File chrome/browser/extensions/extension_service_unittest.cc ...
5 years, 2 months ago (2015-10-16 09:22:21 UTC) #15
Marc Treib
Missing test is here now! I had to split up that parameterized test. Now there's ...
5 years, 2 months ago (2015-10-16 12:40:36 UTC) #16
Devlin
LGTM
5 years, 2 months ago (2015-10-20 17:34:03 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200833004/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1200833004/120001
5 years, 2 months ago (2015-10-20 17:35:15 UTC) #19
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 2 months ago (2015-10-20 18:16:45 UTC) #20
commit-bot: I haz the power
5 years, 2 months ago (2015-10-20 18:17:44 UTC) #21
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/40d3ad9f1201248f2eaa169c5d6b528bc42afbb4
Cr-Commit-Position: refs/heads/master@{#355106}

Powered by Google App Engine
This is Rietveld 408576698