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

341 Commits

Author SHA1 Message Date
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
Kris Maglione e339032fd2 Some minor cleanup and fixes. 2010-12-09 20:46:35 -05:00
Kris Maglione a0335cb437 Fix :noremap. (Probably) Fixes issue #168. 2010-12-08 14:56:11 -05:00
Štěpán Němec a219601931 Provide util.regexpSource to avoid escaping slash when not necessary. 2010-12-06 03:54:22 +01:00
Kris Maglione f63b13d431 Profide default leaf names in :write for people who can't be bothered to think up their own.
--HG--
extra : rebase_source : 6bfef2eff2a7319af53fa9610fd8f16d5513e221
2010-12-03 16:55:00 -05:00
Kris Maglione 5d51fd491a Do away with services.(get|create), and move the prefs module to its own file. 2010-12-01 21:57:51 -05:00
Kris Maglione af3d7bce0e Don't muck with prefs any more than necessary on quit. Closes issue #162. 2010-12-01 19:35:24 -05:00
Doug Kearns 76e14b78d4 Whitespace fix.
--HG--
extra : rebase_source : 551b016d9c5776f49385f4e7cb2cecd34e5f15ad
2010-11-15 12:13:29 +11:00
Kris Maglione 8ac3b09255 Add some docs to the bookmarks module. 2010-11-13 16:05:00 -05:00
Kris Maglione 1f8bd6ee81 Rip out threading code. Fixes issue #119. Fixes issue #128. 2010-11-12 00:00:16 -05:00
Kris Maglione f004a80d55 Work around stupid fucking crash on FF3.6. Closes issue \#127.
Update issue \#124
This is not fixed on Firefox <4.0, given that the correct fix causes
crashes.

--HG--
extra : rebase_source : 1cade319b1260cb1dc20330a338ce34104ffddff
2010-11-08 07:18:11 -05:00
Doug Kearns a8b16ec635 Replace util.isOS with a platform queryable util.OS object.
--HG--
extra : rebase_source : 2a00dd4e3a023c9de11818bb95d86d9901341c6a
2010-11-08 05:34:57 +11:00