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

Issue 2622133008: mediaview: Implement UI. (Closed)

Created:
3 years, 11 months ago by Shuhei Takahashi
Modified:
3 years, 11 months ago
Reviewers:
fukino, Steven Holte
CC:
chromium-reviews, extensions-reviews_chromium.org, asvitkine+watch_chromium.org, posciak+watch_chromium.org, yamaguchi+watch_chromium.org, oka+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, oshima+watch_chromium.org, fukino+watch_chromium.org, chromium-apps-reviews_chromium.org, davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mediaview: Implement UI. Media view roots are added to Files.app. They appear just above "Add new services" button. BUG=chromium:671511 TEST=Media view works on samus with --enable-features=ArcMediaView CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2622133008 Cr-Commit-Position: refs/heads/master@{#443840} Committed: https://chromium.googlesource.com/chromium/src/+/35eb49f18a29eb0ad82faf79cf865c5ba03926a8

Patch Set 1 #

Patch Set 2 : Fix type errors. #

Total comments: 5

Patch Set 3 : Fix typo and add logging. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -4 lines) Patch
M chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/background/js/volume_info_list_impl.js View 1 2 2 chunks +26 lines, -1 line 0 comments Download
M ui/file_manager/file_manager/background/js/volume_manager_impl.js View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/background/js/volume_manager_util.js View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/common/js/util.js View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/common/js/volume_manager_common.js View 1 2 4 chunks +33 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/css/file_types.css View 1 chunk +39 lines, -0 lines 0 comments Download
A ui/file_manager/file_manager/foreground/images/volumes/2x/audio.png View Binary file 0 comments Download
A ui/file_manager/file_manager/foreground/images/volumes/2x/audio_active.png View Binary file 0 comments Download
A ui/file_manager/file_manager/foreground/images/volumes/2x/images.png View Binary file 0 comments Download
A ui/file_manager/file_manager/foreground/images/volumes/2x/images_active.png View Binary file 0 comments Download
A ui/file_manager/file_manager/foreground/images/volumes/2x/videos.png View Binary file 0 comments Download
A ui/file_manager/file_manager/foreground/images/volumes/2x/videos_active.png View Binary file 0 comments Download
A ui/file_manager/file_manager/foreground/images/volumes/audio.png View Binary file 0 comments Download
A ui/file_manager/file_manager/foreground/images/volumes/audio_active.png View Binary file 0 comments Download
A ui/file_manager/file_manager/foreground/images/volumes/images.png View Binary file 0 comments Download
A ui/file_manager/file_manager/foreground/images/volumes/images_active.png View Binary file 0 comments Download
A ui/file_manager/file_manager/foreground/images/volumes/videos.png View Binary file 0 comments Download
A ui/file_manager/file_manager/foreground/images/volumes/videos_active.png View Binary file 0 comments Download
M ui/file_manager/file_manager/foreground/js/quick_view_uma.js View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/directory_tree.js View 1 2 1 chunk +8 lines, -1 line 0 comments Download

Messages

Total messages: 24 (17 generated)
Shuhei Takahashi
fukino: PTAL all holte: PTAL tools/metrics/histograms/histograms.xml
3 years, 11 months ago (2017-01-13 04:33:08 UTC) #9
fukino
https://codereview.chromium.org/2622133008/diff/20001/ui/file_manager/file_manager/background/js/volume_info_list_impl.js File ui/file_manager/file_manager/background/js/volume_info_list_impl.js (right): https://codereview.chromium.org/2622133008/diff/20001/ui/file_manager/file_manager/background/js/volume_info_list_impl.js#newcode75 ui/file_manager/file_manager/background/js/volume_info_list_impl.js:75: if (volumeInfo1.volumeType === VolumeManagerCommon.VolumeType.MEDIA_VIEW) { I guess the check ...
3 years, 11 months ago (2017-01-13 06:00:58 UTC) #12
Shuhei Takahashi
https://codereview.chromium.org/2622133008/diff/20001/ui/file_manager/file_manager/background/js/volume_info_list_impl.js File ui/file_manager/file_manager/background/js/volume_info_list_impl.js (right): https://codereview.chromium.org/2622133008/diff/20001/ui/file_manager/file_manager/background/js/volume_info_list_impl.js#newcode75 ui/file_manager/file_manager/background/js/volume_info_list_impl.js:75: if (volumeInfo1.volumeType === VolumeManagerCommon.VolumeType.MEDIA_VIEW) { On 2017/01/13 06:00:58, fukino ...
3 years, 11 months ago (2017-01-13 06:33:43 UTC) #13
fukino
lgtm https://codereview.chromium.org/2622133008/diff/20001/ui/file_manager/file_manager/background/js/volume_info_list_impl.js File ui/file_manager/file_manager/background/js/volume_info_list_impl.js (right): https://codereview.chromium.org/2622133008/diff/20001/ui/file_manager/file_manager/background/js/volume_info_list_impl.js#newcode75 ui/file_manager/file_manager/background/js/volume_info_list_impl.js:75: if (volumeInfo1.volumeType === VolumeManagerCommon.VolumeType.MEDIA_VIEW) { On 2017/01/13 06:33:43, ...
3 years, 11 months ago (2017-01-13 06:37:35 UTC) #16
Steven Holte
histograms lgtm
3 years, 11 months ago (2017-01-13 21:25:29 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2622133008/40001
3 years, 11 months ago (2017-01-16 02:47:30 UTC) #21
commit-bot: I haz the power
3 years, 11 months ago (2017-01-16 03:48:54 UTC) #24
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/35eb49f18a29eb0ad82faf79cf86...

Powered by Google App Engine
This is Rietveld 408576698