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

Issue 476913003: Modify DeviceHandler to handle deviceFail event and add a message. (Closed)

Created:
6 years, 4 months ago by iseki
Modified:
6 years, 3 months ago
Reviewers:
yoshiki, hirono
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, yoshiki+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Modify DeviceHandler to handle deviceFail event and add a message. BUG=317998 TEST=manually Committed: https://crrev.com/b39db9f1b80b40bd04acdf621f515b95c26d990d Cr-Commit-Position: refs/heads/master@{#291670}

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Total comments: 7

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Patch Set 7 : git branch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -10 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/file_manager/unit_tests/device_handler_unittest.js View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M ui/file_manager/file_manager/background/js/background.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/background/js/device_handler.js View 1 2 3 4 5 5 chunks +29 lines, -8 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
iseki
Please take a look.
6 years, 4 months ago (2014-08-22 05:56:23 UTC) #1
hirono
https://codereview.chromium.org/476913003/diff/20001/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/476913003/diff/20001/chrome/app/chromeos_strings.grdp#newcode3775 chrome/app/chromeos_strings.grdp:3775: Format this device. Button label does not have a ...
6 years, 4 months ago (2014-08-22 06:59:25 UTC) #2
iseki
Thank you for reviewing. https://codereview.chromium.org/476913003/diff/20001/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/476913003/diff/20001/chrome/app/chromeos_strings.grdp#newcode3775 chrome/app/chromeos_strings.grdp:3775: Format this device. On 2014/08/22 ...
6 years, 4 months ago (2014-08-25 04:49:25 UTC) #3
hirono
https://codereview.chromium.org/476913003/diff/40001/ui/file_manager/file_manager/background/js/device_handler.js File ui/file_manager/file_manager/background/js/device_handler.js (right): https://codereview.chromium.org/476913003/diff/40001/ui/file_manager/file_manager/background/js/device_handler.js#newcode143 ui/file_manager/file_manager/background/js/device_handler.js:143: 'deviceFailUnknown', The ID should be deviceFail. When the notification ...
6 years, 4 months ago (2014-08-25 05:03:26 UTC) #4
iseki
Thank you for your review. https://codereview.chromium.org/476913003/diff/40001/ui/file_manager/file_manager/background/js/device_handler.js File ui/file_manager/file_manager/background/js/device_handler.js (right): https://codereview.chromium.org/476913003/diff/40001/ui/file_manager/file_manager/background/js/device_handler.js#newcode143 ui/file_manager/file_manager/background/js/device_handler.js:143: 'deviceFailUnknown', On 2014/08/25 05:03:26, ...
6 years, 4 months ago (2014-08-25 05:20:04 UTC) #5
hirono
https://codereview.chromium.org/476913003/diff/60001/ui/file_manager/file_manager/background/js/device_handler.js File ui/file_manager/file_manager/background/js/device_handler.js (right): https://codereview.chromium.org/476913003/diff/60001/ui/file_manager/file_manager/background/js/device_handler.js#newcode366 ui/file_manager/file_manager/background/js/device_handler.js:366: event.volumeMetadata.volumeId; nit: The amount of indent is 4. https://codereview.chromium.org/476913003/diff/60001/ui/file_manager/file_manager/background/js/device_handler.js#newcode447 ...
6 years, 4 months ago (2014-08-25 06:31:42 UTC) #6
iseki
Thank you for your review :) https://codereview.chromium.org/476913003/diff/60001/ui/file_manager/file_manager/background/js/device_handler.js File ui/file_manager/file_manager/background/js/device_handler.js (right): https://codereview.chromium.org/476913003/diff/60001/ui/file_manager/file_manager/background/js/device_handler.js#newcode366 ui/file_manager/file_manager/background/js/device_handler.js:366: event.volumeMetadata.volumeId; On 2014/08/25 ...
6 years, 4 months ago (2014-08-25 06:57:20 UTC) #7
hirono
https://codereview.chromium.org/476913003/diff/80001/ui/file_manager/file_manager/background/js/device_handler.js File ui/file_manager/file_manager/background/js/device_handler.js (right): https://codereview.chromium.org/476913003/diff/80001/ui/file_manager/file_manager/background/js/device_handler.js#newcode450 ui/file_manager/file_manager/background/js/device_handler.js:450: DeviceHandler.Notification.DEVICE_FAIL.show(volume.devicePath, message); nit: It is better to move the ...
6 years, 4 months ago (2014-08-25 07:09:40 UTC) #8
iseki
Thank you for reviewing :) https://codereview.chromium.org/476913003/diff/80001/ui/file_manager/file_manager/background/js/device_handler.js File ui/file_manager/file_manager/background/js/device_handler.js (right): https://codereview.chromium.org/476913003/diff/80001/ui/file_manager/file_manager/background/js/device_handler.js#newcode450 ui/file_manager/file_manager/background/js/device_handler.js:450: DeviceHandler.Notification.DEVICE_FAIL.show(volume.devicePath, message); On 2014/08/25 ...
6 years, 4 months ago (2014-08-25 07:15:33 UTC) #9
hirono
lgtm! Thank you!
6 years, 4 months ago (2014-08-25 07:20:00 UTC) #10
iseki
The CQ bit was checked by iseki@chromium.org
6 years, 4 months ago (2014-08-25 07:47:56 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/iseki@chromium.org/476913003/100001
6 years, 4 months ago (2014-08-25 07:48:07 UTC) #12
iseki
The CQ bit was unchecked by iseki@chromium.org
6 years, 4 months ago (2014-08-25 08:11:23 UTC) #13
iseki
Please take a look.
6 years, 4 months ago (2014-08-25 08:11:55 UTC) #14
yoshiki
lgtm
6 years, 4 months ago (2014-08-25 08:16:24 UTC) #15
iseki
The CQ bit was checked by iseki@chromium.org
6 years, 4 months ago (2014-08-25 08:27:28 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/iseki@chromium.org/476913003/100001
6 years, 4 months ago (2014-08-25 08:28:12 UTC) #17
hirono
On 2014/08/25 08:28:12, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
6 years, 4 months ago (2014-08-25 08:41:58 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-25 08:42:10 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-25 09:19:46 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/7429)
6 years, 4 months ago (2014-08-25 09:19:47 UTC) #21
iseki
The CQ bit was checked by iseki@chromium.org
6 years, 4 months ago (2014-08-25 10:17:13 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/iseki@chromium.org/476913003/120001
6 years, 4 months ago (2014-08-25 10:17:55 UTC) #23
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_chromium_rel_swarming on tryserver.chromium.mac ...
6 years, 4 months ago (2014-08-25 11:11:29 UTC) #24
commit-bot: I haz the power
Committed patchset #7 (120001) as d0a72fc2631d3448bf2c35609b84a99d077f7d0a
6 years, 4 months ago (2014-08-25 11:42:26 UTC) #25
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:34:06 UTC) #26
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/b39db9f1b80b40bd04acdf621f515b95c26d990d
Cr-Commit-Position: refs/heads/master@{#291670}

Powered by Google App Engine
This is Rietveld 408576698