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

166 Commits

Author SHA1 Message Date
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 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 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
Kris Maglione d6543c6510 Rename 'array' class 'Ary'. 2015-03-04 17:27:32 -08:00
Kris Maglione 7b2f821e04 Promises cleanup. 2015-03-02 18:12:57 -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 07d7cbdede Bump minVersion to the latest ESR of 31.
Remove some version specific code that is no longer applicable.

--HG--
extra : amend_source : 803a60c3f5578a56a6832bd2dba9cce07784b873
2014-10-04 02:33:48 +10:00
Kris Maglione 54568d5f82 Fix styling of help pages on first run. 2014-08-14 20:08:05 -07:00
Kris Maglione cde8cd6763 Hackier but more reliable literal() stuff. 2014-06-18 12:24:55 -07:00
Kris Maglione 2ea385f40f TypeError: Constructor Image requires 'new' 2014-04-03 10:48:09 -07:00
Kris Maglione cb11523659 Don't fight stuff for focus. Maybe closes #982. 2014-03-13 21:03:22 -07: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 6790c62c41 Use builtin Array.find rather than array.nth where applicable. 2014-02-22 14:57:23 -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 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
Kris Maglione e4aa798f6d Update downloads.jsm to use Downloads.jsm rather than defunct downloads service. 2014-02-15 15:04:09 -08:00
Doug Kearns 789b44209c Remove some redundant version-specific code. 2014-02-08 00:05:35 +11:00
Doug Kearns 94c28cc2aa Temporarily disable loading of the downloads module in FF26.
nsIDownloadManager has been removed so the module needs updating to utilise the
replacement Downloads.jsm.
2013-12-17 00:03:58 +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 98af2b9ab0 Fix temporary file filename extensions and host annotation.
Fixes issue #791.
2013-09-05 20:55:01 +10:00
Doug Kearns f291454e23 Add missing semicolons, fix whitespace and normalise Vim modelines. 2013-08-03 01:37:19 +10:00
Kris Maglione f4be279fc7 Make sure bookmarkcache is always loaded. Closes issue #966. 2013-04-27 15:02:25 -07: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 9305f1a6a4 Death to E4X and stuff. 2012-11-30 19:41:56 -08:00
Kris Maglione 81b41176b6 Death to E4X and stuff. Also fix some bugs. 2012-11-30 19:12:51 -08:00
Kris Maglione 276956284e Death to E4X and stuff. 2012-11-28 20:24:44 -08:00
Kris Maglione 8d1d33aeeb Death to E4X and stuff. 2012-11-28 00:37:45 -08:00
Kris Maglione 526ee3f63f Closes issue #846. 2012-05-08 20:35:43 -04: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 c4f4a30c6f s/dactyl.sf.net/5digits.org/g 2012-04-05 02:24:12 -04:00
Kris Maglione cbee50966b No more randomly generated package subtree paths. 2012-01-13 02:25:57 -05:00
Kris Maglione ecbc13e575 Kill strict mode for the moment. 2011-11-27 11:44:19 -05:00
Kris Maglione 4bc779fe7c Better temp file names for gF and friends. 2011-10-06 02:22:50 -04:00
Kris Maglione f7493160ca Kill :dia import. 2011-10-05 05:00:31 -04:00
Kris Maglione 1afa56335d Add a conditional clause because conditional clauses are awesome. 2011-10-03 22:52:22 -04: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 2f776eebe7 Add +purgecaches startup flag. Process startup flags in :restart. Don't purge caches on :rehash. 2011-10-01 02:36:27 -04:00
Kris Maglione 39e8bf7a06 Add cache module. Cleanup help and DTD generation. Fix :help version generation issues. Fix other assorted issues. 2011-09-30 01:36:45 -04:00
Kris Maglione 0cf1151e0a More cleanup. Fix some Teledactyl bugginess. 2011-09-29 21:25:17 -04:00
Kris Maglione c90629c71f Add 'linenumbers'. 2011-09-27 01:21:29 -04:00
Kris Maglione 45218f4141 Make 'cpt' a stringlist. Add support for native autocomplete providers. 2011-09-26 15:52:51 -04:00
Kris Maglione 062e7e2a61 DOM#highlight magic. Provide 'this' object for DOM#filter. 2011-09-17 21:30:39 -04:00