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

Issue 1789593002: Files app: Loading detailed information for single file. (Closed)

Created:
4 years, 9 months ago by ryoh
Modified:
4 years, 9 months ago
Reviewers:
fukino
CC:
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: Loading detailed information for single file. BUG=274045 Committed: https://crrev.com/05bd65e0abd9e1dcf7c2ee6abd24a271dd6f839e Cr-Commit-Position: refs/heads/master@{#381672}

Patch Set 1 #

Patch Set 2 : Loading thumbnail #

Patch Set 3 : Add preview panel and display size and modification time. #

Patch Set 4 : pause preview media when the panel becomes invisible. #

Total comments: 6

Patch Set 5 : add unit test #

Patch Set 6 : Don't fetch content metadata by default. #

Patch Set 7 : fetch drive thumbnail #

Patch Set 8 : pending request if the panel is not activated. #

Total comments: 2

Patch Set 9 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+535 lines, -150 lines) Patch
M chrome/browser/chromeos/file_manager/file_manager_browsertest.cc View 1 2 3 4 1 chunk +4 lines, -3 lines 0 comments Download
M ui/file_manager/file_manager/foreground/css/file_manager.css View 1 2 3 4 2 chunks +72 lines, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/compiled_resources.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_manager.js View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/main_scripts.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata_update_controller.js View 1 2 3 chunks +9 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/details_container.js View 1 2 3 4 5 6 7 2 chunks +30 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/file_manager_ui.js View 1 2 1 chunk +10 lines, -9 lines 0 comments Download
A ui/file_manager/file_manager/foreground/js/ui/file_metadata_formatter.js View 1 2 1 chunk +78 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/file_table.js View 1 2 4 chunks +6 lines, -47 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/single_file_details.js View 1 2 3 4 5 6 7 8 1 chunk +272 lines, -84 lines 0 comments Download
M ui/file_manager/file_manager/main.html View 1 2 1 chunk +17 lines, -2 lines 0 comments Download
M ui/file_manager/integration_tests/file_manager/details_panel.js View 1 2 3 4 2 chunks +33 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
ryoh
Hi, could you take a look? I added preview panel, that shows - an image ...
4 years, 9 months ago (2016-03-14 12:46:19 UTC) #2
hirono
https://codereview.chromium.org/1789593002/diff/60001/ui/file_manager/file_manager/foreground/css/file_manager.css File ui/file_manager/file_manager/foreground/css/file_manager.css (right): https://codereview.chromium.org/1789593002/diff/60001/ui/file_manager/file_manager/foreground/css/file_manager.css#newcode191 ui/file_manager/file_manager/foreground/css/file_manager.css:191: content:""; nit: indent. nit: one space between content: and ...
4 years, 9 months ago (2016-03-15 04:26:37 UTC) #4
ryoh
Hi, I update the patch. Could you take a look? https://codereview.chromium.org/1789593002/diff/60001/ui/file_manager/file_manager/foreground/css/file_manager.css File ui/file_manager/file_manager/foreground/css/file_manager.css (right): https://codereview.chromium.org/1789593002/diff/60001/ui/file_manager/file_manager/foreground/css/file_manager.css#newcode191 ...
4 years, 9 months ago (2016-03-15 05:12:15 UTC) #5
fukino
https://codereview.chromium.org/1789593002/diff/60001/ui/file_manager/file_manager/foreground/js/ui/single_file_details.js File ui/file_manager/file_manager/foreground/js/ui/single_file_details.js (right): https://codereview.chromium.org/1789593002/diff/60001/ui/file_manager/file_manager/foreground/js/ui/single_file_details.js#newcode156 ui/file_manager/file_manager/foreground/js/ui/single_file_details.js:156: 'contentImageTransform', IIUC, reading metadata for contentXXXX results in downloading ...
4 years, 9 months ago (2016-03-15 05:42:35 UTC) #6
ryoh
https://codereview.chromium.org/1789593002/diff/60001/ui/file_manager/file_manager/foreground/js/ui/single_file_details.js File ui/file_manager/file_manager/foreground/js/ui/single_file_details.js (right): https://codereview.chromium.org/1789593002/diff/60001/ui/file_manager/file_manager/foreground/js/ui/single_file_details.js#newcode156 ui/file_manager/file_manager/foreground/js/ui/single_file_details.js:156: 'contentImageTransform', On 2016/03/15 05:42:35, fukino wrote: > IIUC, reading ...
4 years, 9 months ago (2016-03-15 06:24:07 UTC) #7
ryoh
I update the patch. Currently, we use thumbnails from Drive if available. Could you take ...
4 years, 9 months ago (2016-03-15 12:11:45 UTC) #8
fukino
lgtm with a nit. Thanks! https://codereview.chromium.org/1789593002/diff/140001/ui/file_manager/file_manager/foreground/js/ui/single_file_details.js File ui/file_manager/file_manager/foreground/js/ui/single_file_details.js (right): https://codereview.chromium.org/1789593002/diff/140001/ui/file_manager/file_manager/foreground/js/ui/single_file_details.js#newcode30 ui/file_manager/file_manager/foreground/js/ui/single_file_details.js:30: * @param {!FileEntry} entry ...
4 years, 9 months ago (2016-03-17 07:58:30 UTC) #10
ryoh
Thanks! https://codereview.chromium.org/1789593002/diff/140001/ui/file_manager/file_manager/foreground/js/ui/single_file_details.js File ui/file_manager/file_manager/foreground/js/ui/single_file_details.js (right): https://codereview.chromium.org/1789593002/diff/140001/ui/file_manager/file_manager/foreground/js/ui/single_file_details.js#newcode30 ui/file_manager/file_manager/foreground/js/ui/single_file_details.js:30: * @param {!FileEntry} entry On 2016/03/17 07:58:30, fukino ...
4 years, 9 months ago (2016-03-17 08:10:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1789593002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1789593002/160001
4 years, 9 months ago (2016-03-17 08:10:19 UTC) #14
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 9 months ago (2016-03-17 08:43:48 UTC) #16
commit-bot: I haz the power
4 years, 9 months ago (2016-03-17 08:45:25 UTC) #18
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/05bd65e0abd9e1dcf7c2ee6abd24a271dd6f839e
Cr-Commit-Position: refs/heads/master@{#381672}

Powered by Google App Engine
This is Rietveld 408576698