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

Issue 10214013: Created uber tray UI for monitoring ongoing WebDrive sync operations (Closed)

Created:
8 years, 8 months ago by zel
Modified:
8 years, 7 months ago
Reviewers:
xiyuan, sadrul, sky
CC:
chromium-reviews, sadrul, nkostylev+watch_chromium.org, ben+watch_chromium.org, achuith+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Created uber tray UI for monitoring ongoing WebDrive sync operations BUG=chromium-os:30075 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=134774 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=134844

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Total comments: 57

Patch Set 12 : review updates #1 #

Patch Set 13 : #

Total comments: 6

Patch Set 14 : #

Patch Set 15 : #

Patch Set 16 : #

Patch Set 17 : #

Patch Set 18 : #

Patch Set 19 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+823 lines, -35 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +4 lines, -0 lines 0 comments Download
M ash/ash_strings.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +9 lines, -0 lines 0 comments Download
M ash/shell.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +10 lines, -0 lines 0 comments Download
A ash/system/drive/drive_observer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +23 lines, -0 lines 0 comments Download
A ash/system/drive/tray_drive.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +62 lines, -0 lines 0 comments Download
A ash/system/drive/tray_drive.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +456 lines, -0 lines 0 comments Download
M ash/system/tray/system_tray.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +5 lines, -0 lines 0 comments Download
M ash/system/tray/system_tray.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 7 chunks +9 lines, -31 lines 0 comments Download
M ash/system/tray/system_tray_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +42 lines, -0 lines 0 comments Download
A ash/system/tray/system_tray_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +45 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_operation_registry.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_operation_registry.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/system/ash_system_tray_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 13 chunks +140 lines, -0 lines 0 comments Download
M ui/resources/ui_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
zel
8 years, 7 months ago (2012-05-01 01:41:50 UTC) #1
sadrul
Changes in ui/, ash/ and chromeos/system/ LGTM with the nits. http://codereview.chromium.org/10214013/diff/21003/ash/system/drive/drive_observer.h File ash/system/drive/drive_observer.h (right): http://codereview.chromium.org/10214013/diff/21003/ash/system/drive/drive_observer.h#newcode9 ...
8 years, 7 months ago (2012-05-01 14:28:58 UTC) #2
xiyuan
LGTM with nits You might want to check in binary files first so that you ...
8 years, 7 months ago (2012-05-01 16:47:52 UTC) #3
zel
https://chromiumcodereview.appspot.com/10214013/diff/21003/ash/system/drive/drive_observer.h File ash/system/drive/drive_observer.h (right): https://chromiumcodereview.appspot.com/10214013/diff/21003/ash/system/drive/drive_observer.h#newcode9 ash/system/drive/drive_observer.h:9: #include <vector> On 2012/05/01 14:28:58, sadrul wrote: > nit: ...
8 years, 7 months ago (2012-05-01 16:56:52 UTC) #4
sky
LGTM with the following fixes. http://codereview.chromium.org/10214013/diff/14023/ash/system/drive/drive_observer.h File ash/system/drive/drive_observer.h (right): http://codereview.chromium.org/10214013/diff/14023/ash/system/drive/drive_observer.h#newcode15 ash/system/drive/drive_observer.h:15: virtual ~DriveObserver() {} As ...
8 years, 7 months ago (2012-05-01 17:17:11 UTC) #5
zel
http://codereview.chromium.org/10214013/diff/14023/ash/system/drive/drive_observer.h File ash/system/drive/drive_observer.h (right): http://codereview.chromium.org/10214013/diff/14023/ash/system/drive/drive_observer.h#newcode15 ash/system/drive/drive_observer.h:15: virtual ~DriveObserver() {} On 2012/05/01 17:17:12, sky wrote: > ...
8 years, 7 months ago (2012-05-01 17:45:40 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/10214013/17028
8 years, 7 months ago (2012-05-01 20:15:03 UTC) #7
commit-bot: I haz the power
8 years, 7 months ago (2012-05-01 20:41:36 UTC) #8
Try job failure for 10214013-17028 (retry) on win_rel for step "update" (clobber
build).
It's a second try, previously, step "compile" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&nu...

Step "update" is always a major failure.
Look at the try server FAQ for more details.

Powered by Google App Engine
This is Rietveld 408576698