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

Issue 900743002: Move preview panel's components to toolbar and footer. (Closed)

Created:
5 years, 10 months ago by fukino
Modified:
5 years, 10 months ago
Reviewers:
hirono, Evan Stade
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

Move preview panel's components to toolbar and footer. - Combobutton is re-styled to fit in the toolbar. - Task/share/delete buttons are moved to the toolbar. - OK/Cancel/NewFolder buttons, which are shown in open-dialog, are moved to the footer. - Preview panel is removed. BUG=402344, 452802 Committed: https://crrev.com/f6e654986dbda503d573f7551973264219e8fb1f Cr-Commit-Position: refs/heads/master@{#314814}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : Removed a test which checks thumbnail on the preview panel. #

Total comments: 26

Patch Set 4 : Respond to review comments and rebase. #

Patch Set 5 : Remove dragselection events. #

Patch Set 6 : Add a TODO comment about customized CommandButton. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -1171 lines) Patch
M chrome/browser/chromeos/file_manager/file_manager_browsertest.cc View 1 2 1 chunk +0 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/file_manager/file_manager_jstest.cc View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
M ui/file_manager/file_manager/foreground/css/combobutton.css View 1 chunk +20 lines, -12 lines 0 comments Download
M ui/file_manager/file_manager/foreground/css/file_manager.css View 5 chunks +33 lines, -31 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/compiled_resources.gyp View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_manager.js View 1 2 3 1 chunk +0 lines, -8 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_selection.js View 1 2 3 7 chunks +21 lines, -114 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/main_scripts.js View 2 chunks +0 lines, -2 lines 0 comments Download
D ui/file_manager/file_manager/foreground/js/preview_panel_model.js View 1 chunk +0 lines, -113 lines 0 comments Download
D ui/file_manager/file_manager/foreground/js/preview_panel_model_unittest.html View 1 chunk +0 lines, -17 lines 0 comments Download
D ui/file_manager/file_manager/foreground/js/preview_panel_model_unittest.js View 1 chunk +0 lines, -73 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/combobutton.js View 1 chunk +0 lines, -16 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/commandbutton.js View 1 2 3 4 5 2 chunks +11 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/dialog_footer.js View 1 chunk +1 line, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/drag_selector.js View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/file_manager_ui.js View 1 2 3 5 chunks +9 lines, -68 lines 0 comments Download
D ui/file_manager/file_manager/foreground/js/ui/preview_panel.js View 1 chunk +0 lines, -543 lines 0 comments Download
D ui/file_manager/file_manager/foreground/js/ui/preview_panel_unittest.html View 1 chunk +0 lines, -12 lines 0 comments Download
D ui/file_manager/file_manager/foreground/js/ui/preview_panel_unittest.js View 1 chunk +0 lines, -48 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/search_box.js View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/main.html View 6 chunks +29 lines, -44 lines 0 comments Download
D ui/file_manager/integration_tests/file_manager/thumbnails.js View 1 2 1 chunk +0 lines, -39 lines 0 comments Download
M ui/file_manager/integration_tests/file_manager_test_manifest.json View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M ui/webui/resources/polymer_resources.grdp View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (3 generated)
fukino
estade@: PTAL ui/webui/resources/polymer_resources.grdp. hirono@: PTAL others. Thanks!
5 years, 10 months ago (2015-02-04 01:46:44 UTC) #2
hirono
https://codereview.chromium.org/900743002/diff/40001/ui/file_manager/file_manager/foreground/css/combobutton.css File ui/file_manager/file_manager/foreground/css/combobutton.css (right): https://codereview.chromium.org/900743002/diff/40001/ui/file_manager/file_manager/foreground/css/combobutton.css#newcode13 ui/file_manager/file_manager/foreground/css/combobutton.css:13: margin: 0 0.29em; Why is this em, not px? ...
5 years, 10 months ago (2015-02-04 02:29:51 UTC) #3
hirono
https://codereview.chromium.org/900743002/diff/40001/ui/file_manager/file_manager/foreground/css/combobutton.css File ui/file_manager/file_manager/foreground/css/combobutton.css (right): https://codereview.chromium.org/900743002/diff/40001/ui/file_manager/file_manager/foreground/css/combobutton.css#newcode13 ui/file_manager/file_manager/foreground/css/combobutton.css:13: margin: 0 0.29em; Why is this em, not px? ...
5 years, 10 months ago (2015-02-04 02:29:52 UTC) #4
fukino
Thank you! https://codereview.chromium.org/900743002/diff/40001/ui/file_manager/file_manager/foreground/css/combobutton.css File ui/file_manager/file_manager/foreground/css/combobutton.css (right): https://codereview.chromium.org/900743002/diff/40001/ui/file_manager/file_manager/foreground/css/combobutton.css#newcode13 ui/file_manager/file_manager/foreground/css/combobutton.css:13: margin: 0 0.29em; On 2015/02/04 02:29:51, hirono ...
5 years, 10 months ago (2015-02-04 03:27:26 UTC) #5
hirono
https://codereview.chromium.org/900743002/diff/40001/ui/file_manager/file_manager/foreground/css/combobutton.css File ui/file_manager/file_manager/foreground/css/combobutton.css (right): https://codereview.chromium.org/900743002/diff/40001/ui/file_manager/file_manager/foreground/css/combobutton.css#newcode13 ui/file_manager/file_manager/foreground/css/combobutton.css:13: margin: 0 0.29em; On 2015/02/04 03:27:26, fukino wrote: > ...
5 years, 10 months ago (2015-02-04 04:03:11 UTC) #6
fukino
https://codereview.chromium.org/900743002/diff/40001/ui/file_manager/file_manager/foreground/js/ui/commandbutton.js File ui/file_manager/file_manager/foreground/js/ui/commandbutton.js (right): https://codereview.chromium.org/900743002/diff/40001/ui/file_manager/file_manager/foreground/js/ui/commandbutton.js#newcode102 ui/file_manager/file_manager/foreground/js/ui/commandbutton.js:102: this.textContent = label; On 2015/02/04 04:03:11, hirono wrote: > ...
5 years, 10 months ago (2015-02-04 06:22:03 UTC) #7
hirono
Thanks, lgtm! https://codereview.chromium.org/900743002/diff/40001/ui/file_manager/file_manager/foreground/js/ui/commandbutton.js File ui/file_manager/file_manager/foreground/js/ui/commandbutton.js (right): https://codereview.chromium.org/900743002/diff/40001/ui/file_manager/file_manager/foreground/js/ui/commandbutton.js#newcode102 ui/file_manager/file_manager/foreground/js/ui/commandbutton.js:102: this.textContent = label; On 2015/02/04 06:22:02, fukino ...
5 years, 10 months ago (2015-02-04 07:27:22 UTC) #8
fukino
https://codereview.chromium.org/900743002/diff/40001/ui/file_manager/file_manager/foreground/js/ui/commandbutton.js File ui/file_manager/file_manager/foreground/js/ui/commandbutton.js (right): https://codereview.chromium.org/900743002/diff/40001/ui/file_manager/file_manager/foreground/js/ui/commandbutton.js#newcode102 ui/file_manager/file_manager/foreground/js/ui/commandbutton.js:102: this.textContent = label; On 2015/02/04 07:27:21, hirono wrote: > ...
5 years, 10 months ago (2015-02-04 22:54:37 UTC) #10
fukino
ping > estade@
5 years, 10 months ago (2015-02-04 22:55:19 UTC) #11
Evan Stade
lgtm feel free to tbr me for mechanical changes like this
5 years, 10 months ago (2015-02-05 03:14:13 UTC) #12
fukino
On 2015/02/05 03:14:13, Evan Stade wrote: > lgtm > > feel free to tbr me ...
5 years, 10 months ago (2015-02-05 15:37:19 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/900743002/100001
5 years, 10 months ago (2015-02-05 15:38:18 UTC) #15
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 10 months ago (2015-02-05 15:42:01 UTC) #16
commit-bot: I haz the power
5 years, 10 months ago (2015-02-05 15:43:15 UTC) #17
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f6e654986dbda503d573f7551973264219e8fb1f
Cr-Commit-Position: refs/heads/master@{#314814}

Powered by Google App Engine
This is Rietveld 408576698