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

5665 Commits

Author SHA1 Message Date
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 0f796e823b Fix some command line focus issues. 2011-02-03 22:01:05 -05:00
Kris Maglione 6d5a7b0849 Closes issue 349. 2011-02-03 19:34:57 -05:00
Kris Maglione e3e7586aac Remove debugging statements. 2011-02-03 16:08:35 -05:00
Kris Maglione a830bdd60d Skip setting elem.dactylKeyPress in passthrough-type modes. Closes issue #341. 2011-02-03 14:17:21 -05:00
Kris Maglione 145fedce44 Closes issue #309. 2011-02-03 13:25:52 -05:00
Kris Maglione 0735b2d81c Fix :yank bug. Closes issue #330. 2011-02-03 13:17:51 -05:00
Kris Maglione 4116196a69 Hopefully fix load order bug. 2011-02-03 12:44:45 -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 d9ad94fb1e Auto-flush the autocomplete timer after feeding keys. 2011-02-03 11:42:04 -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 346cf2531a Add :completions command. 2011-02-03 05:34:50 -05:00
Kris Maglione f84396f5e6 Fix multi-value :set charlist completion. Closes issue #347. 2011-02-03 05:25:17 -05:00
Kris Maglione 11a6a7a31b More testing stuff. 2011-02-03 05:17:02 -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 8b6086fb7f Fix typo noted by stepnem. 2011-02-02 22:02:44 -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 2e91c2a3cb Bang on tests some more. 2011-02-02 19:02:04 -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 311a07fbd0 Get rid of silly stack dumps. 2011-02-02 18:07:33 -05:00
Kris Maglione 6de8120d57 Fix "match n of m" getting stuck in the progress area. 2011-02-02 16:59:37 -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 475a3244c5 Fix some key feeding issues. 2011-02-02 13:01:52 -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
Doug Kearns 8507b4f232 Fix failing qmark completion tests. 2011-02-02 17:59:57 +11:00
Doug Kearns 1ad028860a Partially fix some lying :bmark output tests. 2011-02-02 15:19:36 +11:00
Doug Kearns c12dc0ec43 Document events.finishRecording. 2011-02-02 14:09:45 +11:00
Kris Maglione e80eb262fb Fix prompt (namely hint mode) completions. 2011-02-01 19:12:26 -05:00
Kris Maglione cf9be47589 Use a sensible extension for :saving text/plain documents. 2011-02-01 19:06:32 -05:00
Kris Maglione 009772c8ec Fix the completion list opening when it shouldn't. 2011-02-01 19:03:50 -05:00
Kris Maglione 4d26e38a94 Fix :saveas naming bug.
--HG--
extra : rebase_source : 5f85f68a25499827943f07a182de6af70eee4461
2011-02-01 18:07:40 -05:00
Štěpán Němec 386749a0a9 Fix :ia and :ca broken by revision 241221d6e231. 2011-02-01 23:30:43 +01:00
Kris Maglione 7a6f236e2d Simplify last commit. 2011-02-01 15:26:56 -05:00
Kris Maglione b6bdac4b1f Disable sending incompatibility reports via the ACR. 2011-02-01 15:20:55 -05:00
Kris Maglione a31f3beaa9 Make t_^ do something sensible. 2011-02-01 13:14:08 -05:00