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

51 Commits

Author SHA1 Message Date
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
Kris Maglione 27cc988fff [bootstrap] Fix running from an xpi on Gecko 2. 2010-12-29 01:49:03 -05:00
Kris Maglione 0b853aba4e Fix cleanup of styles during :rehash.
--HG--
branch : bootstrapped
2010-12-27 12:39:49 -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 203f8799da [bootstrap] Fix stupid bug.
--HG--
branch : bootstrapped
2010-12-25 13:13:10 -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 84da91587a [bootstrapped] Minor changes.
--HG--
branch : bootstrapped
2010-12-25 05:31:52 -05:00
Kris Maglione adeb5f7dd2 [bootstrap] Fix command line handling.
--HG--
branch : bootstrapped
2010-12-24 19:03:47 -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
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