1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-27 10:33:31 +01:00
Commit Graph

74 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
9786171520 Get rid of horrible coalesced event handlers in commandline.js.
--HG--
branch : key-processing
2011-01-24 12:50:08 -05:00
Kris Maglione
93b9aade1d Update :extensions with live update and buttons like :downloads. Rename to :addons.
--HG--
branch : key-processing
2011-01-24 03:56:27 -05:00
Kris Maglione
fb7d6c9809 Update copyright headers. 2011-01-23 23:34:24 -05:00
Kris Maglione
35419ad234 Fix some more bootstrapping update bugs. 2011-01-17 21:40:54 -05:00
Kris Maglione
ed696fe5c4 Add an experimental prototype download manager replacement. Fix some bugs.
--HG--
extra : rebase_source : aea703414d4bd601bfdea779c5878a30d5b3d782
2011-01-16 22:38:44 -05:00
Kris Maglione
f0dbc8f2f0 Fix help on FF3, overly long URL chains in context filenames, etc. 2011-01-13 18:26:27 -05:00
Kris Maglione
6fcd00e8ca Ditch the bloody chrome registry. 2011-01-13 16:04:32 -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
7ba2f1657b Fix error reported at startup. 2011-01-07 13:13:56 -05:00
Kris Maglione
361fa347b9 Fix :colo. 2011-01-04 00:04:21 -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
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
Kris Maglione
30ec5fc393 Fix about:pentadactyl by registering the component manually. Et cetera. 2011-01-03 17:06:28 -05:00
Kris Maglione
3c80d33c67 Fix <C-v> in PASS THROUGH mode. Closes issue #223. 2010-12-31 17:19:40 -05:00
Kris Maglione
2a218c2785 Release 1.0 βeta 4. 2010-12-30 22:59:12 -05:00
Doug Kearns
8e785245c1 Miscellaneous semicolon, whitespace, and formatting fixes. 2010-12-30 21:54:28 +11:00
Kris Maglione
7a0c7dacbe Move config module to config.jsm.
--HG--
rename : common/content/configbase.js => common/modules/config.jsm
2010-12-29 14:49:20 -05:00
Kris Maglione
0bd5210910 [bootstrap] Fix for Gecko<2.
--HG--
branch : bootstrapped
2010-12-27 00:20:39 -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
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
d0b5a5b209 [bootstrap] Minor fixes.
--HG--
branch : bootstrapped
2010-12-24 20:37:39 -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
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