1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-24 11:01:25 +02:00
Commit Graph

27 Commits

Author SHA1 Message Date
Kris Maglione e77c97b6cb Speed up hint generation for large numbers of hints. 2011-03-10 17:47:44 -05:00
Kris Maglione cc73345c71 Fix some initialization order issues. 2011-03-09 03:49:38 -05:00
Doug Kearns 1c4c5e5ad3 Normalise use of "res" vs "ret" for return variables. 2011-03-07 21:41:07 +11:00
Kris Maglione c82138567e Allow fallback to en-US for missing files in the selected locale. 2011-03-04 18:34:35 -05:00
Kris Maglione e2f498a976 Fix echo bugs. Closes issue #414. 2011-03-04 17:39:51 -05: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 9a761f3634 Fix running the REPL with certain arbitrary contexts, e.g., 'commands'. 2011-02-17 16:32:08 -05:00
Kris Maglione c8cc18b440 Fix REPL scroll offset calculation. 2011-02-17 07:27:21 -05:00
Kris Maglione e17b99c9c6 Actually fix history bug. 2011-02-17 07:18:25 -05:00
Kris Maglione 380922ebcc Co-opt :js! for REPL. Add optional context argument. Add docs. Fix history bug. 2011-02-17 07:17:19 -05:00
Kris Maglione 125739c29c Fix REPL bug. 2011-02-17 06:32:10 -05:00
Kris Maglione 5bfbc6418b Add some MOW bindings to REPL mode. Add counts to MOW bindings. 2011-02-17 05:50:24 -05:00
Kris Maglione cdd8c918ed Finish forgotten modification for last commit. 2011-02-17 05:07:27 -05:00
Kris Maglione bd71135b08 Preliminary REPL mode. 2011-02-17 03:59:28 -05:00
Kris Maglione e97cb27f4c Use context.split for JavaScript completions for better performance and less hair raising, gut wrenching horror. 2011-02-11 10:22:45 -05:00
Kris Maglione c8d54fa5d2 Fix Minefield a-fucking-gain. 2011-02-07 15:50:08 -05:00
Kris Maglione 707af9e1fa Fix sanitizer initialization. Add tests. 2011-02-06 20:00:57 -05:00
Kris Maglione d48dcd8723 Another attempt at revision 8613b76cff40. 2011-02-03 09:48:10 -05:00
Doug Kearns 37d62cdeba Run stylebot -- semicolons. 2011-02-01 01:06:49 +11:00
Kris Maglione 218562e21b Fix tab number updates in FF36. Closes issue 300. 2011-01-26 16:22:29 -05:00
Kris Maglione fb7d6c9809 Update copyright headers. 2011-01-23 23:34:24 -05:00
Kris Maglione 45636c6f2e Fix reversed clipboard roles in dactyl.clipboardRead. 2011-01-15 17:46:59 -05:00
Kris Maglione 893ed79637 Fix deleting files after viewing them from source links in :list*. 2011-01-10 16:57:47 -05:00
Kris Maglione 3485424f6e Automagically grab form charset in ;S. 2011-01-09 15:36:10 -05:00
Kris Maglione 26b4933b75 Fix ruddy unnecessarilly padded, oversized Add-on Bar buttons. 2011-01-04 12:53:40 -05:00
Doug Kearns 80def7bfe9 Set the Vim ft in the modeline of the new modules.
--HG--
extra : rebase_source : 931647ac0dc0fb21d33d5f03b2d7267a73c0bb45
2011-01-05 02:41:06 +11:00
Kris Maglione ee2bba53ca Experimentally move more modules to global modules.
--HG--
rename : common/content/completion.js => common/modules/completion.jsm
rename : common/content/javascript.js => common/modules/javascript.jsm
2011-01-03 23:41:48 -05:00