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

Issue 2522403002: Show the leaf folder name as the window name. (Closed)

Created:
4 years ago by yamaguchi
Modified:
4 years ago
Reviewers:
fukino
CC:
chromium-reviews, oka+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, yamaguchi+watch_chromium.org, fukino+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Show the leaf folder name as the window name. BUG=650490 TEST=manual test as noted in the bug CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/894d7fec2a4b445294e2a4d132a0ae4d9bf6f494 Cr-Commit-Position: refs/heads/master@{#434613}

Patch Set 1 #

Patch Set 2 : Resolve JS compilation errors. #

Patch Set 3 : Add comment. #

Total comments: 18

Patch Set 4 : Retrieve VolumeInfo in the helper function. #

Total comments: 2

Patch Set 5 : Clarify special path for root folders. #

Total comments: 11

Patch Set 6 : Use getRootTypeLabel for root entries. #

Patch Set 7 : Simplify the logic. #

Patch Set 8 : Handle error where locationInfo is not found. #

Patch Set 9 : Insert space between an error message and value. #

Total comments: 4

Patch Set 10 : Style fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -5 lines) Patch
M ui/file_manager/file_manager/foreground/js/main_window_component.js View 1 2 3 4 5 6 7 8 9 1 chunk +14 lines, -5 lines 0 comments Download

Messages

Total messages: 53 (38 generated)
yamaguchi
ptal
4 years ago (2016-11-25 06:46:15 UTC) #12
fukino
https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/common/js/util.js File ui/file_manager/file_manager/common/js/util.js (right): https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/common/js/util.js#newcode924 ui/file_manager/file_manager/common/js/util.js:924: * @param {string} rootType Root type in Location info. ...
4 years ago (2016-11-25 08:02:50 UTC) #13
yamaguchi
https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/foreground/js/main_window_component.js File ui/file_manager/file_manager/foreground/js/main_window_component.js (right): https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/foreground/js/main_window_component.js#newcode399 ui/file_manager/file_manager/foreground/js/main_window_component.js:399: newVolumeInfo) { On 2016/11/25 08:02:50, fukino wrote: > We ...
4 years ago (2016-11-25 09:11:58 UTC) #18
fukino
https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/foreground/js/main_window_component.js File ui/file_manager/file_manager/foreground/js/main_window_component.js (right): https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/foreground/js/main_window_component.js#newcode407 ui/file_manager/file_manager/foreground/js/main_window_component.js:407: var leafName; On 2016/11/25 09:11:58, yamaguchi wrote: > On ...
4 years ago (2016-11-25 10:30:22 UTC) #21
fukino
https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/foreground/js/main_window_component.js File ui/file_manager/file_manager/foreground/js/main_window_component.js (right): https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/foreground/js/main_window_component.js#newcode407 ui/file_manager/file_manager/foreground/js/main_window_component.js:407: var leafName; On 2016/11/25 10:30:22, fukino wrote: > On ...
4 years ago (2016-11-25 10:44:39 UTC) #22
yamaguchi
https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/foreground/js/main_window_component.js File ui/file_manager/file_manager/foreground/js/main_window_component.js (right): https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/foreground/js/main_window_component.js#newcode407 ui/file_manager/file_manager/foreground/js/main_window_component.js:407: var leafName; On 2016/11/25 10:30:22, fukino wrote: > On ...
4 years ago (2016-11-25 12:26:39 UTC) #25
fukino
https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/foreground/js/main_window_component.js File ui/file_manager/file_manager/foreground/js/main_window_component.js (right): https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/foreground/js/main_window_component.js#newcode407 ui/file_manager/file_manager/foreground/js/main_window_component.js:407: var leafName; On 2016/11/25 10:44:39, fukino wrote: > On ...
4 years ago (2016-11-28 00:46:26 UTC) #28
yamaguchi
https://codereview.chromium.org/2522403002/diff/70001/ui/file_manager/file_manager/foreground/js/main_window_component.js File ui/file_manager/file_manager/foreground/js/main_window_component.js (right): https://codereview.chromium.org/2522403002/diff/70001/ui/file_manager/file_manager/foreground/js/main_window_component.js#newcode393 ui/file_manager/file_manager/foreground/js/main_window_component.js:393: * @return {?string} window name. null if the location ...
4 years ago (2016-11-28 02:51:13 UTC) #31
fukino
https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/foreground/js/main_window_component.js File ui/file_manager/file_manager/foreground/js/main_window_component.js (right): https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/foreground/js/main_window_component.js#newcode407 ui/file_manager/file_manager/foreground/js/main_window_component.js:407: var leafName; On 2016/11/28 00:46:25, fukino wrote: > On ...
4 years ago (2016-11-28 03:12:23 UTC) #32
yamaguchi
https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/foreground/js/main_window_component.js File ui/file_manager/file_manager/foreground/js/main_window_component.js (right): https://codereview.chromium.org/2522403002/diff/40001/ui/file_manager/file_manager/foreground/js/main_window_component.js#newcode407 ui/file_manager/file_manager/foreground/js/main_window_component.js:407: var leafName; On 2016/11/28 03:12:23, fukino wrote: > On ...
4 years ago (2016-11-28 05:17:22 UTC) #39
fukino
lgtm with nits. https://codereview.chromium.org/2522403002/diff/150001/ui/file_manager/file_manager/foreground/js/main_window_component.js File ui/file_manager/file_manager/foreground/js/main_window_component.js (right): https://codereview.chromium.org/2522403002/diff/150001/ui/file_manager/file_manager/foreground/js/main_window_component.js#newcode422 ui/file_manager/file_manager/foreground/js/main_window_component.js:422: return; optional nit: I prefer the ...
4 years ago (2016-11-28 05:26:40 UTC) #40
yamaguchi
https://codereview.chromium.org/2522403002/diff/150001/ui/file_manager/file_manager/foreground/js/main_window_component.js File ui/file_manager/file_manager/foreground/js/main_window_component.js (right): https://codereview.chromium.org/2522403002/diff/150001/ui/file_manager/file_manager/foreground/js/main_window_component.js#newcode422 ui/file_manager/file_manager/foreground/js/main_window_component.js:422: return; On 2016/11/28 05:26:40, fukino wrote: > optional nit: ...
4 years ago (2016-11-28 06:00:33 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2522403002/170001
4 years ago (2016-11-28 06:33:06 UTC) #48
commit-bot: I haz the power
Committed patchset #10 (id:170001)
4 years ago (2016-11-28 06:36:49 UTC) #51
commit-bot: I haz the power
4 years ago (2016-11-28 06:40:24 UTC) #53
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/894d7fec2a4b445294e2a4d132a0ae4d9bf6f494
Cr-Commit-Position: refs/heads/master@{#434613}

Powered by Google App Engine
This is Rietveld 408576698