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

203 Commits

Author SHA1 Message Date
Kris Maglione f8bd1fd4fb Allow <*-Globbed> modifier keys. 2011-03-14 15:19:54 -04:00
Kris Maglione b7822c5cb2 Make 'strictfocus' a currently undocumented sitemap option. 2011-03-12 14:36:07 -05:00
Doug Kearns 27de24f852 Move some more message strings to the properties file. 2011-03-13 03:10:59 +11:00
Kris Maglione abe1bf9a27 Add :pin and :unpin. Closes issue #344. 2011-03-11 13:55:08 -05:00
Kris Maglione b7a3f8d2fb Fix some unnecessary error reports for invalid jar: URLs. Also complete the JAR file portion of the URL. 2011-03-10 10:58:02 -05:00
Kris Maglione d7b68c66af Fix error dispatching fullscreen autocmd again. 2011-03-10 09:53:57 -05:00
Kris Maglione 3eb93fe721 Fix 'eht' validator.
--HG--
extra : rebase_source : 38690a1eb26e4dc6a0c6181dcb34b4c20c440065
2011-03-10 07:52:12 -05:00
Doug Kearns 11623d4f8b Move some more message strings to the properties file. 2011-03-10 22:06:29 +11:00
Kris Maglione cc73345c71 Fix some initialization order issues. 2011-03-09 03:49:38 -05:00
Doug Kearns a81de326ec Move some more message strings to the properties file.
--HG--
extra : rebase_source : a889c395e2c67d6352d51ee04a77ac870f4da972
2011-03-08 03:41:37 +11:00
Kris Maglione f002825d10 Fix live update issues. 2011-03-07 17:45:22 -05:00
Doug Kearns c08c0dc19f Move some more message strings to the properties file. 2011-03-08 03:09:37 +11:00
Kris Maglione 7bf3f40ab0 Fix hint generation after closing a window. 2011-03-06 19:04:25 -05:00
Kris Maglione 66785a8b5f Allow \c/\C in regexp options and so forth. 2011-03-02 14:43:57 -05:00
Kris Maglione 74fbc5833f Move some event-based code into observers in the modules it affects. 2011-02-27 16:58:21 -05:00
Kris Maglione d37e8159ed Make Teledactyl minimally functional, albeit with quite a lot of errors on the console. 2011-02-19 22:02:01 -05:00
Kris Maglione 0de541726b Rip out FUEL references. Use a persistent component instead. 2011-02-19 18:23:32 -05:00
Kris Maglione a54573522a Replace XPath-based hint paths with CSS selectors. Needs cleanup and validation.
--HG--
extra : rebase_source : 83035481bf697b7b57e17e516b0dfc61329164c6
2011-02-17 15:23:17 -05:00
Kris Maglione bd71135b08 Preliminary REPL mode. 2011-02-17 03:59:28 -05:00
Kris Maglione 5606b96957 Require "x" flag in util.regexp for "extended" regex processing. 2011-02-15 13:06:40 -05:00
Kris Maglione 689c5b9075 Try to be a bit more explicit, regarding revision ee240481ce6b. 2011-02-12 21:30:24 -05:00
Kris Maglione 345752354f Guard against horrible eval-based monkey patching of our overlay functions. 2011-02-12 21:22:50 -05:00
Kris Maglione caedeceadd Add NEWS entry about :groups.
--HG--
branch : groups
2011-02-11 04:15:23 -05:00
Kris Maglione 30e2971424 Experimentally move contexts.js to contexts.jsm.
--HG--
branch : groups
rename : common/content/contexts.js => common/modules/contexts.jsm
2011-02-10 21:36:03 -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 1299fddfd3 Fix some minor bugs.
--HG--
branch : groups
2011-02-09 14:58:35 -05:00
Kris Maglione 7aed800d29 Fixes, mostly, most of which should really be in the default branch.
--HG--
branch : groups
2011-02-09 07:21:10 -05:00
Kris Maglione 4a43477980 More group tweaks: colors- prefix for color scheme groups. :group default to return to the default group for your script.
--HG--
branch : groups
2011-02-06 11:21:58 -05:00
Kris Maglione 9b3ad1c7c6 imported patch groups
--HG--
branch : groups
2011-02-05 03:02:36 -05:00
Kris Maglione 6a3d5dcfce Clone arrays assigned to "live" properties, partially to deal with issues with horrid Sandbox proxies and partly for other somewhat obvious reasons. 2011-02-04 15:56:23 -05:00
Kris Maglione 475da7edd9 Use a better document iterator for applying overlays so that we can overlay documents in tabs as well. 2011-02-02 16:21:57 -05:00
Kris Maglione 5576a5f5e6 Only explicitly demangle subscript URIs rather than doing it automatically in newURI. Closes issue #185. 2011-02-02 09:26:56 -05:00
Kris Maglione a21db1858a Bang on tests some more. Ameliorate some async completion issues.
--HG--
extra : rebase_source : 0f550b1650963e4010e447db2df7d6815627bae2
2011-02-01 04:02:29 -05:00
Kris Maglione ee951d130e Remove stupid parseForm eccentricity copied from Firefox. 2011-01-31 17:14:38 -05:00
Kris Maglione 64e9cfc545 Fix executing commandline.input callback. Closes issue #331. 2011-01-30 11:14:50 -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 abb434ce7c Add timeout arg to util.waitFor.
--HG--
branch : key-processing
2011-01-27 22:14:03 -05:00
Kris Maglione 218562e21b Fix tab number updates in FF36. Closes issue 300. 2011-01-26 16:22:29 -05:00
Kris Maglione faa194c0b3 Move option value quoting blurb with the IMPORTANT option changes. Add missing version annotations.
--HG--
branch : key-processing
2011-01-26 12:38:16 -05:00
Kris Maglione 140a4822fa Messily tag NEWS page with more explicit version info.
--HG--
branch : key-processing
2011-01-26 12:15:54 -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 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
Kris Maglione aee85a7396 Fix stray onEvent in commandline.js.
--HG--
branch : key-processing
2011-01-24 13:55:00 -05:00
Kris Maglione 9786171520 Get rid of horrible coalesced event handlers in commandline.js.
--HG--
branch : key-processing
2011-01-24 12:50:08 -05:00
Kris Maglione ef75a4c414 Add totals columns to the download manager.
--HG--
extra : transplant_source : %A4%9E%BE%15.%EC%EFk%E1F%9D%A8%3A%D1E%06%5B%A9%60%1D
2011-01-24 10:14:01 -05:00
Kris Maglione 56777f59c3 Add totals columns to the download manager.
--HG--
branch : key-processing
2011-01-24 10:14:01 -05:00
Kris Maglione beb9d69eaa Merge default.
--HG--
branch : key-processing
2011-01-23 23:36:25 -05:00
Kris Maglione fb7d6c9809 Update copyright headers. 2011-01-23 23:34:24 -05:00