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

63 Commits

Author SHA1 Message Date
Kris Maglione 39e8bf7a06 Add cache module. Cleanup help and DTD generation. Fix :help version generation issues. Fix other assorted issues. 2011-09-30 01:36:45 -04:00
Kris Maglione e1db34990b Use services.dactyl when available. 2011-09-22 21:55:58 -04:00
Kris Maglione e9a0b1eea3 Move stuff from overlay.jsm to main.jsm. 2011-09-08 08:53:09 -04:00
Kris Maglione 0064665749 Dequote preference names in :set! 2011-09-07 07:25:05 -04:00
Kris Maglione 91cbb9dacb Minorish changes. 2011-09-03 09:12:13 -04:00
Kris Maglione fbb6af43ed Add dom.jsm. And stuff. 2011-08-22 01:16:14 -04:00
Kris Maglione 5f42595f65 Fix some cleanup issues. Better error pages for bad dactyl: URLs. Remove some dead code. Other cleanup. 2011-08-21 10:41:46 -04:00
Kris Maglione fd364645db Minor cleanup:
• Add some docs.
 • Don't close over the bootstrap global in the persistent storage singleton.
 • Don't load overlay until we have the addon object for util.addon (experimental).
 • Other minor cleanup.
2011-08-21 03:48:53 -04:00
Kris Maglione 9a378d467c Bump JSMLoader.bump. 2011-08-21 03:08:37 -04:00
Kris Maglione e5e7978cd5 Fix live update issues. 2011-08-04 07:30:01 -04:00
Kris Maglione a0de5d9e24 Save option restore data until add-on is disabled. Cleanup preferences on uninstall. 2011-07-29 05:29:06 -04:00
Kris Maglione 5b01369d62 Use Cu.unload where available.
--HG--
extra : rebase_source : 28ce17c49f2eeb6b330ce47e13e0543569348c59
2011-07-12 19:10:16 -04:00
Doug Kearns 3763e44e3b Add missing semicolons.
--HG--
extra : rebase_source : d0f7ae9f98a691c7a721e8203121964d7976447e
2011-06-16 01:10:06 +10:00
Kris Maglione dbb097ab7d Resume loading modules from a different URI each run, flush cache just to be safe. 2011-04-29 14:51:22 -04:00
Doug Kearns af550c3839 Run style bot.
--HG--
extra : rebase_source : 3661ea16c48258e44239734cdad6bc18abc70b5f
2011-03-19 15:00:46 +11:00
Kris Maglione f002825d10 Fix live update issues. 2011-03-07 17:45:22 -05:00
Kris Maglione b648a061c8 Fix forseeable problem with last commit. 2011-02-19 18:28:27 -05:00
Kris Maglione 0de541726b Rip out FUEL references. Use a persistent component instead. 2011-02-19 18:23:32 -05:00
Kris Maglione e2af5228ad Fix running unpacked on wine. Closes issue #254. 2011-02-11 08:01:31 -05:00
Kris Maglione f904799f9d Fix live update issue. 2011-02-08 22:43:10 -05:00
Kris Maglione 00dccddc87 Fix stupid typo in last commit. :( 2011-02-06 17:33:56 -05:00
Kris Maglione a1f291a9ec Move the ACR disabler to common/, pass it an add-on ID.
--HG--
rename : pentadactyl/content/disable-acr.jsm => common/content/disable-acr.jsm
2011-02-06 17:32:42 -05:00
Kris Maglione 11a6a7a31b More testing stuff. 2011-02-03 05:17:02 -05:00
Kris Maglione b6bdac4b1f Disable sending incompatibility reports via the ACR. 2011-02-01 15:20:55 -05:00
Kris Maglione bff31e153d Fix config.addon race and add guards against future breakage. 2011-01-30 14:45:33 -05:00
Kris Maglione 64e9cfc545 Fix executing commandline.input callback. Closes issue #331. 2011-01-30 11:14:50 -05:00
Kris Maglione fb7d6c9809 Update copyright headers. 2011-01-23 23:34:24 -05:00
Kris Maglione e7af89e2c8 Automagically disable automatic updates for nightlies on FF4. 2011-01-18 22:21:21 -05:00
Kris Maglione 35419ad234 Fix some more bootstrapping update bugs. 2011-01-17 21:40:54 -05:00
Kris Maglione 14ec281811 Allow relative paths for 'shell'. 2011-01-15 12:16:27 -05:00
Kris Maglione c78c7b36cb Fix some bootstrap issues on upgrade. 2011-01-15 12:02:02 -05:00
Kris Maglione 67e2a23c5a Fix zoom level display for fractional percentages. 2011-01-14 23:32:27 -05:00
Kris Maglione 74ae88b10f Cleanup category entries. 2011-01-14 00:29:09 -05:00
Kris Maglione d62371042c Fix about:pentadactyl. 2011-01-13 20:04:14 -05:00
Kris Maglione 967a213019 Fix loading components after XPI update. 2011-01-13 19:59:21 -05:00
Kris Maglione e2b89a6af3 Remove some dead code and fix :rehash. 2011-01-13 19:32:48 -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 3e85415890 Cleanup module globals more eagerly. 2011-01-13 17:10: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
Kris Maglione 96350d49be Tie up some, but not nearly all, of the loose ends that were accidentally committed in revision 185600dddcf7. 2011-01-10 21:04:48 -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 a2e6e655c7 Move things to the buffer instance that have no business being in the buffer class. 2011-01-09 12:48:54 -05:00
Kris Maglione b1e8834f3b Try not to break things on :rehash for users running from the repo. 2011-01-05 19:37:54 -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 47288b3456 Mangle pathnames in the XPI to foil the fastload cache on upgrade and fix the command line option handler in fresh installs. 2010-12-30 21:34:13 -05:00
Kris Maglione 85947d4645 Add some more error handling code during the bootstrapping process. 2010-12-30 20:20:57 -05:00
Doug Kearns 8e785245c1 Miscellaneous semicolon, whitespace, and formatting fixes. 2010-12-30 21:54:28 +11:00
Kris Maglione f9bbe484df Fix <C-[> passing and causing a history back event in command line mode. Fix reinitialization when not purging module globals. 2010-12-29 21:10:25 -05: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