Files.app: Not use URL in sorting
commit6308bcebc9c12e3c812bfaa612cc46119e83d7ea
authoryoshiki@chromium.org <yoshiki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 15 Aug 2014 16:34:38 +0000 (15 16:34 +0000)
committeryoshiki@chromium.org <yoshiki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 15 Aug 2014 17:16:10 +0000 (15 17:16 +0000)
tree026a6a15dd6f1e08f48cad7ba6c22d764a94c8ae
parent913997ed6bbb2eed369a176828ecd56dbb861948
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

Review URL: https://codereview.chromium.org/479503002

Cr-Commit-Position: refs/heads/master@{#289914}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289914 0039d316-1c4b-4281-b951-d872f2087c98
ui/file_manager/file_manager/common/js/util.js
ui/file_manager/file_manager/foreground/js/directory_contents.js
ui/file_manager/file_manager/foreground/js/directory_tree.js
ui/file_manager/file_manager/foreground/js/folder_shortcuts_data_model.js