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

4210 Commits

Author SHA1 Message Date
Kris Maglione 7c7710b23d Cleanup default 'hinttags' definition a bit 2009-06-28 14:46:23 -04:00
Kris Maglione 55164325df Don't save storage objects while in private mode, restore them on exit. 2009-06-28 14:37:23 -04:00
Doug Kearns 3f5dd13453 Fix typo in finder.openPrompt refactoring. 2009-06-28 17:22:16 +10:00
Doug Kearns 63925afb03 Add 'private' for entering private browsing mode. (Gary Katsevman) 2009-06-28 16:44:40 +10:00
Doug Kearns d81ea622e8 Fix 'archivefolder' completion to match that of :goto et al. 2009-06-28 16:03:24 +10:00
Doug Kearns f3fd72b776 Refactor finder.openPrompt. 2009-06-28 16:03:24 +10:00
Doug Kearns 776f9bb425 Cleanup some references to "Firefox" in common/*. 2009-06-28 16:03:23 +10:00
Doug Kearns a6fde383c0 Fix the :set! completer's title to refer to the host application.
Also fixes a 'pps' value description that refers to Firefox as well.
2009-06-28 16:03:22 +10:00
Doug Kearns 6f2eb2d1ef Split Map.flags into individual properties of Map. 2009-06-28 16:03:21 +10:00
Doug Kearns 4afccff5e9 Always try and return a nsIFile from io.createTempFile. 2009-06-28 16:03:20 +10:00
Doug Kearns a64565e1b6 Remove invalid FIXME regarding "Invalid Date" Date value.
This value is not locale dependant.
2009-06-28 16:03:19 +10:00
Doug Kearns f798b979ef Move 'fullscreen' definition to the liberator module. 2009-06-28 16:03:18 +10:00
Doug Kearns f4b94374ae Support 'titlestring' in private browsing mode. 2009-06-28 16:03:17 +10:00
Doug Kearns ddfa294e1b Remove config.mainWindowID tests from common/*. 2009-06-28 16:03:16 +10:00
Doug Kearns 90e3dd345f Open the options help page with the addons "Options" button.
This only works for Vimperator and Xulmus as Muttator has no options
help page yet.
2009-06-28 16:03:15 +10:00
Doug Kearns f2975a51f5 Remove a no longer valid FIXME comment. 2009-06-28 16:03:14 +10:00
Doug Kearns f66c0e0eb3 Fix show image extended hint commands on XHTML pages. 2009-06-28 16:03:12 +10:00
Doug Kearns 56dcc7fc94 Whitespace fix. 2009-06-28 16:03:11 +10:00
Doug Kearns af23cedd7d Test title attributes when searching for a relationship link. 2009-06-28 16:03:09 +10:00
Kris Maglione c2e18373ab Don't use Cc in common/content/help.js; it's not defined there. 2009-06-21 12:07:03 -04:00
Kris Maglione 8a34f5f60d Revert "Remove unneeded sleep const in Cache."
The bookmark cache is not window specific, and when the first window
disappears, so too does its liberator object.

This reverts commit 4f0154de457464ac7ffa64a6e9a7076e8af8964d.
2009-06-21 11:55:34 -04:00
Doug Kearns 837b17d6c1 Add function completers for services.{get,create}. 2009-06-18 22:08:59 +10:00
Doug Kearns ec8d7686fc Move the standard type completers to appropriate modules. 2009-06-18 22:02:21 +10:00
Doug Kearns 561ed5fc3e Trivial refactoring of buffer.shiftFrameFocus.
It's a bit nicer to test against types rather than attribute strings.
2009-06-17 20:47:10 +10:00
Doug Kearns 64d41b09a4 Remove unneeded sleep const in Cache. 2009-06-17 20:45:42 +10:00
Doug Kearns 5d58a5a501 Refactor getInputHint. 2009-06-17 20:41:13 +10:00
Doug Kearns 8a834b3386 Refactor isFormElemFocused and rename isInputElemFocused. 2009-06-17 18:52:55 +10:00
Doug Kearns ebe4c574c0 Remove unused elemToString from ItemList. 2009-06-17 17:29:21 +10:00
Doug Kearns e5c6d58a88 Fix some "for each" iteration of arrays. 2009-06-17 16:22:53 +10:00
Doug Kearns baf423de14 Camel-case fix to addressbook.add parameter names. 2009-06-17 15:44:55 +10:00
Doug Kearns 2725aa2ee0 Don't reference modes.MESSAGE in events.onFocusChange. 2009-06-17 15:20:58 +10:00
Doug Kearns 5e8de51bcb Don't add :*map commands multiple times.
Multiple modes may share the same mode character. E.g. Textarea and
Insert modes.
2009-06-17 00:13:22 +10:00
Doug Kearns 4570c6ced5 Change remaining Components.{classes,interfaces,results} -> C[cir]. 2009-06-15 19:40:31 +10:00
Doug Kearns 6201338184 Formatting fixes. 2009-06-15 16:09:49 +10:00
Doug Kearns 3b06e6c4a6 Refactor commandline.updateOutputHeight.
Removes the unnecessary default height value and try/catch which appears
to have been included to catch Muttator MOW sizing bugs fixed in
e6da3cda5e5ad5b2ad69c8f8499824f23ab289b1.
2009-06-15 15:56:12 +10:00
Doug Kearns 4b103c9eee Add 'smtpserver' to Muttator.
This implements #86 (Quick way to change SMTP server).
2009-06-15 15:55:39 +10:00
Doug Kearns 35bc4696ab Remove browser.startup.page from :help overridden-preferences. 2009-06-14 13:51:15 +10:00
Doug Kearns b080f91f2c Update the version strings for Muttator and Xulmus. 2009-06-14 02:20:24 +10:00
Doug Kearns dbe348687e Add an 'online' option to Muttator.
Also changed Vimperator's 'offline' to make use of Firefox's
BrowserOffline.
2009-06-14 02:14:03 +10:00
Doug Kearns c3ef4d18da Formatting fixes. 2009-06-14 01:23:01 +10:00
Doug Kearns 5ebcdb71bc Prefer Math.max when normalising counts in commands. 2009-06-14 00:53:57 +10:00
Doug Kearns 30a54a4271 Fix the MOW height calculation in Muttator. 2009-06-12 01:03:33 +10:00
Doug Kearns 9a0076b109 Normalise the definition of :copyto and :moveto. 2009-06-11 14:03:59 +10:00
Doug Kearns 4585b1b476 Remove trailing commas from config.defaultOptions. 2009-06-11 03:22:35 +10:00
Doug Kearns a666e945a8 Fix :contact error message. 2009-06-11 02:45:00 +10:00
Doug Kearns 7cdb7e05b0 Fix highlighting of :contacts MOW output. 2009-06-11 02:40:55 +10:00
Doug Kearns 494a6c9478 Fix listing of contacts with :contacts. 2009-06-11 02:23:34 +10:00
Doug Kearns 2553cb6fcf Fix error messages for :contacts. 2009-06-11 02:20:40 +10:00
Doug Kearns 50d6d5de05 Fix 'display' validation and add completion.
Also added completion and validation for 'archivefolder'.
2009-06-11 02:07:58 +10:00
Doug Kearns cda9a719ba Refactor 'followhints' validator definition. 2009-06-11 01:30:56 +10:00