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

Issue 2788743002: Cleanup Tool WebUI: Add functional HTML and skeleton JS for main content (Closed)

Created:
3 years, 8 months ago by proberge
Modified:
3 years, 8 months ago
CC:
chromium-reviews, vitalyp+closure_chromium.org, jlklein+watch-closure_chromium.org, arv+watch_chromium.org, dbeam+watch-closure_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Cleanup Tool WebUI: Add functional HTML and skeleton JS for main content Also add two icons, including a custom icon. BUG=690020 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2788743002 Cr-Commit-Position: refs/heads/master@{#463423} Committed: https://chromium.googlesource.com/chromium/src/+/a1257442d4f1d35e9a7527ee51672c43502f18f2

Patch Set 1 #

Total comments: 13

Patch Set 2 : Address review comments #

Patch Set 3 : Rebase on committed dependent CL #

Patch Set 4 : Remove i18n-content directives, address latest review comments #

Total comments: 4

Patch Set 5 : Remove unused cr.define and Manager.get #

Patch Set 6 : Fix typo and make manager.js closure deps include cleanup_browser_proxy #

Unified diffs Side-by-side diffs Delta from patch set Stats (+302 lines, -1 line) Patch
M chrome/browser/browser_resources.grd View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/cleanup_tool/cleanup.html View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/cleanup_tool/cleanup_browser_proxy.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/cleanup_tool/compiled_resources2.gyp View 1 2 3 4 5 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/browser/resources/cleanup_tool/icons.html View 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/browser/resources/cleanup_tool/manager.html View 1 2 3 1 chunk +145 lines, -0 lines 0 comments Download
A chrome/browser/resources/cleanup_tool/manager.js View 1 2 3 4 5 1 chunk +117 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 31 (11 generated)
proberge
3 years, 8 months ago (2017-03-30 20:08:44 UTC) #3
tommycli
https://codereview.chromium.org/2788743002/diff/1/chrome/browser/resources/cleanup_tool/manager.html File chrome/browser/resources/cleanup_tool/manager.html (right): https://codereview.chromium.org/2788743002/diff/1/chrome/browser/resources/cleanup_tool/manager.html#newcode107 chrome/browser/resources/cleanup_tool/manager.html:107: class$="icon [[getIconClassName_(hasScanResults, isInfected)]]"> Can we just give this icon ...
3 years, 8 months ago (2017-03-30 20:18:00 UTC) #4
proberge
https://codereview.chromium.org/2788743002/diff/1/chrome/browser/resources/cleanup_tool/manager.html File chrome/browser/resources/cleanup_tool/manager.html (right): https://codereview.chromium.org/2788743002/diff/1/chrome/browser/resources/cleanup_tool/manager.html#newcode107 chrome/browser/resources/cleanup_tool/manager.html:107: class$="icon [[getIconClassName_(hasScanResults, isInfected)]]"> On 2017/03/30 20:18:00, tommycli wrote: > ...
3 years, 8 months ago (2017-03-30 21:04:33 UTC) #5
Fabio Tirelo
3 years, 8 months ago (2017-04-05 15:28:25 UTC) #7
Fabio Tirelo
lgtm
3 years, 8 months ago (2017-04-05 15:28:31 UTC) #8
tommycli
https://codereview.chromium.org/2788743002/diff/1/chrome/browser/resources/cleanup_tool/manager.html File chrome/browser/resources/cleanup_tool/manager.html (right): https://codereview.chromium.org/2788743002/diff/1/chrome/browser/resources/cleanup_tool/manager.html#newcode107 chrome/browser/resources/cleanup_tool/manager.html:107: class$="icon [[getIconClassName_(hasScanResults, isInfected)]]"> On 2017/03/30 21:04:33, proberge wrote: > ...
3 years, 8 months ago (2017-04-05 20:47:26 UTC) #9
proberge
https://codereview.chromium.org/2788743002/diff/1/chrome/browser/resources/cleanup_tool/manager.html File chrome/browser/resources/cleanup_tool/manager.html (right): https://codereview.chromium.org/2788743002/diff/1/chrome/browser/resources/cleanup_tool/manager.html#newcode107 chrome/browser/resources/cleanup_tool/manager.html:107: class$="icon [[getIconClassName_(hasScanResults, isInfected)]]"> On 2017/04/05 20:47:25, tommycli wrote: > ...
3 years, 8 months ago (2017-04-05 21:34:06 UTC) #10
tommycli
https://codereview.chromium.org/2788743002/diff/60001/chrome/browser/resources/cleanup_tool/manager.js File chrome/browser/resources/cleanup_tool/manager.js (right): https://codereview.chromium.org/2788743002/diff/60001/chrome/browser/resources/cleanup_tool/manager.js#newcode128 chrome/browser/resources/cleanup_tool/manager.js:128: }; I suspect that the cr.define, the Manager.get, and ...
3 years, 8 months ago (2017-04-07 19:23:07 UTC) #11
proberge
On 2017/04/07 19:23:07, tommycli wrote: > https://codereview.chromium.org/2788743002/diff/60001/chrome/browser/resources/cleanup_tool/manager.js > File chrome/browser/resources/cleanup_tool/manager.js (right): > > https://codereview.chromium.org/2788743002/diff/60001/chrome/browser/resources/cleanup_tool/manager.js#newcode128 > ...
3 years, 8 months ago (2017-04-07 20:21:53 UTC) #12
tommycli
https://codereview.chromium.org/2788743002/diff/60001/chrome/browser/resources/cleanup_tool/manager.js File chrome/browser/resources/cleanup_tool/manager.js (right): https://codereview.chromium.org/2788743002/diff/60001/chrome/browser/resources/cleanup_tool/manager.js#newcode128 chrome/browser/resources/cleanup_tool/manager.js:128: }; On 2017/04/07 19:23:07, tommycli wrote: > I suspect ...
3 years, 8 months ago (2017-04-07 20:23:38 UTC) #13
Dan Beam
https://codereview.chromium.org/2788743002/diff/60001/chrome/browser/resources/cleanup_tool/manager.js File chrome/browser/resources/cleanup_tool/manager.js (right): https://codereview.chromium.org/2788743002/diff/60001/chrome/browser/resources/cleanup_tool/manager.js#newcode128 chrome/browser/resources/cleanup_tool/manager.js:128: }; On 2017/04/07 20:23:38, tommycli wrote: > On 2017/04/07 ...
3 years, 8 months ago (2017-04-07 21:49:00 UTC) #14
tommycli
On 2017/04/07 21:49:00, Dan Beam wrote: > https://codereview.chromium.org/2788743002/diff/60001/chrome/browser/resources/cleanup_tool/manager.js > File chrome/browser/resources/cleanup_tool/manager.js (right): > > https://codereview.chromium.org/2788743002/diff/60001/chrome/browser/resources/cleanup_tool/manager.js#newcode128 ...
3 years, 8 months ago (2017-04-07 22:17:20 UTC) #15
proberge
https://codereview.chromium.org/2788743002/diff/60001/chrome/browser/resources/cleanup_tool/manager.js File chrome/browser/resources/cleanup_tool/manager.js (right): https://codereview.chromium.org/2788743002/diff/60001/chrome/browser/resources/cleanup_tool/manager.js#newcode128 chrome/browser/resources/cleanup_tool/manager.js:128: }; On 2017/04/07 21:48:59, Dan Beam wrote: > On ...
3 years, 8 months ago (2017-04-08 02:03:11 UTC) #16
proberge
++dbeam for OWNERs review of browser_resources.grd
3 years, 8 months ago (2017-04-08 02:04:25 UTC) #18
tommycli
lgtm great
3 years, 8 months ago (2017-04-10 20:31:46 UTC) #19
Dan Beam
browser_resources.grd lgtm
3 years, 8 months ago (2017-04-10 20:42:00 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/2788743002/80001
3 years, 8 months ago (2017-04-10 20:46:11 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: closure_compilation on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/closure_compilation/builds/7667)
3 years, 8 months ago (2017-04-10 21:01:40 UTC) #25
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/2788743002/100001
3 years, 8 months ago (2017-04-10 21:26:59 UTC) #28
commit-bot: I haz the power
3 years, 8 months ago (2017-04-10 22:39:21 UTC) #31
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/a1257442d4f1d35e9a7527ee5167...

Powered by Google App Engine
This is Rietveld 408576698