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

Issue 894283002: Files.app: Add NewMetadataProvider class. (Closed)

Created:
5 years, 10 months ago by hirono
Modified:
5 years, 10 months ago
Reviewers:
yawano
CC:
chromium-reviews, nkostylev+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, oshima+watch_chromium.org, vitalyp+closure_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_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.app: Add NewMetadataProvider class. The class will be used as the base class of all metadata provider. The class has abstrct getImpl method and sub-class of the class should inherit the function. The class also contains MetadataProviderCache that is a sub-class of MetadataCacheSet, and caches the result of getImpl method. BUG=410766 TEST=FileManagerJsTest.NewMetadataProvider Committed: https://crrev.com/5eef262146d69b3773e69fa6f886cf869b7adb24 Cr-Commit-Position: refs/heads/master@{#314279}

Patch Set 1 #

Patch Set 2 : . #

Total comments: 8

Patch Set 3 : Fixed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -3 lines) Patch
M chrome/browser/chromeos/file_manager/file_manager_jstest.cc View 1 chunk +5 lines, -0 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
A ui/file_manager/file_manager/foreground/js/metadata/new_metadata_provider.js View 1 2 1 chunk +190 lines, -0 lines 0 comments Download
A + ui/file_manager/file_manager/foreground/js/metadata/new_metadata_provider_unittest.html View 1 chunk +7 lines, -3 lines 0 comments Download
A ui/file_manager/file_manager/foreground/js/metadata/new_metadata_provider_unittest.js View 1 chunk +115 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
hirono
Sorry for series of huge patches... PTAL, thanks!
5 years, 10 months ago (2015-02-03 03:51:18 UTC) #2
yawano
lgtm with nits. https://codereview.chromium.org/894283002/diff/20001/ui/file_manager/file_manager/foreground/js/metadata/new_metadata_provider.js File ui/file_manager/file_manager/foreground/js/metadata/new_metadata_provider.js (right): https://codereview.chromium.org/894283002/diff/20001/ui/file_manager/file_manager/foreground/js/metadata/new_metadata_provider.js#newcode140 ui/file_manager/file_manager/foreground/js/metadata/new_metadata_provider.js:140: this.reject_ = reject; nit: When is ...
5 years, 10 months ago (2015-02-03 04:24:28 UTC) #3
hirono
Thanks! https://codereview.chromium.org/894283002/diff/20001/ui/file_manager/file_manager/foreground/js/metadata/new_metadata_provider.js File ui/file_manager/file_manager/foreground/js/metadata/new_metadata_provider.js (right): https://codereview.chromium.org/894283002/diff/20001/ui/file_manager/file_manager/foreground/js/metadata/new_metadata_provider.js#newcode140 ui/file_manager/file_manager/foreground/js/metadata/new_metadata_provider.js:140: this.reject_ = reject; On 2015/02/03 04:24:28, yawano wrote: ...
5 years, 10 months ago (2015-02-03 05:29:00 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/894283002/40001
5 years, 10 months ago (2015-02-03 05:29:46 UTC) #6
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 10 months ago (2015-02-03 06:36:35 UTC) #7
commit-bot: I haz the power
5 years, 10 months ago (2015-02-03 06:39:02 UTC) #8
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5eef262146d69b3773e69fa6f886cf869b7adb24
Cr-Commit-Position: refs/heads/master@{#314279}

Powered by Google App Engine
This is Rietveld 408576698