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

Issue 939653002: Files.app: Add MetadataItem class. (Closed)

Created:
5 years, 10 months ago by hirono
Modified:
5 years, 10 months ago
Reviewers:
mtomasz
CC:
chromium-reviews, vitalyp+closure_chromium.org, rginda+watch_chromium.org, mtomasz+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 MetadataItem class. Previously Files.app uses @typedef for expressing metadata item. The CL introduces new class instead, for better compiler check. BUG=410766 TEST=None Committed: https://crrev.com/d88d2844eef98871fdf0753429f5b0e63053cf7a Cr-Commit-Position: refs/heads/master@{#316991}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 3

Patch Set 4 : Remove empty line. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -147 lines) Patch
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/main_scripts.js View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/content_metadata_provider.js View 6 chunks +22 lines, -32 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/content_metadata_provider_unittest.html View 1 chunk +2 lines, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/external_metadata_provider.js View 1 3 chunks +47 lines, -64 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/external_metadata_provider_unittest.html View 1 chunk +2 lines, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata.js View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_provider.js View 3 chunks +10 lines, -19 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_provider_unittest.html View 1 chunk +2 lines, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_unittest.html View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_item.js View 2 chunks +6 lines, -5 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_item_unittest.html View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set_unittest.html View 1 chunk +1 line, -0 lines 0 comments Download
A ui/file_manager/file_manager/foreground/js/metadata/metadata_item.js View 1 2 3 1 chunk +131 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/new_metadata_provider.js View 8 chunks +12 lines, -21 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/new_metadata_provider_unittest.html View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/thumbnail_model_unittest.html View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/main.html View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
hirono
PTAL, thanks!
5 years, 10 months ago (2015-02-18 13:50:51 UTC) #2
mtomasz
https://codereview.chromium.org/939653002/diff/20001/ui/file_manager/file_manager/foreground/js/metadata/metadata_item.js File ui/file_manager/file_manager/foreground/js/metadata/metadata_item.js (right): https://codereview.chromium.org/939653002/diff/20001/ui/file_manager/file_manager/foreground/js/metadata/metadata_item.js#newcode81 ui/file_manager/file_manager/foreground/js/metadata/metadata_item.js:81: nit: \n\n -> \n https://codereview.chromium.org/939653002/diff/40001/ui/file_manager/file_manager/foreground/js/metadata/content_metadata_provider.js File ui/file_manager/file_manager/foreground/js/metadata/content_metadata_provider.js (right): https://codereview.chromium.org/939653002/diff/40001/ui/file_manager/file_manager/foreground/js/metadata/content_metadata_provider.js#newcode80 ...
5 years, 10 months ago (2015-02-18 14:14:03 UTC) #3
hirono
https://codereview.chromium.org/939653002/diff/20001/ui/file_manager/file_manager/foreground/js/metadata/metadata_item.js File ui/file_manager/file_manager/foreground/js/metadata/metadata_item.js (right): https://codereview.chromium.org/939653002/diff/20001/ui/file_manager/file_manager/foreground/js/metadata/metadata_item.js#newcode81 ui/file_manager/file_manager/foreground/js/metadata/metadata_item.js:81: On 2015/02/18 14:14:03, mtomasz wrote: > nit: \n\n -> ...
5 years, 10 months ago (2015-02-19 03:42:48 UTC) #4
mtomasz
salgtm = sgtm + lgtm :)
5 years, 10 months ago (2015-02-19 04:44:51 UTC) #5
hirono
On 2015/02/19 04:44:51, mtomasz wrote: > salgtm = sgtm + lgtm :) Thanks!
5 years, 10 months ago (2015-02-19 04:56:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/939653002/60001
5 years, 10 months ago (2015-02-19 04:57:04 UTC) #8
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 10 months ago (2015-02-19 05:00:20 UTC) #9
commit-bot: I haz the power
5 years, 10 months ago (2015-02-19 05:00:54 UTC) #10
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d88d2844eef98871fdf0753429f5b0e63053cf7a
Cr-Commit-Position: refs/heads/master@{#316991}

Powered by Google App Engine
This is Rietveld 408576698