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

Issue 16398011: Show ExtensionID->OriginSyncStatus in syncfs-internals WebUI (Closed)

Created:
7 years, 6 months ago by calvinlo
Modified:
7 years, 6 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, arv+watch_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Show ExtensionID->OriginSyncStatus in syncfs-internals WebUI. BUG=244067 TEST=Manual Sign into Chrome Start any SyncFS application Go to chrome://syncfs-internals, click on Extension Status tab You should see at lease one extension along with its sync status. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=206351

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 8

Patch Set 3 : Hiroki review #1 #

Total comments: 10

Patch Set 4 : bauerb review #1 #

Patch Set 5 : typo fix #

Total comments: 5

Patch Set 6 : Fix for nits. Separated OWNERS change. #

Total comments: 2

Patch Set 7 : Fixed JavaScript and added refresh button #

Total comments: 2

Patch Set 8 : bauerb review, fix casing on JS vars #

Patch Set 9 : Rebase #

Patch Set 10 : Rebase to test mac compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -8 lines) Patch
A chrome/browser/resources/sync_file_system_internals/extension_statuses.html View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/browser/resources/sync_file_system_internals/extension_statuses.js View 1 2 3 4 5 6 7 1 chunk +59 lines, -0 lines 0 comments Download
M chrome/browser/resources/sync_file_system_internals/main.html View 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/sync_file_system_internals/sync_service.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/sync_file_system_internals/sync_service.js View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/sync_file_system_internals_resources.grd View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.h View 1 2 3 4 5 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.cc View 1 2 3 7 1 chunk +57 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.h View 1 2 3 4 5 6 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc View 1 2 3 4 5 6 7 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
calvinlo
PTAL. It's about the same as before but now uses the landed DriveFileSyncService.GetOriginStatusMap() function. Updated ...
7 years, 6 months ago (2013-06-07 05:52:46 UTC) #1
nhiroki
Looks good. https://codereview.chromium.org/16398011/diff/2003/chrome/browser/resources/sync_file_system_internals/extension_statuses.html File chrome/browser/resources/sync_file_system_internals/extension_statuses.html (right): https://codereview.chromium.org/16398011/diff/2003/chrome/browser/resources/sync_file_system_internals/extension_statuses.html#newcode12 chrome/browser/resources/sync_file_system_internals/extension_statuses.html:12: nit: Can you remove this blank line? ...
7 years, 6 months ago (2013-06-07 06:31:25 UTC) #2
calvinlo
https://codereview.chromium.org/16398011/diff/2003/chrome/browser/resources/sync_file_system_internals/extension_statuses.html File chrome/browser/resources/sync_file_system_internals/extension_statuses.html (right): https://codereview.chromium.org/16398011/diff/2003/chrome/browser/resources/sync_file_system_internals/extension_statuses.html#newcode12 chrome/browser/resources/sync_file_system_internals/extension_statuses.html:12: On 2013/06/07 06:31:25, nhiroki wrote: > nit: Can you ...
7 years, 6 months ago (2013-06-07 06:40:28 UTC) #3
calvinlo
+bauerb for chrome/browser/resources/sync_file_system_internals_resources.grd OWNERS review. Please take a look at actual code too if you ...
7 years, 6 months ago (2013-06-07 06:48:13 UTC) #4
nhiroki
+tzik@ for double checking.
7 years, 6 months ago (2013-06-07 10:34:03 UTC) #5
Bernhard Bauer
https://codereview.chromium.org/16398011/diff/21001/chrome/browser/resources/sync_file_system_internals/extension_statuses.js File chrome/browser/resources/sync_file_system_internals/extension_statuses.js (right): https://codereview.chromium.org/16398011/diff/21001/chrome/browser/resources/sync_file_system_internals/extension_statuses.js#newcode11 chrome/browser/resources/sync_file_system_internals/extension_statuses.js:11: function extensionStatuses() { Class names should start upper-case. https://codereview.chromium.org/16398011/diff/21001/chrome/browser/resources/sync_file_system_internals/extension_statuses.js#newcode55 ...
7 years, 6 months ago (2013-06-07 10:44:46 UTC) #6
tzik
lgtm
7 years, 6 months ago (2013-06-10 02:41:17 UTC) #7
calvinlo
https://codereview.chromium.org/16398011/diff/21001/chrome/browser/resources/sync_file_system_internals/extension_statuses.js File chrome/browser/resources/sync_file_system_internals/extension_statuses.js (right): https://codereview.chromium.org/16398011/diff/21001/chrome/browser/resources/sync_file_system_internals/extension_statuses.js#newcode11 chrome/browser/resources/sync_file_system_internals/extension_statuses.js:11: function extensionStatuses() { On 2013/06/07 10:44:46, Bernhard Bauer wrote: ...
7 years, 6 months ago (2013-06-10 05:15:45 UTC) #8
nhiroki
lgtm https://codereview.chromium.org/16398011/diff/74001/chrome/browser/resources/OWNERS File chrome/browser/resources/OWNERS (right): https://codereview.chromium.org/16398011/diff/74001/chrome/browser/resources/OWNERS#newcode12 chrome/browser/resources/OWNERS:12: per-file sync_file_system_internals.*=tzik@chromium.org nit: Sorting. nit: I'd prefer to ...
7 years, 6 months ago (2013-06-10 09:31:51 UTC) #9
calvinlo
https://codereview.chromium.org/16398011/diff/74001/chrome/browser/resources/OWNERS File chrome/browser/resources/OWNERS (right): https://codereview.chromium.org/16398011/diff/74001/chrome/browser/resources/OWNERS#newcode12 chrome/browser/resources/OWNERS:12: per-file sync_file_system_internals.*=tzik@chromium.org On 2013/06/10 09:31:51, nhiroki wrote: > nit: ...
7 years, 6 months ago (2013-06-10 09:52:38 UTC) #10
Bernhard Bauer
https://codereview.chromium.org/16398011/diff/51004/chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.cc File chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.cc (right): https://codereview.chromium.org/16398011/diff/51004/chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.cc#newcode53 chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.cc:53: web_ui()->CallJavascriptFunction("ExtensionStatuses.onGetExtensionStatuses", Wait, you're still exporting a variable called "extensionStatuses" ...
7 years, 6 months ago (2013-06-10 12:46:35 UTC) #11
kinuko
On 2013/06/10 05:15:45, calvinlo wrote: > https://codereview.chromium.org/16398011/diff/21001/chrome/browser/resources/sync_file_system_internals/extension_statuses.js > File chrome/browser/resources/sync_file_system_internals/extension_statuses.js > (right): > > https://codereview.chromium.org/16398011/diff/21001/chrome/browser/resources/sync_file_system_internals/extension_statuses.js#newcode11 ...
7 years, 6 months ago (2013-06-10 13:42:37 UTC) #12
calvinlo
I rebased and then fixed up the JavaScript based on the given suggestion. Thanks for ...
7 years, 6 months ago (2013-06-11 14:34:15 UTC) #13
calvinlo
Sorry to bug you again Bernhard, just wondering if you wanted to take a look ...
7 years, 6 months ago (2013-06-12 10:04:15 UTC) #14
Bernhard Bauer
https://codereview.chromium.org/16398011/diff/100001/chrome/browser/resources/sync_file_system_internals/extension_statuses.js File chrome/browser/resources/sync_file_system_internals/extension_statuses.js (right): https://codereview.chromium.org/16398011/diff/100001/chrome/browser/resources/sync_file_system_internals/extension_statuses.js#newcode8 chrome/browser/resources/sync_file_system_internals/extension_statuses.js:8: var extensionStatuses = (function() { Sorry if I'm being ...
7 years, 6 months ago (2013-06-12 10:53:31 UTC) #15
calvinlo
https://codereview.chromium.org/16398011/diff/100001/chrome/browser/resources/sync_file_system_internals/extension_statuses.js File chrome/browser/resources/sync_file_system_internals/extension_statuses.js (right): https://codereview.chromium.org/16398011/diff/100001/chrome/browser/resources/sync_file_system_internals/extension_statuses.js#newcode8 chrome/browser/resources/sync_file_system_internals/extension_statuses.js:8: var extensionStatuses = (function() { On 2013/06/12 10:53:32, Bernhard ...
7 years, 6 months ago (2013-06-12 11:40:22 UTC) #16
Bernhard Bauer
LGTM, thanks!
7 years, 6 months ago (2013-06-13 07:47:31 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calvinlo@chromium.org/16398011/110001
7 years, 6 months ago (2013-06-13 07:50:07 UTC) #18
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-13 08:12:05 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calvinlo@chromium.org/16398011/144001
7 years, 6 months ago (2013-06-13 09:53:23 UTC) #20
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-13 10:07:31 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calvinlo@chromium.org/16398011/159001
7 years, 6 months ago (2013-06-14 05:11:27 UTC) #22
commit-bot: I haz the power
7 years, 6 months ago (2013-06-14 07:18:33 UTC) #23
Message was sent while issue was closed.
Change committed as 206351

Powered by Google App Engine
This is Rietveld 408576698