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

Issue 2884027: Added checks to handle unsyncable extensions. (Closed)

Created:
10 years, 5 months ago by akalin
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ncarter (slow), ben+cc_chromium.org, Raghu Simha, Erik does not do reviews, idana, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., tim (not reviewing)
Visibility:
Public.

Description

Added checks to handle unsyncable extensions. BUG=49346, 46516 TEST=manual, unit tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53127

Patch Set 1 #

Patch Set 2 : Added comment #

Total comments: 3

Patch Set 3 : Addressed tim's comments #

Patch Set 4 : Fixed comment typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -59 lines) Patch
M chrome/browser/extensions/extensions_service.cc View 1 2 3 chunks +35 lines, -9 lines 0 comments Download
M chrome/browser/extensions/extensions_service_unittest.cc View 2 chunks +27 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/extension_change_processor.cc View 1 2 3 chunks +38 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/extension_model_associator.h View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/extension_model_associator.cc View 1 2 10 chunks +49 lines, -37 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
akalin
+tim for sync stuff
10 years, 5 months ago (2010-07-20 00:19:49 UTC) #1
akalin
+asargent for extensions stuff
10 years, 5 months ago (2010-07-20 00:21:31 UTC) #2
asargent_no_longer_on_chrome
Extension part lgtm. Does this open a small window where the user could be trying ...
10 years, 5 months ago (2010-07-20 00:37:57 UTC) #3
akalin (wrong akalin)
Hmm you're right, yes it does. There's no more reliable way to see if an ...
10 years, 5 months ago (2010-07-20 00:43:49 UTC) #4
akalin
+inferno, in case he has any comments
10 years, 5 months ago (2010-07-20 01:37:10 UTC) #5
asargent_no_longer_on_chrome
How large is the window? Would it just be for a few seconds while sync ...
10 years, 5 months ago (2010-07-20 02:10:35 UTC) #6
tim (not reviewing)
LGTM with one question http://codereview.chromium.org/2884027/diff/11001/10 File chrome/browser/sync/glue/extension_model_associator.cc (right): http://codereview.chromium.org/2884027/diff/11001/10#newcode154 chrome/browser/sync/glue/extension_model_associator.cc:154: } It would be cool ...
10 years, 5 months ago (2010-07-20 03:05:31 UTC) #7
akalin (wrong akalin)
It's only for a few seconds; it's the time between sync pushing the pending extension ...
10 years, 5 months ago (2010-07-20 03:16:09 UTC) #8
akalin
http://codereview.chromium.org/2884027/diff/11001/10 File chrome/browser/sync/glue/extension_model_associator.cc (right): http://codereview.chromium.org/2884027/diff/11001/10#newcode223 chrome/browser/sync/glue/extension_model_associator.cc:223: if (!IsExtensionSyncable(*extension)) { On 2010/07/20 03:05:31, timsteele wrote: > ...
10 years, 5 months ago (2010-07-20 06:05:58 UTC) #9
akalin
On 2010/07/20 06:05:58, akalin wrote: > http://codereview.chromium.org/2884027/diff/11001/10 > File chrome/browser/sync/glue/extension_model_associator.cc (right): > > http://codereview.chromium.org/2884027/diff/11001/10#newcode223 > ...
10 years, 5 months ago (2010-07-20 18:36:23 UTC) #10
akalin
inferno, any more comments? On 2010/07/20 18:36:23, akalin wrote: > On 2010/07/20 06:05:58, akalin wrote: ...
10 years, 5 months ago (2010-07-20 22:29:37 UTC) #11
inferno
10 years, 5 months ago (2010-07-20 22:39:05 UTC) #12
SGTM, although i am not that much familiar with this code.

Powered by Google App Engine
This is Rietveld 408576698