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

1195 Commits

Author SHA1 Message Date
Kris Maglione d48dcd8723 Another attempt at revision 8613b76cff40. 2011-02-03 09:48:10 -05:00
Kris Maglione e470de350c Revert last revision. 2011-02-03 09:06:52 -05:00
Kris Maglione 4a09c97eb1 More lazy instantiation. Look out for breakage. 2011-02-03 09:04:23 -05:00
Kris Maglione b10e4e4b3a Minor performance work. 2011-02-03 02:34:40 -05:00
Kris Maglione edecec56f9 Add :map -arg. Document :com -literal. 2011-02-03 02:00:47 -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
Kris Maglione a2ea607fcd Fix unnecessary loading of highlight.jsm whenever a help page is loaded. 2011-02-02 18:11:14 -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 bbe245a7bd Fix some startup issues. 2011-02-02 11:58:03 -05:00
Kris Maglione bc342751da Fix disabling of stylesheets. 2011-02-02 11:39:48 -05:00
Kris Maglione f64acd9e0f Format generated stylesheets a bit more nicely. 2011-02-02 11:20:46 -05:00
Kris Maglione a971e68ba6 Update leading comment in stylesheets. 2011-02-02 11:18:21 -05:00
Kris Maglione c9bdbe3391 Replace horrible chrome-data URLs with somewhat more comprehensible dactyl://style/ URLs. 2011-02-02 11:14:10 -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 e80eb262fb Fix prompt (namely hint mode) completions. 2011-02-01 19:12:26 -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
Doug Kearns e38f408b5d Ignore non-enumerable properties in set.has. 2011-02-01 19:19:29 +11:00
Kris Maglione dab394de78 Bang on tests a bit more. 2011-02-01 00:29:21 -05:00
Kris Maglione cef42479df Show all valid hints on tab. Closes issue #339. 2011-01-31 20:36:36 -05:00
Kris Maglione ee951d130e Remove stupid parseForm eccentricity copied from Firefox. 2011-01-31 17:14:38 -05:00
Kris Maglione d054683459 Closes issue #302.
--HG--
extra : rebase_source : d472dcfa840b7e82e8834aef5f4c3abdfc4132bd
2011-01-31 13:42:42 -05:00
Doug Kearns 37d62cdeba Run stylebot -- semicolons. 2011-02-01 01:06:49 +11:00
Kris Maglione bff31e153d Fix config.addon race and add guards against future breakage. 2011-01-30 14:45:33 -05:00
Kris Maglione 64e9cfc545 Fix executing commandline.input callback. Closes issue #331. 2011-01-30 11:14:50 -05:00
Kris Maglione 1c2546112a Fix assertion in addons.jsm. 2011-01-29 20:43:05 -05:00
Kris Maglione ffba231f56 Make :addons marginally functional on FF36. 2011-01-29 20:36:48 -05:00
Kris Maglione 9408d105ee Closes issue #324. 2011-01-29 16:32:18 -05:00
Kris Maglione c50d515733 Back out changes accidentally merged from default.
--HG--
branch : key-processing
2011-01-28 22:49:47 -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 a0aebadc87 Fix CSS property completion issue.
--HG--
branch : key-processing
2011-01-27 22:53:24 -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 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 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
Štěpán Němec 8db7f4c1e5 Minor documentation fixes. 2011-01-27 01:40:14 +01:00
Kris Maglione c7ba9d6c8d Fix bug in dtd generation. 2011-01-26 18:11:24 -05:00
Kris Maglione 218562e21b Fix tab number updates in FF36. Closes issue 300. 2011-01-26 16:22:29 -05:00
Kris Maglione a6fe97b787 Define Object.defineProperties in FF36. 2011-01-26 13:32:53 -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 67ced64484 Remove stale reference to prefs._load. 2011-01-26 04:14:48 -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 3e446bcaa5 Fix JAR URI completion.
--HG--
branch : key-processing
2011-01-25 20:36:01 -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 05a2859384 Fix Minefield. 2011-01-25 16:03:26 -05:00