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

139 Commits

Author SHA1 Message Date
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 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 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 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 e819e7616d Fix brokenness. 2015-02-25 12:10:35 -08:00
Kris Maglione 1ee5668cac Cleanup crufty apply code. 2015-02-21 22:43:41 -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 af88d531d0 Make .closure a Proxy and rename .bound 2014-03-16 14:32:04 -07:00
Kris Maglione 0a9b503bca Fix styles cleanup issue. 2014-02-25 09:19:34 -08:00
Kris Maglione 5b38465a1c Death to for each. 2014-02-24 19:03:49 -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 6790c62c41 Use builtin Array.find rather than array.nth where applicable. 2014-02-22 14:57:23 -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
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
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 2274b0900a Death to E4X and stuff. 2012-11-30 22:31:04 -08:00
Kris Maglione 276956284e Death to E4X and stuff. 2012-11-28 20:24:44 -08:00
Kris Maglione 23b6c07666 Death to E4X and stuff. 2012-11-28 18:59:11 -08:00
Doug Kearns 53f3ea342c Normalise naming of module initializer functions. 2012-10-11 01:08:36 +11: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 a6f7fc4b5e Trim sitefilters. 2011-12-31 19:11:26 -05:00
Kris Maglione ecbc13e575 Kill strict mode for the moment. 2011-11-27 11:44:19 -05:00
Kris Maglione 419d9b61f8 Simplifyification. 2011-10-19 22:45:55 -04:00
Kris Maglione 84a68bff9a Add util.weakReference that won't crash if you pass null. 2011-10-01 23:02:00 -04:00
Kris Maglione 4ee26a04ac Fix some early instantiation. 2011-09-30 03:26:42 -04:00
Kris Maglione 60c858b59b After some profiling, give all modules a common prototype. 2011-08-22 01:45:41 -04:00
Kris Maglione fbb6af43ed Add dom.jsm. And stuff. 2011-08-22 01:16:14 -04:00
Kris Maglione 5f42595f65 Fix some cleanup issues. Better error pages for bad dactyl: URLs. Remove some dead code. Other cleanup. 2011-08-21 10:41:46 -04:00
Kris Maglione 4579a1fd16 Don't push pass through mode multiple times. Closes issue #641. 2011-08-19 15:20:15 -04:00
Kris Maglione 681af3e618 Move DOM and config properties from the util namespace to the DOM and config namespaces, respectively. 2011-08-14 23:30:05 -04:00
Kris Maglione 1509ee96e5 Add experimental jQuery-ish DOM object. 2011-08-14 16:58:24 -04:00
Kris Maglione 52fe2c4f58 Muck with stringmap/sitemap/stringmap default value completions. 2011-08-07 23:47:48 -04:00
Kris Maglione 4439ed7354 Deanchorify :style regexps more sensibly. 2011-07-19 16:23:56 -04:00
Kris Maglione 1716c94365 Deanchorify :style regexps. 2011-07-19 16:18:53 -04:00
Kris Maglione 9002a78d14 s/\bset\b/Set/g 2011-07-16 18:51:59 -04:00
Doug Kearns 328b992969 Restore most of :style list filtering and clarify docs.
Closes issue #540.
2011-07-14 22:01:44 +10:00