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

2941 Commits

Author SHA1 Message Date
Doug Kearns 789b44209c Remove some redundant version-specific code. 2014-02-08 00:05:35 +11:00
Doug Kearns 94c28cc2aa Temporarily disable loading of the downloads module in FF26.
nsIDownloadManager has been removed so the module needs updating to utilise the
replacement Downloads.jsm.
2013-12-17 00:03:58 +11:00
Doug Kearns ef30e3cc47 Replace usage of getPreventDefault with defaultPrevented.
The former is now deprecated #726933.
2013-10-30 23:12:02 +11:00
Doug Kearns 604f84b939 Hide statusbar in FF25+.
Fixes issue #1078.
2013-10-30 09:10:45 +11:00
Doug Kearns b840612bb8 Fix switch statement indentation. 2013-10-15 02:35:02 +11:00
Doug Kearns 8bbcbbd4a4 Fix countless d/D mappings.
Fixes issue #1068.
2013-10-07 15:10:08 +11:00
Doug Kearns 4872666ef5 Make further use of default parameters.
--HG--
extra : rebase_source : ab666bce7ed7e47c8f1e2bc4145f553da990d319
2013-10-06 22:33:59 +11:00
Doug Kearns cf7e0c479d Fix :{count}buffer [arg].
--HG--
extra : rebase_source : 6effe71a819b511b28b127ec570a2859fe54506e
2013-10-06 22:09:06 +11:00
Doug Kearns b0ce802384 Fix :back/:forward on Aurora.
nsIHistoryEntry is no more.  Fixes issue #1063.
2013-09-29 20:22:22 +10:00
Doug Kearns fae3df30c0 Fix :tabattach with specified tab placement. 2013-09-28 23:17:30 +10:00
Kris Maglione 35784406a0 Default arguments ftw. 2013-09-21 16:57:09 -07:00
Kris Maglione 25aae2cc99 More pointification and general code cleanup. Also massive, crazy, conflict-ridden merge. 2013-09-21 14:13:07 -07:00
Doug Kearns 041ad9ace7 Serialize the -group flag to :abbreviate with :mkp. 2013-09-17 01:30:57 +10:00
Doug Kearns 6ee830dfad Convert expression closures to arrow syntax. 2013-09-15 00:42:51 +10:00
Doug Kearns 6eeb0f50a2 Fix About page formatting. 2013-09-14 04:12:15 +10:00
Doug Kearns a1a1b03e64 Move 'helpfile' definition to the Help module. 2013-09-05 22:29:04 +10:00
Doug Kearns 98af2b9ab0 Fix temporary file filename extensions and host annotation.
Fixes issue #791.
2013-09-05 20:55:01 +10:00
Doug Kearns 4055392b49 Fix :doauto* commands.
These weren't fully updated when site-filters was implemented.
2013-09-05 20:47:23 +10:00
Doug Kearns 99bfcbf2fc Replace Array.slice conversions of the arguments object with rest parameters. 2013-09-05 20:46:21 +10:00
Doug Kearns e0a0388382 Utilise object destructuring in parameter lists of stray map definitions. 2013-08-24 21:54:28 +10:00
Kris Maglione c89f3e0df5 Hello strange new syntax. Can we be friends? 2013-08-21 22:55:55 -07:00
Doug Kearns e5864bfd23 Fix RC serialization and RHS expansion in abbreviations using -js.
Fixes issue #911.
2013-08-14 22:28:28 +10:00
Doug Kearns f291454e23 Add missing semicolons, fix whitespace and normalise Vim modelines. 2013-08-03 01:37:19 +10:00
Kris Maglione bbb14eaf83 Guard against future stupidity. 2013-08-01 21:39:51 -07:00
Kris Maglione b65dbd00ee Fix cross-compartment instanceof issues.
--HG--
extra : rebase_source : 9145412ce33e18bae5d889454fd1ff98c4067d09
2013-08-01 21:35:23 -07:00
Doug Kearns 17c1d8595f Make :yank yank again.
Fixes issue #1012.
2013-07-29 23:07:16 +10:00
Kris Maglione 2879caf75e Fix bug. 2013-04-27 20:55:05 -07:00
Kris Maglione a2a3436241 [PWPBM] Minor code cleanup. 2013-04-26 22:12:57 -07:00
Kris Maglione 6b84489489 [PWPBM] Make Personas work in private windows. 2013-04-26 21:09:23 -07:00
Kris Maglione fc11842f5d [PWPBM] DTRT WRT titlemodifiers. 2013-04-26 20:26:49 -07:00
Kris Maglione 4845c3d644 Add :private command. 2013-04-26 19:36:45 -07:00
Kris Maglione d021e48d3e Hide the statusbar in fullscreen mode, but let it remain un-hideable. 2013-04-26 19:18:55 -07:00
Kris Maglione f166f50780 More per-window private browsing fixes. 2013-04-26 19:14:36 -07:00
Kris Maglione fe998eca06 Fix harmless error when document is unloaded immediately after exiting hint mode. 2013-04-21 19:57:28 -07:00
Kris Maglione 61cf89c929 Fix last commit. 2013-04-21 19:47:51 -07:00
Kris Maglione 9975272c56 Allow escaping out of Ignore mode. 2013-04-21 19:45:14 -07:00
Kris Maglione a9ff4b9083 Turn off statusbar redrawing hack on 20+. 2013-04-06 14:33:17 -07:00
Kris Maglione 45b26712df More better experimental don't-dump-extra-messages-into-the-MOW support. 2013-03-05 20:47:30 -08:00
Kris Maglione 64beba1ee6 Fix editor bug in newer Firefoxen. 2013-03-05 18:49:18 -08:00
Kris Maglione f831e4997f Experimental don't-dump-extra-messages-into-the-MOW support. 2013-03-04 20:37:12 -08:00
Kris Maglione fd5ee858fe Fix :w bug. 2013-02-24 13:30:00 -08:00
Kris Maglione e3a0d2424f Bah. 2013-02-10 14:07:59 -08:00
Kris Maglione 46badc994c Frob 'hinttags'. 2013-01-20 19:07:37 -08:00
Kris Maglione b8f67ba32c Closes issue #945. 2013-01-05 19:02:08 -08:00
Kris Maglione b02c4b39e6 Fix bugs and stuff. 2013-01-05 13:53:07 -08:00
Kris Maglione 0985f8346d Fix occasional hint echoerr. 2012-12-28 22:59:43 -08:00
Kris Maglione d0e53df525 Fix more cross-compartment expando breakage. Also, Die <F1>! Die, die, die! 2012-12-20 18:47:32 -08:00
Kris Maglione 6ee5b2ca26 Death to E4X and stuff. 2012-12-17 19:27:53 -08:00
Kris Maglione 3f483de547 Death to E4X and stuff. 2012-12-17 18:56:36 -08:00
Kris Maglione 0d179d78bc Death to E4X and stuff. 2012-12-17 18:38:03 -08:00