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

Issue 7706028: This is UI side unreadable device support. (Closed)

Created:
9 years, 4 months ago by sidor
Modified:
9 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

This is UI side unreadable device support. Mostly format manager code, that diplays and handles unreadalbe device. There's option to format them. One cannot access them. Icons were added as well. Depends on the following change in ChromeOS: http://gerrit.chromium.org/gerrit/#change,6406 BUG=chromium-os:19506 TEST=None. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98548

Patch Set 1 #

Total comments: 14

Patch Set 2 : corrected strings + added mocks + style in js #

Total comments: 16

Patch Set 3 : style + enum + action on hitting enter key #

Total comments: 7

Patch Set 4 : iteration 4 #

Patch Set 5 : that's why you should compile your code before sending it to review #

Total comments: 4

Patch Set 6 : iteration 6 #

Patch Set 7 : forgot to rebase #

Patch Set 8 : Addressing Robert's style fixes #

Patch Set 9 : troubles with icons #

Patch Set 10 : Because I am not a committer and I had to brake lines in mock #

Patch Set 11 : rebase? #

Patch Set 12 : rebase2? #

Patch Set 13 : merging conflict #

Unified diffs Side-by-side diffs Delta from patch set Stats (+249 lines, -121 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/cros/mount_library.h View 1 2 4 chunks +13 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/cros/mount_library.cc View 1 2 3 4 5 5 chunks +34 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_event_router.cc View 1 2 3 4 5 2 chunks +5 lines, -11 lines 0 comments Download
M chrome/browser/extensions/extension_file_browser_private_api.cc View 1 2 3 4 5 6 3 chunks +14 lines, -5 lines 0 comments Download
M chrome/browser/resources/component_extension_resources.grd View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/file_manager/css/file_manager.css View 2 chunks +8 lines, -0 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 16 chunks +146 lines, -91 lines 0 comments Download
M chrome/browser/resources/file_manager/js/mock_chrome.js View 1 2 3 4 5 6 7 8 9 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/fileicon_source_cros.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/extension_api.json View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
sidor
Hi, Toni, can you review my code? Robert, can you take a look at file_manager.js ...
9 years, 4 months ago (2011-08-23 04:43:33 UTC) #1
rginda
http://codereview.chromium.org/7706028/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/7706028/diff/1/chrome/app/generated_resources.grd#newcode9147 chrome/app/generated_resources.grd:9147: This device cannot be opened, because its filesystem was ...
9 years, 4 months ago (2011-08-23 20:23:29 UTC) #2
rginda
http://codereview.chromium.org/7706028/diff/1/chrome/browser/resources/file_manager/js/file_manager.js File chrome/browser/resources/file_manager/js/file_manager.js (right): http://codereview.chromium.org/7706028/diff/1/chrome/browser/resources/file_manager/js/file_manager.js#newcode320 chrome/browser/resources/file_manager/js/file_manager.js:320: function normalize(x) { On 2011/08/23 20:23:30, rginda wrote: > ...
9 years, 4 months ago (2011-08-23 20:25:12 UTC) #3
sidor
iteration 2 http://codereview.chromium.org/7706028/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/7706028/diff/1/chrome/app/generated_resources.grd#newcode9147 chrome/app/generated_resources.grd:9147: This device cannot be opened, because its ...
9 years, 4 months ago (2011-08-23 23:18:47 UTC) #4
tbarzic
http://codereview.chromium.org/7706028/diff/7001/chrome/browser/chromeos/cros/mount_library.h File chrome/browser/chromeos/cros/mount_library.h (right): http://codereview.chromium.org/7706028/diff/7001/chrome/browser/chromeos/cros/mount_library.h#newcode141 chrome/browser/chromeos/cros/mount_library.h:141: const char* special) special data seems a bit vague.. ...
9 years, 4 months ago (2011-08-24 03:59:44 UTC) #5
sidor
Haven't made any actually changes to code(I don't have VPN access), but I publish my ...
9 years, 4 months ago (2011-08-24 04:26:05 UTC) #6
sidor
Ok the actual changes have been uploaded. I also factor out new OnDirectoryAction fuction that ...
9 years, 4 months ago (2011-08-24 18:44:23 UTC) #7
tbarzic
http://codereview.chromium.org/7706028/diff/7001/chrome/browser/resources/file_manager/js/file_manager.js File chrome/browser/resources/file_manager/js/file_manager.js (right): http://codereview.chromium.org/7706028/diff/7001/chrome/browser/resources/file_manager/js/file_manager.js#newcode1817 chrome/browser/resources/file_manager/js/file_manager.js:1817: if (event.sourceUrl == mountPoints[i].sourceUrl && On 2011/08/24 04:26:06, sidor ...
9 years, 4 months ago (2011-08-25 02:03:44 UTC) #8
sidor
Done. http://codereview.chromium.org/7706028/diff/11001/chrome/browser/chromeos/cros/mount_library.h File chrome/browser/chromeos/cros/mount_library.h (right): http://codereview.chromium.org/7706028/diff/11001/chrome/browser/chromeos/cros/mount_library.h#newcode144 chrome/browser/chromeos/cros/mount_library.h:144: MountCondition mount_condition; On 2011/08/25 02:03:44, tbarzic wrote: > ...
9 years, 4 months ago (2011-08-25 18:02:13 UTC) #9
tbarzic
http://codereview.chromium.org/7706028/diff/11001/chrome/browser/chromeos/cros/mount_library.h File chrome/browser/chromeos/cros/mount_library.h (right): http://codereview.chromium.org/7706028/diff/11001/chrome/browser/chromeos/cros/mount_library.h#newcode144 chrome/browser/chromeos/cros/mount_library.h:144: MountCondition mount_condition; On 2011/08/25 18:02:13, sidor wrote: > On ...
9 years, 4 months ago (2011-08-25 18:17:53 UTC) #10
tbarzic
On 2011/08/25 18:17:53, tbarzic wrote: > http://codereview.chromium.org/7706028/diff/11001/chrome/browser/chromeos/cros/mount_library.h > File chrome/browser/chromeos/cros/mount_library.h (right): > > http://codereview.chromium.org/7706028/diff/11001/chrome/browser/chromeos/cros/mount_library.h#newcode144 > ...
9 years, 4 months ago (2011-08-25 19:15:29 UTC) #11
rginda
http://codereview.chromium.org/7706028/diff/16003/chrome/browser/resources/file_manager/js/file_manager.js File chrome/browser/resources/file_manager/js/file_manager.js (right): http://codereview.chromium.org/7706028/diff/16003/chrome/browser/resources/file_manager/js/file_manager.js#newcode1276 chrome/browser/resources/file_manager/js/file_manager.js:1276: cacheFunction = this.cacheEntryIconType; This should be bound. http://codereview.chromium.org/7706028/diff/16003/chrome/browser/resources/file_manager/js/file_manager.js#newcode2540 chrome/browser/resources/file_manager/js/file_manager.js:2540: ...
9 years, 4 months ago (2011-08-25 21:05:39 UTC) #12
sidor
Done. http://codereview.chromium.org/7706028/diff/16003/chrome/browser/resources/file_manager/js/file_manager.js File chrome/browser/resources/file_manager/js/file_manager.js (right): http://codereview.chromium.org/7706028/diff/16003/chrome/browser/resources/file_manager/js/file_manager.js#newcode1276 chrome/browser/resources/file_manager/js/file_manager.js:1276: cacheFunction = this.cacheEntryIconType; On 2011/08/25 21:05:39, rginda wrote: ...
9 years, 4 months ago (2011-08-26 00:49:14 UTC) #13
commit-bot: I haz the power
Presubmit check for 7706028-23001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 4 months ago (2011-08-26 19:32:26 UTC) #14
sidor
Hi, I need mtgl of the owner of manifest file. Could you take a look? ...
9 years, 4 months ago (2011-08-26 19:47:21 UTC) #15
asargent_no_longer_on_chrome
extension_api.json LGTM
9 years, 4 months ago (2011-08-26 20:17:42 UTC) #16
commit-bot: I haz the power
Presubmit check for 7706028-23001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 4 months ago (2011-08-26 20:27:25 UTC) #17
commit-bot: I haz the power
Can't apply patch for file chrome/browser/resources/file_manager/js/file_manager.js. While running patch -p1 --forward --force; patching file chrome/browser/resources/file_manager/js/file_manager.js ...
9 years, 4 months ago (2011-08-26 22:52:01 UTC) #18
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test. Builder is ...
9 years, 4 months ago (2011-08-27 02:45:59 UTC) #19
commit-bot: I haz the power
9 years, 4 months ago (2011-08-27 04:56:25 UTC) #20
Change committed as 98548

Powered by Google App Engine
This is Rietveld 408576698