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

Issue 2060983003: Quick View: Add functinoality to show generic metadata (size and modificationTime). (Closed)

Created:
4 years, 6 months ago by oka
Modified:
4 years, 6 months ago
Reviewers:
fukino
CC:
chromium-reviews, vitalyp+closure_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, jlklein+watch-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

Quick View: Add functinoality to show generic metadata (size and modificationTime). Demo(internal): https://drive.google.com/a/google.com/file/d/0B7EYjkGAjRAhbzhpSWRsQVZETFE/view BUG=613465 TESTED=manually third_party/closure_compiler/run_compiler Committed: https://crrev.com/328d1470a1ee70d688f24d1eca3c51078ad2cdde Cr-Commit-Position: refs/heads/master@{#399863}

Patch Set 1 #

Patch Set 2 : nit #

Patch Set 3 : nit #

Total comments: 26

Patch Set 4 : Address comments. #

Patch Set 5 : Nit #

Total comments: 2

Patch Set 6 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+288 lines, -22 lines) Patch
M ui/file_manager/externs/files_elements.js View 1 chunk +7 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/elements/elements_bundle.html View 1 chunk +1 line, -0 lines 0 comments Download
A ui/file_manager/file_manager/foreground/elements/files_metadata_box.html View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
A ui/file_manager/file_manager/foreground/elements/files_metadata_box.js View 1 chunk +23 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/elements/files_quick_view.html View 1 2 3 4 5 2 chunks +36 lines, -10 lines 0 comments Download
M ui/file_manager/file_manager/foreground/elements/files_quick_view.js View 1 2 3 4 5 2 chunks +12 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/elements/icons.html View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/compiled_resources.gyp View 2 chunks +3 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_manager.js View 3 chunks +21 lines, -4 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/main_scripts.js View 1 chunk +2 lines, -0 lines 0 comments Download
A ui/file_manager/file_manager/foreground/js/metadata_box_controller.js View 1 2 3 4 1 chunk +89 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/quick_view_controller.js View 5 chunks +19 lines, -6 lines 0 comments Download
A ui/file_manager/file_manager/foreground/js/quick_view_model.js View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/manifest.json View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager_resources.grd View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
oka
nit
4 years, 6 months ago (2016-06-14 11:38:06 UTC) #2
fukino
https://codereview.chromium.org/2060983003/diff/40001/ui/file_manager/file_manager/foreground/elements/files_metadata_box.html File ui/file_manager/file_manager/foreground/elements/files_metadata_box.html (right): https://codereview.chromium.org/2060983003/diff/40001/ui/file_manager/file_manager/foreground/elements/files_metadata_box.html#newcode14 ui/file_manager/file_manager/foreground/elements/files_metadata_box.html:14: position: absolute; style: sort properties. https://codereview.chromium.org/2060983003/diff/40001/ui/file_manager/file_manager/foreground/elements/files_quick_view.html File ui/file_manager/file_manager/foreground/elements/files_quick_view.html (right): ...
4 years, 6 months ago (2016-06-14 23:09:42 UTC) #6
oka
Address comments.
4 years, 6 months ago (2016-06-14 23:54:49 UTC) #7
oka
Nit
4 years, 6 months ago (2016-06-14 23:58:24 UTC) #8
oka
PTAL https://codereview.chromium.org/2060983003/diff/40001/ui/file_manager/file_manager/foreground/elements/files_metadata_box.html File ui/file_manager/file_manager/foreground/elements/files_metadata_box.html (right): https://codereview.chromium.org/2060983003/diff/40001/ui/file_manager/file_manager/foreground/elements/files_metadata_box.html#newcode14 ui/file_manager/file_manager/foreground/elements/files_metadata_box.html:14: position: absolute; On 2016/06/14 23:09:41, fukino wrote: > ...
4 years, 6 months ago (2016-06-14 23:59:49 UTC) #9
fukino
lgtm with nits https://codereview.chromium.org/2060983003/diff/40001/ui/file_manager/file_manager/foreground/elements/files_quick_view.html File ui/file_manager/file_manager/foreground/elements/files_quick_view.html (right): https://codereview.chromium.org/2060983003/diff/40001/ui/file_manager/file_manager/foreground/elements/files_quick_view.html#newcode8 ui/file_manager/file_manager/foreground/elements/files_quick_view.html:8: <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html"> On 2016/06/14 23:59:49, ...
4 years, 6 months ago (2016-06-15 02:16:42 UTC) #10
oka
nit
4 years, 6 months ago (2016-06-15 08:07:14 UTC) #11
oka
https://codereview.chromium.org/2060983003/diff/40001/ui/file_manager/file_manager/foreground/elements/files_quick_view.html File ui/file_manager/file_manager/foreground/elements/files_quick_view.html (right): https://codereview.chromium.org/2060983003/diff/40001/ui/file_manager/file_manager/foreground/elements/files_quick_view.html#newcode8 ui/file_manager/file_manager/foreground/elements/files_quick_view.html:8: <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html"> On 2016/06/15 02:16:42, fukino wrote: > ...
4 years, 6 months ago (2016-06-15 08:07:28 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2060983003/100001
4 years, 6 months ago (2016-06-15 08:07:48 UTC) #15
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 6 months ago (2016-06-15 08:45:43 UTC) #17
commit-bot: I haz the power
4 years, 6 months ago (2016-06-15 08:47:05 UTC) #19
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/328d1470a1ee70d688f24d1eca3c51078ad2cdde
Cr-Commit-Position: refs/heads/master@{#399863}

Powered by Google App Engine
This is Rietveld 408576698