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

7259 Commits

Author SHA1 Message Date
Doug Kearns 723ab5c052 Fix iter.zip.
This doesn't appear to be called anywhere but is presumably available
for symmetry so the implementation roughly matches the slightly quirky
Ary#zip.  These might be better generalised at some point.
2015-06-24 00:25:01 +10:00
Doug Kearns 5eece742e1 Fix Bookmark* autocommand events.
Struct now only offers values during iteration like Array.
2015-06-24 00:15:42 +10:00
Doug Kearns ccfc69bc01 Fix :set <no-arg>.
Args needs a working length property. Reverts change in 7ee5792.

Despite grave warnings of impending performance doom there seems to be
no penalty for using __proto__ here.
2015-06-23 23:57:26 +10:00
Doug Kearns 35176d50ac Fix bare assignment with object destructuring in FF41. 2015-06-23 14:37:48 +10:00
Doug Kearns d3cb216478 Make isinstance() and template.highlight Symbol aware. 2015-06-18 18:20:48 +10:00
Doug Kearns cd7a8eeda9 Make use of callable() in update(). 2015-06-18 17:38:43 +10:00
Doug Kearns e31211fcc4 Fix linking to source definitions from :listkeys et al. 2015-06-18 03:15:24 +10:00
Doug Kearns 422fc6b9b7 Fix bookmark icon loading. 2015-06-17 13:21:43 +10:00
Doug Kearns 079277f28b Fix :set -= (botched expression closure removal).
Closes #61.
2015-06-15 17:24:02 +10:00
Kris Maglione 07928ba263 Support modified third-party cookie behavior. Closes issue #60. 2015-06-12 23:50:04 -07:00
Doug Kearns 1b965147ff Make step a default parameter of util.range. 2015-06-13 02:19:52 +10:00
Doug Kearns a7e3024320 Fix :ab -js listings. 2015-06-13 02:02:49 +10:00
Doug Kearns 59613afb27 Move util.identity to the base module.
Most other functions of its ilk live there.
2015-06-11 03:10:16 +10:00
Doug Kearns 6ca1cc3d08 Fix toolbar commands for the Navbar. 2015-06-11 03:01:17 +10:00
Doug Kearns 3e77e62c78 Remove unused var. 2015-06-09 00:30:21 +10:00
Doug Kearns b541195188 Fix util.makeDTD.
Accidentally reverted in the appropriately threatening commit 7ee5792
2015-06-09 00:15:41 +10:00
Doug Kearns 51fffeb2d6 Fix :command -complete=extension 2015-06-06 23:28:09 +10:00
Doug Kearns b236add69d Replace expression closures (function expressions - named and dynamic this).
Expression closures are to be axed. See https://bugzil.la/1083458.

Leaving deprecated() and literal() calls and method shorthand syntax
conversions until after the ESR overlap.
2015-06-06 23:12:40 +10:00
Doug Kearns 07b64b3197 Bump max version.
Closes #56.
2015-05-29 01:33:33 +10:00
Doug Kearns 6e8040286a Replace expression closures (getters).
Expression closures are to be axed. See https://bugzil.la/1083458.
2015-05-27 04:42:30 +10:00
Doug Kearns ce82387cdd Replace expression closures (function expressions).
Expression closures are to be axed. See https://bugzil.la/1083458.
2015-05-26 03:38:58 +10:00
Doug Kearns 34bfc2f50f Fix use of String#replace flags parameter.
It is deprecated. See https://bugzil.la/1142351.
2015-05-26 00:10:13 +10:00
Doug Kearns c0b7c4c35d Replace expression closures (function declarations).
Expression closures are to be axed. See https://bugzil.la/1083458.
2015-05-25 23:59:30 +10:00
Doug Kearns 5ab1befbf7 Add missing semicolons. 2015-05-25 23:54:56 +10:00
Kris Maglione 72a4d80ad1 Fix NS_ERROR_NOT_INITIALIZED on some :write filename completions. 2015-05-18 14:22:34 -07:00
Doug Kearns 07ce319763 Remove straggling String#quote usage.
String#quote is no more.

Fixes :mkvimruntime.
2015-05-14 03:02:30 +10:00
Doug Kearns a9a97704f3 Fix charset validation. 2015-05-14 02:43:49 +10:00
Kris Maglione 1c2766371b Fix :rehash/updating. 2015-05-12 20:49:07 -07:00
Kris Maglione fbdae38c9e Fix arg parsing issue in 38+. 2015-05-12 19:40:35 -07:00
Doug Kearns 48acf656ec Remove unnecessary use of values() when iterating over arrays. 2015-05-11 23:56:31 +10:00
Doug Kearns a8e70d3f43 Remove an unnecessary localized message to string conversion.
Messages is now JSON aware.
2015-05-11 23:19:48 +10:00
Kris Maglione 29228527c2 Add toJSON method to lazy localized strings. 2015-05-07 13:54:18 -07:00
Doug Kearns 18015e3750 Fix <C-g>. 2015-04-29 01:26:54 +10:00
Doug Kearns 165c619b8e Fix :sanitize marks. 2015-04-27 20:51:57 +10:00
Kris Maglione b2d2e29e7a Less magic. 2015-04-26 13:11:05 -07:00
Kris Maglione 61df94e750 Better handling of operations on list options with complex types. Closes #37. 2015-04-25 12:48:31 -07:00
Doug Kearns aee0c79752 Fix commandline history.
Broken in 52993ec.
2015-04-26 05:36:25 +10:00
Doug Kearns 7bfca8bd5b Fix generation of options.dtd. 2015-04-26 04:00:44 +10:00
Doug Kearns 52993ec781 Remove more unused vars. 2015-04-25 23:57:57 +10:00
Doug Kearns cd48d1b90b Fix :marks.
Closes #13.
2015-04-25 23:43:10 +10:00
Doug Kearns 9a076fda0f Remove crufty make target "dist". 2015-04-16 21:52:36 +10:00
Kris Maglione bf133a42c9 Fix bookmark tag completion. 2015-04-11 15:48:59 -07:00
Doug Kearns 6dc54bf34a Remove crufty parameter from commandline._echoLine. 2015-04-10 19:21:22 +10:00
Doug Kearns df81b7fca2 Create the info directory if it doesn't exist.
This fixes a bug in 1.1.
2015-04-08 04:06:11 +10:00
Doug Kearns e030d11bfd Remove some unused vars. 2015-04-08 03:53:28 +10:00
Doug Kearns dd61d50ec6 Remove Array.prototype.{find,findIndex} polyfills. 2015-04-07 03:33:22 +10:00
Doug Kearns 3c682b6a8d Fix fat arrow syntax error in 39.
Closes #25.
2015-04-06 05:27:12 +10:00
Doug Kearns 0d4df875d5 Remove "venkman" from :dialog.
Venkman is sadly deceased.
2015-03-27 01:51:48 +11:00
Kris Maglione aca9da828c Slight modification to make_jar.sh. 2015-03-15 16:20:49 -07:00
Kris Maglione 1bcc5502e7 Remove obsolete global private browsing code. 2015-03-09 19:24:51 -07:00