1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-28 10:54:09 +02:00
Commit Graph

124 Commits

Author SHA1 Message Date
Kris Maglione c284e1ced8 First work towards cleaning up the commandline.js rat's nest. Don't expect any of these new interfaces to stay remotely as they are.
--HG--
branch : key-processing
2011-01-26 01:24:54 -05:00
Kris Maglione 3e446bcaa5 Fix JAR URI completion.
--HG--
branch : key-processing
2011-01-25 20:36:01 -05:00
Doug Kearns a35f064cc8 Fix :run. 2011-01-25 18:16:28 +11:00
Kris Maglione 198879bc04 Fix gathering of config.version from hg. 2011-01-24 06:15:48 -05:00
Kris Maglione fb7d6c9809 Update copyright headers. 2011-01-23 23:34:24 -05:00
Kris Maglione 264eed5b97 Fix bug caused by last commit. 2011-01-21 09:18:51 -05:00
Kris Maglione 6fe80884d8 Fix generation of temp filenames. Closes issue #285. 2011-01-21 09:10:35 -05:00
Kris Maglione d71320aa09 Don't force help initialization until we see something that looks like a help link. Other small interface changes. 2011-01-21 05:27:15 -05:00
Kris Maglione 0ea2633593 Use Files rather than strings in io.js where possible. Add some missing docs. 2011-01-20 02:23:30 -05:00
Kris Maglione 807c7a4aba Update :listkeys for :mapgroups. 2011-01-19 14:40:47 -05:00
Kris Maglione 14ec281811 Allow relative paths for 'shell'. 2011-01-15 12:16:27 -05:00
Kris Maglione 97da21c4aa Fix loading locale files from XPI. 2011-01-13 16:28:02 -05:00
Kris Maglione 6fcd00e8ca Ditch the bloody chrome registry. 2011-01-13 16:04:32 -05:00
Doug Kearns 0f9a558a3c Move common deprecation message content to deprecated(). 2011-01-13 05:21:22 +11:00
Doug Kearns 68620dadc7 Add some missing deprecated buffer features. 2011-01-13 04:29:18 +11:00
Kris Maglione c3a90cf2b3 Add named groups (a la Python) to util.regexp. 2011-01-12 12:25:46 -05:00
Kris Maglione 893ed79637 Fix deleting files after viewing them from source links in :list*. 2011-01-10 16:57:47 -05:00
Kris Maglione f4ce38693f Fix completion.charset issue. 2011-01-09 15:56:28 -05:00
Kris Maglione 1464c6fe37 Fix version comment in :mkp. 2011-01-08 16:28:12 -05:00
Kris Maglione 841459e507 Fix some bugs. 2011-01-05 18:54:17 -05:00
Kris Maglione 78bdfd6d9d Import styles into io.jsm.
--HG--
extra : rebase_source : 223f8ca11ef6d79c9cba2c43d937da646891c9a9
2011-01-04 10:28:40 -05:00
Kris Maglione ee2bba53ca Experimentally move more modules to global modules.
--HG--
rename : common/content/completion.js => common/modules/completion.jsm
rename : common/content/javascript.js => common/modules/javascript.jsm
2011-01-03 23:41:48 -05:00
Kris Maglione ec554ac6c9 Fix oversights in last commit. 2011-01-03 21:29:11 -05:00
Kris Maglione 43458d4432 Automagically generate DTDs. One more step towards dropping the chrome: protocol.
--HG--
rename : common/content/io.js => common/modules/io.jsm
2011-01-03 21:11:28 -05:00