1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-27 00:42:38 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Doug Kearns
5ab1befbf7 Add missing semicolons. 2015-05-25 23:54:56 +10:00
Doug Kearns
99bfcbf2fc Replace Array.slice conversions of the arguments object with rest parameters. 2013-09-05 20:46:21 +10:00
Kris Maglione
c89f3e0df5 Hello strange new syntax. Can we be friends? 2013-08-21 22:55:55 -07:00
Doug Kearns
f5d721740a Further mode names normalisation in docs.
--HG--
extra : rebase_source : 6c4be66d8c4ac56d10e7d86fc45da7b80ff484aa
2011-07-29 19:18:42 +10:00
Kris Maglione
234f50bce8 Add tests for dead help links. Fix some minor bugs. Show error when trying to modify a builtin group rather than failing silently. 2011-02-21 16:22:30 -05:00
Kris Maglione
60063a8f91 Experimentally move commands.js and options.js to modules. Fix some bugs.
--HG--
branch : groups
rename : common/content/commands.js => common/modules/commands.jsm
rename : common/content/options.js => common/modules/options.jsm
2011-02-10 15:40:09 -05:00
Kris Maglione
221ddd46b0 Fix some option validators. Add tests. 2011-02-05 18:29:58 -05:00
Kris Maglione
11a6a7a31b More testing stuff. 2011-02-03 05:17:02 -05:00
Kris Maglione
f3e510837d Manually run Ex completers rather than pushing them through the
command line machinery. It's orders of magnitude faster, on the one
hand, but also runs the display machinery for all results, which may
catch more errors. Errors in the command line completion machinery
should be tested elsewhere.

Fix some sidebar test bugs.

Move dactyl.js and utils.js files out of sandboxes and into modules
so we can pass XML objects in and out of them.

--HG--
rename : common/tests/functional/dactyl.js => common/tests/functional/dactyl.jsm
rename : common/tests/functional/utils.js => common/tests/functional/utils.jsm
2011-02-02 22:01:49 -05:00