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

Issue 11189094: Implement sideload wipeout for Extensions. (Closed)

Created:
8 years, 2 months ago by Finnur
Modified:
8 years, 2 months ago
CC:
chromium-reviews, finnur+watch_chromium.org, tfarina, arv (Not doing code reviews), oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, jshin+watch_chromium.org
Visibility:
Public.

Description

Implement sideload wipeout for Extensions. BUG=154624 TEST=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=163350

Patch Set 1 #

Total comments: 13

Patch Set 2 : #

Total comments: 7

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 1

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+617 lines, -19 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 1 chunk +33 lines, -0 lines 0 comments Download
M chrome/app/resources/locale_settings.grd View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_prefs.h View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_prefs.cc View 1 2 3 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 2 3 4 5 2 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 5 6 7 5 chunks +44 lines, -0 lines 0 comments Download
M chrome/browser/resources/extensions/extension_list.js View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/extensions/extensions.css View 2 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/resources/extensions/extensions.html View 3 chunks +15 lines, -1 line 0 comments Download
M chrome/browser/resources/extensions/extensions.js View 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/uber/uber_shared.css View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/browser_ui_prefs.cc View 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/extensions/disabled_extensions_view.h View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/extensions/disabled_extensions_view.cc View 1 2 3 4 5 6 1 chunk +291 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/toolbar_view.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/toolbar_view.cc View 1 2 3 4 5 6 5 chunks +14 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.cc View 1 2 3 4 5 6 7 4 chunks +39 lines, -4 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 4 chunks +10 lines, -6 lines 0 comments Download
M chrome/common/extensions/extension.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/feature_switch.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/feature_switch.cc View 1 2 3 4 3 chunks +7 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Finnur
Aaron, can you review? (I'll upload screenshots to the bug) Sky, can you take a ...
8 years, 2 months ago (2012-10-19 18:06:37 UTC) #1
miket_OOO
> miket: > > chrome/browser/resources/extensions/extension_list.js > chrome/browser/resources/extensions/extensions.css > chrome/browser/resources/extensions/extensions.html > chrome/browser/resources/extensions/extensions.js OWNERS LGTM.
8 years, 2 months ago (2012-10-19 18:19:13 UTC) #2
James Hawkins
lgtm
8 years, 2 months ago (2012-10-19 18:23:06 UTC) #3
Aaron Boodman
http://codereview.chromium.org/11189094/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/11189094/diff/1/chrome/app/generated_resources.grd#newcode10144 chrome/app/generated_resources.grd:10144: To make Chrome even faster, we've automatically disabled some ...
8 years, 2 months ago (2012-10-19 18:40:45 UTC) #4
Aaron Boodman
http://codereview.chromium.org/11189094/diff/1/chrome/common/extensions/feature_switch.cc File chrome/common/extensions/feature_switch.cc (right): http://codereview.chromium.org/11189094/diff/1/chrome/common/extensions/feature_switch.cc#newcode34 chrome/common/extensions/feature_switch.cc:34: // TODO(finnur): Change to DEFAULT_DISABLED before checking in. On ...
8 years, 2 months ago (2012-10-19 18:45:02 UTC) #5
sail
theme/* LGTM
8 years, 2 months ago (2012-10-19 19:07:34 UTC) #6
Dan Beam
http://codereview.chromium.org/11189094/diff/7003/chrome/browser/resources/uber/uber_shared.css File chrome/browser/resources/uber/uber_shared.css (right): http://codereview.chromium.org/11189094/diff/7003/chrome/browser/resources/uber/uber_shared.css#newcode171 chrome/browser/resources/uber/uber_shared.css:171: padding: 8px 8px 8px 26px; this needs to work ...
8 years, 2 months ago (2012-10-19 19:08:54 UTC) #7
sky
LGTM https://codereview.chromium.org/11189094/diff/7003/chrome/browser/ui/views/extensions/disabled_extensions_view.cc File chrome/browser/ui/views/extensions/disabled_extensions_view.cc (right): https://codereview.chromium.org/11189094/diff/7003/chrome/browser/ui/views/extensions/disabled_extensions_view.cc#newcode102 chrome/browser/ui/views/extensions/disabled_extensions_view.cc:102: views::Button* sender, const ui::Event& event) { nit each ...
8 years, 2 months ago (2012-10-19 21:41:35 UTC) #8
Finnur
aa, dbeam: PTAL. http://codereview.chromium.org/11189094/diff/1/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): http://codereview.chromium.org/11189094/diff/1/chrome/browser/extensions/extension_service.cc#newcode2195 chrome/browser/extensions/extension_service.cc:2195: if (done) Deleting the pref value ...
8 years, 2 months ago (2012-10-21 19:55:42 UTC) #9
Dan Beam
lgtm
8 years, 2 months ago (2012-10-22 02:11:16 UTC) #10
Aaron Boodman
lgtm http://codereview.chromium.org/11189094/diff/4010/chrome/browser/extensions/extension_service.h File chrome/browser/extensions/extension_service.h (right): http://codereview.chromium.org/11189094/diff/4010/chrome/browser/extensions/extension_service.h#newcode214 chrome/browser/extensions/extension_service.h:214: const ExtensionSet* GenerateSideloadWipoutExtensionsSet() const; kinda cryptic name: maybe ...
8 years, 2 months ago (2012-10-22 02:34:00 UTC) #11
Aaron Boodman
Pressed the 'commit' button. The remaining nits (including the ui nits in the bug) can ...
8 years, 2 months ago (2012-10-22 18:57:34 UTC) #12
commit-bot: I haz the power
8 years, 2 months ago (2012-10-22 18:57:42 UTC) #13

Powered by Google App Engine
This is Rietveld 408576698