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

202 Commits

Author SHA1 Message Date
Kris Maglione 0b853aba4e Fix cleanup of styles during :rehash.
--HG--
branch : bootstrapped
2010-12-27 12:39:49 -05:00
Kris Maglione ff52485ca5 Possibly stem aforementioned focus bug.
--HG--
branch : bootstrapped
2010-12-27 12:04:03 -05:00
Kris Maglione e93f7455f2 Fix focus bug. Closes issue #212.
--HG--
branch : bootstrapped
2010-12-27 11:10:50 -05:00
Kris Maglione 163539ab29 Fix error trapping in events.feedkeys.
--HG--
branch : bootstrapped
2010-12-27 01:49:10 -05:00
Kris Maglione 15b2909bc1 [bootstrap] Merge default.
--HG--
branch : bootstrapped
2010-12-27 00:34:19 -05:00
Kris Maglione 8a5eb69492 Some small changes for the sake of plugins. 2010-12-26 21:54:17 -05:00
Kris Maglione f75d81c57f [bootstrap] Merge default.
--HG--
branch : bootstrapped
2010-12-26 17:48:20 -05:00
Kris Maglione cd55bfbcb1 Fix macro interpolation of null counts in key bindings. 2010-12-26 14:41:10 -05:00
Kris Maglione 1c9d1b2548 Allow binding keys in "menu" modes. 2010-12-25 19:45:05 -05:00
Kris Maglione 26bd1c1075 [bootstrap] Purge stale modules on upgrade as well as explicit rehash.
--HG--
branch : bootstrapped
2010-12-25 18:41:32 -05:00
Kris Maglione dca9f2df86 Merge changes from bootstrapped. 2010-12-25 16:00:56 -05:00
Kris Maglione 1653ff509d Fix some subtle rehashing bugs.
--HG--
branch : bootstrapped
2010-12-25 15:54:37 -05:00
Kris Maglione 617a37db1e Merge changes from bootstrapped. 2010-12-25 13:45:05 -05:00
Kris Maglione 8da718d47b [bootstrap] Add a :rehash (temporarily undocumented) command.
--HG--
branch : bootstrapped
2010-12-25 09:46:07 -05:00
Kris Maglione a759ab3606 [bootstrap] Add code to manually reload stale cached modules on rehash.
--HG--
branch : bootstrapped
2010-12-25 08:54:33 -05:00
Kris Maglione 53786141e1 [bootstrap] Merge default.
--HG--
branch : bootstrapped
2010-12-25 06:58:27 -05:00
Kris Maglione 273796d321 Fix reported file/line in failed assertions. 2010-12-25 06:53:51 -05:00
Kris Maglione 89ec0f4d4f [bootstrap] Fix more reinitialization issues.
--HG--
branch : bootstrapped
2010-12-25 06:33:58 -05:00
Kris Maglione b24781c685 Stagger loading of :style sheets to improve perceived startup time. Fix :mksyn bug. 2010-12-25 05:46:11 -05:00
Kris Maglione 84da91587a [bootstrapped] Minor changes.
--HG--
branch : bootstrapped
2010-12-25 05:31:52 -05:00
Kris Maglione 5591ed6797 Merge changes from bootstrapped. 2010-12-24 20:59:29 -05:00
Kris Maglione 73477dcdac Merge default.
--HG--
branch : bootstrapped
2010-12-24 20:45:19 -05:00
Kris Maglione d0b5a5b209 [bootstrap] Minor fixes.
--HG--
branch : bootstrapped
2010-12-24 20:37:39 -05:00
Kris Maglione d3d60548f1 Fix some cleanup issues.
--HG--
branch : bootstrapped
2010-12-24 18:32:22 -05:00
Kris Maglione 2f081bd805 [bootstrap] Changes toward proper reinitialization after disabling.
--HG--
branch : bootstrapped
2010-12-24 15:51:02 -05:00
Kris Maglione 0d8f23fea5 Fix MOW styling. Enable running cleanup code on bootstrapped disable. Re-enabling still does not work.
--HG--
branch : bootstrapped
2010-12-24 12:39:04 -05:00
Štěpán Němec 879cb52279 Fix some typos. 2010-12-24 17:43:31 +01:00
Kris Maglione 794d711802 More bootstrap work. Now loadable without restart.
--HG--
branch : bootstrapped
rename : common/content/modules.js => common/modules/overlay.jsm
2010-12-24 11:39:03 -05:00
Kris Maglione 33e16f3183 Bootstrap cleanup work.
--HG--
branch : bootstrapped
2010-12-23 23:27:33 -05:00
Kris Maglione c396c279c4 More bootstrap work.
--HG--
branch : bootstrapped
2010-12-23 22:35:49 -05:00
Kris Maglione 909a658338 Some minor improvements to the previous changeset.
--HG--
branch : bootstrapped
2010-12-23 20:25:09 -05:00
Kris Maglione c66701339f Steps towards bootstrapped addon.
--HG--
branch : bootstrapped
2010-12-23 19:52:32 -05:00
Kris Maglione 732919f2cd Replace uses of commands.replaceTokens with util.compileMacro. 2010-12-23 03:22:29 -05:00
Kris Maglione 8d9c2cddc0 Fix some bugs. 2010-12-22 22:54:57 -05:00
Kris Maglione 9a1d78ee56 Factor out unnecessary and potentially problematic use of threadYield in editFieldExternally. 2010-12-22 04:33:32 -05:00
Kris Maglione 9b8ea86c09 Refactor the Styles API and implimentation slightly. Move deprecated() to base.jsm. 2010-12-22 03:22:23 -05:00
Kris Maglione 9511624649 Deal with some Buffer.findScrollable corner cases.
--HG--
extra : rebase_source : 6acbaac21f3098ab357ceddcd796e6566a61a6d9
2010-12-21 14:03:09 -05:00
Kris Maglione f290f022dd Allow most characters in command names. 2010-12-20 13:59:38 -05:00
Kris Maglione d735d48d77 Deal with util.getFile breakage with Windows paths. closes issue #193. 2010-12-20 01:33:24 -05:00
Kris Maglione f1e4ef93df Add :list* commands, linkify help tags in certain output, and augment :yank to accept JavaScript directly. 2010-12-18 11:54:31 -05:00
Kris Maglione 3f343d0d98 Replace %format strings with our standard <macro> format strings in 'editor' and the like.
--HG--
extra : rebase_source : b5a658dd9f07e30f7e9cb589bb6efca8fd260a66
2010-12-18 09:32:09 -05:00
Kris Maglione a632172c0f Make :sty* commands more site-aware, more sensibly sorted. 2010-12-17 07:46:46 -05:00
Kris Maglione a73ee765d8 Kill tab bindings. 2010-12-17 00:46:26 -05:00
Kris Maglione 69b87a6edd Fix completion issue in mozilla-central trunk. Closes issue #172. 2010-12-15 21:34:33 -05:00
Kris Maglione f07f067309 Rename util.(escapeRegexp|regexpSource) to util.regexp.(escape|getSource). 2010-12-15 06:06:42 -05:00
Kris Maglione 512a82023f Better chrome:/resource: URL completion. 2010-12-15 04:12:22 -05:00
Kris Maglione 0dcf1d8ffd Completion of certain chrome:, resource:, and about: URLs. 2010-12-14 23:05:41 -05:00
Kris Maglione 561b6e8e3b Fix :tabdo. 2010-12-12 20:18:14 -05:00
Kris Maglione 4c9e73949c Make more effort to get at the actual filename behind a URL in view-source and :*usage!. 2010-12-09 22:09:05 -05:00
Kris Maglione c5a1291eac Allow specifying line numbers in 'editor'. Take advantage in <C-i> and view-source links. 2010-12-09 21:37:21 -05:00