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

1408 Commits

Author SHA1 Message Date
Kris Maglione 01935dbb64 Fix failing tests.
--HG--
branch : groups
2011-02-05 03:37:20 -05:00
Kris Maglione 1af39e6424 Import minor changes from groups branch. 2011-02-05 03:11:21 -05:00
Kris Maglione 9b3ad1c7c6 imported patch groups
--HG--
branch : groups
2011-02-05 03:02:36 -05:00
Kris Maglione e9fd99dafa Reset progress indicator on location change. 2011-02-04 20:24:50 -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 e514899d23 Fix startup on FF36. 2011-02-04 12:27:24 -05:00
Kris Maglione 145fedce44 Closes issue #309. 2011-02-03 13:25:52 -05:00
Kris Maglione e769c21566 Fix lost key presses when starting find mode during page load. 2011-02-03 12:35:37 -05:00
Kris Maglione b89ef65a59 Ditch some dump()s. 2011-02-03 10:34:40 -05:00
Kris Maglione e92252a4ab Fix cleanup issue. 2011-02-03 10:33:16 -05:00
Kris Maglione 8ac70cbaed Fix unduly early loading of the commandline module. 2011-02-03 10:30:35 -05:00
Kris Maglione b2358eb152 Fix some more unfortunate bugs. Yay tests. 2011-02-03 10:20:17 -05:00
Kris Maglione 440f4872b1 Fix unfortunate bug. 2011-02-03 09:56:13 -05:00
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