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

Issue 2260133002: Files: Extract VolumeInfo interface from volume_manager.js. (Closed)

Created:
4 years, 4 months ago by fukino
Modified:
4 years, 4 months ago
Reviewers:
oka
CC:
chromium-reviews, posciak+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, jlklein+watch-closure_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Files: Extract VolumeInfo interface from volume_manager.js. Extracted VolumeInfo interface so that our modules which depend on only the VolumeInfo's interface don't need to have dependencies on the VolumeInfo's implementation. BUG=636289 TEST=third_party/closure_compiler/run_compiler Committed: https://crrev.com/d54cfea10b58af54234c0c29ce2df19ea2e860d0 Cr-Commit-Position: refs/heads/master@{#413423}

Patch Set 1 #

Total comments: 24

Patch Set 2 : Files: Extract VolumeInfo interface from volume_manager.js. #

Total comments: 2

Patch Set 3 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -43 lines) Patch
M third_party/closure_compiler/compiled_resources2.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/audio_player/js/compiled_resources.gyp View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/file_manager/audio_player/js/compiled_resources2.gyp View 1 chunk +8 lines, -12 lines 0 comments Download
M ui/file_manager/externs/compiled_resources2.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
A ui/file_manager/externs/volume_info.js View 1 2 1 chunk +107 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/background/js/compiled_resources.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/background/js/mock_volume_manager.js View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/background/js/test_util_base.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/background/js/volume_manager.js View 1 6 chunks +8 lines, -13 lines 0 comments Download
M ui/file_manager/file_manager/background/js/volume_manager_unittest.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/common/js/compiled_resources2.gyp View 1 chunk +8 lines, -4 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/compiled_resources.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp View 2 chunks +12 lines, -8 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.js View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/providers_model_unittest.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/gallery/js/compiled_resources.gyp View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/file_manager/video_player/js/compiled_resources.gyp View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (11 generated)
fukino
PTAL
4 years, 4 months ago (2016-08-19 07:43:23 UTC) #4
oka
https://codereview.chromium.org/2260133002/diff/1/ui/file_manager/externs/volume_info.js File ui/file_manager/externs/volume_info.js (right): https://codereview.chromium.org/2260133002/diff/1/ui/file_manager/externs/volume_info.js#newcode6 ui/file_manager/externs/volume_info.js:6: * @interface Please add comments. You can move comments ...
4 years, 4 months ago (2016-08-21 22:15:37 UTC) #9
oka
https://codereview.chromium.org/2260133002/diff/1/ui/file_manager/externs/volume_info.js File ui/file_manager/externs/volume_info.js (right): https://codereview.chromium.org/2260133002/diff/1/ui/file_manager/externs/volume_info.js#newcode14 ui/file_manager/externs/volume_info.js:14: VolumeInfo.prototype.volumeId; Could you elabolate what is this for? Add ...
4 years, 4 months ago (2016-08-22 01:58:07 UTC) #10
fukino
https://codereview.chromium.org/2260133002/diff/1/ui/file_manager/externs/volume_info.js File ui/file_manager/externs/volume_info.js (right): https://codereview.chromium.org/2260133002/diff/1/ui/file_manager/externs/volume_info.js#newcode6 ui/file_manager/externs/volume_info.js:6: * @interface On 2016/08/21 22:15:37, oka wrote: > Please ...
4 years, 4 months ago (2016-08-22 05:32:48 UTC) #11
oka
https://codereview.chromium.org/2260133002/diff/1/ui/file_manager/externs/volume_info.js File ui/file_manager/externs/volume_info.js (right): https://codereview.chromium.org/2260133002/diff/1/ui/file_manager/externs/volume_info.js#newcode14 ui/file_manager/externs/volume_info.js:14: VolumeInfo.prototype.volumeId; On 2016/08/22 05:32:47, fukino wrote: > On 2016/08/22 ...
4 years, 4 months ago (2016-08-22 06:51:09 UTC) #12
oka
lgtm
4 years, 4 months ago (2016-08-22 07:03:40 UTC) #13
oka
lgtm with nits.
4 years, 4 months ago (2016-08-22 07:04:28 UTC) #14
fukino
Thank you! https://codereview.chromium.org/2260133002/diff/1/ui/file_manager/externs/volume_info.js File ui/file_manager/externs/volume_info.js (right): https://codereview.chromium.org/2260133002/diff/1/ui/file_manager/externs/volume_info.js#newcode14 ui/file_manager/externs/volume_info.js:14: VolumeInfo.prototype.volumeId; On 2016/08/22 06:51:09, oka wrote: > ...
4 years, 4 months ago (2016-08-22 08:50:57 UTC) #15
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/2260133002/40001
4 years, 4 months ago (2016-08-22 08:51:14 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-22 09:30:40 UTC) #20
commit-bot: I haz the power
4 years, 4 months ago (2016-08-22 09:32:25 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/d54cfea10b58af54234c0c29ce2df19ea2e860d0
Cr-Commit-Position: refs/heads/master@{#413423}

Powered by Google App Engine
This is Rietveld 408576698