summaryrefslogtreecommitdiff
path: root/common/modules/io.jsm
Commit message (Expand)AuthorAge
* Replace expression closures (command/option/mapping definitions).Doug Kearns2015-07-23
* Move util.identity to the base module.Doug Kearns2015-06-11
* Replace expression closures (function expressions - named and dynamic this).Doug Kearns2015-06-06
* Replace expression closures (getters).Doug Kearns2015-05-27
* Replace expression closures (function expressions).Doug Kearns2015-05-26
* Replace expression closures (function declarations).Doug Kearns2015-05-25
* Add missing semicolons.Doug Kearns2015-05-25
* Remove straggling String#quote usage.Doug Kearns2015-05-14
* Fix charset validation.Doug Kearns2015-05-14
* Remove unnecessary use of values() when iterating over arrays.Doug Kearns2015-05-11
* Remove more unused vars.Doug Kearns2015-04-25
* Rename 'array' class 'Ary'.Kris Maglione2015-03-04
* Clean up some old-style iterator gunk.Kris Maglione2015-02-25
* Cleanup crufty `apply` code.Kris Maglione2015-02-21
* Fix all the things. And break most of the other things, in all likelihood.Kris Maglione2015-02-21
* Fix charset bustage.Kris Maglione2014-08-18
* Replace calls to octal() with octal integer literals.Doug Kearns2014-06-30
* Hackier but more reliable `literal()` stuff.Kris Maglione2014-06-18
* Make `.closure` a Proxy and rename `.bound`Kris Maglione2014-03-16
* Promisify some callbackish functions, and remove spaces around = in default a...Kris Maglione2014-02-15
* Use real Sets rather than objects in most places.Kris Maglione2014-02-15
* Make further use of default parameters.Doug Kearns2013-10-06
* Default arguments ftw.Kris Maglione2013-09-21
* More pointification and general code cleanup. Also massive, crazy, conflict-r...Kris Maglione2013-09-21
* Convert expression closures to arrow syntax.Doug Kearns2013-09-15
* Fix temporary file filename extensions and host annotation.Doug Kearns2013-09-05
* Add missing semicolons, fix whitespace and normalise Vim modelines.Doug Kearns2013-08-03
* Stick an EOL on the last line of generated RC files.Doug Kearns2013-07-29
* More per-window private browsing fixes.Kris Maglione2013-04-26
* Death to E4X and stuff.Kris Maglione2012-12-17
* Death to E4X and stuff.Kris Maglione2012-12-17
* Death to E4X and stuff.Kris Maglione2012-12-16
* Fix some more CPG breakage.Kris Maglione2012-12-16
* Death to E4X and stuff.Kris Maglione2012-11-29
* Death to E4X and stuff.Kris Maglione2012-11-28
* Death to E4X and stuff.Kris Maglione2012-11-28
* Normalise naming of module initializer functions.Doug Kearns2012-10-11
* Add missing header to the :mkv generated ftdetect file.Doug Kearns2012-09-21
* Rename :mksyntax to :mkvimruntime.Doug Kearns2011-07-07
* Closes issue #885. Closes issue #886.Kris Maglione2012-06-25
* Correct the documentation of io.system().Štěpán Němec2012-06-05
* Merge addon-common module loading code to fix Minefield.Kris Maglione2012-05-07
* Refactor download listeners a bit.Kris Maglione2012-03-02
* No more randomly generated package subtree paths.Kris Maglione2012-01-13
* Kill strict mode for the moment.Kris Maglione2011-11-27
* Don't walk through dot-directories when loading plugins. Grr.Kris Maglione2011-10-24
* Fix mangled commit.Kris Maglione2011-10-06
* Better temp file names for gF and friends.Kris Maglione2011-10-06
* Kill :dia import.Kris Maglione2011-10-05
* Allow loading plugins globally.Kris Maglione2011-10-01