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

Issue 8554003: [filebrowser] Add left panel with roots. (Closed)

Created:
9 years, 1 month ago by dgozman
Modified:
9 years ago
CC:
chromium-reviews, Erik does not do reviews, achuith+watch_chromium.org, mihaip+watch_chromium.org, Aaron Boodman, rginda+watch_chromium.org, arv (Not doing code reviews)
Visibility:
Public.

Description

[filebrowser] Add left panel with roots. Not the final UI yet. Additional improvements: - file name is selected in save-as dialog at start; - new folder moved to context menu, button deleted. BUG=chromium-os:20168, chromium-os:22106, chromium-os:22105, chromium-os:22032, chromium-os:20547, chromium-os:20549 TEST=Manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113804 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114227 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=115122

Patch Set 1 #

Total comments: 20

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Total comments: 18

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 22

Patch Set 6 : '' #

Total comments: 8

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Patch Set 13 : '' #

Patch Set 14 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+640 lines, -294 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_file_browser_private_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/component_extension_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/file_manager/css/file_manager.css View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +172 lines, -11 lines 0 comments Download
M chrome/browser/resources/file_manager/js/file_manager.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 34 chunks +401 lines, -225 lines 0 comments Download
M chrome/browser/resources/file_manager/js/harness.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/resources/file_manager/js/mock_chrome.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/file_manager/main.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +54 lines, -44 lines 0 comments Download
M chrome/browser/resources/file_manager/manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 39 (0 generated)
dgozman
Hi guys, Please, take a look, if you have some time. Live demo: http://dgozman.spb:8003/file_manager/harness.html Thanks, ...
9 years, 1 month ago (2011-11-21 14:17:18 UTC) #1
Vladislav Kaznacheev
http://codereview.chromium.org/8554003/diff/1/chrome/browser/resources/component_extension_resources.grd File chrome/browser/resources/component_extension_resources.grd (right): http://codereview.chromium.org/8554003/diff/1/chrome/browser/resources/component_extension_resources.grd#newcode25 chrome/browser/resources/component_extension_resources.grd:25: <include name="IDR_FILE_MANAGER_MAIN" file="file_manager/main.html" flattenhtml="false" type="BINDATA" /> Are you sure ...
9 years, 1 month ago (2011-11-22 13:16:34 UTC) #2
dgozman
http://codereview.chromium.org/8554003/diff/1/chrome/browser/resources/component_extension_resources.grd File chrome/browser/resources/component_extension_resources.grd (right): http://codereview.chromium.org/8554003/diff/1/chrome/browser/resources/component_extension_resources.grd#newcode25 chrome/browser/resources/component_extension_resources.grd:25: <include name="IDR_FILE_MANAGER_MAIN" file="file_manager/main.html" flattenhtml="false" type="BINDATA" /> On 2011/11/22 13:16:35, ...
9 years, 1 month ago (2011-11-22 14:15:14 UTC) #3
Dmitry Zvorygin
http://codereview.chromium.org/8554003/diff/1/chrome/browser/resources/component_extension_resources.grd File chrome/browser/resources/component_extension_resources.grd (right): http://codereview.chromium.org/8554003/diff/1/chrome/browser/resources/component_extension_resources.grd#newcode25 chrome/browser/resources/component_extension_resources.grd:25: <include name="IDR_FILE_MANAGER_MAIN" file="file_manager/main.html" flattenhtml="false" type="BINDATA" /> flattenhtml should be ...
9 years, 1 month ago (2011-11-22 14:42:47 UTC) #4
dgozman
http://codereview.chromium.org/8554003/diff/1/chrome/browser/resources/component_extension_resources.grd File chrome/browser/resources/component_extension_resources.grd (right): http://codereview.chromium.org/8554003/diff/1/chrome/browser/resources/component_extension_resources.grd#newcode25 chrome/browser/resources/component_extension_resources.grd:25: <include name="IDR_FILE_MANAGER_MAIN" file="file_manager/main.html" flattenhtml="false" type="BINDATA" /> On 2011/11/22 14:42:47, ...
9 years, 1 month ago (2011-11-22 14:51:37 UTC) #5
SeRya
http://codereview.chromium.org/8554003/diff/10002/chrome/browser/extensions/extension_file_browser_private_api.cc File chrome/browser/extensions/extension_file_browser_private_api.cc (right): http://codereview.chromium.org/8554003/diff/10002/chrome/browser/extensions/extension_file_browser_private_api.cc#newcode1524 chrome/browser/extensions/extension_file_browser_private_api.cc:1524: SET_STRING(IDS_FILE_BROWSER, CHROMEBOOK_DIRECTORY_LABEL); The "File shelf" string is probably not ...
9 years ago (2011-11-28 10:30:54 UTC) #6
dgozman
http://codereview.chromium.org/8554003/diff/10002/chrome/browser/extensions/extension_file_browser_private_api.cc File chrome/browser/extensions/extension_file_browser_private_api.cc (right): http://codereview.chromium.org/8554003/diff/10002/chrome/browser/extensions/extension_file_browser_private_api.cc#newcode1524 chrome/browser/extensions/extension_file_browser_private_api.cc:1524: SET_STRING(IDS_FILE_BROWSER, CHROMEBOOK_DIRECTORY_LABEL); On 2011/11/28 10:30:55, SeRya wrote: > The ...
9 years ago (2011-11-28 11:45:52 UTC) #7
SeRya
lgtm
9 years ago (2011-11-28 12:10:49 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/8554003/22001
9 years ago (2011-11-28 12:23:58 UTC) #9
commit-bot: I haz the power
Can't process patch for file chrome/browser/resources/file_manager/images/chromebook_28x28.png. Failed to parse svn properties.
9 years ago (2011-11-28 12:23:59 UTC) #10
dgozman
Erik, Please, approve the change to component_extension_resources.grd. Thanks, Dmitry
9 years ago (2011-11-29 13:42:35 UTC) #11
dgozman
Erik, Evan, James, Could you please approve the change to component_extension_resources.grd? Thanks, Dmitry
9 years ago (2011-11-30 07:27:01 UTC) #12
James Hawkins
It sounds like that file is not in the right place, since I don't think ...
9 years ago (2011-11-30 16:22:57 UTC) #13
arv (Not doing code reviews)
open_sidebar.png seems to have a border. Can that be done in CSS instead? http://codereview.chromium.org/8554003/diff/27001/chrome/browser/resources/file_manager/css/file_manager.css File ...
9 years ago (2011-11-30 18:21:12 UTC) #14
dgozman
There will be some UI updates after this CL is landed, and I will ask ...
9 years ago (2011-12-01 10:13:04 UTC) #15
arv (Not doing code reviews)
http://codereview.chromium.org/8554003/diff/36001/chrome/browser/resources/file_manager/css/file_manager.css File chrome/browser/resources/file_manager/css/file_manager.css (right): http://codereview.chromium.org/8554003/diff/36001/chrome/browser/resources/file_manager/css/file_manager.css#newcode125 chrome/browser/resources/file_manager/css/file_manager.css:125: margin-left: -200px; -webkit-margin-start http://codereview.chromium.org/8554003/diff/36001/chrome/browser/resources/file_manager/css/file_manager.css#newcode137 chrome/browser/resources/file_manager/css/file_manager.css:137: margin-left: 15px; -webkit-margin-start http://codereview.chromium.org/8554003/diff/36001/chrome/browser/resources/file_manager/css/file_manager.css#newcode151 ...
9 years ago (2011-12-01 19:08:29 UTC) #16
dgozman
Hi Erik, Filebrowser does not work in RTL yet. We will be happy to change ...
9 years ago (2011-12-02 14:40:11 UTC) #17
arv (Not doing code reviews)
LGTM Please follow up on the RTL issues and style violations.
9 years ago (2011-12-02 17:57:33 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/8554003/43001
9 years ago (2011-12-05 20:06:44 UTC) #19
commit-bot: I haz the power
Can't process patch for file chrome/browser/resources/file_manager/js/mock_chrome.js. File's status is None, patchset upload is incomplete.
9 years ago (2011-12-05 20:06:47 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/8554003/45001
9 years ago (2011-12-05 20:08:29 UTC) #21
commit-bot: I haz the power
Try job failure for 8554003-45001 (retry) on win_rel for steps "net_unittests, safe_browsing_tests" (clobber build). It's ...
9 years ago (2011-12-05 22:18:29 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/8554003/45001
9 years ago (2011-12-06 04:14:06 UTC) #23
commit-bot: I haz the power
Change committed as 113152
9 years ago (2011-12-06 07:38:43 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/8554003/50001
9 years ago (2011-12-09 08:42:42 UTC) #25
commit-bot: I haz the power
Can't apply patch for file chrome/browser/resources/file_manager/js/file_manager.js. While running patch -p0 --forward --force; patching file chrome/browser/resources/file_manager/js/file_manager.js ...
9 years ago (2011-12-09 08:42:46 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/8554003/57002
9 years ago (2011-12-09 10:19:34 UTC) #27
commit-bot: I haz the power
Try job failure for 8554003-57002 (retry) on mac_rel for step "compile" (clobber build). It's a ...
9 years ago (2011-12-09 11:34:09 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/8554003/57002
9 years ago (2011-12-09 11:52:58 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/8554003/61001
9 years ago (2011-12-09 12:33:29 UTC) #30
commit-bot: I haz the power
Change committed as 113804
9 years ago (2011-12-09 14:58:12 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/8554003/64001
9 years ago (2011-12-13 14:04:48 UTC) #32
commit-bot: I haz the power
Change committed as 114227
9 years ago (2011-12-13 17:20:23 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/8554003/70001
9 years ago (2011-12-19 14:14:22 UTC) #34
commit-bot: I haz the power
Try job failure for 8554003-70001 (retry) on linux_rel for step "ui_tests". It's a second try, ...
9 years ago (2011-12-19 15:25:14 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/8554003/70001
9 years ago (2011-12-19 16:28:53 UTC) #36
commit-bot: I haz the power
Can't apply patch for file chrome/browser/resources/file_manager/css/file_manager.css. While running patch -p0 --forward --force; patching file chrome/browser/resources/file_manager/css/file_manager.css ...
9 years ago (2011-12-19 16:28:57 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/8554003/77001
9 years ago (2011-12-20 12:13:39 UTC) #38
commit-bot: I haz the power
9 years ago (2011-12-20 13:46:35 UTC) #39
Change committed as 115122

Powered by Google App Engine
This is Rietveld 408576698