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

57 Commits

Author SHA1 Message Date
Doug Kearns 6d9999fa71 Fix :help completion.
See 13a8b46.
2016-01-16 00:38:15 +11:00
Kris Maglione 174f4ec636 Ugh. 2015-12-20 19:10:52 -08:00
Kris Maglione 916ea412a5 Get rid of most remaining comprehensions. 2015-12-20 15:53:43 -08:00
Doug Kearns a19a8653c1 Fix beta string matching in :help versions. 2015-12-21 02:24:07 +11: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 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 48acf656ec Remove unnecessary use of values() when iterating over arrays. 2015-05-11 23:56:31 +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 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 3ab2fcf8e6 Fix minefield. 2014-09-16 13:19:54 -07:00
Kris Maglione 085ad7c7ef Add icon of pagan fertility celebration.
--HG--
extra : rebase_source : e6e0ad7bf46ef12b7563220994d91ccdf4bc0507
2014-07-05 23:36:55 -07:00
Doug Kearns 007449a2e1 Replace calls to octal() with octal integer literals. 2014-06-30 19:24:10 +10:00
Kris Maglione cde8cd6763 Hackier but more reliable literal() stuff. 2014-06-18 12:24:55 -07: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 3d925be093 Refactor cache module to avoid using zip store for smaller items. 2014-02-17 13:13:41 -08:00
Kris Maglione fd20535999 Use real Sets rather than objects in most places. 2014-02-15 18:10:45 -08:00
Doug Kearns b840612bb8 Fix switch statement indentation. 2013-10-15 02:35:02 +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
Doug Kearns f291454e23 Add missing semicolons, fix whitespace and normalise Vim modelines. 2013-08-03 01:37:19 +10: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
Kris Maglione 3e1911476b Fix some more CPG breakage. 2012-12-16 21:09:41 -08:00
Kris Maglione 1aaf3f75aa Add cheap HTML prettifier. 2012-12-16 19:21:33 -08:00
Kris Maglione dff13c70fc Death to E4X and stuff. 2012-11-30 19:58:25 -08:00
Kris Maglione 276956284e Death to E4X and stuff. 2012-11-28 20:24:44 -08:00
Doug Kearns 53f3ea342c Normalise naming of module initializer functions. 2012-10-11 01:08:36 +11:00
Doug Kearns 266c86a9d1 Fix help reference linkification in MOW. 2012-09-05 00:56:58 +10: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
Štěpán Němec f6e6ade181 Fix some :h news issues, document ;A. 2012-02-01 18:50:54 +01:00
Kris Maglione 26ea6fb190 Show link target with ;;. 2011-12-21 22:13:26 -05:00
Kris Maglione ecbc13e575 Kill strict mode for the moment. 2011-11-27 11:44:19 -05:00
Kris Maglione 6a60b54cce Non-broken :dia downloads. 2011-10-05 05:11:35 -04:00
Kris Maglione f7493160ca Kill :dia import. 2011-10-05 05:00:31 -04:00
Kris Maglione 35bc2fb201 Add messages.export. 2011-10-05 04:29:33 -04:00
Štěpán Němec 0979b8e702 Add 'set ft=javascript' to the new .jsm files. 2011-10-03 20:15:42 +02:00
Kris Maglione 36fac82035 Liberate Buffer from the tyrany of the current window. Add DOM#contextmenu event. Provide sensible screenX/screenY for mouse events.
--HG--
rename : common/content/buffer.js => common/modules/buffer.jsm
2011-10-01 22:06:15 -04:00
Kris Maglione 8ef35fee8b Include config.json in XPI. Closes issue \#670. 2011-10-01 13:02:26 -04:00
Kris Maglione 2f776eebe7 Add +purgecaches startup flag. Process startup flags in :restart. Don't purge caches on :rehash. 2011-10-01 02:36:27 -04:00