1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-05-11 19:28:36 +02:00
Commit Graph

1378 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 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 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 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 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
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 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 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 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
Kris Maglione 1bcc5502e7 Remove obsolete global private browsing code. 2015-03-09 19:24:51 -07:00
Kris Maglione 06f63847e0 Fix brokenness. 2015-03-05 13:44:59 -08:00
Kris Maglione d6543c6510 Rename 'array' class 'Ary'. 2015-03-04 17:27:32 -08:00
Kris Maglione 313fa1c333 Asyncify File object. 2015-03-03 19:59:05 -08:00
Kris Maglione 29e614ab74 Decruftify crufty old gunk, promisify stuff. 2015-03-02 19:01:19 -08:00
Kris Maglione 7b2f821e04 Promises cleanup. 2015-03-02 18:12:57 -08:00
Kris Maglione c84c657d27 Closes issue #1280. 2015-03-02 17:10:59 -08:00
Kris Maglione 17300e6748 Fix brokenness. 2015-02-25 12:45:00 -08:00
Kris Maglione df904a6fbd Iterate over structs as if they were arrays. 2015-02-25 12:31:39 -08:00
Kris Maglione e819e7616d Fix brokenness. 2015-02-25 12:10:35 -08:00
Kris Maglione a8b1b278e2 Clean up some old-style iterator gunk. 2015-02-25 10:48:10 -08:00
Doug Kearns 1b21d04f68 Fix gi.
Fixes issue #1273.
2015-02-25 23:46:04 +11:00
Kris Maglione 8d3e8994f1 e10s fixes. 2015-02-23 17:32:52 -08:00
Kris Maglione 271c3a95c7 Fix brokenness. 2015-02-23 13:01:52 -08:00
Kris Maglione 1531910e19 Try not to fail too hard with plugins that use old-style iterators. 2015-02-22 21:01:02 -08:00