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

Issue 443333003: Show location, search button, and change-view button on the toolbar. (Closed)

Created:
6 years, 4 months ago by fukino
Modified:
6 years, 4 months ago
Reviewers:
hirono
CC:
chromium-reviews, rginda+watch_chromium.org, mtomasz+watch_chromium.org, yoshiki+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Show location, search button, and change-view button on the toolbar. This CL includes following changes. - Use system default header, rather than customized Maximize/Minimize/Close buttons. - Current location is displayed on the left side of toolbar. - Only the selected file's information is displayed on the preview panel. - Change-view button is moved from gear menu to the right side of toolbar. - Search button is placed on toolbar as a button. It expands on click. BUG=397222, 308445 TEST=run browser_tests, manually tested Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288082

Patch Set 1 #

Total comments: 30

Patch Set 2 : Move some property to FileManagerUI. #

Patch Set 3 : Fixes broken tests and adjusts tab order. #

Total comments: 2

Patch Set 4 : Gets windows outer width and height to confirm the size. #

Patch Set 5 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -285 lines) Patch
M chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/background.js View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/grid_view.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_prefs.js View 1 2 1 chunk +1 line, -8 lines 0 comments Download
M ui/file_manager/file_manager/background/js/background.js View 1 chunk +0 lines, -1 line 0 comments Download
M ui/file_manager/file_manager/background/js/test_util.js View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M ui/file_manager/file_manager/foreground/css/file_manager.css View 1 2 3 4 8 chunks +45 lines, -57 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/drive_banners.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_manager.js View 1 2 3 4 12 chunks +59 lines, -77 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/main_scripts.js View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
D ui/file_manager/file_manager/foreground/js/text_measure.js View 1 2 1 chunk +0 lines, -53 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/file_manager_ui.js View 1 3 chunks +43 lines, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/preview_panel.js View 4 chunks +6 lines, -24 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/search_box.js View 1 4 chunks +0 lines, -20 lines 0 comments Download
M ui/file_manager/file_manager/main.html View 1 2 3 4 5 chunks +17 lines, -34 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
fukino
hirono san, could you take a look? I combined some changes on this one CL ...
6 years, 4 months ago (2014-08-07 03:39:27 UTC) #1
hirono
https://codereview.chromium.org/443333003/diff/1/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/443333003/diff/1/ui/file_manager/file_manager/foreground/css/file_manager.css#newcode489 ui/file_manager/file_manager/foreground/css/file_manager.css:489: background-image: -webkit-image-set( nit: shorthand properties are preferred. https://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml#Shorthand_Properties https://codereview.chromium.org/443333003/diff/1/ui/file_manager/file_manager/foreground/css/file_manager.css#newcode495 ...
6 years, 4 months ago (2014-08-07 03:59:23 UTC) #2
hirono
https://codereview.chromium.org/443333003/diff/1/ui/file_manager/file_manager/foreground/js/file_manager.js File ui/file_manager/file_manager/foreground/js/file_manager.js (right): https://codereview.chromium.org/443333003/diff/1/ui/file_manager/file_manager/foreground/js/file_manager.js#newcode851 ui/file_manager/file_manager/foreground/js/file_manager.js:851: this.searchButton_ = this.dialogDom_.querySelector('#search-button'); Can we move it to FileManagerUI? ...
6 years, 4 months ago (2014-08-07 05:08:54 UTC) #3
fukino
Thank you for comments! I have a question about "background" shorthand inline. https://codereview.chromium.org/443333003/diff/1/ui/file_manager/file_manager/foreground/css/file_manager.css File ui/file_manager/file_manager/foreground/css/file_manager.css ...
6 years, 4 months ago (2014-08-07 06:45:01 UTC) #4
hirono
Thanks! lgtm with a nit. https://codereview.chromium.org/443333003/diff/1/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/443333003/diff/1/ui/file_manager/file_manager/foreground/css/file_manager.css#newcode489 ui/file_manager/file_manager/foreground/css/file_manager.css:489: background-image: -webkit-image-set( On 2014/08/07 ...
6 years, 4 months ago (2014-08-07 06:57:51 UTC) #5
fukino
I add additional differences regarding browser_tests and your comment. - Removed TextMeasure completely. - Fixed ...
6 years, 4 months ago (2014-08-07 08:18:10 UTC) #6
hirono
https://codereview.chromium.org/443333003/diff/40001/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_geometry.js File chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_geometry.js (right): https://codereview.chromium.org/443333003/diff/40001/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_geometry.js#newcode27 chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_geometry.js:27: waitForWindowGeometry(appId, 640, 480 - 33).then(this.next); Maybe we can change ...
6 years, 4 months ago (2014-08-07 08:25:04 UTC) #7
fukino
Thanks! Uses outer width/height to confirm the sizes. waitForWindowGeometry() is the only function which reference ...
6 years, 4 months ago (2014-08-07 08:49:25 UTC) #8
hirono
lgtm again! Thank you!
6 years, 4 months ago (2014-08-07 08:54:21 UTC) #9
fukino
On 2014/08/07 08:54:21, hirono wrote: > lgtm again! Thank you! Thank you for very quick ...
6 years, 4 months ago (2014-08-07 09:03:53 UTC) #10
fukino
The CQ bit was checked by fukino@chromium.org
6 years, 4 months ago (2014-08-07 15:50:45 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fukino@chromium.org/443333003/80001
6 years, 4 months ago (2014-08-07 15:55:22 UTC) #12
commit-bot: I haz the power
6 years, 4 months ago (2014-08-07 16:49:49 UTC) #13
Message was sent while issue was closed.
Change committed as 288082

Powered by Google App Engine
This is Rietveld 408576698