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

Issue 279873002: Files.app: Handle change-by-keyboard in the directory tree (Closed)

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

Description

Files.app: Handle change-by-keyboard in the directory tree This patch fixes the regression, which is that the selection change by keyboard is not handled. BUG=371715 TEST=manually tested Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271346

Patch Set 1 #

Total comments: 5

Patch Set 2 : Addressed the comments #

Total comments: 5

Patch Set 3 : Addressed the comment #

Patch Set 4 : Add a comment #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -14 lines) Patch
M ui/file_manager/file_manager/foreground/js/directory_model.js View 1 2 3 4 2 chunks +30 lines, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/directory_tree.js View 1 2 3 4 2 chunks +8 lines, -13 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
yoshiki
@hirono, PTAL.
6 years, 7 months ago (2014-05-09 14:23:54 UTC) #1
hirono
https://codereview.chromium.org/279873002/diff/1/ui/file_manager/file_manager/foreground/js/directory_tree.js File ui/file_manager/file_manager/foreground/js/directory_tree.js (right): https://codereview.chromium.org/279873002/diff/1/ui/file_manager/file_manager/foreground/js/directory_tree.js#newcode263 ui/file_manager/file_manager/foreground/js/directory_tree.js:263: DirectoryItem.prototype.changeCurrentDirectoryToThis_ = function() { Could you add JSDoc? https://codereview.chromium.org/279873002/diff/1/ui/file_manager/file_manager/foreground/js/directory_tree.js#newcode263 ...
6 years, 7 months ago (2014-05-12 03:17:47 UTC) #2
yoshiki
@hirono, PTAL. https://codereview.chromium.org/279873002/diff/1/ui/file_manager/file_manager/foreground/js/directory_tree.js File ui/file_manager/file_manager/foreground/js/directory_tree.js (right): https://codereview.chromium.org/279873002/diff/1/ui/file_manager/file_manager/foreground/js/directory_tree.js#newcode263 ui/file_manager/file_manager/foreground/js/directory_tree.js:263: DirectoryItem.prototype.changeCurrentDirectoryToThis_ = function() { On 2014/05/12 03:17:47, ...
6 years, 7 months ago (2014-05-13 11:08:45 UTC) #3
hirono
https://codereview.chromium.org/279873002/diff/20001/ui/file_manager/file_manager/foreground/js/directory_model.js File ui/file_manager/file_manager/foreground/js/directory_model.js (right): https://codereview.chromium.org/279873002/diff/20001/ui/file_manager/file_manager/foreground/js/directory_model.js#newcode689 ui/file_manager/file_manager/foreground/js/directory_model.js:689: * Activate the given directry. nit: Activates https://codereview.chromium.org/279873002/diff/20001/ui/file_manager/file_manager/foreground/js/directory_model.js#newcode700 ui/file_manager/file_manager/foreground/js/directory_model.js:700: ...
6 years, 7 months ago (2014-05-14 03:20:03 UTC) #4
yoshiki
https://codereview.chromium.org/279873002/diff/20001/ui/file_manager/file_manager/foreground/js/directory_model.js File ui/file_manager/file_manager/foreground/js/directory_model.js (right): https://codereview.chromium.org/279873002/diff/20001/ui/file_manager/file_manager/foreground/js/directory_model.js#newcode689 ui/file_manager/file_manager/foreground/js/directory_model.js:689: * Activate the given directry. On 2014/05/14 03:20:03, hirono ...
6 years, 7 months ago (2014-05-14 05:46:05 UTC) #5
hirono
https://codereview.chromium.org/279873002/diff/20001/ui/file_manager/file_manager/foreground/js/directory_model.js File ui/file_manager/file_manager/foreground/js/directory_model.js (right): https://codereview.chromium.org/279873002/diff/20001/ui/file_manager/file_manager/foreground/js/directory_model.js#newcode700 ui/file_manager/file_manager/foreground/js/directory_model.js:700: DirectoryModel.prototype.activateDirectoryEntry = function( On 2014/05/14 05:46:05, yoshiki wrote: > ...
6 years, 7 months ago (2014-05-14 05:59:30 UTC) #6
yoshiki
On 2014/05/14 05:59:30, hirono wrote: > https://codereview.chromium.org/279873002/diff/20001/ui/file_manager/file_manager/foreground/js/directory_model.js > File ui/file_manager/file_manager/foreground/js/directory_model.js (right): > > https://codereview.chromium.org/279873002/diff/20001/ui/file_manager/file_manager/foreground/js/directory_model.js#newcode700 > ...
6 years, 7 months ago (2014-05-16 06:21:16 UTC) #7
hirono
On 2014/05/16 06:21:16, yoshiki wrote: > On 2014/05/14 05:59:30, hirono wrote: > > > https://codereview.chromium.org/279873002/diff/20001/ui/file_manager/file_manager/foreground/js/directory_model.js ...
6 years, 7 months ago (2014-05-16 06:46:14 UTC) #8
yoshiki
On 2014/05/16 06:46:14, hirono wrote: > On 2014/05/16 06:21:16, yoshiki wrote: > > On 2014/05/14 ...
6 years, 7 months ago (2014-05-16 08:06:53 UTC) #9
yoshiki
On 2014/05/16 08:06:53, yoshiki wrote: > On 2014/05/16 06:46:14, hirono wrote: > > On 2014/05/16 ...
6 years, 7 months ago (2014-05-16 08:15:57 UTC) #10
hirono
On 2014/05/16 08:15:57, yoshiki wrote: > On 2014/05/16 08:06:53, yoshiki wrote: > > On 2014/05/16 ...
6 years, 7 months ago (2014-05-16 08:18:25 UTC) #11
yoshiki
@hirono, I added the comment. PATL.
6 years, 7 months ago (2014-05-16 08:29:31 UTC) #12
hirono
On 2014/05/16 08:29:31, yoshiki wrote: > @hirono, I added the comment. PATL. LGTM! Thank you ...
6 years, 7 months ago (2014-05-16 08:55:57 UTC) #13
yoshiki
The CQ bit was checked by yoshiki@chromium.org
6 years, 7 months ago (2014-05-16 10:35:50 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/279873002/50001
6 years, 7 months ago (2014-05-16 10:36:13 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-16 12:13:02 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-16 12:16:07 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg/builds/184839)
6 years, 7 months ago (2014-05-16 12:16:07 UTC) #18
yoshiki
The CQ bit was checked by yoshiki@chromium.org
6 years, 7 months ago (2014-05-19 03:18:42 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/279873002/70001
6 years, 7 months ago (2014-05-19 03:18:51 UTC) #20
commit-bot: I haz the power
6 years, 7 months ago (2014-05-19 06:44:05 UTC) #21
Message was sent while issue was closed.
Change committed as 271346

Powered by Google App Engine
This is Rietveld 408576698