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

2506 Commits

Author SHA1 Message Date
Kris Maglione cef42479df Show all valid hints on tab. Closes issue #339. 2011-01-31 20:36:36 -05:00
Kris Maglione 63fe67258d Fix last commit. 2011-01-31 14:52:29 -05:00
Kris Maglione b6e5eb1e20 Update visible hints when a number is typed. Closes issue #336. 2011-01-31 14:42:54 -05:00
Doug Kearns 243921aec6 Mention the versions.xml help page in the intro page list. 2011-02-01 01:40:31 +11:00
Doug Kearns 37d62cdeba Run stylebot -- semicolons. 2011-02-01 01:06:49 +11:00
Doug Kearns cf79af7148 Minor clarification of events.feedkeys API docs. 2011-01-31 22:56:32 +11:00
Doug Kearns bb4423c14c Fix :map -mode description. 2011-01-31 22:29:26 +11:00
Kris Maglione 71ae0ca0cd Fix history search issue introduced by revision 2da9a800c618. 2011-01-30 11:19:44 -05:00
Kris Maglione 64e9cfc545 Fix executing commandline.input callback. Closes issue #331. 2011-01-30 11:14:50 -05:00
Kris Maglione c50ddf6bb6 Bang on the tests a bit more. 2011-01-29 22:10:51 -05:00
Kris Maglione 9128fcc51a Fix absurd security manager errors. 2011-01-29 21:56:09 -05:00
Kris Maglione ffba231f56 Make :addons marginally functional on FF36. 2011-01-29 20:36:48 -05:00
Kris Maglione 313d2b223c Fix some command-opening key bindings. 2011-01-29 16:57:34 -05:00
Kris Maglione 9408d105ee Closes issue #324. 2011-01-29 16:32:18 -05:00
Kris Maglione a661f5363b Fix issue with empty 'autocomplete'. 2011-01-29 15:50:44 -05:00
Kris Maglione d7d41c0add Remove unused event handler.
--HG--
branch : key-processing
2011-01-29 01:44:45 -05:00
Kris Maglione a3fa68042b Don't close the completion list when leaving command-line mode (e.g., opening the context menu). Fix :pageinfo (which currently lacks a unit test).
--HG--
branch : key-processing
2011-01-29 01:41:24 -05:00
Kris Maglione 09f3541a76 Fix search engine slug issue and remove "Generating Results..." for engines that don't support suggestions.
--HG--
branch : key-processing
extra : rebase_source : 5a8b2e8c4848c4d0670402c9ea6d7760bc2a0fdf
2011-01-28 23:31:40 -05:00
Kris Maglione a3ac0b3de3 Fix search slug generator.
--HG--
branch : key-processing
2011-01-28 23:31:40 -05:00
Kris Maglione 1524c52969 Merge default.
--HG--
branch : key-processing
2011-01-28 22:19:02 -05:00
Kris Maglione 199604041b Add a half slew of generic command execution/completion/code coverage tests. Add unhandled exception checking to tests. Fix some detected merge artifacts. 2011-01-28 21:59:48 -05:00
Kris Maglione 14d40afe65 Merge default.
--HG--
branch : key-processing
2011-01-28 10:11:54 -05:00
Kris Maglione 5cba6cbc77 Fix :dia completion. 2011-01-28 10:10:10 -05:00
Kris Maglione 032ba5fa50 Beep at failed key chains.
--HG--
branch : key-processing
2011-01-28 04:58:56 -05:00
Kris Maglione e20133ae1f Fix fallout from the merge SNAFU. 2011-01-28 01:49:05 -05:00
Kris Maglione d7fbddd945 Fix stupid error thrown on FF36 when trying to delete a nonexistent attribute from a DOM object. 2011-01-27 22:17:34 -05:00
Kris Maglione 11cbc5177c Make waitForPageLoad interruptable.
--HG--
branch : key-processing
2011-01-27 22:15:49 -05:00
Kris Maglione abb434ce7c Add timeout arg to util.waitFor.
--HG--
branch : key-processing
2011-01-27 22:14:03 -05:00
Kris Maglione 7f15781e41 Fix regex filters for site-specific mappings.
--HG--
branch : key-processing
2011-01-27 20:58:13 -05:00
Kris Maglione a8eed85aaf Don't flush the autocomplete timer on first keypress. Causes a greater percieved typing lag as the key doesn't appear until after the completion list is populated.
--HG--
branch : key-processing
2011-01-27 15:42:38 -05:00
Kris Maglione d16c0b0d06 Back out most of the changes accidentally merged from key-processing.
--HG--
extra : rebase_source : a00510584f7e13917f8496e15b7dd36852d98ea7
2011-01-27 15:12:33 -05:00
Kris Maglione 726181b03e Fix 'noim'
--HG--
branch : key-processing
2011-01-27 02:18:55 -05:00
Kris Maglione 9419f83359 Re-enable error reporting during mapping execution.
--HG--
branch : key-processing
2011-01-27 02:12:59 -05:00
Kris Maglione 9403511795 Fix addons.jsm on FF36. 2011-01-27 01:44:18 -05:00
Kris Maglione 197850aeca Fix strictfocus edgecase when the content window is editable.
--HG--
extra : transplant_source : B4%F6%E1a%0A%0Eo8u%DC%A0%E8%27%01%E1%8A%FF3Z
2011-01-26 19:53:46 -05:00
Kris Maglione 7720b17a5a Fix placement of the status command-line. 2011-01-26 16:43:38 -05:00
Kris Maglione 218562e21b Fix tab number updates in FF36. Closes issue 300. 2011-01-26 16:22:29 -05:00
Kris Maglione 77e3ba58c5 Replace the 'Minefield' text in the app menu with a more sensible icon. Implement overlay attribute rewind on cleanup. 2011-01-26 08:18:33 -05:00
Kris Maglione 0a7f399bf7 Use table tags in :addons and :downloads to better support :yank. 2011-01-26 03:36:34 -05:00
Kris Maglione a66864d077 Merge default.
--HG--
branch : key-processing
2011-01-25 21:05:37 -05:00
Kris Maglione d9300049b0 Fix Commands.quote. 2011-01-25 21:05:01 -05:00
Kris Maglione b81f4be8fd Fix buffer.URL on FF4. 2011-01-25 21:02:41 -05:00
Kris Maglione 44bdb6e666 Add missing em:type flags to install.rdf files. 2011-01-25 19:03:35 -05:00
Kris Maglione 9ad1cbef58 Merge default.
--HG--
branch : key-processing
2011-01-25 16:20:22 -05:00
Kris Maglione ec42ad5a5a Fix bug in parseForm. 2011-01-25 16:17:25 -05:00
Štěpán Němec 685a0f5d30 Remove stray reference to 'laststatus'. Closes issue #305. 2011-01-25 11:34:44 +01:00
Štěpán Němec f06d5653c7 Typos, corrections and consistency fixes.
--HG--
branch : key-processing
2011-01-25 00:27:24 +01:00
Kris Maglione dbfd64729e Fix the MIW.
--HG--
branch : key-processing
2011-01-24 16:55:43 -05:00
Štěpán Němec acf73951d4 Add tags et al. for the versions help page.
--HG--
extra : transplant_source : qA%92iB%F2%DFC%AC%1D%D5%02%F2w%98%1B%0A2%FF%FD
2011-01-24 21:58:33 +01:00
Štěpán Němec 5e8a11fe69 Add tags et al. for the versions help page.
--HG--
branch : key-processing
2011-01-24 21:58:33 +01:00