Commit Graph

19 Commits

Author SHA1 Message Date
Daniel Brooks
7045cdfce2 bug 441794 — User configurable keyboard shortcuts: address further review comments, and fix a js error and warning 2008-09-27 00:34:27 -05:00
Daniel Brooks
4d5ebe2848 bug 441794 — User configurable keyboard shortcuts: review comments from mfinkle 2008-09-26 15:55:29 -05:00
Daniel Brooks
0ff002971b bug 441794: merge 2008-09-26 05:32:11 -05:00
Daniel Brooks
d875f90cad bug 441794: address review comments 2008-09-26 02:34:54 -05:00
Daniel Brooks
d0bc1c0f76 bug 441794: simplify the testing slightly 2008-07-29 03:30:38 -05:00
Daniel Brooks
0c881eb93a bug 441794: fix a mis-merge, and also make a few tweaks to my code to match the shifting main ui. 2008-07-29 03:10:22 -05:00
Daniel Brooks
55d2f2ae03 bug 441794: add support for clearing a shortcut, which relies on the patch in bug 446550. also fixes a couple of exceptions 2008-07-22 02:38:59 -05:00
Daniel Brooks
10b7f178d6 bug 441794: add a couple more tests for completeness sake 2008-07-20 06:11:28 -05:00
Daniel Brooks
f390a16113 bug 441794: add a bunch of tests, and make a few tweaks so that they all pass. I still need to create the actual chrome mochitest, but all it'll have to do is call the test() function. 2008-07-20 04:42:06 -05:00
Daniel Brooks
674994d190 bug 441794: address some comments by mfinkle, and also switch to using complex pref values so that non-ascii characters in the shortcuts round-trip correctly 2008-07-18 17:20:47 -05:00
Daniel Brooks
329fdf58da move from using the test textbox to using the actual textbox in the editable tree, and properly round-trip the user's selections. 2008-07-17 22:09:32 -05:00
Daniel Brooks
9c36f9d14f bug 441794: fix a mis-merged hunk, and some other miscellaneous tweaks 2008-07-17 17:55:26 -05:00
Daniel Brooks
9714af2c90 bug 441794: merge my other tree into the main line 2008-07-17 17:03:44 -05:00
Daniel Brooks
3d68951fc3 bug 441794: properly convert dom key events into keyspecs and thence to readable strings 2008-07-17 16:45:08 -05:00
Daniel Brooks
949644b135 bug 441794: that's what I get for changing a variable name after testing but before checking in 2008-07-06 06:12:57 -05:00
Daniel Brooks
5737135215 bug 441794: cache the keys to make setting up the UI O(n) rather than O(n^2) 2008-07-06 05:01:33 -05:00
Daniel Brooks
ad95a1d19c bug 441794: make the listbox an editable tree, and write some code for reading and setting prefs 2008-07-05 19:06:24 -05:00
Daniel Brooks
8ec78ba780 add in the correct code for translating a key into the proper string. the code is much the same as what nsMenuFrame does. It reuses the same properties files and so on. 2008-07-04 15:00:02 -05:00
Daniel Brooks
e63c72b5f3 UI for editing keyboard shortcuts. Not yet actually editable, but updated to work with mfinkle's last patch. 2008-07-04 09:29:24 -05:00