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

Issue 892083004: Files.app: Use new metadata models in DirectoryModel. (Closed)

Created:
5 years, 10 months ago by hirono
Modified:
5 years, 10 months ago
Reviewers:
mtomasz
CC:
yawano, chromium-reviews, rginda+watch_chromium.org, mtomasz+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Files.app: Use new metadata models in DirectoryModel. The CL adds new metadata model to DirectoryModel, and let DirectoryModel call the new metadata model's method to notify change of Entry. BUG=410766 TEST=None Committed: https://crrev.com/c597cef34788d703e14fe1b08c8335314a966294 Cr-Commit-Position: refs/heads/master@{#314988}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fixed. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -197 lines) Patch
M chrome/browser/chromeos/file_manager/file_manager_jstest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/compiled_resources.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/directory_model.js View 1 4 chunks +10 lines, -5 lines 2 comments Download
M ui/file_manager/file_manager/foreground/js/file_manager.js View 1 3 chunks +19 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/main_scripts.js View 1 2 chunks +6 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/external_metadata_provider.js View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata.js View 1 3 chunks +13 lines, -5 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_model.js View 1 1 chunk +0 lines, -92 lines 0 comments Download
D ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_model_unittest.html View 1 1 chunk +0 lines, -20 lines 0 comments Download
D ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_model_unittest.js View 1 1 chunk +0 lines, -63 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_provider.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_unittest.html View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_unittest.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set.js View 4 chunks +30 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set_unittest.js View 1 chunk +15 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/main.html View 1 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
hirono
@mtomazs, @yawano At the begging of week, I added the series of new metadata model ...
5 years, 10 months ago (2015-02-06 03:58:45 UTC) #2
mtomasz
quick scan, lgtm with some nits https://codereview.chromium.org/892083004/diff/1/ui/file_manager/file_manager/foreground/js/directory_model.js File ui/file_manager/file_manager/foreground/js/directory_model.js (right): https://codereview.chromium.org/892083004/diff/1/ui/file_manager/file_manager/foreground/js/directory_model.js#newcode19 ui/file_manager/file_manager/foreground/js/directory_model.js:19: * @param {!FileSystemMetadataModel} ...
5 years, 10 months ago (2015-02-06 04:08:34 UTC) #4
hirono
Thanks! https://codereview.chromium.org/892083004/diff/1/ui/file_manager/file_manager/foreground/js/directory_model.js File ui/file_manager/file_manager/foreground/js/directory_model.js (right): https://codereview.chromium.org/892083004/diff/1/ui/file_manager/file_manager/foreground/js/directory_model.js#newcode19 ui/file_manager/file_manager/foreground/js/directory_model.js:19: * @param {!FileSystemMetadataModel} fileSystemMetadataModel The metadata cache On ...
5 years, 10 months ago (2015-02-06 06:18:34 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/892083004/20001
5 years, 10 months ago (2015-02-06 06:19:23 UTC) #8
mtomasz
lgtm https://codereview.chromium.org/892083004/diff/20001/ui/file_manager/file_manager/foreground/js/directory_model.js File ui/file_manager/file_manager/foreground/js/directory_model.js (right): https://codereview.chromium.org/892083004/diff/20001/ui/file_manager/file_manager/foreground/js/directory_model.js#newcode833 ui/file_manager/file_manager/foreground/js/directory_model.js:833: nit: Is this \n intentional?
5 years, 10 months ago (2015-02-06 06:19:51 UTC) #9
hirono
https://codereview.chromium.org/892083004/diff/20001/ui/file_manager/file_manager/foreground/js/directory_model.js File ui/file_manager/file_manager/foreground/js/directory_model.js (right): https://codereview.chromium.org/892083004/diff/20001/ui/file_manager/file_manager/foreground/js/directory_model.js#newcode833 ui/file_manager/file_manager/foreground/js/directory_model.js:833: On 2015/02/06 06:19:51, mtomasz wrote: > nit: Is this ...
5 years, 10 months ago (2015-02-06 06:31:45 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 10 months ago (2015-02-06 06:43:26 UTC) #11
commit-bot: I haz the power
5 years, 10 months ago (2015-02-06 06:44:35 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c597cef34788d703e14fe1b08c8335314a966294
Cr-Commit-Position: refs/heads/master@{#314988}

Powered by Google App Engine
This is Rietveld 408576698