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

103 Commits

Author SHA1 Message Date
Zheng Chaoping 195ea78efb Use Object.defineProperty instead of __defineGetter__/__defineSetter__
In Firefox 48+, the __defineSetter__/__defineSetter__ is deprecated,
so use Object.defineProperty instead.
2016-05-04 22:53:49 +08:00
Doug Kearns c9c9cea6d0 Remove remaining comprehensions. 2016-01-29 23:26:05 +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 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 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 5ab1befbf7 Add missing semicolons. 2015-05-25 23:54:56 +10:00
Doug Kearns 52993ec781 Remove more unused vars. 2015-04-25 23:57:57 +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 7ee579200f Fix all the things. And break most of the other things, in all likelihood. 2015-02-21 21:59:37 -08:00
Kris Maglione cde8cd6763 Hackier but more reliable literal() stuff. 2014-06-18 12:24:55 -07:00
Kris Maglione 5b38465a1c Death to for each. 2014-02-24 19:03:49 -08:00
Kris Maglione d1fd687eb4 Avoid using delete operator. 2014-02-23 12:36:13 -08:00
Doug Kearns 160e66430c Remove util.xmlToDom that ducked the XML cleanup. 2014-02-19 23:24:51 +11:00
Kris Maglione 5aceb5f61d Make the status bar properly customizable and remove some useless vertical space in the navbar. 2014-02-16 22:48:07 -08: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
Kris Maglione c89f3e0df5 Hello strange new syntax. Can we be friends? 2013-08-21 22:55:55 -07:00
Doug Kearns f291454e23 Add missing semicolons, fix whitespace and normalise Vim modelines. 2013-08-03 01:37:19 +10: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
Kris Maglione 810eda169a Death to E4X and stuff. 2012-11-29 18:00:50 -08:00
Kris Maglione 276956284e Death to E4X and stuff. 2012-11-28 20:24:44 -08:00
Kris Maglione ce51debcdc Death to E4X and stuff. 2012-11-28 18:09:50 -08:00
Kris Maglione 43f3295127 Merge addon-common module loading code to fix Minefield.
--HG--
extra : rebase_source : 6b5f0dc0a575a6d21892e18cbb56ab0230382356
2012-05-07 17:01:21 -04:00
Kris Maglione 5ad029e092 Moo. 2012-01-12 01:30:36 -05:00
Kris Maglione 9ef24af485 Make Minefield not explode, because Minefield exploding is not fun. 2012-01-11 19:20:21 -05:00
Kris Maglione ecbc13e575 Kill strict mode for the moment. 2011-11-27 11:44:19 -05:00
Kris Maglione e43d81730e Serialize :hi -link. 2011-10-19 22:38:35 -04:00
Kris Maglione f7493160ca Kill :dia import. 2011-10-05 05:00:31 -04:00
Kris Maglione f1e4e9958c Sizing hacks for REPL modes. 2011-10-04 00:43:02 -04:00
Kris Maglione 50f0901412 Fix link listing in :hi output. 2011-09-12 18:58:28 -04:00
Kris Maglione 60c858b59b After some profiling, give all modules a common prototype. 2011-08-22 01:45:41 -04:00
Kris Maglione 4a44bf9664 Documentation. 2011-06-23 16:21:01 -04:00
Kris Maglione d9d523b84b Add completion for :colo default. Closes issue #544. 2011-06-03 10:40:59 -04:00
Kris Maglione b181d7164f Add Find highlight group. 2011-04-01 18:20:58 -04:00
Doug Kearns a52a0dc61f More ad hoc i18n work. 2011-04-01 10:12:47 +11:00
Kris Maglione 204f8ca25c Annotate most strings which need to be explicitly localified. 2011-03-25 22:37:16 -04:00
Kris Maglione 2d03f3f9ca Localeify more strings. 2011-03-15 20:14:01 -04:00
Kris Maglione e77c97b6cb Speed up hint generation for large numbers of hints. 2011-03-10 17:47:44 -05:00
Kris Maglione 66785a8b5f Allow \c/\C in regexp options and so forth. 2011-03-02 14:43:57 -05:00
Kris Maglione e032a82d62 Move some more strings to messages.properties and report (but don't throw) an error for unknown strings. 2011-03-02 02:59:04 -05:00
Kris Maglione 6a62f02f60 Fix issue with last commit. 2011-02-19 02:29:27 -05:00
Kris Maglione 14916bf7bd Allow specifying a local set of bindings for XMLToDom. 2011-02-19 02:22:10 -05:00
Kris Maglione bd71135b08 Preliminary REPL mode. 2011-02-17 03:59:28 -05:00