gecko-dev/devtools
Michael Ratcliffe 0a6c15a02a Bug 1073967 - Storage Inspector columns should use natural sort r=nchevobbe
Changlist:
  - Added Jim Palmer's well proven natural sort algorithm.
  - Added natural sort license (MIT).
  - Use natural sort everywhere inside TableWidget.js wherever we use .sort()
  - Changed browser_storage_overflow.js so that the test is faster and more maintainable. The test now also tests column sorting (ascending and descending).
  - Use natural sort everywhere inside storage.js wherever we need to slice the array. Without natural sort here we get e.g. row-1, row-10, row-100, row-2 etc.

MozReview-Commit-ID: FUY7pcLIYml

--HG--
extra : rebase_source : 6e25cc962a7ab89aeb361e4036af90dcecd24b02
2017-04-10 18:04:25 +01:00
..
client Bug 1073967 - Storage Inspector columns should use natural sort r=nchevobbe 2017-04-10 18:04:25 +01:00
docs Bug 1357704 - Create documentation for scalars in Telemetry.js r=sole 2017-04-19 12:48:24 +01:00
server Bug 1073967 - Storage Inspector columns should use natural sort r=nchevobbe 2017-04-10 18:04:25 +01:00
shared Bug 1210796 - Part 2: Visualize each properties. r=pbro 2017-04-18 12:15:54 +09:00
.eslintrc.js Bug 1358050: Add no-implied-eval rule to eslint config r=standard8 2017-04-20 10:33:22 +02:00
.eslintrc.mochitests.js Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - automatically update .eslintrc.js test config files for new config locations. r=jaws 2017-03-20 12:36:37 +01:00
.eslintrc.xpcshell.js Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - automatically update .eslintrc.js test config files for new config locations. r=jaws 2017-03-20 12:36:37 +01:00
bootstrap.js Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
chrome.manifest Bug 1314609 - Fix support of shared devtools locale for the addon workflow. r=jryans 2016-10-27 13:28:31 -07:00
CODE_OF_CONDUCT.md Bug 1315344 - add devtools/CODE_OF_CONDUCT.md; r=jryans,pbro,sole 2016-11-07 14:26:29 -07:00
install.rdf
moz.build Bug 1357326 - Remove things relying on the b2g* MOZ_BUILD_APP in the build system. r=gps 2017-04-18 18:39:53 +09:00
templates.mozbuild