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

Issue 1056433003: Add button to add new FSP services to Files app. (Closed)

Created:
5 years, 8 months ago by mtomasz
Modified:
5 years, 8 months ago
Reviewers:
hirono
CC:
chromium-reviews, extensions-reviews_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add button to add new FSP services to Files app. This CL adds a FSP suggest dialog which can be shown by clicking the button at the end of the left nav. TEST=Tested manually by clicking on the new button in the left nav. BUG=471722 Committed: https://crrev.com/8cb8d4d8aa70bac94d331efa9b94b2007536a54f Cr-Commit-Position: refs/heads/master@{#323462}

Patch Set 1 #

Patch Set 2 : Updated the 200x asset. #

Patch Set 3 : Cleaned up. #

Total comments: 17

Patch Set 4 : Fixed. #

Patch Set 5 : PNG crushed. #

Patch Set 6 : Restored scrollbars. #

Patch Set 7 : Fixed. #

Patch Set 8 : Fixed tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+243 lines, -101 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 5 6 7 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/css/file_manager.css View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/css/file_types.css View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
A ui/file_manager/file_manager/foreground/images/volumes/2x/add.png View 1 5 6 Binary file 0 comments Download
A ui/file_manager/file_manager/foreground/images/volumes/add.png View 5 6 Binary file 0 comments Download
M ui/file_manager/file_manager/foreground/js/cws_container_client.js View 1 2 2 chunks +7 lines, -13 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_manager.js View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_manager_commands.js View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/navigation_list_model.js View 1 2 3 4 5 6 7 chunks +42 lines, -35 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/directory_tree.js View 1 2 3 4 5 6 chunks +93 lines, -16 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/suggest_apps_dialog.js View 1 2 3 9 chunks +53 lines, -26 lines 0 comments Download
M ui/file_manager/file_manager/main.html View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M ui/file_manager/integration_tests/file_manager/copy_between_windows.js View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/integration_tests/file_manager/file_display.js View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/integration_tests/file_manager/folder_shortcuts.js View 1 2 3 4 5 6 7 4 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
mtomasz
@hirono: PTAL. Thanks.
5 years, 8 months ago (2015-04-01 10:38:59 UTC) #2
hirono
https://codereview.chromium.org/1056433003/diff/40001/ui/file_manager/file_manager/foreground/js/navigation_list_model.js File ui/file_manager/file_manager/foreground/js/navigation_list_model.js (right): https://codereview.chromium.org/1056433003/diff/40001/ui/file_manager/file_manager/foreground/js/navigation_list_model.js#newcode69 ui/file_manager/file_manager/foreground/js/navigation_list_model.js:69: * Item of NavigationListModel for commands. Cannot be this ...
5 years, 8 months ago (2015-04-01 11:50:36 UTC) #3
hirono
On 2015/04/01 11:50:36, hirono wrote: > https://codereview.chromium.org/1056433003/diff/40001/ui/file_manager/file_manager/foreground/js/navigation_list_model.js > File ui/file_manager/file_manager/foreground/js/navigation_list_model.js > (right): > > https://codereview.chromium.org/1056433003/diff/40001/ui/file_manager/file_manager/foreground/js/navigation_list_model.js#newcode69 ...
5 years, 8 months ago (2015-04-01 12:35:17 UTC) #4
mtomasz
https://codereview.chromium.org/1056433003/diff/40001/ui/file_manager/file_manager/foreground/js/navigation_list_model.js File ui/file_manager/file_manager/foreground/js/navigation_list_model.js (right): https://codereview.chromium.org/1056433003/diff/40001/ui/file_manager/file_manager/foreground/js/navigation_list_model.js#newcode69 ui/file_manager/file_manager/foreground/js/navigation_list_model.js:69: * Item of NavigationListModel for commands. On 2015/04/01 11:50:36, ...
5 years, 8 months ago (2015-04-02 02:24:27 UTC) #5
mtomasz
On 2015/04/02 02:24:27, mtomasz wrote: > https://codereview.chromium.org/1056433003/diff/40001/ui/file_manager/file_manager/foreground/js/navigation_list_model.js > File ui/file_manager/file_manager/foreground/js/navigation_list_model.js > (right): > > https://codereview.chromium.org/1056433003/diff/40001/ui/file_manager/file_manager/foreground/js/navigation_list_model.js#newcode69 ...
5 years, 8 months ago (2015-04-02 03:55:54 UTC) #6
hirono
https://codereview.chromium.org/1056433003/diff/40001/ui/file_manager/file_manager/foreground/js/navigation_list_model.js File ui/file_manager/file_manager/foreground/js/navigation_list_model.js (right): https://codereview.chromium.org/1056433003/diff/40001/ui/file_manager/file_manager/foreground/js/navigation_list_model.js#newcode274 ui/file_manager/file_manager/foreground/js/navigation_list_model.js:274: (this.commandModel_ ? 1 : 0); On 2015/04/01 11:50:36, hirono ...
5 years, 8 months ago (2015-04-02 04:27:24 UTC) #7
mtomasz
https://codereview.chromium.org/1056433003/diff/40001/ui/file_manager/file_manager/foreground/js/navigation_list_model.js File ui/file_manager/file_manager/foreground/js/navigation_list_model.js (right): https://codereview.chromium.org/1056433003/diff/40001/ui/file_manager/file_manager/foreground/js/navigation_list_model.js#newcode274 ui/file_manager/file_manager/foreground/js/navigation_list_model.js:274: (this.commandModel_ ? 1 : 0); On 2015/04/02 04:27:24, hirono ...
5 years, 8 months ago (2015-04-02 04:51:50 UTC) #8
hirono
lgtm! Thanks!
5 years, 8 months ago (2015-04-02 04:52:34 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1056433003/140001
5 years, 8 months ago (2015-04-02 10:44:45 UTC) #12
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 8 months ago (2015-04-02 11:14:20 UTC) #13
mfomitchev
A revert of this CL (patchset #8 id:140001) has been created in https://codereview.chromium.org/1058873004/ by mfomitchev@chromium.org. ...
5 years, 8 months ago (2015-04-02 20:26:32 UTC) #14
commit-bot: I haz the power
5 years, 8 months ago (2015-04-03 20:24:20 UTC) #15
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/8cb8d4d8aa70bac94d331efa9b94b2007536a54f
Cr-Commit-Position: refs/heads/master@{#323462}

Powered by Google App Engine
This is Rietveld 408576698