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

Issue 2822433003: Cleanup Tool WebUI: Add functionality to the Scan button (Closed)

Created:
3 years, 8 months ago by proberge
Modified:
3 years, 8 months ago
CC:
chromium-reviews, alito+watch_chromium.org, ftirelo+watch_chromium.org, arv+watch_chromium.org, csharp+watch_chromium.org, joenotcharles+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Cleanup Tool WebUI: Add functionality to the Scan button This will allow users to manually launch the Chrome Cleanup Tool in scanning mode to detect Unwanted Software on their system. At the moment, the scan does not actually happen and dummy data is returned. BUG=690020 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2822433003 Cr-Commit-Position: refs/heads/master@{#467065} Committed: https://chromium.googlesource.com/chromium/src/+/81200e069bcced52999b92c3a060ef4c12b8d8b8

Patch Set 1 #

Patch Set 2 : Remove component updating logic from cleanup_action_handler #

Total comments: 20

Patch Set 3 : Address review comments on #2 #

Total comments: 2

Patch Set 4 : Add comment to eventually localize strings #

Total comments: 8

Patch Set 5 : Add WeakPtrFactory #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -5 lines) Patch
M chrome/browser/component_updater/sw_reporter_installer_win.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/component_updater/sw_reporter_installer_win.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/cleanup_tool/cleanup_browser_proxy.js View 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/cleanup_tool/manager.js View 1 chunk +10 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.h View 1 2 3 4 2 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc View 1 2 3 4 3 chunks +70 lines, -4 lines 0 comments Download

Messages

Total messages: 26 (10 generated)
proberge
3 years, 8 months ago (2017-04-13 15:33:27 UTC) #4
ftirelo
https://codereview.chromium.org/2822433003/diff/20001/chrome/browser/component_updater/sw_reporter_installer_win.cc File chrome/browser/component_updater/sw_reporter_installer_win.cc (right): https://codereview.chromium.org/2822433003/diff/20001/chrome/browser/component_updater/sw_reporter_installer_win.cc#newcode505 chrome/browser/component_updater/sw_reporter_installer_win.cc:505: // TODO(proberge): Implement me. Nit: Please describe this as ...
3 years, 8 months ago (2017-04-13 17:10:43 UTC) #5
proberge
https://codereview.chromium.org/2822433003/diff/20001/chrome/browser/component_updater/sw_reporter_installer_win.cc File chrome/browser/component_updater/sw_reporter_installer_win.cc (right): https://codereview.chromium.org/2822433003/diff/20001/chrome/browser/component_updater/sw_reporter_installer_win.cc#newcode505 chrome/browser/component_updater/sw_reporter_installer_win.cc:505: // TODO(proberge): Implement me. On 2017/04/13 17:10:43, ftirelo wrote: ...
3 years, 8 months ago (2017-04-13 18:53:03 UTC) #6
ftirelo
LGTM with a small nit. https://codereview.chromium.org/2822433003/diff/40001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc File chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc (right): https://codereview.chromium.org/2822433003/diff/40001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc#newcode25 chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc:25: constexpr char kDetectionOkText[] = ...
3 years, 8 months ago (2017-04-18 13:50:59 UTC) #7
proberge
https://codereview.chromium.org/2822433003/diff/40001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc File chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc (right): https://codereview.chromium.org/2822433003/diff/40001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc#newcode25 chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc:25: constexpr char kDetectionOkText[] = "No problems detected"; On 2017/04/18 ...
3 years, 8 months ago (2017-04-18 15:28:18 UTC) #9
tommycli
https://codereview.chromium.org/2822433003/diff/60001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc File chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc (right): https://codereview.chromium.org/2822433003/diff/60001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc#newcode30 chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc:30: constexpr char kUnsupportedHelpText[] = "Please try reinstalling Chrome"; Passing ...
3 years, 8 months ago (2017-04-21 18:24:21 UTC) #10
tommycli
https://codereview.chromium.org/2822433003/diff/60001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc File chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc (right): https://codereview.chromium.org/2822433003/diff/60001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc#newcode30 chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc:30: constexpr char kUnsupportedHelpText[] = "Please try reinstalling Chrome"; On ...
3 years, 8 months ago (2017-04-21 18:28:21 UTC) #11
proberge
https://codereview.chromium.org/2822433003/diff/60001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc File chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc (right): https://codereview.chromium.org/2822433003/diff/60001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc#newcode30 chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc:30: constexpr char kUnsupportedHelpText[] = "Please try reinstalling Chrome"; On ...
3 years, 8 months ago (2017-04-21 21:04:32 UTC) #12
tommycli
https://codereview.chromium.org/2822433003/diff/60001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc File chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc (right): https://codereview.chromium.org/2822433003/diff/60001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc#newcode30 chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc:30: constexpr char kUnsupportedHelpText[] = "Please try reinstalling Chrome"; On ...
3 years, 8 months ago (2017-04-21 21:57:02 UTC) #13
alito
https://codereview.chromium.org/2822433003/diff/60001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc File chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc (right): https://codereview.chromium.org/2822433003/diff/60001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc#newcode30 chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc:30: constexpr char kUnsupportedHelpText[] = "Please try reinstalling Chrome"; On ...
3 years, 8 months ago (2017-04-21 22:12:37 UTC) #15
proberge
https://codereview.chromium.org/2822433003/diff/60001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc File chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc (right): https://codereview.chromium.org/2822433003/diff/60001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc#newcode30 chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc:30: constexpr char kUnsupportedHelpText[] = "Please try reinstalling Chrome"; On ...
3 years, 8 months ago (2017-04-25 17:39:32 UTC) #16
tommycli
On 2017/04/25 17:39:32, proberge wrote: > https://codereview.chromium.org/2822433003/diff/60001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc > File chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc (right): > > https://codereview.chromium.org/2822433003/diff/60001/chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc#newcode30 > ...
3 years, 8 months ago (2017-04-25 17:41:50 UTC) #17
proberge
Thanks Tommy! ++sorin for browser/component_updater changes.
3 years, 8 months ago (2017-04-25 17:49:45 UTC) #19
Sorin Jianu
lgtm Thank you! component updater lgtm
3 years, 8 months ago (2017-04-25 17:52:36 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2822433003/80001
3 years, 8 months ago (2017-04-25 17:53:16 UTC) #23
commit-bot: I haz the power
3 years, 8 months ago (2017-04-25 19:04:47 UTC) #26
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/81200e069bcced52999b92c3a060...

Powered by Google App Engine
This is Rietveld 408576698