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

Issue 479503002: Files.app: Not use URL in sorting (Closed)

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

Description

Files.app: Not use URL in sorting In URL, some non-alphanumeric characters are represented as "%xx" format and it makes the sort incorrect. This patch creates the utility functions to sort and use them in sorting. BUG=404061 TEST=manually tested Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289914

Patch Set 1 #

Patch Set 2 : . #

Total comments: 4

Patch Set 3 : Addressed the comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -30 lines) Patch
M ui/file_manager/file_manager/common/js/util.js View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/directory_contents.js View 5 chunks +5 lines, -23 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/directory_tree.js View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/folder_shortcuts_data_model.js View 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
yoshiki
@fukino, PTAL. Thanks.
6 years, 4 months ago (2014-08-15 05:32:09 UTC) #1
fukino
https://codereview.chromium.org/479503002/diff/20001/ui/file_manager/file_manager/common/js/util.js File ui/file_manager/file_manager/common/js/util.js (right): https://codereview.chromium.org/479503002/diff/20001/ui/file_manager/file_manager/common/js/util.js#newcode1025 ui/file_manager/file_manager/common/js/util.js:1025: return result; Why doesn't this function return a value ...
6 years, 4 months ago (2014-08-15 05:58:14 UTC) #2
yoshiki
@fukino, PTAL. Thanks. https://codereview.chromium.org/479503002/diff/20001/ui/file_manager/file_manager/common/js/util.js File ui/file_manager/file_manager/common/js/util.js (right): https://codereview.chromium.org/479503002/diff/20001/ui/file_manager/file_manager/common/js/util.js#newcode1025 ui/file_manager/file_manager/common/js/util.js:1025: return result; On 2014/08/15 05:58:14, fukino ...
6 years, 4 months ago (2014-08-15 06:05:47 UTC) #3
fukino
On 2014/08/15 06:05:47, yoshiki wrote: > @fukino, PTAL. Thanks. > > https://codereview.chromium.org/479503002/diff/20001/ui/file_manager/file_manager/common/js/util.js > File ui/file_manager/file_manager/common/js/util.js ...
6 years, 4 months ago (2014-08-15 06:08:00 UTC) #4
yoshiki
The CQ bit was checked by yoshiki@chromium.org
6 years, 4 months ago (2014-08-15 06:08:12 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/479503002/40001
6 years, 4 months ago (2014-08-15 06:10:36 UTC) #6
commit-bot: I haz the power
6 years, 4 months ago (2014-08-15 16:34:43 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (40001) as 289914

Powered by Google App Engine
This is Rietveld 408576698