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

Issue 14084008: Boilerplate code to add chrome://syncfs-internals page for debugging. (Closed)

Created:
7 years, 8 months ago by calvinlo
Modified:
7 years, 7 months ago
CC:
chromium-reviews, arv+watch_chromium.org, kinuko+watch
Visibility:
Public.

Description

Boilerplate code to add chrome://syncfs-internals page for debugging SyncFileSystem. Will add the event code and event handlers in JS in next patch. BUG=226353 TEST=Go to chrome://syncfs-internals and see something. TBR=arv@chromium.org, thestig@chromium.org, tzik@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197845

Patch Set 1 #

Patch Set 2 : Boilerplate code only #

Total comments: 8

Patch Set 3 : tzik review #1 #

Total comments: 5

Patch Set 4 : Kinuko review #1 #

Total comments: 14

Patch Set 5 : arv and thestig review #1 #

Patch Set 6 : #

Patch Set 7 : Rebase with similarity=20 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -85 lines) Patch
A + chrome/browser/resources/sync_file_system_internals/main.css View 1 2 3 4 5 6 1 chunk +7 lines, -13 lines 0 comments Download
A + chrome/browser/resources/sync_file_system_internals/main.html View 1 2 3 4 5 6 2 chunks +7 lines, -44 lines 0 comments Download
A + chrome/browser/resources/sync_file_system_internals_resources.grd View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
A + chrome/browser/ui/webui/sync_file_system_internals_ui.h View 1 2 3 4 5 6 1 chunk +8 lines, -9 lines 0 comments Download
A + chrome/browser/ui/webui/sync_file_system_internals_ui.cc View 1 2 3 4 5 6 1 chunk +13 lines, -12 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_repack_resources.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_resources.gyp View 1 2 3 4 2 chunks +8 lines, -1 line 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 31 (0 generated)
calvinlo
Tzik san, can you please take a look before I send this out for owners ...
7 years, 8 months ago (2013-04-22 09:36:52 UTC) #1
tzik
https://codereview.chromium.org/14084008/diff/2001/chrome/browser/resources/sync_file_system_internals/main.css File chrome/browser/resources/sync_file_system_internals/main.css (right): https://codereview.chromium.org/14084008/diff/2001/chrome/browser/resources/sync_file_system_internals/main.css#newcode1 chrome/browser/resources/sync_file_system_internals/main.css:1: /* Copyright (c) 2012 The Chromium Authors. All rights ...
7 years, 8 months ago (2013-04-22 14:07:57 UTC) #2
calvinlo
Fixed license headers for all new files on top of ones indicated. https://codereview.chromium.org/14084008/diff/2001/chrome/browser/resources/sync_file_system_internals/main.css File chrome/browser/resources/sync_file_system_internals/main.css ...
7 years, 8 months ago (2013-04-23 05:48:49 UTC) #3
tzik
lgtm
7 years, 8 months ago (2013-04-23 06:04:30 UTC) #4
kinuko
nit: it'd be better to update the issue subject & description (for the internal URL ...
7 years, 8 months ago (2013-04-23 06:15:14 UTC) #5
calvinlo
+thestig for *.gypi, *.gyp files +arv for OWNERS reviewer for chrome/browser/resources* and chrome/browser/ui/webui/* Kinuko, thanks, ...
7 years, 8 months ago (2013-04-23 06:28:33 UTC) #6
kinuko
(some more nits, style/copyright issues only) https://codereview.chromium.org/14084008/diff/17001/chrome/browser/resources/sync_file_system_internals/main.css File chrome/browser/resources/sync_file_system_internals/main.css (right): https://codereview.chromium.org/14084008/diff/17001/chrome/browser/resources/sync_file_system_internals/main.css#newcode1 chrome/browser/resources/sync_file_system_internals/main.css:1: /* Copyright 2013 ...
7 years, 8 months ago (2013-04-23 06:29:30 UTC) #7
calvinlo
https://codereview.chromium.org/14084008/diff/17001/chrome/browser/resources/sync_file_system_internals/main.css File chrome/browser/resources/sync_file_system_internals/main.css (right): https://codereview.chromium.org/14084008/diff/17001/chrome/browser/resources/sync_file_system_internals/main.css#newcode1 chrome/browser/resources/sync_file_system_internals/main.css:1: /* Copyright 2013 The Chromium Authors. All rights reserved. ...
7 years, 8 months ago (2013-04-23 06:48:29 UTC) #8
kinuko
https://codereview.chromium.org/14084008/diff/17001/chrome/browser/resources/sync_file_system_internals/main.css File chrome/browser/resources/sync_file_system_internals/main.css (right): https://codereview.chromium.org/14084008/diff/17001/chrome/browser/resources/sync_file_system_internals/main.css#newcode1 chrome/browser/resources/sync_file_system_internals/main.css:1: /* Copyright 2013 The Chromium Authors. All rights reserved. ...
7 years, 8 months ago (2013-04-23 07:04:09 UTC) #9
Lei Zhang
chrome/ bits outside of chrome/browser/resources lgtm with nits below: https://codereview.chromium.org/14084008/diff/32001/chrome/browser/ui/webui/sync_file_system_internals_ui.cc File chrome/browser/ui/webui/sync_file_system_internals_ui.cc (right): https://codereview.chromium.org/14084008/diff/32001/chrome/browser/ui/webui/sync_file_system_internals_ui.cc#newcode7 chrome/browser/ui/webui/sync_file_system_internals_ui.cc:7: ...
7 years, 8 months ago (2013-04-23 18:26:48 UTC) #10
arv (Not doing code reviews)
https://codereview.chromium.org/14084008/diff/32001/chrome/browser/resources/sync_file_system_internals/main.html File chrome/browser/resources/sync_file_system_internals/main.html (right): https://codereview.chromium.org/14084008/diff/32001/chrome/browser/resources/sync_file_system_internals/main.html#newcode17 chrome/browser/resources/sync_file_system_internals/main.html:17: <link rel="stylesheet" href="chrome://resources/css/tree.css"> I don't see where you are ...
7 years, 8 months ago (2013-04-23 18:54:32 UTC) #11
calvinlo
Thanks. Sorry, I'll be more careful to remove unused imports when copying and pasting boilerplate ...
7 years, 8 months ago (2013-04-24 07:53:23 UTC) #12
calvinlo
arv, sorry to bug you but is there anything else you want me to change ...
7 years, 8 months ago (2013-04-25 08:47:41 UTC) #13
calvinlo
+dbeam. Hi Dan, arv seems busy or out of office. Is it possible for you ...
7 years, 8 months ago (2013-04-26 06:09:52 UTC) #14
calvinlo
+estade for chrome/browser/resources/* OWNERS review. I'm hoping anyone from the chrome/browser/resources/OWNERS file can be take ...
7 years, 7 months ago (2013-04-30 05:18:21 UTC) #15
calvinlo
Sorry, also OWNERS review for chrome/browser/ui/webui/ which happens to be the same people as chrome/browser/resources/.
7 years, 7 months ago (2013-04-30 05:30:49 UTC) #16
arv (Not doing code reviews)
Where is the JS that drives the UI? I assume you are planing to make ...
7 years, 7 months ago (2013-04-30 20:26:06 UTC) #17
calvinlo
Thanks for reviewing arv. Yes, right now this patch does not do anything functionally. I'm ...
7 years, 7 months ago (2013-05-01 02:21:38 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calvinlo@chromium.org/14084008/51001
7 years, 7 months ago (2013-05-01 03:50:31 UTC) #19
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 7 months ago (2013-05-01 04:12:14 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calvinlo@chromium.org/14084008/51001
7 years, 7 months ago (2013-05-01 06:39:44 UTC) #21
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 7 months ago (2013-05-01 06:48:48 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calvinlo@chromium.org/14084008/51001
7 years, 7 months ago (2013-05-01 08:38:07 UTC) #23
commit-bot: I haz the power
Failed to apply patch for chrome/browser/resources/sync_file_system_internals/main.css: While running patch -p1 --forward --force --no-backup-if-mismatch; A chrome/browser/resources/sync_file_system_internals ...
7 years, 7 months ago (2013-05-01 08:38:11 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calvinlo@chromium.org/14084008/51001
7 years, 7 months ago (2013-05-01 11:00:27 UTC) #25
commit-bot: I haz the power
Failed to apply patch for chrome/browser/resources/sync_file_system_internals/main.css: While running patch -p1 --forward --force --no-backup-if-mismatch; A chrome/browser/resources/sync_file_system_internals ...
7 years, 7 months ago (2013-05-01 11:00:29 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calvinlo@chromium.org/14084008/51001
7 years, 7 months ago (2013-05-02 04:27:08 UTC) #27
commit-bot: I haz the power
Failed to apply patch for chrome/browser/resources/sync_file_system_internals/main.css: While running patch -p1 --forward --force --no-backup-if-mismatch; A chrome/browser/resources/sync_file_system_internals ...
7 years, 7 months ago (2013-05-02 04:27:10 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calvinlo@chromium.org/14084008/78001
7 years, 7 months ago (2013-05-02 04:48:45 UTC) #29
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=35983
7 years, 7 months ago (2013-05-02 06:43:41 UTC) #30
calvinlo
7 years, 7 months ago (2013-05-02 07:13:28 UTC) #31
Message was sent while issue was closed.
Committed patchset #7 manually as r197845 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698