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

Issue 131403003: Files.app: Show drive sync state in the progress center. (Closed)

Created:
6 years, 11 months ago by hirono
Modified:
6 years, 11 months ago
Reviewers:
mtomasz, dgozman
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Files.app: Show drive sync state in the progress center. This CL adds the drive sync handler to the background page and showes the drive sync status obtained by the handler in the progress center. BUG=327213 TEST=manually Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245473

Patch Set 1 : #

Patch Set 2 : Re-upload #

Total comments: 25

Patch Set 3 : Fixed. #

Total comments: 2

Patch Set 4 : Fixed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+257 lines, -78 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/component_extension_resources.grd View 1 chunk +7 lines, -6 lines 0 comments Download
M chrome/browser/resources/file_manager/background/js/background.js View 1 2 2 chunks +12 lines, -1 line 0 comments Download
A chrome/browser/resources/file_manager/background/js/drive_sync_handler.js View 1 2 1 chunk +146 lines, -0 lines 0 comments Download
M chrome/browser/resources/file_manager/background/js/progress_center.js View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/file_manager/common/js/progress_center_common.js View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/file_manager/foreground/css/file_manager.css View 1 2 3 3 chunks +49 lines, -52 lines 0 comments Download
M chrome/browser/resources/file_manager/foreground/js/progress_center_item_group.js View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/file_manager/foreground/js/ui/progress_center_panel.js View 1 2 3 3 chunks +17 lines, -14 lines 0 comments Download
M chrome/browser/resources/file_manager/main.html View 1 2 3 1 chunk +8 lines, -3 lines 0 comments Download
M chrome/browser/resources/file_manager/manifest.json View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
hirono
PTAL the CL? Thanks!
6 years, 11 months ago (2014-01-15 04:12:54 UTC) #1
mtomasz
https://codereview.chromium.org/131403003/diff/280001/chrome/browser/resources/file_manager/background/js/drive_sync_handler.js File chrome/browser/resources/file_manager/background/js/drive_sync_handler.js (right): https://codereview.chromium.org/131403003/diff/280001/chrome/browser/resources/file_manager/background/js/drive_sync_handler.js#newcode36 chrome/browser/resources/file_manager/background/js/drive_sync_handler.js:36: // Register event. nit: event -> events / the ...
6 years, 11 months ago (2014-01-15 06:38:00 UTC) #2
hirono
Thanks! https://codereview.chromium.org/131403003/diff/280001/chrome/browser/resources/file_manager/background/js/drive_sync_handler.js File chrome/browser/resources/file_manager/background/js/drive_sync_handler.js (right): https://codereview.chromium.org/131403003/diff/280001/chrome/browser/resources/file_manager/background/js/drive_sync_handler.js#newcode36 chrome/browser/resources/file_manager/background/js/drive_sync_handler.js:36: // Register event. On 2014/01/15 06:38:01, mtomasz wrote: ...
6 years, 11 months ago (2014-01-16 05:05:52 UTC) #3
mtomasz
https://codereview.chromium.org/131403003/diff/470001/chrome/browser/resources/file_manager/background/js/drive_sync_handler.js File chrome/browser/resources/file_manager/background/js/drive_sync_handler.js (right): https://codereview.chromium.org/131403003/diff/470001/chrome/browser/resources/file_manager/background/js/drive_sync_handler.js#newcode103 chrome/browser/resources/file_manager/background/js/drive_sync_handler.js:103: webkitResolveLocalFileSystemURL(status.fileUrl, function(entry) { We should convert fileUrl to an ...
6 years, 11 months ago (2014-01-16 06:01:54 UTC) #4
hirono
Thanks! https://codereview.chromium.org/131403003/diff/280001/chrome/browser/resources/file_manager/foreground/css/file_manager.css File chrome/browser/resources/file_manager/foreground/css/file_manager.css (right): https://codereview.chromium.org/131403003/diff/280001/chrome/browser/resources/file_manager/foreground/css/file_manager.css#newcode2010 chrome/browser/resources/file_manager/foreground/css/file_manager.css:2010: top: 17px; On 2014/01/16 05:05:52, hirono wrote: > ...
6 years, 11 months ago (2014-01-16 08:46:24 UTC) #5
mtomasz
lgtm!
6 years, 11 months ago (2014-01-17 02:49:48 UTC) #6
hirono
@dgozman - PTAL component_extension_resources.grd? Thanks!
6 years, 11 months ago (2014-01-17 02:54:21 UTC) #7
dgozman
component_extension_resources.grd lgtm
6 years, 11 months ago (2014-01-17 05:46:53 UTC) #8
hirono
On 2014/01/17 05:46:53, dgozman wrote: > component_extension_resources.grd lgtm Thanks!
6 years, 11 months ago (2014-01-17 05:47:54 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/131403003/550001
6 years, 11 months ago (2014-01-17 05:48:14 UTC) #10
commit-bot: I haz the power
6 years, 11 months ago (2014-01-17 10:01:46 UTC) #11
Message was sent while issue was closed.
Change committed as 245473

Powered by Google App Engine
This is Rietveld 408576698