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

536 Commits

Author SHA1 Message Date
Doug Kearns 6b25390115 Fix :listkeys completion. 2016-01-12 22:15:32 +11:00
Doug Kearns 5a42ae42d6 Fix :dialog completions. 2015-12-21 19:27:21 +11:00
Kris Maglione 916ea412a5 Get rid of most remaining comprehensions. 2015-12-20 15:53:43 -08:00
Kris Maglione 27cdeb1885 ES6-ify some things. Still a long way to go... 2015-12-20 02:02:54 -08:00
Kris Maglione 65725c9516 Fix some CPOW issues. Everything is still terrible, though. 2015-12-19 23:02:57 -08:00
Kris Maglione bc9eb79fb3 Support Firefox 45 (without e10s). 2015-12-19 20:09:04 -08:00
Doug Kearns 77d59cdfd1 Replace expression closures (methods).
Expression closures are to be axed. See https://bugzil.la/1083458.
2015-07-23 01:55:32 +10:00
Doug Kearns 779752d776 Replace expression closures (command/option/mapping definitions).
Expression closures are to be axed. See https://bugzil.la/1083458.
2015-07-23 01:15:41 +10:00
Doug Kearns 35176d50ac Fix bare assignment with object destructuring in FF41. 2015-06-23 14:37:48 +10:00
Doug Kearns e31211fcc4 Fix linking to source definitions from :listkeys et al. 2015-06-18 03:15:24 +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 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 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
Doug Kearns 48acf656ec Remove unnecessary use of values() when iterating over arrays. 2015-05-11 23:56:31 +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 dd61d50ec6 Remove Array.prototype.{find,findIndex} polyfills. 2015-04-07 03:33:22 +10:00
Kris Maglione d6543c6510 Rename 'array' class 'Ary'. 2015-03-04 17:27:32 -08:00
Kris Maglione a8b1b278e2 Clean up some old-style iterator gunk. 2015-02-25 10:48:10 -08:00
Kris Maglione 65f2cda381 Fix brokenness. 2015-02-22 19:49:29 -08:00
Kris Maglione 7ee579200f Fix all the things. And break most of the other things, in all likelihood. 2015-02-21 21:59:37 -08:00
Doug Kearns 73ac2af724 Fix conflict between our tab styling and vertical tab addons.
Fixes issue #1196.
2014-10-19 02:27:15 +11:00
Kris Maglione cde8cd6763 Hackier but more reliable literal() stuff. 2014-06-18 12:24:55 -07:00
Kris Maglione af88d531d0 Make .closure a Proxy and rename .bound 2014-03-16 14:32:04 -07:00
Kris Maglione fb976055c7 Fix :quit. Closes #1126. 2014-02-27 08:06:12 -08:00
Kris Maglione 369b5aebf1 Fix disastrous typo. 2014-02-25 14:58:53 -08:00
Kris Maglione 30f5351d08 Don't screw with tab height on non-Australis themes, provided that the stars align correctly during the startup process. 2014-02-25 14:31:40 -08:00
Kris Maglione 5b38465a1c Death to for each. 2014-02-24 19:03:49 -08:00
Kris Maglione 72626fd693 Make overlay.windows a set. 2014-02-22 15:27:06 -08:00
Kris Maglione 51eb03c376 Use builtin String.startsWith, String.endsWith, and String.contains methods where appropriate. 2014-02-22 15:17:08 -08:00
Kris Maglione 606ea93d46 Flush literal cache when loading plugins and such. 2014-02-21 00:23:34 -08:00
Kris Maglione f33a48ff2a Fix signals breakage. 2014-02-18 11:59:18 -08:00
Kris Maglione 1963b49ab0 Fix iteration over whacky Map Iterators. 2014-02-17 20:04:45 -08:00
Kris Maglione 3d925be093 Refactor cache module to avoid using zip store for smaller items. 2014-02-17 13:13:41 -08:00
Kris Maglione 6d48ed2e9e Always show the navbar in customize mode. 2014-02-16 21:29:55 -08:00
Kris Maglione 2ba1a6ec5c Remove more cruft. 2014-02-16 21:21:28 -08:00
Kris Maglione dee8fc3bba Remove compatiblity cruft. 2014-02-16 16:10:08 -08:00
Kris Maglione a3a33df9a2 Fix bugs. 2014-02-16 15:15:26 -08:00
Kris Maglione f511ceec40 Use sandboxes for all JS contexts, to fix breakage, now that we have CPG anyway.
--HG--
extra : rebase_source : 0eb9d8c6a8ee533d6e12d71372554163f9479cf2
2014-02-16 13:49:49 -08:00
Doug Kearns 047cc83641 Fix help index construction. 2014-02-16 21:56:57 +11:00
Kris Maglione bb7486da6c Promisify some callbackish functions, and remove spaces around = in default arguments, per Python conventions. 2014-02-15 20:35:27 -08:00
Kris Maglione fd20535999 Use real Sets rather than objects in most places. 2014-02-15 18:10:45 -08:00
Doug Kearns 789b44209c Remove some redundant version-specific code. 2014-02-08 00:05:35 +11:00
Doug Kearns 4872666ef5 Make further use of default parameters.
--HG--
extra : rebase_source : ab666bce7ed7e47c8f1e2bc4145f553da990d319
2013-10-06 22:33:59 +11: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 6ee830dfad Convert expression closures to arrow syntax. 2013-09-15 00:42:51 +10:00
Doug Kearns a1a1b03e64 Move 'helpfile' definition to the Help module. 2013-09-05 22:29:04 +10:00