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. | ||
* | 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 |
| | |||
* | 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. | ||
* | Remove more unused vars. | Doug Kearns | 2015-04-25 |
| | |||
* | Rename 'array' class 'Ary'. | Kris Maglione | 2015-03-04 |
| | |||
* | 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 |
| | |||
* | Promisify some callbackish functions, and remove spaces around = in default ↵ | Kris Maglione | 2014-02-15 |
| | | | | arguments, per Python conventions. | ||
* | Make further use of default parameters. | Doug Kearns | 2013-10-06 |
| | | | | | --HG-- extra : rebase_source : ab666bce7ed7e47c8f1e2bc4145f553da990d319 | ||
* | Fix :back/:forward on Aurora. | Doug Kearns | 2013-09-29 |
| | | | | nsIHistoryEntry is no more. Fixes issue #1063. | ||
* | 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 |
| | |||
* | Replace Array.slice conversions of the arguments object with rest parameters. | Doug Kearns | 2013-09-05 |
| | |||
* | 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-11-29 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-11-27 |
| | |||
* | Normalise naming of module initializer functions. | Doug Kearns | 2012-10-11 |
| | |||
* | Kill strict mode for the moment. | Kris Maglione | 2011-11-27 |
| | |||
* | More comprehensive :jumps. | Kris Maglione | 2011-10-20 |
| | |||
* | Minor cleanup and dead code removal. | Kris Maglione | 2011-10-06 |
| | |||
* | Cleanup main.jsm. Add (currently disabled) command cacheing. | Kris Maglione | 2011-10-06 |
| | |||
* | Liberate Buffer from the tyrany of the current window. Add DOM#contextmenu ↵ | Kris Maglione | 2011-10-01 |
| | | | | | | | event. Provide sensible screenX/screenY for mouse events. --HG-- rename : common/content/buffer.js => common/modules/buffer.jsm | ||
* | Simplify bookmark loading code. | Kris Maglione | 2011-09-30 |
| | |||
* | Make 'cpt' a stringlist. Add support for native autocomplete providers. | Kris Maglione | 2011-09-26 |
| | |||
* | Make :tab :back/<C-t>H, and so forth, work. | Kris Maglione | 2011-09-15 |
| | |||
* | Add dom.jsm. And stuff. | Kris Maglione | 2011-08-22 |
| | |||
* | Add n_s and n_S. | Kris Maglione | 2011-08-11 |
| | |||
* | Add [d and ]d. | Kris Maglione | 2011-08-07 |
| | |||
* | Initial work towards making <C-o> and <C-i> more Vim-like. | Kris Maglione | 2011-08-07 |
| | |||
* | Fix :history icons in recent Firefox versions. Closes issue #552. | Kris Maglione | 2011-06-01 |
| | |||
* | More polyglotization. | Kris Maglione | 2011-04-29 |
| | |||
* | Annotate most strings which need to be explicitly localified. | Kris Maglione | 2011-03-25 |
| | |||
* | Move some messages to properties file. Local and modules directories still ↵ | Kris Maglione | 2011-02-25 |
| | | | | to be done. | ||
* | Fix failing tests. | Kris Maglione | 2011-02-05 |
| | |||
* | Run stylebot -- semicolons. | Doug Kearns | 2011-02-01 |
| | |||
* | Update copyright headers. | Kris Maglione | 2011-01-23 |
| | |||
* | Move iteration utility functions to the iter namespace. | Kris Maglione | 2011-01-02 |
| | |||
* | Miscellaneous semicolon, whitespace, and formatting fixes. | Doug Kearns | 2010-12-30 |
| | |||
* | Replace weird mystery meat args of mapping actions with a proper object. | Kris Maglione | 2010-12-29 |
| | |||
* | Merge changes from bootstrapped. | Kris Maglione | 2010-12-25 |
| | |||
* | Fix :history completion bug from last commit. | Kris Maglione | 2010-12-22 |
| |