Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use Object.defineProperty instead of __defineGetter__/__defineSetter__ | Zheng Chaoping | 2016-05-04 |
| | | | | | In Firefox 48+, the __defineSetter__/__defineSetter__ is deprecated, so use Object.defineProperty instead. | ||
* | Fix error with assigning to String in hints mode | Sebastian Kalinowski | 2016-04-28 |
| | | | | Fixes #154 | ||
* | Get rid of most remaining comprehensions. | Kris Maglione | 2015-12-20 |
| | |||
* | ES6-ify some things. Still a long way to go... | Kris Maglione | 2015-12-20 |
| | |||
* | Fix some CPOW issues. Everything is still terrible, though. | Kris Maglione | 2015-12-19 |
| | |||
* | Support Firefox 45 (without e10s). | Kris Maglione | 2015-12-19 |
| | |||
* | Replace expression closures (methods). | Doug Kearns | 2015-07-23 |
| | | | | Expression closures are to be axed. See https://bugzil.la/1083458. | ||
* | Replace expression closures (command/option/mapping definitions). | Doug Kearns | 2015-07-23 |
| | | | | Expression closures are to be axed. See https://bugzil.la/1083458. | ||
* | Move util.identity to the base module. | Doug Kearns | 2015-06-11 |
| | | | | Most other functions of its ilk live there. | ||
* | Replace expression closures (function expressions - named and dynamic this). | Doug Kearns | 2015-06-06 |
| | | | | | | | 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. | ||
* | Replace expression closures (getters). | Doug Kearns | 2015-05-27 |
| | | | | Expression closures are to be axed. See https://bugzil.la/1083458. | ||
* | Replace expression closures (function expressions). | Doug Kearns | 2015-05-26 |
| | | | | Expression closures are to be axed. See https://bugzil.la/1083458. | ||
* | Replace expression closures (function declarations). | Doug Kearns | 2015-05-25 |
| | | | | Expression closures are to be axed. See https://bugzil.la/1083458. | ||
* | Add missing semicolons. | Doug Kearns | 2015-05-25 |
| | |||
* | Remove more unused vars. | Doug Kearns | 2015-04-25 |
| | |||
* | Rename 'array' class 'Ary'. | Kris Maglione | 2015-03-04 |
| | |||
* | Fix brokenness. | Kris Maglione | 2015-02-25 |
| | |||
* | Cleanup crufty `apply` code. | Kris Maglione | 2015-02-21 |
| | |||
* | Fix all the things. And break most of the other things, in all likelihood. | Kris Maglione | 2015-02-21 |
| | |||
* | Hackier but more reliable `literal()` stuff. | Kris Maglione | 2014-06-18 |
| | |||
* | Make `.closure` a Proxy and rename `.bound` | Kris Maglione | 2014-03-16 |
| | |||
* | Fix styles cleanup issue. | Kris Maglione | 2014-02-25 |
| | |||
* | Death to `for each`. | Kris Maglione | 2014-02-24 |
| | |||
* | Use builtin String.startsWith, String.endsWith, and String.contains methods ↵ | Kris Maglione | 2014-02-22 |
| | | | | where appropriate. | ||
* | Use builtin Array.find rather than array.nth where applicable. | Kris Maglione | 2014-02-22 |
| | |||
* | Promisify some callbackish functions, and remove spaces around = in default ↵ | Kris Maglione | 2014-02-15 |
| | | | | arguments, per Python conventions. | ||
* | Use real Sets rather than objects in most places. | Kris Maglione | 2014-02-15 |
| | |||
* | Make further use of default parameters. | Doug Kearns | 2013-10-06 |
| | | | | | --HG-- extra : rebase_source : ab666bce7ed7e47c8f1e2bc4145f553da990d319 | ||
* | More pointification and general code cleanup. Also massive, crazy, ↵ | Kris Maglione | 2013-09-21 |
| | | | | conflict-ridden merge. | ||
* | Convert expression closures to arrow syntax. | Doug Kearns | 2013-09-15 |
| | |||
* | Hello strange new syntax. Can we be friends? | Kris Maglione | 2013-08-21 |
| | |||
* | Add missing semicolons, fix whitespace and normalise Vim modelines. | Doug Kearns | 2013-08-03 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-12-17 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-12-17 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-12-17 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-11-30 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-11-28 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-11-28 |
| | |||
* | Normalise naming of module initializer functions. | Doug Kearns | 2012-10-11 |
| | |||
* | Merge addon-common module loading code to fix Minefield. | Kris Maglione | 2012-05-07 |
| | | | | | --HG-- extra : rebase_source : 6b5f0dc0a575a6d21892e18cbb56ab0230382356 | ||
* | Trim sitefilters. | Kris Maglione | 2011-12-31 |
| | |||
* | Kill strict mode for the moment. | Kris Maglione | 2011-11-27 |
| | |||
* | Simplifyification. | Kris Maglione | 2011-10-19 |
| | |||
* | Add util.weakReference that won't crash if you pass null. | Kris Maglione | 2011-10-01 |
| | |||
* | Fix some early instantiation. | Kris Maglione | 2011-09-30 |
| | |||
* | After some profiling, give all modules a common prototype. | Kris Maglione | 2011-08-22 |
| | |||
* | Add dom.jsm. And stuff. | Kris Maglione | 2011-08-22 |
| | |||
* | Fix some cleanup issues. Better error pages for bad dactyl: URLs. Remove ↵ | Kris Maglione | 2011-08-21 |
| | | | | some dead code. Other cleanup. | ||
* | Don't push pass through mode multiple times. Closes issue #641. | Kris Maglione | 2011-08-19 |
| | |||
* | Move DOM and config properties from the util namespace to the DOM and config ↵ | Kris Maglione | 2011-08-14 |
| | | | | namespaces, respectively. |